21 Commits (2a9ffd89fcb09bd69b2130da039ad2caba79cf33)

Author SHA1 Message Date
Dale Curtis 50e30d9bb7 Don't use _tzcnt instrinics with clang for windows w/o BMI. 7 years ago
Matt Oliver 5ca44ebd99 lavu/intmath.h: fix compilation with msvc10. 9 years ago
James Almer a2e1b66460 x86/intmath: disable sse av_clip functions when using ICC 9 years ago
James Almer 36778627e2 x86/intmath: add missing early clobber to output operands 9 years ago
James Almer f4c1a48483 x86/intmath: add sse optimized av_clipf and av_clipd 9 years ago
Matt Oliver 58d32c00be avutil/x86/intmath: Fix intrinsic header include when using newer gcc with older icc. 9 years ago
Matt Oliver 9105399060 avutil/x86/intmath: Disable use of tzcnt on older intel compilers. 9 years ago
Matt Oliver f984174512 avutil/x86/intmath: Correct intrinsic headers for older compilers. 9 years ago
Matt Oliver bff009697d avutil/x86/intmath: Add missing header. 9 years ago
Matt Oliver 6c6ac9cb17 avutil/x86/intmath: Use tzcnt in place of bsf. 9 years ago
Matt Oliver b0bb1dc62d lavu/intmath.h: Move x86 only msvc/icl functions to x86 specific header. 9 years ago
Matt Oliver 216cc1f6fe lavu/intmath.h: Add msvc/icl ctzll optimisations. 9 years ago
James Almer 93e7b7fb34 avutil/x86/intmath: add missing check for inline assembly 10 years ago
James Almer 1e51e517be avutil/x86/intmath: use bzhi gcc builtin in av_mod_uintp2() 10 years ago
James Almer 60b9373dbd libavutil: add bmi2 optimized av_mod_uintp2 10 years ago
James Almer bc65abc8d7 libavutil: add x86 optimized av_popcount 10 years ago
Janne Grunau f37815b1d5 arm: asm decode_block_coeffs_internal is vp8 specific 11 years ago
Peter Ross 89f2f5dbd7 On2 VP7 decoder 11 years ago
Diego Biurrun 3e85b46ecf arm: vp8: Add missing #includes for header to compile standalone 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Mans Rullgard a7831d509f arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilation 12 years ago
Diego Biurrun aa06d65693 arm: Add missing #include to vp8.h to fix a make checkheaders warning. 13 years ago
Diego Biurrun 32f3c541bc doxygen: Do not include license boilerplates in Doxygen comment blocks. 13 years ago
Diego Biurrun 153382e1b6 multiple inclusion guard cleanup 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Mans Rullgard 4ae3ee4ae9 VP8: ARM optimised decode_block_coeffs_internal 14 years ago
Martin Storsjö 6ded3a0411 Fix headers so that "make checkheaders" passes again 14 years ago
Reimar Döffinger 645e75992d Fix GSM decoding: regular GSM and MSGSM do not use the same 14 years ago
Måns Rullgård 6a81329593 Move dctref prototypes to a header file 15 years ago
Diego Biurrun b06da1725a Add missing stdint.h #include to fix 'make checkheaders'. 16 years ago
Daniel Verkamp 89cb5cd25d Add CGA and palette data for 8088flex TMV decoder. 16 years ago
Diego Biurrun a6493a8fbd Rename libavcodec/i386/ --> libavcodec/x86/. 16 years ago
Loren Merritt 5d0ddd1a9f split-radix FFT 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Ramiro Polla 40d0e665d0 Do not misuse long as the size of a register in x86. 17 years ago
Ronald S. Bultje b550bfaa61 Add libavcodec to compiler include flags in order to simplify header 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Loren Merritt 1e4ecf26f5 ff_fft_calc_3dn/3dn2/sse: convert intrinsics to inline asm. 19 years ago
Zuxy Meng 82eb4b0f1b 3DNow! & Extended 3DNow! versions of FFT 19 years ago