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
2013-08-29cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun
2013-04-08lavc: Make pointers to ff_cropTbl constMartin Storsjö
2013-03-12dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato
2013-02-06rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun
2013-01-24dsputil: Separate h264 qpelMans Rullgard
2012-10-10arm: call arm-specific rv34dsp init functions under if (ARCH_ARM)Jean-Baptiste Kempf
2012-10-08x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-04-10rv40dsp: implement prescaled versions for biweight.Christophe GISQUET
2012-02-21rv34: change most "int stride" into "ptrdiff_t stride".Ronald S. Bultje
2011-12-14rv40: rearrange loop filter functionsMans Rullgard
2011-12-06rv40: NEON optimised chroma MCJanne Grunau
2011-12-01rv40: move loop filter to rv34dsp contextJanne Grunau
2011-10-12rv34: move inverse transform functions to DSP contextJanne Grunau
2011-08-30RV40: reuse some H.264 motion compensation functions in RV40.Kostya Shishkov
2011-08-12Add weighted motion compensation for RV40 B-framesKostya Shishkov
2011-08-12Move RV3/4-specific DSP functions into their own contextKostya Shishkov
2011-08-09Pretty-print RV3/4 decoder sourceKostya Shishkov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-01RV40 MC functionsKostya Shishkov