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
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2022-01-04avcodec: [loongarch] Optimize hpeldsp with LASX.Shiyou Yin
2015-06-19avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for hpel functionsShivraj Patil
2014-06-13Merge commit 'f0ce9913d0974ac0c7371a62c3324dd2863b5d1b'Michael Niedermayer
2014-06-13Rename tpel_template.c ---> pel_template.cDiego Biurrun
2014-06-02Merge commit '880e2aa23645ed9871c66ee1cbd00f93c72d2d73'Michael Niedermayer
2014-06-02Remove all Blackfin architecture optimizationsDiego Biurrun
2014-03-26Merge commit '55d7f26e7bcf1dfb69ee986aa9fc21c62e0b3ae6'Michael Niedermayer
2014-03-26Merge commit '8011ac911b3f282b9fb64a0fc15404f8bfc7b7ed'Michael Niedermayer
2014-03-26hpeldsp_template: Move content to hpeldspDiego Biurrun
2014-03-26hpeldsp_template: Detemplatize the codeDiego Biurrun
2014-03-14Merge commit 'b4dd424d96f09f9bafb88e47f37df65dc4529143'Michael Niedermayer
2014-03-13Remove all SPARC architecture optimizationsDiego Biurrun
2014-01-15Merge commit 'c65d67ef50241886b9749e88fd333c52090f70c7'Michael Niedermayer
2014-01-15aarch64: hpeldsp NEON optimizationsJanne Grunau
2013-11-13Remove all Alpha architecture optimizationsDiego Biurrun
2013-04-22Merge commit '0c15a9aa7e1654a19144eb594f9639a57fd47482'Michael Niedermayer
2013-04-22sh4: Remove dubious aligned dsputil codeDiego Biurrun
2013-04-20Merge commit 'bfb41b5039e36b7f873d6ea7d24b31bf3e1a8075'Michael Niedermayer
2013-04-20Merge commit '7384b7a71338d960e421d6dc3d77da09b0a442cb'Michael Niedermayer
2013-04-20Merge commit '47e5a98174eb9c07ad17be71df129719d60ec8b7'Michael Niedermayer
2013-04-20Merge commit '8db00081a37d5b7e23918ee500bb16bc59b57197'Michael Niedermayer
2013-04-20Merge commit '68d8238cca52e50e8cc81bf2edcaf8088c52d4c0'Michael Niedermayer
2013-04-20alpha: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje
2013-04-20sparc: hpeldsp: Move vis half-pel assembly from dsputil to hpeldspRonald S. Bultje
2013-04-20sh4: hpeldsp: Move half-pel assembly from dsputil to hpeldspMichael Niedermayer
2013-04-20bfin: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje
2013-04-20arm: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje
2013-04-20ppc: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje
2013-04-20x86: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje
2013-04-20hpeldsp: Add half-pel functions (currently copies of dsputil)Ronald S. Bultje
2013-03-13Move alpha half-pel assembly from dsputil to hpeldsp.Ronald S. Bultje
2013-03-13Move sparc/vis half-pel assembly from dsputil to hpeldsp.Ronald S. Bultje
2013-03-13Move sh4 half-pel assembly from dsputil to hpeldsp.Michael Niedermayer
2013-03-13Move bfin half-pel assembly from dsputil to hpeldsp.Ronald S. Bultje
2013-03-13Move arm half-pel assembly from dsputil to hpeldsp.Ronald S. Bultje
2013-03-13Move ppc half-pel assembly from dsputil to hpeldsp.Ronald S. Bultje
2013-03-13Move x86 half-pel assembly from dsputil to hpeldsp.Ronald S. Bultje
2013-03-13hpeldsp: add half-pel functions (currently copies of dsputil).Ronald S. Bultje