summaryrefslogtreecommitdiff
path: root/libavcodec/x86/rv40dsp_init.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264chroma: Constify src in h264_chroma_mc_funcAndreas Rheinhardt2022-08-051-4/+4
* avcodec/x86/rv40dsp_init: Remove obsolete MMX(EXT), 3dnow functionsAndreas Rheinhardt2022-06-221-47/+0
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+1
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-211-4/+4
* Merge commit 'e4a94d8b36c48d95a7d412c40d7b558422ff659c'James Almer2017-03-211-6/+6
|\
| * h264chroma: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-291-6/+6
* | all: fix -Wextra-semi reported on clangGanesh Ajjanagadde2015-10-241-1/+1
* | avcodec/x86/rv40dsp_init: silence -Wunused-variable on --disable-mmxGanesh Ajjanagadde2015-09-221-1/+1
* | x86: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDChristophe Gisquet2015-03-141-1/+1
* | Merge commit '7fb993d338d88f2f62e0a358b6c9f3eb9a3a08ac'Michael Niedermayer2014-07-251-2/+2
|\ \ | |/
| * qpeldsp: Mark source pointer in qpel_mc_func function pointer constDiego Biurrun2014-07-251-5/+5
* | avcodec/x86/rv40dsp_init: fix () in macrosMichael Niedermayer2014-06-201-6/+6
* | x86: hpeldsp: propagate changes across codecsChristophe Gisquet2014-05-261-21/+29
* | Merge commit '82dd1026cfc1d72b04019185bea4c1c9621ace3f'Michael Niedermayer2014-03-221-1/+1
|\ \ | |/
| * x86: dsputil: Move hpeldsp-related declarations to a separate headerDiego Biurrun2014-03-221-1/+1
* | Merge commit 'e998b56362c711701b3daa34e7b956e7126336f4'Michael Niedermayer2013-08-301-6/+7
|\ \ | |/
| * x86: avcodec: Consistently structure CPU extension initializationDiego Biurrun2013-08-291-6/+7
* | Merge commit 'cd529172377229f2e86987869ccc08f426bfe114'Michael Niedermayer2013-08-291-4/+7
|\ \ | |/
| * x86: rv40dsp: Move inline assembly optimizations out of YASM init sectionDiego Biurrun2013-08-281-4/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-181-6/+6
|\ \ | |/
| * Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-181-6/+6
* | Merge commit '1399931d07f0f37ef4526eb8d39d33c64e09618a'Michael Niedermayer2013-05-141-1/+1
|\ \ | |/
| * x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-121-1/+1
* | Merge commit '63bac48f734fc69cca2ef2cfada92cd9a222734d'Michael Niedermayer2013-05-081-4/+27
|\ \ | |/
| * x86: dsputil: Move rv40-specific functions where they belongDiego Biurrun2013-05-071-4/+27
* | Merge commit 'a8b6015823e628047a45916404c00044c5e80415'Michael Niedermayer2013-03-131-1/+1
|\ \ | |/
| * dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-121-1/+1
* | Merge commit 'a846dccb29d2bb0798af1d47d06100eda9ca87cc'Michael Niedermayer2013-02-071-1/+1
|\ \ | |/
| * rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun2013-02-061-1/+1
* | Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer2013-02-061-1/+2
|\ \ | |/
| * Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-051-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-141-15/+15
|\ \ | |/
| * x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-141-15/+15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-081-2/+2
|\ \ | |/
| * x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-081-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-091-5/+6
|\ \ | |/
| * x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-081-5/+6
* | Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'Michael Niedermayer2012-08-311-8/+7
|\ \ | |/
| * x86: Fix linking with some or all of yasm, mmx, optimizations disabledDiego Biurrun2012-08-301-0/+3
| * x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-041-1/+1
|\ \ | |/
| * x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-031-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-261-0/+2
|\ \ | |/
| * x86/dsputil: put inline asm under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-251-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-221-1/+1
|\ \ | |/
| * cosmetics: do not use full path for local headersDiego Biurrun2012-06-221-1/+1
* | libavcodec/x86/rv40dsp_init.c: add missing HAVE_YASMMichael Niedermayer2012-06-101-0/+4
|/