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
2012-01-14cosmetics: Move static and inline attributes to more standard places.Diego Biurrun
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-07-12H.264: add filter_mb_fast support for >8-bit decodingJason Garrett-Glaser
2011-07-11H.264: avoid redundant alpha/beta calculations in loopfilterJason Garrett-Glaser
2011-07-11H.264: optimize intra/inter loopfilter decisionJason Garrett-Glaser
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-10H.264: fix filter_mb_fast with 4:4:4 + 8x8dctJason Garrett-Glaser
2011-07-09H.264: improve qp_thresh checkJason Garrett-Glaser
2011-07-06H.264: make loopfilter bS const where applicableJason Garrett-Glaser
2011-07-04H.264: template left MB handlingJason Garrett-Glaser
2011-07-04H.264: make filter_mb_fast support the case of unavailable top mbJason Garrett-Glaser
2011-06-27H.264: make filter_mb_fast support 4:4:4Jason Garrett-Glaser
2011-06-22H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFFJason Garrett-Glaser
2011-06-22H.264: fix 4:4:4 + deblocking + MBAFFJason Garrett-Glaser
2011-06-14H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser
2011-06-144:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-14Roll back 4:4:4 H.264 for nowJason Garrett-Glaser
2011-06-13H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
2011-05-10Add the notion of pixel size in h264 related functions.Oskar Arvidsson
2011-05-10Make the h264 loop filter bit depth aware.Oskar Arvidsson
2011-05-10h264: DSP'ize MBAFF loopfilter.Ronald S. Bultje
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-16Move H264 dsputil functions into their own structMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-02-18H264: use alias-safe macrosMåns Rullgård
2010-02-17Use LOCAL_ALIGNED macro for local arraysMåns Rullgård
2010-02-14h264: Remove unused variables.Alexander Strange
2010-02-07Fix CAVLC+8x8DCT+MBAFF loopfiltering.Michael Niedermayer
2010-01-31Get rid of a check in one direction that cant be true in it in that partMichael Niedermayer
2010-01-30Split first reference list comparission from mv comparission.Michael Niedermayer
2010-01-30Replace h->left_type[0] by the local variable for it we have.Michael Niedermayer
2010-01-30slightly faster bit trickery.Michael Niedermayer
2010-01-30Replace ?: by branchless code.Michael Niedermayer
2010-01-28factorize first filter call out, this makes the code somewhatMichael Niedermayer
2010-01-28Change wraper functions to always inline, they are faster now that way.Michael Niedermayer
2010-01-28indentMichael Niedermayer
2010-01-28Restructure check_mv()Michael Niedermayer
2010-01-28Restructure if() in check_mv()Michael Niedermayer
2010-01-28Unroll loops in check_mv()Michael Niedermayer
2010-01-28Factor mv/ref compare code out.Michael Niedermayer
2010-01-28Simplify first edge filter condition.Michael Niedermayer
2010-01-28Cosmetics, mostly indention, 2 or so new fixme comments that i was to lazyMichael Niedermayer
2010-01-28Make the fast loop filter path work with unavailable left MBs.Michael Niedermayer
2010-01-28get rid of the start variable.Michael Niedermayer
2010-01-28Unroll main loop so the edge==0 case is seperate.Michael Niedermayer
2010-01-27Update comment.Michael Niedermayer
2010-01-27Use table to speedup access to non_zero_count in MBAFF with differing interla...Michael Niedermayer
2010-01-27Optimize loop filtering of the left edge in MBAFF.Michael Niedermayer