summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* Fix compilation of binkaudio_rdft when dct is disabledDaniel Verkamp2010-02-19
* remove a Huffman table from WMA which also exists in AACStefan Gehrer2010-02-19
* Add missing dependency of TwinVQVitor Sessak2010-02-19
* remove ivi5_scans8x8[0], it duplicates ff_zigzag_directStefan Gehrer2010-02-19
* cosmetics: reindent after last commitKostya Shishkov2010-02-19
* Since WavPack chunk can contain more samples than FFmpeg is guaranteed toKostya Shishkov2010-02-19
* Add the dependency for mpeg4audio.o of the ALS decoder.Thilo Borgmann2010-02-19
* Do sequential bit reading outside of []-operators.Thilo Borgmann2010-02-19
* get rid of an if() 1 cpu cycle faster.Michael Niedermayer2010-02-19
* Get rid of a local variable, 10 cpu cycles faster.Michael Niedermayer2010-02-19
* Move abs() from decode_cabac_mb_mvd() to the code that writes mvd_cache.Michael Niedermayer2010-02-18
* Add some AAC buffer overread checks.Alex Converse2010-02-18
* fix intra prediction modes with inter-MB neighbors,Stefan Gehrer2010-02-18
* H264: use alias-safe macrosMåns Rullgård2010-02-18
* Simplify deblock_left/top condition for deblocking_filter=2Michael Niedermayer2010-02-18
* Speedup decode_cabac_field_decoding_flag() by 9 cpu cycles.Michael Niedermayer2010-02-18
* Move NEG_[US]SR32 macros to mathops.hMåns Rullgård2010-02-17
* Fix sizeof()-statement to use the actual pointer type.Thilo Borgmann2010-02-17
* Fix wrong buffer allocation for MCC in ALS.Thilo Borgmann2010-02-17
* get_bits: Fix spelling and grammar in GET_VLC() comment.Alex Converse2010-02-17
* 10l: remove stray '(' I don't know where it came fromMåns Rullgård2010-02-17
* Use LOCAL_ALIGNED macro for local arraysMåns Rullgård2010-02-17
* Add LOCAL_ALIGNED() macro for declaring aligned local arraysMåns Rullgård2010-02-17
* Simplify some declarations of aligned arraysMåns Rullgård2010-02-17
* Move predict_field_decoding_flag() from h264.h to .c as its only used there a...Michael Niedermayer2010-02-17
* Move check for and call of predict_field_decoding_flag() from the mb code toMichael Niedermayer2010-02-17
* 2x faster ff_h264_init_cabac_states(), 4k cpu cycles less.Michael Niedermayer2010-02-16
* Limit the Rice parameter used for progressive decoding in ALS.Thilo Borgmann2010-02-16
* Add lsp.o as a dependency for wmavoice. This fixes a compilation error whenJames Darnley2010-02-16
* Support <8-bit ILBM uncompressed bitmapsPeter Ross2010-02-16
* 2 cpu cycles faster context calculation for decode_cabac_intra_mb_type()Michael Niedermayer2010-02-16
* Drop a few redundant slice_num checks.Michael Niedermayer2010-02-16
* Drop compute_mb_neighbors() and move fill_decode_neighbors() up to take itsMichael Niedermayer2010-02-15