aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cosmetics, vertical align.Michael Niedermayer2010-02-141-1/+1
* Direct temporal skiped MBs dont need fill_decode_caches() at all so dont call itMichael Niedermayer2010-02-131-1/+1
* h264: Remove unused variables.Alexander Strange2010-02-133-7/+3
* h264: Fix pointer warnings by removing redundant [0]Alexander Strange2010-02-131-3/+3
* Fix integer overflow warnings in h264.hAlexander Strange2010-02-131-2/+2
* Merge (IS_SKIP(mb_type) || IS_DIRECT(mb_type)Michael Niedermayer2010-02-131-1/+1
* Skiped MBs dont need the cbp stuff so skip initing that.Michael Niedermayer2010-02-131-0/+2
* Reindent a line.Thilo Borgmann2010-02-131-1/+1
* Also skip direct/mvd_cache init for skiped blocks.Michael Niedermayer2010-02-131-1/+1
* Move more code under if(!IS_DIRECT(mb_type)).Michael Niedermayer2010-02-131-2/+3
* Move CODEC_FLAG_GRAY check to outer loopDavid Conrad2010-02-131-2/+3
* Move branch based on custom mode outside the loopDavid Conrad2010-02-131-5/+5
* Directly check whether a fragment is coded for 4MV mode instead of iteratingDavid Conrad2010-02-131-5/+2
* Eliminate fragment -> macroblock mapping arrayDavid Conrad2010-02-131-48/+13
* Eliminate macroblock -> fragment mapping arrayDavid Conrad2010-02-131-50/+33
* Eliminate superblock <-> macroblock mapping arrayDavid Conrad2010-02-131-74/+19
* Support arithmetic decoding in ALS.Thilo Borgmann2010-02-134-6/+733
* Skip some more code that isnt needed for direct MBs.Michael Niedermayer2010-02-131-1/+1
* Fix reading beyond buffer end on RA144Context.lpc_tables.Francesco Lavra2010-02-131-3/+3
* Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler.Michael Niedermayer2010-02-133-4/+3
* Dont calculate any surrounding MVs for temporal MBsMichael Niedermayer2010-02-131-4/+3
* Simplify if()Michael Niedermayer2010-02-131-1/+1
* Init sub_mb_type cleanly.Michael Niedermayer2010-02-131-2/+1
* 100l Forgoten hunk.unbreak compile before someone notices.Michael Niedermayer2010-02-131-1/+0
* Restructure spatial direct MV generation so that the zero predictior shortcutMichael Niedermayer2010-02-131-65/+70
* Split spatial and temporal direct MV generation.Michael Niedermayer2010-02-131-3/+87
* Fix compilation with --enable-libgsm on Gentoo and OpenSUSE.Ramiro Polla2010-02-131-1/+1
* Special case for spatial direct MV predictor being 0.Michael Niedermayer2010-02-131-1/+7
* Pack MVs together from the begin for spatial direct, this simplifies the codeMichael Niedermayer2010-02-131-20/+17
* Dont drop B frames without last_picture.Michael Niedermayer2010-02-121-5/+0
* Special case VP5/6 chroma alignment on x86 as wellDavid Conrad2010-02-121-1/+3
* Don't pre-calculate first_pixelDavid Conrad2010-02-121-75/+26
* Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoderDavid Conrad2010-02-121-3/+39
* Cosmetics: reindentDavid Conrad2010-02-121-48/+48
* Do loop filter per-row rather than per-frameDavid Conrad2010-02-121-7/+12
* Move apply_loop_filter above render_slice, it'll be used by the latter soonDavid Conrad2010-02-121-64/+64
* Export Theora colorspace info if presentDavid Conrad2010-02-121-2/+12
* Theora 3.4 doesn't exist; these fields were misunderstandings of the specDavid Conrad2010-02-121-14/+2
* Remove unused code that's moved elsewhereDavid Conrad2010-02-121-54/+0
* Try to support truncated h264 frames mixed with mpeg pes headers in mkv.Michael Niedermayer2010-02-123-0/+13
* Use int8_t instead of char, the signedness of char can differ between systems.Reimar Döffinger2010-02-121-2/+2