| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-06-21 | 1 | -4/+4 |
* | avcodec/x86/vc1dsp_init: Fix build failure with --disable-optimizations and c... | Michael Niedermayer | 2017-04-27 | 1 | -2/+4 |
* | Merge commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c' | James Almer | 2017-03-21 | 1 | -5/+5 |
|\ |
|
| * | h264chroma: Change type of stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-29 | 1 | -5/+5 |
* | | Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428' | James Almer | 2017-03-21 | 1 | -4/+4 |
|\| |
|
* | | x86: vc1dsp: Convert vc1_inv_trans_*_dc to NASM format | Timothy Gu | 2016-02-01 | 1 | -0/+13 |
* | | lavc/x86/vc1dsp_init: Fix compilation with --disable-yasm. | Carl Eugen Hoyos | 2015-10-22 | 1 | -2/+2 |
* | | x86: vc1dsp_mmx: Move yasm initiation steps to vc1dsp_init | Timothy Gu | 2015-10-19 | 1 | -11/+25 |
* | | vc1dsp: fix build without inline asm | Hendrik Leppkes | 2014-04-22 | 1 | -14/+0 |
* | | vc1dsp: introduce cases for 8x8 and 16x16 | Christophe Gisquet | 2014-04-20 | 1 | -1/+21 |
* | | Fix compilation with !HAVE_6REGS. | Carl Eugen Hoyos | 2014-04-19 | 1 | -2/+3 |
|/ |
|
* | x86: dsputil: Move fpel declarations to a separate header | Diego Biurrun | 2014-03-22 | 1 | -1/+1 |
* | x86: avcodec: Add a bunch of missing #includes for av_cold | Diego Biurrun | 2014-01-09 | 1 | -0/+1 |
* | x86: avcodec: Consistently structure CPU extension initialization | Diego Biurrun | 2013-08-29 | 1 | -2/+3 |
* | x86: avcodec: Use convenience macros to check for CPU flags | Diego Biurrun | 2013-08-29 | 1 | -8/+6 |
* | Consistently use "cpu_flags" as variable/parameter name for CPU flags | Diego Biurrun | 2013-07-18 | 1 | -9/+9 |
* | x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h | Diego Biurrun | 2013-05-12 | 1 | -1/+1 |
* | dsputil: convert remaining functions to use ptrdiff_t strides | Luca Barbato | 2013-03-12 | 1 | -1/+1 |
* | x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.c | Diego Biurrun | 2013-02-26 | 1 | -0/+9 |
* | x86: mmx2 ---> mmxext in asm constructs | Diego Biurrun | 2012-11-14 | 1 | -3/+3 |
* | x86: vc1dsp: port to cpuflags | Diego Biurrun | 2012-11-05 | 1 | -2/+2 |
* | x86: Move optimization suffix to end of function names | Diego Biurrun | 2012-10-31 | 1 | -10/+10 |
* | x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 1 | -0/+123 |