summaryrefslogtreecommitdiff
path: root/libavcodec/vp8dsp.c
Commit message (Expand)AuthorAge
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-15
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec: [loongarch] Optimize vp8_lpf/mc with LSX.yuanhecai2021-12-23
* Merge commit '0801853e640624537db386727b36fa97aa6258e7'James Almer2019-03-14
|\
| * libavcodec: vp8 neon optimizations for aarch64Magnus Röös2019-02-19
* | libavcodec: vp8 neon optimizations for aarch64Magnus Röös2019-01-31
* | avcodec/vp8dsp: vp7_luma_dc_wht_c: Fix multiple runtime error: signed integer...Michael Niedermayer2017-05-12
* | avcodec/vp8dsp: Fixes: runtime error: signed integer overflow: 1330143360 - -...Michael Niedermayer2017-05-08
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP8 functionsShivraj Patil2015-08-04
* | avcodec/vp8: fix () in macrosMichael Niedermayer2014-06-18
* | Merge commit 'ac4b32df71bd932838043a4838b86d11e169707f'Michael Niedermayer2014-04-04
|\|
| * On2 VP7 decoderPeter Ross2014-04-04
* | Merge commit '53c20f17c78d1d8a0fc2505868f201e69ff59cc5'Michael Niedermayer2014-03-30
|\|
| * vp8: K&R formatting cosmeticsVittorio Giovara2014-03-29
* | Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c'Michael Niedermayer2014-03-22
|\|
| * dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun2014-03-22
* | Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852'Michael Niedermayer2014-03-14
|\|
| * dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-13
* | Merge commit 'ed9625eb62be1e1c44cecdd73ea0d80077a15d48'Michael Niedermayer2014-03-13
|\|
| * vp8: fix bilinear C code to work if src_stride != dst_stride.Ronald S. Bultje2014-02-06
* | avcodec/vp8dsp: use AV_ZERO64 to clear idct coefficient rowsPeter Ross2014-02-25
* | avcodec/vp8dsp: evaluate CONFIG_VP7_DECODER/CONFIG_VP8_DECODERPeter Ross2014-02-17
* | avcodec/vp8dsp: zeroise input coefficient array after use in vp7 idct functionsPeter Ross2014-02-17
* | avcodec/vp8dsp: add VP7 idct and loop filterPeter Ross2014-02-15
* | vp8: fix PPC assembly and bilinear C code to work if src_stride != dst_stride.Ronald S. Bultje2013-09-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-29
|\|
| * cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun2013-08-29
* | Merge commit '38282149b6ce8f4b8361e3b84542ba9aa8a1f32f'Michael Niedermayer2013-05-01
|\|
| * ppc: More consistent arch initializationDiego Biurrun2013-04-30
* | Merge commit '9e0f14f16cfc9456a691655fda7d01090bffe47e'Michael Niedermayer2013-04-08
|\|
| * lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-08
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-08
|\|
| * x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-07
|\|
| * Don't use ff_cropTbl[] for IDCT.Ronald S. Bultje2012-03-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-03
|\|
| * vp8: change int stride to ptrdiff_t stride.Ronald S. Bultje2012-03-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-15
|\|
| * doxygen: do not include license boilerplate in Doxygen documentationDiego Biurrun2011-07-15
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * VP8: ARM NEON optimisations for dsp functionsMans Rullgard2011-02-07
| * VP8: don't overread edges on fourtap MC.Ronald S. Bultje2011-01-26
* | VP8: ARM NEON optimisations for dsp functionsMans Rullgard2011-02-09
* | VP8: don't overread edges on fourtap MC.Ronald S. Bultje2011-01-28
|/
* VP8: much faster DC transform handlingJason Garrett-Glaser2010-08-02
* VP8: move zeroing of luma DC block into the WHTJason Garrett-Glaser2010-08-02