| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-06-21 | 1 | -4/+4 |
* | Merge commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c' | James Almer | 2017-03-21 | 1 | -6/+6 |
|\ |
|
| * | h264chroma: Change type of stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-29 | 1 | -6/+6 |
* | | all: fix -Wextra-semi reported on clang | Ganesh Ajjanagadde | 2015-10-24 | 1 | -1/+1 |
* | | avcodec/x86/rv40dsp_init: silence -Wunused-variable on --disable-mmx | Ganesh Ajjanagadde | 2015-09-22 | 1 | -1/+1 |
* | | x86: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED | Christophe Gisquet | 2015-03-14 | 1 | -1/+1 |
* | | Merge commit '7fb993d338d88f2f62e0a358b6c9f3eb9a3a08ac' | Michael Niedermayer | 2014-07-25 | 1 | -2/+2 |
|\| |
|
| * | qpeldsp: Mark source pointer in qpel_mc_func function pointer const | Diego Biurrun | 2014-07-25 | 1 | -5/+5 |
* | | avcodec/x86/rv40dsp_init: fix () in macros | Michael Niedermayer | 2014-06-20 | 1 | -6/+6 |
* | | x86: hpeldsp: propagate changes across codecs | Christophe Gisquet | 2014-05-26 | 1 | -21/+29 |
* | | Merge commit '82dd1026cfc1d72b04019185bea4c1c9621ace3f' | Michael Niedermayer | 2014-03-22 | 1 | -1/+1 |
|\| |
|
| * | x86: dsputil: Move hpeldsp-related declarations to a separate header | Diego Biurrun | 2014-03-22 | 1 | -1/+1 |
* | | Merge commit 'e998b56362c711701b3daa34e7b956e7126336f4' | Michael Niedermayer | 2013-08-30 | 1 | -6/+7 |
|\| |
|
| * | x86: avcodec: Consistently structure CPU extension initialization | Diego Biurrun | 2013-08-29 | 1 | -6/+7 |
* | | Merge commit 'cd529172377229f2e86987869ccc08f426bfe114' | Michael Niedermayer | 2013-08-29 | 1 | -4/+7 |
|\| |
|
| * | x86: rv40dsp: Move inline assembly optimizations out of YASM init section | Diego Biurrun | 2013-08-28 | 1 | -4/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-07-18 | 1 | -6/+6 |
|\| |
|
| * | Consistently use "cpu_flags" as variable/parameter name for CPU flags | Diego Biurrun | 2013-07-18 | 1 | -6/+6 |
* | | Merge commit '1399931d07f0f37ef4526eb8d39d33c64e09618a' | Michael Niedermayer | 2013-05-14 | 1 | -1/+1 |
|\| |
|
| * | x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h | Diego Biurrun | 2013-05-12 | 1 | -1/+1 |
* | | Merge commit '63bac48f734fc69cca2ef2cfada92cd9a222734d' | Michael Niedermayer | 2013-05-08 | 1 | -4/+27 |
|\| |
|
| * | x86: dsputil: Move rv40-specific functions where they belong | Diego Biurrun | 2013-05-07 | 1 | -4/+27 |
* | | Merge commit 'a8b6015823e628047a45916404c00044c5e80415' | Michael Niedermayer | 2013-03-13 | 1 | -1/+1 |
|\| |
|
| * | dsputil: convert remaining functions to use ptrdiff_t strides | Luca Barbato | 2013-03-12 | 1 | -1/+1 |
* | | Merge commit 'a846dccb29d2bb0798af1d47d06100eda9ca87cc' | Michael Niedermayer | 2013-02-07 | 1 | -1/+1 |
|\| |
|
| * | rv34: Drop now unnecessary dsputil dependencies | Diego Biurrun | 2013-02-06 | 1 | -1/+1 |
* | | Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84' | Michael Niedermayer | 2013-02-06 | 1 | -1/+2 |
|\| |
|
| * | Add av_cold attributes to arch-specific init functions | Diego Biurrun | 2013-02-05 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-14 | 1 | -15/+15 |
|\| |
|
| * | x86: mmx2 ---> mmxext in asm constructs | Diego Biurrun | 2012-11-14 | 1 | -15/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-08 | 1 | -2/+2 |
|\| |
|
| * | x86: call most of the x86 dsp init functions under if (ARCH_X86) | Janne Grunau | 2012-10-08 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-09 | 1 | -5/+6 |
|\| |
|
| * | x86: Replace checks for CPU extensions and flags by convenience macros | Diego Biurrun | 2012-09-08 | 1 | -5/+6 |
* | | Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' | Michael Niedermayer | 2012-08-31 | 1 | -8/+7 |
|\| |
|
| * | x86: Fix linking with some or all of yasm, mmx, optimizations disabled | Diego Biurrun | 2012-08-30 | 1 | -0/+3 |
| * | x86: cosmetics: Comment some #endifs for better readability | Diego Biurrun | 2012-08-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-04 | 1 | -1/+1 |
|\| |
|
| * | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-26 | 1 | -0/+2 |
|\| |
|
| * | x86/dsputil: put inline asm under HAVE_INLINE_ASM. | Ronald S. Bultje | 2012-07-25 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-22 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: do not use full path for local headers | Diego Biurrun | 2012-06-22 | 1 | -1/+1 |
* | | libavcodec/x86/rv40dsp_init.c: add missing HAVE_YASM | Michael Niedermayer | 2012-06-10 | 1 | -0/+4 |
|/ |
|
* | x86: rv40: Mark rv40_weight functions as MMX2; they use MMX2 instructions. | Michael Kostylev | 2012-05-15 | 1 | -5/+5 |
* | rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MC | Christophe Gisquet | 2012-05-10 | 1 | -0/+146 |
* | rv40dsp: implement prescaled versions for biweight. | Christophe GISQUET | 2012-04-10 | 1 | -10/+20 |
* | rv34: change most "int stride" into "ptrdiff_t stride". | Ronald S. Bultje | 2012-02-20 | 1 | -2/+2 |