Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vp56: Mark VP6-only optimizations as such. | Diego Biurrun | 2013-08-23 | 1 | -48/+0 |
| | | | | | Most of our VP56 optimizations are VP6-only and will stay that way. So avoid compiling them for VP5-only builds. | ||||
* | Consistently use "cpu_flags" as variable/parameter name for CPU flags | Diego Biurrun | 2013-07-18 | 1 | -3/+3 |
| | |||||
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
| | |||||
* | x86: Replace checks for CPU extensions and flags by convenience macros | Diego Biurrun | 2012-09-08 | 1 | -4/+3 |
| | | | | | This separates code relying on inline from that relying on external assembly and fixes instances where the coalesced check was incorrect. | ||||
* | x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h | Mans Rullgard | 2012-08-09 | 1 | -1/+1 |
| | | | | | | | This puts x86-specific things in the x86/ subdirectory where they belong. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
| | |||||
* | vp56: only compile MMX SIMD on x86-32. | Ronald S. Bultje | 2012-07-27 | 1 | -0/+2 |
| | | | | | All x86-64 CPUs have SSE2, so the MMX version will never be used. This leads to smaller binaries. | ||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -1/+2 |
| | | | | | | function and rename it to av_get_cpu_flags(). Originally committed as revision 25076 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini | 2010-09-04 | 1 | -2/+2 |
| | | | | | | symbols, and move them from libavcodec/avcodec.h to libavutil/cpu.h. Originally committed as revision 25040 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This should | Ronald S. Bultje | 2010-08-25 | 1 | -2/+7 |
| | | | | | | help in fixing the Win64 fate failures. Originally committed as revision 24922 to svn://svn.ffmpeg.org/ffmpeg/trunk | ||||
* | Move vp6_filter_diag4() from DSPContext to VP56DSPContext. | Ronald S. Bultje | 2010-08-25 | 1 | -0/+42 |
Originally committed as revision 24921 to svn://svn.ffmpeg.org/ffmpeg/trunk |