Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-21Set gray (128) U/V planes for chroma-less samples. Fixes two fate samplesRonald S. Bultje
2011-01-21Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje
2011-01-15H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser
2011-01-15H.264: switch to x264-style tracking of luma/chroma DC NNZJason Garrett-Glaser
2011-01-15H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser
2010-08-07H.264: 8% faster CAVLC zero-run decodingJason Garrett-Glaser
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-10Check level_prefix a bit (this just checks the max our bitreader can handle,Michael Niedermayer
2010-03-01Remove some unneeded fill_rectangle() for 16x16 blocks.Michael Niedermayer
2010-02-17Move check for and call of predict_field_decoding_flag() from the mb code toMichael Niedermayer
2010-02-16Split setting neighboring MBs from fill_decode_caches()Michael Niedermayer
2010-01-24Branchless setting of MB_TYPE_8x8DCT.Michael Niedermayer
2010-01-24Remove cruft.Michael Niedermayer
2010-01-24a[b-1] -> (a-1)[b].Michael Niedermayer
2010-01-24Optimize suffix_length computation, 1 cpu cycle speedup.Michael Niedermayer
2010-01-24Simplify suffix_length computation, same speed.Michael Niedermayer
2010-01-24Optimize level_code computation, 6cpu cycles speedup.Michael Niedermayer
2010-01-241 cpu cycle faster suffix_length calculation.Michael Niedermayer
2010-01-22Move dquant check into qscale overflow check.Michael Niedermayer
2010-01-20Merge multiple IS_* macro uses where possible.Michael Niedermayer
2010-01-19Fix compilation with -O0.Michael Niedermayer
2010-01-18filter_mb_fast needs cbp_table to be set.Michael Niedermayer
2010-01-18Split fill_caches() between filter and decoder.Michael Niedermayer
2010-01-17Rearchitecturing the stiched up goose part 1Michael Niedermayer
2010-01-16Replace cabac checks in inline functions from h264.h with constants.Michael Niedermayer
2010-01-13Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them.Michael Niedermayer
2010-01-13Split cavlc out of h264.c.Michael Niedermayer