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-09-11avcodec/vp8dsp: Constify src in vp8_mc_funcAndreas Rheinhardt
2022-09-11avcodec/vp8dsp: Remove declarations of inexistent functionsAndreas Rheinhardt
2021-12-23avcodec: [loongarch] Optimize vp8_lpf/mc with LSX.yuanhecai
2019-01-31libavcodec: vp8 neon optimizations for aarch64Magnus Röös
2016-11-17Merge commit '2866d108c9e9da7baf53ff57a51d470691049a57'Hendrik Leppkes
2016-11-14Merge commit 'dc08bbf63a217c839aa4c143f2a1d0b7e2e6d997'Hendrik Leppkes
2016-07-10vp8dsp: Remove the comment saying that the height is equal to the widthMartin Storsjö
2016-07-06vp8dsp: Clarify the first dimension of the mc function tablesMartin Storsjö
2015-08-04avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP8 functionsShivraj Patil
2014-04-04Merge commit 'ac4b32df71bd932838043a4838b86d11e169707f'Michael Niedermayer
2014-04-04On2 VP7 decoderPeter Ross
2014-03-30Merge commit '53c20f17c78d1d8a0fc2505868f201e69ff59cc5'Michael Niedermayer
2014-03-29vp8: K&R formatting cosmeticsVittorio Giovara
2014-02-15avcodec/vp8dsp: add VP7 idct and loop filterPeter Ross
2013-05-01Merge commit '38282149b6ce8f4b8361e3b84542ba9aa8a1f32f'Michael Niedermayer
2013-04-30ppc: More consistent arch initializationDiego Biurrun
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-03-13cosmetics: fix some typosLou Logan
2012-03-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-02vp8: change int stride to ptrdiff_t stride.Ronald S. Bultje
2012-02-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-18vp8dsp: split long line.Ronald S. Bultje
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-15doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-09VP8: ARM NEON optimisations for dsp functionsMans Rullgard
2011-02-07VP8: ARM NEON optimisations for dsp functionsMans Rullgard
2010-08-03VP8: much faster DC transform handlingJason Garrett-Glaser
2010-07-23VP8: optimize DC-only chroma case in the same way as luma.Jason Garrett-Glaser
2010-07-23VP8: 30% faster idct_mbJason Garrett-Glaser
2010-07-20Change function prototypes for width=8 inner and mbedge loopfilter functionsRonald S. Bultje
2010-06-29Altivec VP8 MC functionsDavid Conrad
2010-06-27First shot at VP8 optimizations:Jason Garrett-Glaser
2010-06-27VP8 bilinear filterDavid Conrad
2010-06-25Make VP8 DSP functions take two stridesJason Garrett-Glaser
2010-06-22Native VP8 decoder.David Conrad