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-12-26vc1dsp: fix the warning fix, make it work with --disable-asmMichael Niedermayer
2012-12-26vc1dsp: fix pointer type warningsMichael Niedermayer
2012-10-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-08x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-02vc1dsp: use av_assert2Michael Niedermayer
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08vc1dsp: mark put/avg_vc1_mspel_mc() always_inlineMans Rullgard
2012-03-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-06Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje
2012-03-01vc1: fix out of array reads in vc1_inv_trans_4x4_c()Michael Niedermayer
2012-03-01vc1: fix out of array reads in vc1_inv_trans_4x8_c()Michael Niedermayer
2012-03-01vc1: fix out of array reads in vc1_inv_trans_8x4_c()Michael Niedermayer
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-11Remove extraneous semicolonsMans Rullgard
2011-10-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-10vc1dec: interlaced stream decoding support 3/3Mashiat Sarker Shakkhar
2011-08-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-23Windows Media Image decoder (WMVP/WVP2)Alberto Delmás
2011-05-05Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-04vc1: make overlap filter for I-frames bit-exact.Ronald S. Bultje
2011-05-04Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-22VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje
2011-02-21VC1: merge idct8x8, coeff adjustments and put_pixels.Ronald S. Bultje
2011-02-18dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje
2011-02-18VC1: transpose IDCT 8x8 coeffs while reading.Ronald S. Bultje
2011-02-18dsputil: move VC1-specific stuff into VC1DSPContext.Ronald S. Bultje
2011-02-18VC1: transpose IDCT 8x8 coeffs while reading.Ronald S. Bultje
2010-08-26Remove duplicate definitions of fullpel MC functionsMåns Rullgård
2010-06-23Improve some uses of ff_cropTbl with constant offsetMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-07Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.cMåns Rullgård
2010-01-13More av_cold for infrequently called functions.Zuxy Meng
2009-06-16idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser
2009-04-15Split VC1 loop filter into separate functions for h/v and sizeDavid Conrad
2009-04-15Move VC1 loop filter to DSPContextDavid Conrad
2009-04-14VC1: Do qpel when needed for both MVs in a B frameDavid Conrad
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-28fix an overflow in vc1 intra overlap filterLoren Merritt
2008-01-19simplify 4-point transform part a bitKostya Shishkov
2008-01-19Factor out constant additionKostya Shishkov
2007-12-08Switch VC-1 decoder to output decoded residual immediately.Kostya Shishkov
2007-07-29Make bicubic interpolation standard compliantChristophe Gisquet
2007-07-08Pass modes as parameters instead of calculating them inplace.Christophe Gisquet
2007-07-08Replace function declarations with macroChristophe Gisquet
2007-07-08Drop ff_ prefix for static functionsChristophe Gisquet
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-02-25Add av_ prefix to clip functionsReimar Döffinger