| Commit message (Expand) | Author | Age | Files | Lines |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -2/+2 |
* | dsputil: template get_pixels() for different bit depths | Mans Rullgard | 2011-07-21 | 1 | -2/+5 |
* | jfdctint: add 10-bit version | Mans Rullgard | 2011-07-21 | 1 | -1/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. | Justin Ruggles | 2011-01-21 | 1 | -4/+0 |
* | Replace ASMALIGN() with .p2align | Mans Rullgard | 2011-01-18 | 1 | -2/+2 |
* | dsputil_mmx: prefer xmm registers below xmm6 when they are available | Ramiro Polla | 2010-10-31 | 1 | -9/+9 |
* | x86: disable SSE functions using stack when stack is not aligned | Måns Rullgård | 2010-09-21 | 1 | -2/+2 |
* | Properly add HAVE_YASM around yasmified symbols. Should fix compile error | Ronald S. Bultje | 2010-09-17 | 1 | -1/+9 |
* | Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to yasm, | Ronald S. Bultje | 2010-09-17 | 1 | -211/+17 |
* | Move sse16_sse2() from inline asm to yasm. It is one of the functions causing | Ronald S. Bultje | 2010-09-17 | 1 | -62/+2 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -1/+2 |
* | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini | 2010-09-04 | 1 | -9/+9 |
* | Remove global mm_flags variable | Måns Rullgård | 2010-08-24 | 1 | -0/+2 |
* | Remove FF_MM_SSE2/3 flags for CPUs where this is generally not faster than | Ronald S. Bultje | 2010-07-19 | 1 | -2/+3 |
* | x86: move function prototypes to header files | Måns Rullgård | 2010-03-06 | 1 | -4/+0 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -2/+2 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -2/+2 |
* | huffyuv: add some const qualifiers | Loren Merritt | 2009-10-18 | 1 | -1/+1 |
* | add CONFIG_LPC to the build system for lpc dsputil functions. fixes build | Justin Ruggles | 2009-10-18 | 1 | -0/+2 |
* | Move autocorrelation function from flacenc.c to lpc.c. Also rename the | Justin Ruggles | 2009-10-17 | 1 | -4/+2 |
* | Rename FF_MM_MMXEXT to FF_MM_MMX2, for both clarity and consistency | Stefano Sabatini | 2009-04-04 | 1 | -2/+2 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | moves mid_pred() into mathops.h (with arch specific code split by directory) | Aurelien Jacobs | 2009-01-18 | 1 | -0/+1 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -5/+5 |
* | Rename libavcodec/i386/ --> libavcodec/x86/. | Diego Biurrun | 2008-12-22 | 1 | -0/+1441 |