aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock andKostya Shishkov2010-02-232-0/+5
* Decode alpha plane in Bink videoKostya Shishkov2010-02-231-6/+4
* cosmetics: reindent after last commitKostya Shishkov2010-02-231-157/+157
* Move plane decoding code into separate function in Bink decoderKostya Shishkov2010-02-231-58/+70
* Bink video decoder now can use extradata to detect alpha plane presenceKostya Shishkov2010-02-231-1/+10
* Declare indeo VLC table storage with correct typeMåns Rullgård2010-02-231-1/+1
* Try to set has_b_frames in codec init if we know everything alraedy.Michael Niedermayer2010-02-231-0/+4
* Move extradata reading code into codec init instead of doing itMichael Niedermayer2010-02-231-55/+45
* Make Bink decoder able to skip alpha planeKostya Shishkov2010-02-221-0/+10
* Macroblock and block Huffman code sets are to be used by both Indeo 4 andKostya Shishkov2010-02-223-17/+39
* Make Bink decoder to stop decoding planes after all bits are used.Kostya Shishkov2010-02-221-1/+4
* Correct bundle lengths calculation for small Bink files.Kostya Shishkov2010-02-221-1/+2
* ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16Kostya Shishkov2010-02-223-0/+127
* Fix compilation for --enable-version3 --enable-libopencore_amrwb (only).Carl Eugen Hoyos2010-02-221-1/+1
* ARM: add missing preserve8 directivesMåns Rullgård2010-02-222-0/+4
* get/show_bits() can read up to MIN_CACHE_BITS bitsMåns Rullgård2010-02-211-2/+2
* Fix timestamp association for mpeg2 field pictures.Michael Niedermayer2010-02-211-1/+1
* Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extendMåns Rullgård2010-02-211-2/+2
* Add zero_extend() functionMåns Rullgård2010-02-211-0/+7
* Remove unused variable mb_xy.avcoder2010-02-211-1/+0
* AMR-NB floating-point based decoder.Vitor Sessak2010-02-214-0/+2758
* Remove unused variable, fixes warnings of the type:Diego Biurrun2010-02-211-1/+0
* indentMåns Rullgård2010-02-211-32/+32
* Avoid negative shifts in build_table()Måns Rullgård2010-02-211-1/+3
* Bink video decoderKostya Shishkov2010-02-218-1/+1786
* VC1: fix missing include h263.hMåns Rullgård2010-02-211-0/+1
* Simplify determing whether fragments are codedDavid Conrad2010-02-211-26/+5
* Handle Theora's continued runs in superblock coding.David Conrad2010-02-211-0/+6
* Decode fully coded superblocks in the same manner as partial superblocks and qpiDavid Conrad2010-02-211-29/+22
* Make the special 4129 case for long-run bit strings a #define and explain itDavid Conrad2010-02-211-1/+6
* Use memset to set the runs partially coded superblocksDavid Conrad2010-02-211-9/+13
* Replace log2f(10) with a constantMåns Rullgård2010-02-201-1/+1
* Free encoder extradata in avcodec_close(). Should fix several small memoryVitor Sessak2010-02-201-0/+2
* x86_fft.o depends on MMX and FFT.Ramiro Polla2010-02-201-1/+2
* remove tables of codebook vector values which are contained inStefan Gehrer2010-02-201-24/+5
* 16l trocadero: don't forget to free frame data buffer in APE decoderKostya Shishkov2010-02-191-0/+1
* msmpeg4v* encoders depend on h263decDaniel Verkamp2010-02-191-5/+5
* Declare WMV1 decoder dependenciesDaniel Verkamp2010-02-191-0/+1
* Declare CAF demuxer dependency on mpegaudioDaniel Verkamp2010-02-191-0/+1
* Fix compilation of binkaudio_rdft when dct is disabledDaniel Verkamp2010-02-191-6/+8
* remove a Huffman table from WMA which also exists in AACStefan Gehrer2010-02-195-48/+10
* Add missing dependency of TwinVQVitor Sessak2010-02-191-1/+1
* remove ivi5_scans8x8[0], it duplicates ff_zigzag_directStefan Gehrer2010-02-192-10/+6
* cosmetics: reindent after last commitKostya Shishkov2010-02-191-61/+61
* Since WavPack chunk can contain more samples than FFmpeg is guaranteed toKostya Shishkov2010-02-191-12/+75
* Add the dependency for mpeg4audio.o of the ALS decoder.Thilo Borgmann2010-02-191-1/+1
* Do sequential bit reading outside of []-operators.Thilo Borgmann2010-02-191-1/+5
* get rid of an if() 1 cpu cycle faster.Michael Niedermayer2010-02-191-2/+1
* Get rid of a local variable, 10 cpu cycles faster.Michael Niedermayer2010-02-191-6/+5
* Move abs() from decode_cabac_mb_mvd() to the code that writes mvd_cache.Michael Niedermayer2010-02-181-13/+15