summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* In the current implementation of rtp_parse_packet(), finalize_packet() isRonald S. Bultje2009-03-03
* Start Changelog for next version.Diego Biurrun2009-03-03
* cosmetics: Add some empty lines for readability.Diego Biurrun2009-03-03
* Reduce allocated length of the HTTP authentication request field buffer, asRonald S. Bultje2009-03-03
* Cosmetics: TypoPanagiotis Issaris2009-03-03
* Use sign_extend().Benoit Fouet2009-03-03
* Add my GPG fingerprintPanagiotis Issaris2009-03-03
* Cosmetics: TypoPanagiotis Issaris2009-03-03
* cosmetics: Fix indentation.Diego Biurrun2009-03-03
* Do not add -D_FILE_OFFSET_BITS=64 and -D_LARGEFILE_SOURCE unconditionally toDiego Biurrun2009-03-03
* Remove mpeg4aac dependency declaration, the decoder was removed.Diego Biurrun2009-03-03
* configure: improve temp file creation and cleanupMåns Rullgård2009-03-03
* flacdec: Warn about invalid max blocksize and limit the minimum value.Justin Ruggles2009-03-03
* H.264: Simplify decode_residual()Alex Converse2009-03-03
* cosmetics: remove a pointless commentJustin Ruggles2009-03-03
* 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