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
2013-08-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-08-29cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun
2013-05-01Merge commit '38282149b6ce8f4b8361e3b84542ba9aa8a1f32f'Michael Niedermayer
2013-04-30ppc: More consistent arch initializationDiego Biurrun
2013-04-26vc1dsp: add avg_no_rnd_vc1_chroma_mc4_c()Michael Niedermayer
2013-03-13vc1: fix int/ptrdiff_t mismatchesMichael Niedermayer
2013-03-13Merge commit 'a8b6015823e628047a45916404c00044c5e80415'Michael Niedermayer
2013-03-12dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato
2013-02-09Merge commit 'bf6b3ec924b4fb64d14df33077f4d4541d525dbf'Michael Niedermayer
2013-02-07Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer
2013-02-06dsputil: Separate h264chromaDiego Biurrun
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
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