57 Commits (06eef96b69d73a31f2b390955d1be0537214a0c8)

Author SHA1 Message Date
Shivraj Patil dec16372df avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP8 functions 9 years ago
Michael Niedermayer c89be82c98 avcodec/vp8: fix () in macros 11 years ago
Peter Ross ac4b32df71 On2 VP7 decoder 11 years ago
Vittorio Giovara 53c20f17c7 vp8: K&R formatting cosmetics 11 years ago
Diego Biurrun f9279ee749 dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h 11 years ago
Diego Biurrun 05563ccacc dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names 11 years ago
Peter Ross bef6b27f10 avcodec/vp8dsp: use AV_ZERO64 to clear idct coefficient rows 11 years ago
Peter Ross 911eb71133 avcodec/vp8dsp: evaluate CONFIG_VP7_DECODER/CONFIG_VP8_DECODER 11 years ago
Peter Ross a707d18a48 avcodec/vp8dsp: zeroise input coefficient array after use in vp7 idct functions 11 years ago
Peter Ross b8664c9294 avcodec/vp8dsp: add VP7 idct and loop filter 11 years ago
Ronald S. Bultje 5351964a2b vp8: fix bilinear C code to work if src_stride != dst_stride. 11 years ago
Ronald S. Bultje 34b429d5ba vp8: fix PPC assembly and bilinear C code to work if src_stride != dst_stride. 11 years ago
Diego Biurrun 67e6a9f558 cosmetics: Place arch initialization calls in alphabetical order 11 years ago
Diego Biurrun 38282149b6 ppc: More consistent arch initialization 12 years ago
Martin Storsjö 9e0f14f16c lavc: Make pointers to ff_cropTbl const 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Janne Grunau f101eab1be x86: call most of the x86 dsp init functions under if (ARCH_X86) 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Ronald S. Bultje c23acbaed4 Don't use ff_cropTbl[] for IDCT. 13 years ago
Ronald S. Bultje bd66f073fe vp8: change int stride to ptrdiff_t stride. 13 years ago
Diego Biurrun 6168781f70 doxygen: do not include license boilerplate in Doxygen documentation 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Mans Rullgard ef15d71c1f VP8: ARM NEON optimisations for dsp functions 14 years ago
Mans Rullgard a1c1d3c003 VP8: ARM NEON optimisations for dsp functions 14 years ago
Ronald S. Bultje e3c5395402 VP8: don't overread edges on fourtap MC. 14 years ago
Ronald S. Bultje 22893e10ae VP8: don't overread edges on fourtap MC. 14 years ago
Jason Garrett-Glaser f311208cf1 VP8: much faster DC transform handling 14 years ago
Jason Garrett-Glaser 827d43bb9d VP8: move zeroing of luma DC block into the WHT 14 years ago
Jason Garrett-Glaser 3ae079a3c8 VP8: optimize DC-only chroma case in the same way as luma. 15 years ago
Jason Garrett-Glaser 8a467b2d44 VP8: 30% faster idct_mb 15 years ago
Jason Garrett-Glaser c25c776708 VP8: clear DCT blocks in iDCT instead of using clear_blocks. 15 years ago
Ronald S. Bultje 3facfc99da Change function prototypes for width=8 inner and mbedge loopfilter functions 15 years ago
David Conrad 5245c04da3 VP8: Move calculation of outer filter limit out of dsp functions for normal 15 years ago
David Conrad 982fac7357 Altivec VP8 MC functions 15 years ago
Jason Garrett-Glaser 95275094a5 Faster C VP8 normal inner loop filter 15 years ago
Jason Garrett-Glaser 9942b6a1b0 Use crop table in C implementations of VP8 DSP functions. 15 years ago
Stefano Sabatini a64fadf62b Fix linking if MMX is disabled. 15 years ago
Jason Garrett-Glaser 0178d14fe5 First shot at VP8 optimizations: 15 years ago
David Conrad 0ef1dbedcb VP8 bilinear filter 15 years ago
Jason Garrett-Glaser 15d31aa1e1 Really fix r23782 15 years ago
Jason Garrett-Glaser cd29c2b5a1 Fix c99ism in r23782 15 years ago
Jason Garrett-Glaser d6f8476be4 Make VP8 DSP functions take two strides 15 years ago
David Conrad 3b636f21da Native VP8 decoder. 15 years ago