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-06-26h264_loopfilter: use av_assertMichael Niedermayer
2012-03-27h264: dont mess with chroma planes for grayscale h264.Michael Niedermayer
2012-01-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-08-15h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier
2011-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-06H.264: make loopfilter bS const where applicableJason Garrett-Glaser
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-27H.264: make filter_mb_fast support 4:4:4Jason Garrett-Glaser
2011-06-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-11Merge remote branch 'qatar/master'Michael Niedermayer
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-04-11H264: replace pixel_size by pixel_shiftMichael Niedermayer
2011-04-11Add the notion of pixel size in h264 related functions.Oskar Arvidsson
2011-04-11Make the h264 loop filter bit depth aware.Oskar Arvidsson
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