2009-03-20 |
Diego Biurrun | Make softfloat test program compile again: Setting... |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Diego Biurrun | Make AES test program compile again: Setting the av_log... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Diego Biurrun | Initialize *srcContext, *dstContext, *outContext to... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Matthieu Castet | Remove useless casting in asm "m" operand. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Matthieu Castet | Remove useless casting in asm "m" operand. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Stefano Sabatini | Make ffmpeg fail if the argument provided to the -pix_f... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Baptiste Coudurier | set avi fsize to INT64_MAX if riff tag end is not set... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Baptiste Coudurier | move max analyze duration check before considering... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ramiro Polla | Allocate executable memory with VirtualAlloc() in Windows. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ramiro Polla | Check for VirtualAlloc() so it may be used to allocate... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ramiro Polla | Drop unnecessary cast and cosmetically align. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ramiro Polla | Support raw TrueHD files |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Reimar Döffinger | Fix indentation after r18047. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Reimar Döffinger | Change linesize alignment method to ensure that linesiz... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Reimar Döffinger | Do not set linesize for palette data, it does not make... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Ramiro Polla | Split TrueHD decoder from MLP |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Alex Converse | MOV: Use the AOT enum for the mp4_audio_types mapping. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Michael Niedermayer | Revert |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Michael Niedermayer | typedef int x86_reg on non x86 |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Michael Niedermayer | Fix 10l typo. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Diego Biurrun | Nicely align output columns. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Michael Niedermayer | Unscaled converters for |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Justin Ruggles | share some constants between the FLAC encoder and FLAC... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Diego Biurrun | Fix compilation of adler32 test program: Use av_log_set... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Diego Biurrun | Fix copy and paste typo in input/output devices section. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Reimar Döffinger | Fix libswscale compilation on non-x86, hopefully withou... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Stefano Sabatini | Use read_yesno() in opt_output_file(). |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Stefano Sabatini | Implement read_yesno(). |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Stefano Sabatini | Flush the remaning chars in the input buffer after... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Stefano Sabatini | Implement a name field for AVPixFmtDescriptor. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ramiro Polla | swscale-example: use LFG instead of random() |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Ramiro Polla | Do not assume long is same width as x86 register. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Alex Converse | Fix typo in AOT_ER_AAC_ELD |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Alex Converse | Update the MPEG-4 AOT table. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Reimar Döffinger | Rename GUID typedef to ff_asf_guid to fix MinGW compila... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Alex Converse | Move MPEG-4 AOT enum to mpeg4audio.h. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Reimar Döffinger | Add a special guidcmp function to compare ASF guids... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Diego Biurrun | Consistently use ff_ prefixes for internal symbols. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Diego Biurrun | Add list of supported input/output devices. |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Diego Biurrun | Adjust @columnfractions settings to reflect the number... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Ramiro Polla | use intptr_t to cast pointers to int in codecs maintain... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Cédric Schieli | Add a fillPlane function to fill a plane with one const... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Cédric Schieli | Don't write outside of the picture buffer in planarCopy... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Ronald S. Bultje | Fix wrong @file tag. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Gwenole Beauchesne | Amend AVCodecContext with hwaccel_context (HW accelerat... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Ronald S. Bultje | Reindent after r18023. |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Ronald S. Bultje | Add RTP/ASF header parsing, which is part of the SDP... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
avcoder | cosmetics: fix indentation, patch by avcoder, ffmpeg... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Diego Biurrun | Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Diego Biurrun | whitespace cosmetics: Consistently format function... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Justin Ruggles | Add documentation about missing E-AC-3 features. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
John Cox | Fix SEIs when splitting H264 input. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Reimar Döffinger | Extend mov edit list support to work for a first paddin... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Måns Rullgård | rmdec: fix crash at end of file |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Cédric Schieli | Add an alpha parameter to the YUV2RGBFUNC macro to... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Alex Converse | Cosmetics: Re-indent after last commit |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Alex Converse | MOV: Support stz2 "Compact Sample Size Box" |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Alex Converse | AAC: IEEE-754 type punning for 16-bit floating point... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Ronald S. Bultje | More reindent, forgotten in previous commit. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Ronald S. Bultje | Parse index chunk so that seeking in modern .rm files... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Benoit Fouet | Revert the alphabetical reordering which made me owner... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Ronald S. Bultje | Reindent after r18010. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Ronald S. Bultje | Mark the first output audio frame as keyframe (separate... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Ronald S. Bultje | Remove packet returning in ff_rm_parse_packet() if... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Benoit Fouet | Fix alphabetical order. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Ronald S. Bultje | Reindent after r18005. |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Daniel Verkamp | Fix an assert(). |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Ronald S. Bultje | Merge code for packet reading in "old" (.ra, audio... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Cédric Schieli | Split YUV2RGB operands declaration into a separate... |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Baptiste Coudurier | cosmetics, remove useless braces |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Baptiste Coudurier | simplify printing |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Baptiste Coudurier | reindent |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Baptiste Coudurier | fix trkn metadata parsing |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Baptiste Coudurier | move read_udta_string up to avoid forward declaration |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Baptiste Coudurier | more generic metadata handling |
commit | commitdiff | tree | snapshot |
2009-03-16 |
Baptiste Coudurier | do not set isom if ctype is not set, happens in mov |
commit | commitdiff | tree | snapshot |
2009-03-16 |
David Conrad | Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Baptiste Coudurier | search for hdlr atom in meta, some files do not store... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Ramiro Polla | mingw32: call lib.exe instead of lib to facilitate... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Matthieu Castet | Disallow out-of-tree builds with config.h in the source... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Ronald S. Bultje | Fix index generation in the way that it was supposed... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Benjamin Larsson | Add cook channel count function, part of multichannel... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Benjamin Larsson | Add max allowed subpackets in multichannel cook |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Diego Biurrun | Remove code that was disabled by the recent major versi... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Stefano Sabatini | Fix typo: 'conjuction' -> 'conjunction'. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Benjamin Larsson | save avctx in cook decoder context and use it for av_log |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Benjamin Larsson | memset when category is >=7, part of cook multichannel |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Reimar Döffinger | 1 km^3 cola, timecode_frame_start is a 64 bit integer... |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Carl Eugen... | Force ebp_available for icc. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Diego Biurrun | cosmetics: Remove file name from file header. |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Baptiste Coudurier | add my gpg key fingerprint |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Attila Kinali | add my gpg key fingerprint |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Baptiste Coudurier | typo in the mail, the 4am commit is always the worst |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Baptiste Coudurier | cosmetics |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Baptiste Coudurier | add my copyright in mov de/muxer |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Stefano Sabatini | Expand "lsb" to "least significant bits". |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Stefano Sabatini | Rename the (yet not defined) macros: |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Baptiste Coudurier | allocate palette in codec directly |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Baptiste Coudurier | cosmetics, add some whitespaces and empty lines |
commit | commitdiff | tree | snapshot |
2009-03-15 |
Kostya Shishkov | Correct MV prediction for B-frame blocks in RV4 decoder |
commit | commitdiff | tree | snapshot |
next |