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
2014-01-15aarch64: h264 chroma motion compensation NEON optimizationsJanne Grunau
2014-01-13vc1: Add avg_no_rnd_vc1_chroma_mc4_c()Michael Niedermayer
2014-01-13vc1: Factorize out chroma MCLuca Barbato
2014-01-12vc1dsp: K&R formatting cosmeticsLuca Barbato
2013-12-20vc1: arm: Add NEON assemblyMason Carter
2013-08-29cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun
2013-04-30ppc: More consistent arch initializationDiego Biurrun
2013-03-12dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-10-08x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-06-08vc1dsp: mark put/avg_vc1_mspel_mc() always_inlineMans Rullgard
2012-03-06Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje
2011-12-11Remove extraneous semicolonsMans Rullgard
2011-10-10vc1dec: interlaced stream decoding support 3/3Mashiat Sarker Shakkhar
2011-08-23Windows Media Image decoder (WMVP/WVP2)Alberto Delmás
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-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
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
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-11-26Correct rounding values in overlap filteringKostya Shishkov
2006-11-17Optimize overlappingKostya Shishkov
2006-11-17Fix commentsKostya Shishkov
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-02Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.Kostya Shishkov
2006-08-31New qpel MC functions conforming to VC-1 standard.Kostya Shishkov