summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* flacdec: Remove unused variable, min_blocksize.Justin Ruggles2009-03-03
* flacdec: Return error when blocksize code of 0 is found. It is aJustin Ruggles2009-03-03
* Enable PB-frames decoding for H.263Kostya Shishkov2009-03-03
* Add PB-frame decoding support for H.263/i263 (and enable it for i263)Kostya Shishkov2009-03-03
* alacdec: Simplify reading of uncompressed samples by usingJustin Ruggles2009-03-03
* flacdec: Avoid trying to read 33 bits. This occurs when the sourceJustin Ruggles2009-03-03
* flacdec: ALT_BITSTREAM_READER is no longer required.Justin Ruggles2009-03-03
* flacdec: use get_sbits_long() where needed.Justin Ruggles2009-03-03
* Add a get_sbits_long() function.Justin Ruggles2009-03-03
* ALAC: use sign_extend() from mathops.hMåns Rullgård2009-03-03
* Add sign_extend() function to mathops.hMåns Rullgård2009-03-03
* Simplify show_bits_long and copy the GetBitsContext around only once instead ...Reimar Döffinger2009-03-02
* flacdec: Use get/skip_bits_long() for more than 17-bits andJustin Ruggles2009-03-02
* Factor out block decoding in ff_h263_decode_mb()Kostya Shishkov2009-03-02
* Consider all packets in the parser, not just ones with timestamps,Michael Niedermayer2009-03-02
* Favor container packets that end after the first byte of the accessMichael Niedermayer2009-03-02
* Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found insteadMichael Niedermayer2009-03-02
* version.h should depend on config.mak.Diego Biurrun2009-03-02
* Add context to some av_log() calls.Benoit Fouet2009-03-02
* Merge three conditions in a single 'if' instead of two.Benoit Fouet2009-03-02
* Mention non-recursive Makefiles in the changelog.Diego Biurrun2009-03-02
* cosmetics: spelling/wording fixesDiego Biurrun2009-03-02
* AC-3 encoding is integer-onlyJustin Ruggles2009-03-02
* Revert previous removal of PAM, PBM, PGM, PGMYUV and PPM from the list ofDiego Biurrun2009-03-02
* cosmetics: Reformat long_names so that "DPCM" comes first.Diego Biurrun2009-03-02
* cosmetics: Reformat long_names so that "ADPCM" comes first.Diego Biurrun2009-03-02
* cosmetics: Reformat long_names so that "PCM" comes first.Diego Biurrun2009-03-02
* small spelling/grammar fixesDiego Biurrun2009-03-02
* xvmc works with MPEG-2 as well as MPEG-1, note this in the codec long_name.Diego Biurrun2009-03-02
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-02
* Decoding of PAM, PBM, PGM, PGMYUV and PPM image formats is not supported.Diego Biurrun2009-03-02
* figure out which muxers support which codecs? new api required!Ben Littler2009-03-02
* The Ogg muxer will handle Theora as wellRobert Swain2009-03-02
* Another round of missing codecs and name updates to match the codec long_name.Diego Biurrun2009-03-02
* Add some more missing codecs and update names to match the codec long_name.Justin Ruggles2009-03-02
* Add some more missing codecs and update names to match the codec long_name.Diego Biurrun2009-03-02
* Merge MP2, MP3 and MPEG audio demuxer entries.Diego Biurrun2009-03-02
* vorbis and flac ogg muxer onlyBen Littler2009-03-02
* ogg muxer is vorbis onlyBen Littler2009-03-02
* Add some missing codecs and update names to match the codec long_nameJustin Ruggles2009-03-02
* Add some missing codecs and update names to match the codec long_name.Diego Biurrun2009-03-02
* add some missing codecs and update some names to match AVCodec.long_nameJustin Ruggles2009-03-02
* Integer-only decoding of AC-3 is not supported.Diego Biurrun2009-03-02
* Targa encoding is supported.Diego Biurrun2009-03-02
* Add missing image formats, patch by Daniel Verkamp, daniel drv nu.Daniel Verkamp2009-03-02
* Split PGM and PPM in image formats section.Daniel Verkamp2009-03-02
* cosmetics: Break image format lines before comments.Daniel Verkamp2009-03-02
* RA144: work around gcc bug/oddity on ARMMåns Rullgård2009-03-01
* add an API changelog with a first entry for the new metadata APIAurelien Jacobs2009-03-01
* Add release version number.Diego Biurrun2009-03-01