summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Initialize thread_context[0] with h264 parser context.Rafaël Carré2010-01-28
* Change wraper functions to always inline, they are faster now that way.Michael Niedermayer2010-01-28
* indentMichael Niedermayer2010-01-28
* Restructure check_mv()Michael Niedermayer2010-01-28
* Restructure if() in check_mv()Michael Niedermayer2010-01-28
* Unroll loops in check_mv()Michael Niedermayer2010-01-28
* Factor mv/ref compare code out.Michael Niedermayer2010-01-28
* Simplify first edge filter condition.Michael Niedermayer2010-01-28
* Cosmetics, mostly indention, 2 or so new fixme comments that i was to lazyMichael Niedermayer2010-01-28
* Make the fast loop filter path work with unavailable left MBs.Michael Niedermayer2010-01-28
* get rid of the start variable.Michael Niedermayer2010-01-28
* Unroll main loop so the edge==0 case is seperate.Michael Niedermayer2010-01-28
* Fix svq3_* function declarations.Rafaël Carré2010-01-27
* SVQ1: 4-byte-align codebook tablesMåns Rullgård2010-01-27
* Fix possible crashes in mlp parser, it tries to go back 7 bytes afterReimar Döffinger2010-01-27
* Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, theReimar Döffinger2010-01-27
* Revert Revision: 21362Michael Niedermayer2010-01-27
* Update comment.Michael Niedermayer2010-01-27
* Use table to speedup access to non_zero_count in MBAFF with differing interla...Michael Niedermayer2010-01-27
* Fix misc typos, patch byStefano Sabatini2010-01-27
* Simplify left_xy initMichael Niedermayer2010-01-27
* Split fill_caches() between loopfilter & decode, the 2 no longer where commonMichael Niedermayer2010-01-26
* Optimize loop filtering of the left edge in MBAFF.Michael Niedermayer2010-01-26
* use left_xy[1] in mbaff QP loop filter check, this improves the amount that canMichael Niedermayer2010-01-26
* Optimize mv/ref cache init for left MB.Michael Niedermayer2010-01-26
* Add UMULH()Måns Rullgård2010-01-26
* optimize h264_loop_filter_strength_mmx2Loren Merritt2010-01-26
* remove unneeded checkMichael Niedermayer2010-01-26
* Use left_mb_xy from fill_caches instead of recalculating it.Michael Niedermayer2010-01-26
* Simplify left_xy content for the loop filter, this also makes it closer toMichael Niedermayer2010-01-26
* Simplify loop filter a little by using top/left_type.Michael Niedermayer2010-01-26
* Set top & left types for deblock in fill_caches().Michael Niedermayer2010-01-26
* 100l typo fix, mixed up +-1 forcing the loop filter skip to never skip.Michael Niedermayer2010-01-26
* cosmeticMichael Niedermayer2010-01-26
* Fix qp_thres loop filter check for MBAFF.Michael Niedermayer2010-01-26
* Optimize mb neighbor initialization for MBAFF in fill_caches().Michael Niedermayer2010-01-26
* Metasoft MJPEG codec has Cb and Cr swapped, fixes issue 1611.Carl Eugen Hoyos2010-01-26
* Fix heap overflow due to lack of nb_components check.Michael Niedermayer2010-01-25
* Release buffer when decoding is finished.Carl Eugen Hoyos2010-01-25
* Optimize decode_cabac_field_decoding_flag().Michael Niedermayer2010-01-25
* 100l, correct wrong H.264+adaptive MBAFF decodingAlexander Strange2010-01-25
* H.264: Use 64-/128-bit write-combining macros for copiesAlexander Strange2010-01-25
* Only check frame size if the header is valid.Justin Ruggles2010-01-24
* Fix decoding ATI VCR2 codec, sample inCarl Eugen Hoyos2010-01-24
* Branchless setting of MB_TYPE_8x8DCT.Michael Niedermayer2010-01-24
* Remove cruft.Michael Niedermayer2010-01-24
* Mark index as unsigend so gcc knows it doesnt need a sign extension on x86_64.Michael Niedermayer2010-01-24
* a[b-1] -> (a-1)[b].Michael Niedermayer2010-01-24
* Optimize suffix_length computation, 1 cpu cycle speedup.Michael Niedermayer2010-01-24
* Simplify suffix_length computation, same speed.Michael Niedermayer2010-01-24