summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '71155d7b4157fee44c0d3d0fc1b660ebfb9ccf46'Michael Niedermayer2013-01-271-0/+2
|\
| * dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasmDaniel Kang2013-01-271-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-241-0/+1
|\ \ | |/
| * dsputil: Separate h264 qpelMans Rullgard2013-01-241-0/+1
* | Merge commit '2e4bb99f4df7052b3e147ee898fcb4013a34d904'Michael Niedermayer2013-01-231-0/+1
|\ \ | |/
| * vorbisdsp: convert x86 simd functions from inline asm to yasm.Ronald S. Bultje2013-01-221-0/+1
* | Merge commit 'fef906c77c09940a2fdad155b2adc05080e17eda'Michael Niedermayer2013-01-201-0/+1
|\ \ | |/
| * Move vorbis_inverse_coupling from dsputil to vorbisdspcontext.Ronald S. Bultje2013-01-191-0/+1
| * Drop Snow codecDiego Biurrun2013-01-061-1/+0
* | x86/Makefile: move dirac_dwt to right typeMichael Niedermayer2013-01-141-1/+2
* | lavc: split snow and dirac DWTsMichael Niedermayer2013-01-141-4/+4
* | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer2012-12-211-0/+2
|\ \ | |/
| * lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-0/+2
* | build: fix prores decoder dependencies.Clément Bœsch2012-12-111-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-261-1/+2
|\ \ | |/
| * x86: h264: Convert 8-bit QPEL inline assembly to YASMDaniel Kang2012-11-251-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-081-20/+21
|\ \ | |/
| * x86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-081-0/+1
| * x86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)Janne Grunau2012-10-081-1/+1
| * x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-081-16/+17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-101-2/+2
|\ \ | |/
| * x86: dsputil: Only compile motion_est code when encoders are enabledDiego Biurrun2012-09-101-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-291-3/+3
|\ \ | |/
| * x86: Always compile files with functions that are called unconditionallyDiego Biurrun2012-08-291-3/+3
* | Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'Michael Niedermayer2012-08-291-10/+10
|\ \ | |/
| * x86: avcodec: Drop silly "_mmx" suffixes from filenamesDiego Biurrun2012-08-281-8/+8
| * x86: avcodec: Drop silly "_sse" suffixes from filenamesDiego Biurrun2012-08-281-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-271-4/+2
|\ \ | |/
| * build: fft: x86: Drop unused YASM-OBJS-FFT- variableDiego Biurrun2012-08-271-2/+1
* | Merge commit 'a1bcc76e6036e78f25cbb7323c145056cfca9d93'Michael Niedermayer2012-08-241-2/+3
|\ \ | |/
| * x86: mpegvideo: more sensible names for optimization file and init functionDiego Biurrun2012-08-241-1/+1
| * x86: mpegvideoenc: Split optimizations off into a separate fileDiego Biurrun2012-08-241-0/+1
| * dnxhdenc: x86: more sensible names for optimization file and init functionDiego Biurrun2012-08-241-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-221-1/+1
|\ \ | |/
| * build: x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun2012-08-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-4/+4
|\ \ | |/
| * x86: avcodec: Consistently name all init filesDiego Biurrun2012-08-161-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-151-4/+4
|\ \ | |/
| * x86: avcodec: Appropriately name files containing only init functionsDiego Biurrun2012-08-151-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-131-3/+3
|\ \ | |/
| * x86: Drop silly "_yasm" suffixes from filenamesDiego Biurrun2012-08-121-3/+3
| * x86: remove libmpeg2 mmx(ext) idct functionsMans Rullgard2012-08-021-1/+0
| * fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64.Ronald S. Bultje2012-07-311-2/+0
* | fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64.Ronald S. Bultje2012-08-021-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-181-4/+3
|\ \ | |/
| * vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-181-0/+1
| * build: add CONFIG_VP3DSP, reduce repetition in OBJS listsMans Rullgard2012-07-181-4/+2
* | Revert "Revert "x86: fft: convert sse inline asm to yasm""Nicolas George2012-06-261-1/+0
* | Revert "x86: fft: convert sse inline asm to yasm"Nicolas George2012-06-261-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-251-1/+0
|\ \ | |/
OpenPOWER on IntegriCloud