41 Commits (b79bccba80129154121307a7754f69911bca2163)

Author SHA1 Message Date
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