Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-21Merge commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c'James Almer
2017-03-21Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428'James Almer
2016-12-17avcodec/mips: version 1 of vc1dsp optimizations for loongson mmiZhou Xiaoyong
2016-09-29h264chroma: Change type of stride parameters to ptrdiff_tDiego Biurrun
2016-09-29idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun
2016-02-24Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis
2016-02-18cosmetics: Drop empty comment linesDiego Biurrun
2015-02-17avcodec/vc1dsp: add () to protect the arguments of the op* macrosMichael Niedermayer
2014-08-05Merge commit 'adf8227cf4e7b4fccb2ad88e1e09b6dc00dd00ed'Michael Niedermayer
2014-08-05vc-1: Add platform-specific start code search routine to VC1DSPContext.Ben Avison
2014-07-25vc1dsp: Add wrappers for {avg|put}_vc1_mspel_mc00_cDiego Biurrun
2014-05-30Merge commit '368f50359eb328b0b9d67451f56fda20b3255f9a'Michael Niedermayer
2014-05-29dsputil: Split off quarterpel bits into their own contextDiego Biurrun
2014-04-25vc-1: Add platform-specific start code search routine to VC1DSPContext.Ben Avison
2014-04-20vc1dsp: introduce cases for 8x8 and 16x16Christophe Gisquet
2014-04-05Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d'Michael Niedermayer
2014-04-04Remove a number of unnecessary dsputil.h #includesDiego Biurrun
2014-03-14Merge commit 'ed9625eb62be1e1c44cecdd73ea0d80077a15d48'Michael Niedermayer
2014-01-15Merge commit '71617884a2a673908bd5c0f73d4f91fdca3da82a'Michael Niedermayer
2014-01-15aarch64: h264 chroma motion compensation NEON optimizationsJanne Grunau
2014-01-13Merge commit '6d98959c8a5a749592a878b9523b31eccea5d102'Michael Niedermayer
2014-01-13Merge commit 'c798a6fedc3dd9ed3ac1fb2d95819af58705a87e'Michael Niedermayer
2014-01-13vc1: Add avg_no_rnd_vc1_chroma_mc4_c()Michael Niedermayer
2014-01-13vc1: Factorize out chroma MCLuca Barbato
2014-01-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-01-12vc1dsp: K&R formatting cosmeticsLuca Barbato
2013-12-21Merge commit '832e19063209a5f355af733d1a45f5051f49ce33'Michael Niedermayer
2013-12-20vc1: arm: Add NEON assemblyMason Carter
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