17 Commits (9b26bf7e2a3904d0e4b80f8d771223d3045013db)

Author SHA1 Message Date
James Almer 70d685a77f x86: use the new helper macros where useful 9 years ago
Ganesh Ajjanagadde 38f4e973ef all: fix -Wextra-semi reported on clang 9 years ago
Ronald S. Bultje 488fadebbc vp9: add 10/12bpp idct_idct_32x32 sse2 SIMD version. 9 years ago
Ronald S. Bultje 3d0ca2fe89 vp9: 10/12bpp sse2 SIMD for iadst16. 9 years ago
Ronald S. Bultje 1338fb79d4 vp9: add 10/12bpp sse2 SIMD version for idct_idct_16x16. 9 years ago
Ronald S. Bultje cb054d061a vp9: add 10/12bpp sse2 SIMD versions of iadst8x8. 9 years ago
Ronald S. Bultje e0610787b2 vp9: add 10/12bpp sse2 SIMD for idct_idct_8x8. 9 years ago
Ronald S. Bultje a35f6bdb38 vp9: add 12bpp sse2 versions of iadst4. 9 years ago
Ronald S. Bultje 235e76aeb8 vp9: initial attempt at a idct_idct_4x4 12bpp x86 simd (sse2) impl. 9 years ago
Ronald S. Bultje f76423d097 vp9: add x86 simd (sse2/ssse3) for iadst4 10bpp functions. 9 years ago
Ronald S. Bultje 6b579cf547 vp9: add 10bpp simd (mmxext/ssse3) for idct_idct_4x4. 9 years ago
Ronald S. Bultje 1c3be32533 vp9: add 10/12bpp mmxext-optimized iwht_iwht_4x4 function. 9 years ago
Ronald S. Bultje 26ece7a511 vp9: 16bpp tm/dc/h/v intra pred simd (mostly sse2) functions. 9 years ago
Ronald S. Bultje db7786e8ff vp9: sse2/ssse3/avx 16bpp loopfilter x86 simd. 9 years ago
James Almer 6f9ba0cb82 x86/vp9dsp: add missing preprocessor guards 9 years ago
James Almer 2f9ab15960 x86/vp9: add avx2 subpel MC SIMD for 10/12bpp 9 years ago
Ronald S. Bultje 344d519040 vp9: add subpel MC SIMD for 10/12bpp. 9 years ago
James Almer 9f815bc2c2 avcodec/jpeg200dsp: add ff_rct_int_{sse2,avx2} 10 years ago
James Almer 7912a6830d avcodec/jpeg200dsp: add ff_ict_float_{sse,avx} 10 years ago
Diego Biurrun 0338c39698 dsputil: Split off H.263 bits into their own H263DSPContext 11 years ago
Diego Biurrun c9f933b5b6 Add av_cold attributes to arch-specific init functions 12 years ago
Ronald S. Bultje 1768e43ceb vorbisdsp: change block_size type from int to intptr_t. 12 years ago
Ronald S. Bultje fef906c77c Move vorbis_inverse_coupling from dsputil to vorbisdspcontext. 12 years ago
Mans Rullgard d526c5338d ARM: allow runtime masking of CPU features 13 years ago
Diego Biurrun 3dde147ff9 cosmetics: Consistently place static, inline and av_cold attributes/keywords. 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Justin Ruggles a8ae4e0e7b Remove unneeded add bias from 3 functions. 14 years ago
Justin Ruggles 80ba1ddb58 Remove unneeded add bias from 3 functions. 14 years ago
Måns Rullgård 08255107cf DCA: ARM/NEON optimised lfe_fir 15 years ago
Måns Rullgård 2ed6f39944 Replace many includes of libavutil/common.h with what is actually needed 15 years ago
Måns Rullgård 75fb5c24ed Move FASTDIV macro to intmath.h 15 years ago
Måns Rullgård 544f5a922f Optimise av_log2 with clz when available 15 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 17 years ago
Måns Rullgård 3540b950ec add missing #include "common.h" to libavutil headers 17 years ago
Zuxy Meng 85074d3c93 Reapply r12489: Add pure, const and malloc attributes to proper functions 17 years ago
Benoit Fouet 2119bb8f51 revert r12489. 17 years ago
Zuxy Meng 6544f48f03 Pure, const and malloc attributes to libavutil. 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Måns Rullgård 99545457bf include all prerequisites in header files 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 04d7f60143 Add official LGPL license headers to the files that were missing them. 19 years ago
Måns Rullgård b9a73d8d2f move adler32 to libavutil 19 years ago