| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: dsputil: Avoid pointless CONFIG_ENCODERS indirection | Diego Biurrun | 2014-07-13 | 1 | -880/+0 |
* | dsputil: Drop unused bit_depth parameter from all init functions | Diego Biurrun | 2014-07-11 | 1 | -2/+1 |
* | dsputil: Split off pixel block routines into their own context | Diego Biurrun | 2014-07-09 | 1 | -15/+0 |
* | dsputil: Split off FDCT bits into their own context | Diego Biurrun | 2014-07-07 | 1 | -14/+0 |
* | dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoenc | Diego Biurrun | 2014-07-06 | 1 | -4/+0 |
* | dsputil: Split off *_8x8basis to a separate context | Diego Biurrun | 2014-07-06 | 1 | -79/+0 |
* | dsputil: Move SVQ1 encoding specific bits into svq1enc | Diego Biurrun | 2014-05-29 | 1 | -36/+0 |
* | dsputil: Split off HuffYUV encoding bits into their own context | Diego Biurrun | 2014-05-27 | 1 | -68/+0 |
* | x86: Drop some unnecessary YASM ifdefs | Diego Biurrun | 2014-04-04 | 1 | -2/+0 |
* | dsputil: Use correct type in me_cmp_func function pointer | Diego Biurrun | 2014-03-20 | 1 | -15/+15 |
* | dsputil: Propagate bit depth information to all (sub)init functions | Diego Biurrun | 2014-03-20 | 1 | -8/+7 |
* | dsputilenc_mmx: K&R formatting cosmetics | Diego Biurrun | 2014-03-13 | 1 | -726/+769 |
* | dsputilenc_mmx: Merge two assignment blocks with identical conditions | Diego Biurrun | 2014-03-13 | 1 | -3/+0 |
* | x86: Initialize mmxext after amd3dnow optimizations | Diego Biurrun | 2013-12-04 | 1 | -7/+7 |
* | x86: fdct: Initialize optimized fdct implementations in the standard way | Diego Biurrun | 2013-10-05 | 1 | -11/+11 |
* | x86: avcodec: Consistently structure CPU extension initialization | Diego Biurrun | 2013-08-29 | 1 | -35/+35 |
* | x86: avcodec: Use convenience macros to check for CPU flags | Diego Biurrun | 2013-08-29 | 1 | -5/+5 |
* | Consistently use "cpu_flags" as variable/parameter name for CPU flags | Diego Biurrun | 2013-07-18 | 1 | -14/+14 |
* | x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h | Diego Biurrun | 2013-05-12 | 1 | -1/+1 |
* | x86: Move some conditional code around to avoid unused variable warnings | Diego Biurrun | 2013-04-22 | 1 | -1/+2 |
* | Move misplaced file author information where it belongs | Diego Biurrun | 2013-04-11 | 1 | -2/+2 |
* | dsputil: Move fdct function declarations to dct.h | Diego Biurrun | 2013-02-09 | 1 | -0/+1 |
* | Add av_cold attributes to arch-specific init functions | Diego Biurrun | 2013-02-05 | 1 | -1/+2 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -4/+4 |
* | dsputilenc: x86: Convert pixel inline asm to yasm | Daniel Kang | 2013-01-21 | 1 | -181/+20 |
* | x86: mmx2 ---> mmxext in asm constructs | Diego Biurrun | 2012-11-14 | 1 | -3/+3 |
* | x86: mmx2 ---> mmxext in function names | Diego Biurrun | 2012-10-31 | 1 | -9/+16 |
* | x86: MMX2 ---> MMXEXT in macro names | Diego Biurrun | 2012-10-31 | 1 | -4/+4 |
* | dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction() | Michael Niedermayer | 2012-09-28 | 1 | -1/+3 |
* | x86: Replace checks for CPU extensions and flags by convenience macros | Diego Biurrun | 2012-09-08 | 1 | -8/+5 |
* | x86: avcodec: Drop silly "_mmx" suffix from dsputil template names | Diego Biurrun | 2012-09-07 | 1 | -3/+3 |
* | x86: Split inline and external assembly #ifdefs | Diego Biurrun | 2012-08-31 | 1 | -4/+4 |
* | x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h | Mans Rullgard | 2012-08-09 | 1 | -1/+1 |
* | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 1 | -4/+3 |
* | x86/dsputilenc: bury inline asm under HAVE_INLINE_ASM. | Ronald S. Bultje | 2012-07-31 | 1 | -33/+47 |
* | dsputilenc: group yasm and inline asm function pointer assignment. | Ronald S. Bultje | 2012-07-04 | 1 | -1/+1 |
* | dsputilenc_mmx: split assignment of ff_sse16_sse2 to SSE2 section. | Ronald S. Bultje | 2012-06-30 | 1 | -3/+6 |
* | 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 |