| Commit message (Expand) | Author | Age | Files | Lines |
* | get_bits: Fix spelling and grammar in GET_VLC() comment. | Alex Converse | 2010-02-17 | 1 | -3/+3 |
* | 10l: remove stray '(' I don't know where it came from | Måns Rullgård | 2010-02-17 | 1 | -2/+2 |
* | Use LOCAL_ALIGNED macro for local arrays | Måns Rullgård | 2010-02-17 | 7 | -19/+19 |
* | Add LOCAL_ALIGNED() macro for declaring aligned local arrays | Måns Rullgård | 2010-02-17 | 1 | -0/+16 |
* | Simplify some declarations of aligned arrays | Måns Rullgård | 2010-02-17 | 1 | -15/+8 |
* | Move predict_field_decoding_flag() from h264.h to .c as its only used there a... | Michael Niedermayer | 2010-02-17 | 2 | -11/+11 |
* | Move check for and call of predict_field_decoding_flag() from the mb code to | Michael Niedermayer | 2010-02-17 | 4 | -5/+5 |
* | 2x faster ff_h264_init_cabac_states(), 4k cpu cycles less. | Michael Niedermayer | 2010-02-16 | 1 | -9/+10 |
* | Limit the Rice parameter used for progressive decoding in ALS. | Thilo Borgmann | 2010-02-16 | 1 | -2/+8 |
* | Add lsp.o as a dependency for wmavoice. This fixes a compilation error when | James Darnley | 2010-02-16 | 1 | -1/+2 |
* | Support <8-bit ILBM uncompressed bitmaps | Peter Ross | 2010-02-16 | 1 | -8/+4 |
* | 2 cpu cycles faster context calculation for decode_cabac_intra_mb_type() | Michael Niedermayer | 2010-02-16 | 1 | -2/+2 |
* | Drop a few redundant slice_num checks. | Michael Niedermayer | 2010-02-16 | 1 | -11/+6 |
* | Drop compute_mb_neighbors() and move fill_decode_neighbors() up to take its | Michael Niedermayer | 2010-02-15 | 1 | -28/+1 |
* | Split setting neighboring MBs from fill_decode_caches() | Michael Niedermayer | 2010-02-15 | 3 | -20/+53 |
* | Simplify decode_cabac_mb_intra4x4_pred_mode(). | Michael Niedermayer | 2010-02-15 | 1 | -4/+1 |
* | Merge decode_cabac_mb_type_b() into calling code. | Michael Niedermayer | 2010-02-15 | 1 | -44/+34 |
* | Remove outdated comment. | Maxim Poliakovski | 2010-02-15 | 1 | -1/+0 |
* | add heuristic to discern the old sample clips from streams encoded | Stefan Gehrer | 2010-02-15 | 2 | -0/+10 |
* | avoid using DECLARE_ALIGNED on stack variable as suggested by Reimar | Stefan Gehrer | 2010-02-15 | 1 | -4/+4 |
* | AAC: Mark che_configure() as av_cold. | Alex Converse | 2010-02-15 | 1 | -1/+1 |
* | AAC: Mark functions that are only called when the output configuration is not... | Alex Converse | 2010-02-15 | 1 | -2/+2 |
* | IFF bitmap n-bit color support | Peter Ross | 2010-02-15 | 1 | -52/+74 |
* | 10l ;; gcc 2.95 compilation fix by mike | Michael Niedermayer | 2010-02-15 | 1 | -1/+1 |
* | 10l use pack16to32(), should fix big endian h264 failures. | Michael Niedermayer | 2010-02-15 | 1 | -2/+2 |
* | Merge the single line function decode_cabac_mb_transform_size() | Michael Niedermayer | 2010-02-15 | 1 | -7/+2 |
* | indent | Michael Niedermayer | 2010-02-14 | 1 | -6/+6 |
* | Merge decode_cabac_mb_dqp() with surronding code. | Michael Niedermayer | 2010-02-14 | 2 | -22/+24 |
* | Drop if(0) code. | Michael Niedermayer | 2010-02-14 | 1 | -12/+0 |
* | Set sub_mb_type in direct_cache instead of just the direct flag. | Michael Niedermayer | 2010-02-14 | 1 | -4/+1 |
* | Store sub_mb_type in direct_cache/direct_table. | Michael Niedermayer | 2010-02-14 | 2 | -13/+13 |
* | Remove slice_table checks from decode_cabac_mb_cbp_luma() and set left/top_cb... | Michael Niedermayer | 2010-02-14 | 2 | -6/+6 |
* | Revert r21814 | Michael Niedermayer | 2010-02-14 | 1 | -3/+3 |
* | Cosmetics, vertical align. | Michael Niedermayer | 2010-02-14 | 1 | -1/+1 |
* | Direct temporal skiped MBs dont need fill_decode_caches() at all so dont call it | Michael Niedermayer | 2010-02-13 | 1 | -1/+1 |
* | h264: Remove unused variables. | Alexander Strange | 2010-02-13 | 3 | -7/+3 |
* | h264: Fix pointer warnings by removing redundant [0] | Alexander Strange | 2010-02-13 | 1 | -3/+3 |
* | Fix integer overflow warnings in h264.h | Alexander Strange | 2010-02-13 | 1 | -2/+2 |
* | Merge (IS_SKIP(mb_type) || IS_DIRECT(mb_type) | Michael Niedermayer | 2010-02-13 | 1 | -1/+1 |
* | Skiped MBs dont need the cbp stuff so skip initing that. | Michael Niedermayer | 2010-02-13 | 1 | -0/+2 |
* | Reindent a line. | Thilo Borgmann | 2010-02-13 | 1 | -1/+1 |
* | Also skip direct/mvd_cache init for skiped blocks. | Michael Niedermayer | 2010-02-13 | 1 | -1/+1 |
* | Move more code under if(!IS_DIRECT(mb_type)). | Michael Niedermayer | 2010-02-13 | 1 | -2/+3 |
* | Move CODEC_FLAG_GRAY check to outer loop | David Conrad | 2010-02-13 | 1 | -2/+3 |
* | Move branch based on custom mode outside the loop | David Conrad | 2010-02-13 | 1 | -5/+5 |
* | Directly check whether a fragment is coded for 4MV mode instead of iterating | David Conrad | 2010-02-13 | 1 | -5/+2 |
* | Eliminate fragment -> macroblock mapping array | David Conrad | 2010-02-13 | 1 | -48/+13 |
* | Eliminate macroblock -> fragment mapping array | David Conrad | 2010-02-13 | 1 | -50/+33 |
* | Eliminate superblock <-> macroblock mapping array | David Conrad | 2010-02-13 | 1 | -74/+19 |
* | Support arithmetic decoding in ALS. | Thilo Borgmann | 2010-02-13 | 4 | -6/+733 |