summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Extend fill_rectangle() support for 16bitMichael Niedermayer2010-02-24
* Calculate mvd without abs()Michael Niedermayer2010-02-24
* switch back to (amvd>2)+(amvd>32), its 5 cpu cycles faster now.Michael Niedermayer2010-02-24
* Factorize common code from the top of decode_cabac_mb_mvd()Michael Niedermayer2010-02-24
* Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2)Michael Niedermayer2010-02-24
* Replace ad-hoc fill rectangle by fill_rectangle().Michael Niedermayer2010-02-24
* ff_msmpeg4_decode_init() calls ff_h263_decode_init() which callsKostya Shishkov2010-02-24
* it is not necessary to display the decoder name, as av_log() automatically pr...Peter Ross2010-02-24
* Replace /2 by faster >>1 as the mvd values are now all positive.Michael Niedermayer2010-02-24
* Remove unused variable. Seems i forgot to commit this.Michael Niedermayer2010-02-24
* 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