aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2010-02-19Add missing dependency of TwinVQVitor Sessak
2010-02-19remove ivi5_scans8x8[0], it duplicates ff_zigzag_directStefan Gehrer
2010-02-19cosmetics: reindent after last commitKostya Shishkov
2010-02-19Since WavPack chunk can contain more samples than FFmpeg is guaranteed toKostya Shishkov
2010-02-19Add the dependency for mpeg4audio.o of the ALS decoder.Thilo Borgmann
2010-02-19Do sequential bit reading outside of []-operators.Thilo Borgmann
2010-02-19get rid of an if() 1 cpu cycle faster.Michael Niedermayer
2010-02-19Get rid of a local variable, 10 cpu cycles faster.Michael Niedermayer
2010-02-18Move abs() from decode_cabac_mb_mvd() to the code that writes mvd_cache.Michael Niedermayer
2010-02-18Add some AAC buffer overread checks.Alex Converse
2010-02-18fix intra prediction modes with inter-MB neighbors,Stefan Gehrer
2010-02-18H264: use alias-safe macrosMåns Rullgård
2010-02-18Simplify deblock_left/top condition for deblocking_filter=2Michael Niedermayer
2010-02-18Speedup decode_cabac_field_decoding_flag() by 9 cpu cycles.Michael Niedermayer
2010-02-17Move NEG_[US]SR32 macros to mathops.hMåns Rullgård
2010-02-17Fix sizeof()-statement to use the actual pointer type.Thilo Borgmann
2010-02-17Fix wrong buffer allocation for MCC in ALS.Thilo Borgmann
2010-02-17get_bits: Fix spelling and grammar in GET_VLC() comment.Alex Converse
2010-02-1710l: remove stray '(' I don't know where it came fromMåns Rullgård
2010-02-17Use LOCAL_ALIGNED macro for local arraysMåns Rullgård
2010-02-17Add LOCAL_ALIGNED() macro for declaring aligned local arraysMåns Rullgård
2010-02-17Simplify some declarations of aligned arraysMåns Rullgård
2010-02-17Move predict_field_decoding_flag() from h264.h to .c as its only used there a...Michael Niedermayer
2010-02-17Move check for and call of predict_field_decoding_flag() from the mb code toMichael Niedermayer
2010-02-162x faster ff_h264_init_cabac_states(), 4k cpu cycles less.Michael Niedermayer
2010-02-16Limit the Rice parameter used for progressive decoding in ALS.Thilo Borgmann
2010-02-16Add lsp.o as a dependency for wmavoice. This fixes a compilation error whenJames Darnley
2010-02-16Support <8-bit ILBM uncompressed bitmapsPeter Ross
2010-02-162 cpu cycles faster context calculation for decode_cabac_intra_mb_type()Michael Niedermayer
2010-02-16Drop a few redundant slice_num checks.Michael Niedermayer
2010-02-15Drop compute_mb_neighbors() and move fill_decode_neighbors() up to take itsMichael Niedermayer
2010-02-15Split setting neighboring MBs from fill_decode_caches()Michael Niedermayer
2010-02-15Simplify decode_cabac_mb_intra4x4_pred_mode().Michael Niedermayer
2010-02-15Merge decode_cabac_mb_type_b() into calling code.Michael Niedermayer
2010-02-15Remove outdated comment.Maxim Poliakovski
2010-02-15add heuristic to discern the old sample clips from streams encodedStefan Gehrer
2010-02-15avoid using DECLARE_ALIGNED on stack variable as suggested by ReimarStefan Gehrer
2010-02-15AAC: Mark che_configure() as av_cold.Alex Converse
2010-02-15AAC: Mark functions that are only called when the output configuration is not...Alex Converse
2010-02-15IFF bitmap n-bit color supportPeter Ross
2010-02-1510l ;; gcc 2.95 compilation fix by mikeMichael Niedermayer
2010-02-1510l use pack16to32(), should fix big endian h264 failures.Michael Niedermayer
2010-02-15Merge the single line function decode_cabac_mb_transform_size()Michael Niedermayer
2010-02-14indentMichael Niedermayer
2010-02-14Merge decode_cabac_mb_dqp() with surronding code.Michael Niedermayer
2010-02-14Drop if(0) code.Michael Niedermayer
2010-02-14Set sub_mb_type in direct_cache instead of just the direct flag.Michael Niedermayer
2010-02-14Store sub_mb_type in direct_cache/direct_table.Michael Niedermayer
2010-02-14Remove slice_table checks from decode_cabac_mb_cbp_luma() and set left/top_cb...Michael Niedermayer
2010-02-14Revert r21814Michael Niedermayer