summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Simplify timestamp reordering by using the new API.Michael Niedermayer2008-08-20
* Provide a simpler way for the user to reorder her timestamps.Michael Niedermayer2008-08-20
* matroskadec: fail cleanly when the required compression lib is not compiled inAurelien Jacobs2008-08-20
* matroskadec: stop parsing when skipping en element crossing over the end of fileAurelien Jacobs2008-08-20
* Fix #include path, headers from other directories need to haveDiego Biurrun2008-08-20
* Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.Diego Biurrun2008-08-20
* cosmetics: comment spelling/grammar fixesDiego Biurrun2008-08-20
* matroska: fix regression test according to r14862Aurelien Jacobs2008-08-20
* Fix PCM DVD divide by zero bug introduced in r14659. Patch supplied by lars d...Peter Ross2008-08-20
* cosmetics: indentationJustin Ruggles2008-08-20
* matroska: add support for most variants of PCMAurelien Jacobs2008-08-20
* matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic wayAurelien Jacobs2008-08-20
* commit the OKed parts of the E-AC-3 decoderJustin Ruggles2008-08-20
* get data size based on the actual data array instead of coding-in the calcula...Justin Ruggles2008-08-20
* rename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE and increase the sizeJustin Ruggles2008-08-20
* Implement url_open_protocol(), which is basiclly the former url_open()Ronald S. Bultje2008-08-19
* Cosmetics: remove a redundant and misplaced doxy.Stefano Sabatini2008-08-19
* Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead.Stefano Sabatini2008-08-19
* Ok-ed parts from patch by zhentan feng.Zhentan Feng2008-08-19
* Remove useless #ifdef DEBUG (patch by Zhentan Feng).Zhentan Feng2008-08-19
* Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__.Michael Niedermayer2008-08-19
* Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.Diego Biurrun2008-08-19
* cosmetics: s/const static/static const/gMathieu Malaterre2008-08-19
* Update changelog and general.texi to reflectJai Menon2008-08-19
* Replace invocations of av_fifo_realloc(), which is going to beStefano Sabatini2008-08-19
* alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDERJai Menon2008-08-19
* Implement av_fifo_realloc2().Stefano Sabatini2008-08-19
* alacenc: last few hunks approved by michaelJai Menon2008-08-19
* alacenc: Use user-specified min and max prediction order.Ramiro Polla2008-08-19
* Import more OKed parts of ALAC encoder from GSoC repo.Ramiro Polla2008-08-19
* Making block size in bits variable and dependent on the DV specRoman Shaposhnik2008-08-19
* Making the number of blocks per macroblock dependent on the DV streamRoman Shaposhnik2008-08-19
* Introducing DV_MAX_BPM macro instead of a hardcoded value for theRoman Shaposhnik2008-08-19
* Ok-ed parts from patch by zhentan feng.Zhentan Feng2008-08-19
* Add regression tests for F32LE, F64BE and F64LE PCM codecs.Peter Ross2008-08-19
* Make AIFF demuxer handle F32BE and F64BE PCM audio.Peter Ross2008-08-19
* Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio.Peter Ross2008-08-19
* Make RIFF-based demuxers handle F32LE and F64LE PCM audio.Peter Ross2008-08-19
* Make AU demuxer handle S24BE, S32BE and F64BE PCM audio.Peter Ross2008-08-19
* Add F64BE, F64LE and F64BE PCM codecs.Peter Ross2008-08-19
* Add SAMPLE_FMT_DBL.Peter Ross2008-08-19
* Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659.Peter Ross2008-08-19
* Mark init_vlcs function as av_cold.Diego Biurrun2008-08-19
* More OKed AAC decoder code hunksRobert Swain2008-08-18
* More OKed AAC decoder code hunksRobert Swain2008-08-18
* Ok-ed parts from patch by zhentan feng.Zhentan Feng2008-08-18
* Factorize common code out of the mxf demuxer.Zhentan Feng2008-08-18
* Set AVStream.discard, so that demuxers can choose which stream to select if t...Ronald S. Bultje2008-08-18
* Support Electronic Arts files containing MP3 audio.Peter Ross2008-08-18
* Mark SAMPLE_FMT_S24 as deprecated.Peter Ross2008-08-18