summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* Direct temporal skiped MBs dont need fill_decode_caches() at all so dont call itMichael Niedermayer2010-02-13
* h264: Remove unused variables.Alexander Strange2010-02-13
* h264: Fix pointer warnings by removing redundant [0]Alexander Strange2010-02-13
* Fix integer overflow warnings in h264.hAlexander Strange2010-02-13
* Merge (IS_SKIP(mb_type) || IS_DIRECT(mb_type)Michael Niedermayer2010-02-13
* Skiped MBs dont need the cbp stuff so skip initing that.Michael Niedermayer2010-02-13
* Reindent a line.Thilo Borgmann2010-02-13
* Also skip direct/mvd_cache init for skiped blocks.Michael Niedermayer2010-02-13
* Move more code under if(!IS_DIRECT(mb_type)).Michael Niedermayer2010-02-13
* Move CODEC_FLAG_GRAY check to outer loopDavid Conrad2010-02-13
* Move branch based on custom mode outside the loopDavid Conrad2010-02-13
* Directly check whether a fragment is coded for 4MV mode instead of iteratingDavid Conrad2010-02-13
* Eliminate fragment -> macroblock mapping arrayDavid Conrad2010-02-13
* Eliminate macroblock -> fragment mapping arrayDavid Conrad2010-02-13
* Eliminate superblock <-> macroblock mapping arrayDavid Conrad2010-02-13
* Support arithmetic decoding in ALS.Thilo Borgmann2010-02-13
* Skip some more code that isnt needed for direct MBs.Michael Niedermayer2010-02-13
* Fix reading beyond buffer end on RA144Context.lpc_tables.Francesco Lavra2010-02-13
* Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler.Michael Niedermayer2010-02-13
* Dont calculate any surrounding MVs for temporal MBsMichael Niedermayer2010-02-13
* Simplify if()Michael Niedermayer2010-02-13
* Init sub_mb_type cleanly.Michael Niedermayer2010-02-13
* 100l Forgoten hunk.unbreak compile before someone notices.Michael Niedermayer2010-02-13
* Restructure spatial direct MV generation so that the zero predictior shortcutMichael Niedermayer2010-02-13
* Split spatial and temporal direct MV generation.Michael Niedermayer2010-02-13
* Fix compilation with --enable-libgsm on Gentoo and OpenSUSE.Ramiro Polla2010-02-13
* Special case for spatial direct MV predictor being 0.Michael Niedermayer2010-02-13
* Pack MVs together from the begin for spatial direct, this simplifies the codeMichael Niedermayer2010-02-13
* Dont drop B frames without last_picture.Michael Niedermayer2010-02-12
* Special case VP5/6 chroma alignment on x86 as wellDavid Conrad2010-02-12
* Don't pre-calculate first_pixelDavid Conrad2010-02-12
* Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoderDavid Conrad2010-02-12
* Cosmetics: reindentDavid Conrad2010-02-12
* Do loop filter per-row rather than per-frameDavid Conrad2010-02-12
* Move apply_loop_filter above render_slice, it'll be used by the latter soonDavid Conrad2010-02-12
* Export Theora colorspace info if presentDavid Conrad2010-02-12
* Theora 3.4 doesn't exist; these fields were misunderstandings of the specDavid Conrad2010-02-12
* Remove unused code that's moved elsewhereDavid Conrad2010-02-12
* Try to support truncated h264 frames mixed with mpeg pes headers in mkv.Michael Niedermayer2010-02-12
* Use int8_t instead of char, the signedness of char can differ between systems.Reimar Döffinger2010-02-12
* WMAVoice decoder.Ronald S. Bultje2010-02-12
* Fix build with --disable-mdctMåns Rullgård2010-02-11
* Move 'chksum' declaration to the only block where that variable is usedKostya Shishkov2010-02-11
* Move band checksum verifying into preprocessor condition, so compiler won'tKostya Shishkov2010-02-11
* Output the first AAC frame. This is needed for SBR conformance.Alex Converse2010-02-10
* Enable SSE2 (put|avg)_pixels_16_sse2David Conrad2010-02-10
* ARMv6 optimised pix_sumMåns Rullgård2010-02-09
* ARMv6 optimised pix_norm1Måns Rullgård2010-02-09
* ARMv6 optimised sse16Måns Rullgård2010-02-09
* ARMv6 optimised diff_pixelsMåns Rullgård2010-02-09