summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Indeo Video Interactive 4 and 5 common code and DSP functions.Kostya Shishkov2010-01-30
* Make VP5 and VP6 decoders output a qscale table to allow for more automaticReimar Döffinger2010-01-29
* Add no_repeat_mask option, so that single-pulse vectors can also beRonald S. Bultje2010-01-29
* Add support for vorbis 6.1 and 7.1 channel configurations as per the new specRobert Swain2010-01-29
* vp56: check buffer size to fix a potential segfaultLaurent Aimar2010-01-28
* Simplify error handling by processing header errors separate from CRC andJustin Ruggles2010-01-28
* Move variable declaration to block where it is used and simplify code.Reimar Döffinger2010-01-28
* Export H264 profile and level in AVCodecContext.Rafaël Carré2010-01-28
* Extract duplicated code into a separate function.Reimar Döffinger2010-01-28
* factorize first filter call out, this makes the code somewhatMichael Niedermayer2010-01-28
* Simplify. See "[PATCH] simplify ff_set_fixed_vector()" thread on mailinglist.Ronald S. Bultje2010-01-28
* 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