summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* mlp_parser: Fix memleak.Jai Menon2010-02-23
* Cosmetics: break all Makefile lines at 80 columns or lessDaniel Verkamp2010-02-23
* Use reported_size to truncate final Bink Audio framePeter Ross2010-02-23
* Fix iff demuxer dependenciesDaniel Verkamp2010-02-23
* Fix vc1 parser dependenciesDaniel Verkamp2010-02-23
* Fix h264 parser dependenciesDaniel Verkamp2010-02-23
* Fix mpeg4video parser dependenciesDaniel Verkamp2010-02-23
* Fix wmv2 encoder dependenciesDaniel Verkamp2010-02-23
* Fix gif encoder dependenciesDaniel Verkamp2010-02-23
* Fix snow encoder dependenciesDaniel Verkamp2010-02-23
* Fix svq1 encoder dependenciesDaniel Verkamp2010-02-23
* 10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock andKostya Shishkov2010-02-23
* Decode alpha plane in Bink videoKostya Shishkov2010-02-23
* cosmetics: reindent after last commitKostya Shishkov2010-02-23
* Move plane decoding code into separate function in Bink decoderKostya Shishkov2010-02-23
* Bink video decoder now can use extradata to detect alpha plane presenceKostya Shishkov2010-02-23
* Declare indeo VLC table storage with correct typeMåns Rullgård2010-02-23
* Try to set has_b_frames in codec init if we know everything alraedy.Michael Niedermayer2010-02-23
* Move extradata reading code into codec init instead of doing itMichael Niedermayer2010-02-23
* Make Bink decoder able to skip alpha planeKostya Shishkov2010-02-22
* Macroblock and block Huffman code sets are to be used by both Indeo 4 andKostya Shishkov2010-02-22
* Make Bink decoder to stop decoding planes after all bits are used.Kostya Shishkov2010-02-22
* Correct bundle lengths calculation for small Bink files.Kostya Shishkov2010-02-22
* ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16Kostya Shishkov2010-02-22
* Fix compilation for --enable-version3 --enable-libopencore_amrwb (only).Carl Eugen Hoyos2010-02-22
* ARM: add missing preserve8 directivesMåns Rullgård2010-02-22
* get/show_bits() can read up to MIN_CACHE_BITS bitsMåns Rullgård2010-02-21
* Fix timestamp association for mpeg2 field pictures.Michael Niedermayer2010-02-21
* Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extendMåns Rullgård2010-02-21
* Add zero_extend() functionMåns Rullgård2010-02-21
* Remove unused variable mb_xy.avcoder2010-02-21
* AMR-NB floating-point based decoder.Vitor Sessak2010-02-21
* Remove unused variable, fixes warnings of the type:Diego Biurrun2010-02-21
* indentMåns Rullgård2010-02-21
* Avoid negative shifts in build_table()Måns Rullgård2010-02-21
* Bink video decoderKostya Shishkov2010-02-21
* VC1: fix missing include h263.hMåns Rullgård2010-02-21
* Simplify determing whether fragments are codedDavid Conrad2010-02-21
* Handle Theora's continued runs in superblock coding.David Conrad2010-02-21
* Decode fully coded superblocks in the same manner as partial superblocks and qpiDavid Conrad2010-02-21
* Make the special 4129 case for long-run bit strings a #define and explain itDavid Conrad2010-02-21
* Use memset to set the runs partially coded superblocksDavid Conrad2010-02-21
* Replace log2f(10) with a constantMåns Rullgård2010-02-20
* Free encoder extradata in avcodec_close(). Should fix several small memoryVitor Sessak2010-02-20
* x86_fft.o depends on MMX and FFT.Ramiro Polla2010-02-20
* remove tables of codebook vector values which are contained inStefan Gehrer2010-02-20
* 16l trocadero: don't forget to free frame data buffer in APE decoderKostya Shishkov2010-02-19
* msmpeg4v* encoders depend on h263decDaniel Verkamp2010-02-19
* Declare WMV1 decoder dependenciesDaniel Verkamp2010-02-19
* Declare CAF demuxer dependency on mpegaudioDaniel Verkamp2010-02-19