summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add some AAC buffer overread checks.Alex Converse2010-02-181-4/+26
* fix intra prediction modes with inter-MB neighbors,Stefan Gehrer2010-02-181-2/+7
* H264: use alias-safe macrosMåns Rullgård2010-02-185-82/+86
* Simplify deblock_left/top condition for deblocking_filter=2Michael Niedermayer2010-02-181-3/+2
* Speedup decode_cabac_field_decoding_flag() by 9 cpu cycles.Michael Niedermayer2010-02-181-2/+1
* Move NEG_[US]SR32 macros to mathops.hMåns Rullgård2010-02-173-21/+27
* Fix sizeof()-statement to use the actual pointer type.Thilo Borgmann2010-02-171-1/+1
* Fix wrong buffer allocation for MCC in ALS.Thilo Borgmann2010-02-171-2/+2
* get_bits: Fix spelling and grammar in GET_VLC() comment.Alex Converse2010-02-171-3/+3
* 10l: remove stray '(' I don't know where it came fromMåns Rullgård2010-02-171-2/+2
* Use LOCAL_ALIGNED macro for local arraysMåns Rullgård2010-02-177-19/+19
* Add LOCAL_ALIGNED() macro for declaring aligned local arraysMåns Rullgård2010-02-171-0/+16
* Simplify some declarations of aligned arraysMåns Rullgård2010-02-171-15/+8
* Move predict_field_decoding_flag() from h264.h to .c as its only used there a...Michael Niedermayer2010-02-172-11/+11
* Move check for and call of predict_field_decoding_flag() from the mb code toMichael Niedermayer2010-02-174-5/+5
* 2x faster ff_h264_init_cabac_states(), 4k cpu cycles less.Michael Niedermayer2010-02-161-9/+10
* Limit the Rice parameter used for progressive decoding in ALS.Thilo Borgmann2010-02-161-2/+8
* Add lsp.o as a dependency for wmavoice. This fixes a compilation error whenJames Darnley2010-02-161-1/+2
* Support <8-bit ILBM uncompressed bitmapsPeter Ross2010-02-161-8/+4
* 2 cpu cycles faster context calculation for decode_cabac_intra_mb_type()Michael Niedermayer2010-02-161-2/+2
* Drop a few redundant slice_num checks.Michael Niedermayer2010-02-161-11/+6
* Drop compute_mb_neighbors() and move fill_decode_neighbors() up to take itsMichael Niedermayer2010-02-151-28/+1
* Split setting neighboring MBs from fill_decode_caches()Michael Niedermayer2010-02-153-20/+53
* Simplify decode_cabac_mb_intra4x4_pred_mode().Michael Niedermayer2010-02-151-4/+1
* Merge decode_cabac_mb_type_b() into calling code.Michael Niedermayer2010-02-151-44/+34
* Remove outdated comment.Maxim Poliakovski2010-02-151-1/+0
* add heuristic to discern the old sample clips from streams encodedStefan Gehrer2010-02-152-0/+10
* avoid using DECLARE_ALIGNED on stack variable as suggested by ReimarStefan Gehrer2010-02-151-4/+4
* AAC: Mark che_configure() as av_cold.Alex Converse2010-02-151-1/+1
* AAC: Mark functions that are only called when the output configuration is not...Alex Converse2010-02-151-2/+2
* IFF bitmap n-bit color supportPeter Ross2010-02-151-52/+74
* 10l ;; gcc 2.95 compilation fix by mikeMichael Niedermayer2010-02-151-1/+1
* 10l use pack16to32(), should fix big endian h264 failures.Michael Niedermayer2010-02-151-2/+2
* Merge the single line function decode_cabac_mb_transform_size()Michael Niedermayer2010-02-151-7/+2
* indentMichael Niedermayer2010-02-141-6/+6
* Merge decode_cabac_mb_dqp() with surronding code.Michael Niedermayer2010-02-142-22/+24
* Drop if(0) code.Michael Niedermayer2010-02-141-12/+0
* Set sub_mb_type in direct_cache instead of just the direct flag.Michael Niedermayer2010-02-141-4/+1
* Store sub_mb_type in direct_cache/direct_table.Michael Niedermayer2010-02-142-13/+13
* Remove slice_table checks from decode_cabac_mb_cbp_luma() and set left/top_cb...Michael Niedermayer2010-02-142-6/+6
* Revert r21814Michael Niedermayer2010-02-141-3/+3