summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-161-81/+0
|\
| * lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-161-81/+0
* | Merge commit 'dae1d507af94261bafd3b11549884e5d1eca590e'Michael Niedermayer2013-01-161-5/+2
|\ \ | |/
| * x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflagsDiego Biurrun2013-01-151-5/+2
* | Merge commit 'd8c772de53d29afb1bada88afa859fce8489c668'Michael Niedermayer2013-01-152-5/+0
|\ \ | |/
| * x86: ABS2: port to cpuflagsDiego Biurrun2013-01-142-5/+0
| * Drop Snow codecDiego Biurrun2013-01-063-904/+1
* | x86/Makefile: move dirac_dwt to right typeMichael Niedermayer2013-01-141-1/+2
* | x86/dirac: fix asm on win64Michael Niedermayer2013-01-142-0/+19
* | lavc: split snow and dirac DWTsMichael Niedermayer2013-01-144-10/+10
* | Fix compilation with --disable-everything.Carl Eugen Hoyos2013-01-101-1/+3
* | Merge commit '4f50646697606df39317b93c2a427603b77636ee'Michael Niedermayer2013-01-072-0/+22
|\ \ | |/
| * x86: sbrdsp: Implement SSE qmf_post_shuffleChristophe Gisquet2013-01-062-0/+22
* | Merge commit '44a0036d10579ed91e48df24859e54b08a582742'Michael Niedermayer2013-01-072-0/+24
|\ \ | |/
| * x86: sbrdsp: Implement SSE sum64x5Christophe Gisquet2013-01-062-0/+24
* | Merge commit '5b4dfbffc258f90a7d2540d21209ac23afcf7cd0'Michael Niedermayer2013-01-071-2/+0
|\ \ | |/
| * x86: ABS1: port to cpuflagsDiego Biurrun2013-01-061-2/+0
* | dsputil_mmx: fix pointer type for emulated_edge_mc_func()Michael Niedermayer2012-12-251-1/+1
* | x86/ac3dsp_init: try to workaround ICC failure.Michael Niedermayer2012-12-231-0/+5
* | videodsp: Fix project nameMichael Niedermayer2012-12-222-8/+8
* | x86/videodsp_init: Add back lost author attributionMichael Niedermayer2012-12-221-0/+1
* | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer2012-12-215-675/+742
|\ \ | |/
| * lavc: introduce VideoDSPContextRonald S. Bultje2012-12-205-670/+733
| * x86inc: support stack mem allocation and re-alignment in PROLOGUERonald S. Bultje2012-12-124-65/+42
* | x86inc: support stack mem allocation and re-alignment in PROLOGUE.Ronald S. Bultje2012-12-124-65/+42
* | build: fix prores decoder dependencies.Clément Bœsch2012-12-111-0/+1
* | libavcodec/x86/mpegvideo: switch to av_assert2Michael Niedermayer2012-12-101-5/+5
* | dsputil_mmx: switch to av_assert2()Michael Niedermayer2012-12-101-10/+10
* | Merge commit '30b39164256999efc8d77edc85e2e0b963c24834'Michael Niedermayer2012-12-101-28/+42
|\ \ | |/
| * ac3dec: make downmix() take array of pointers to channel dataMans Rullgard2012-12-091-28/+42
* | sbr_hf_gen_sse: Optimize code a bit more.Michael Niedermayer2012-12-081-21/+18
* | Merge commit 'c25fc5c2bb6ae8c93541c9427df3e47206d95152'Michael Niedermayer2012-12-072-2/+75
|\ \ | |/
| * SBR DSP x86: implement SSE sbr_hf_genChristophe Gisquet2012-12-072-2/+75
* | mpegvideo: remove #if/define PARANOID codeMichael Niedermayer2012-12-051-8/+0
* | ff_emulated_edge_mc: fix handling of w/h being 0Michael Niedermayer2012-12-051-0/+3
* | Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer2012-11-291-57/+55
|\ \ | |/
| * x86: dsputilenc: port to cpuflagsDiego Biurrun2012-11-281-57/+55
* | Merge commit '1f3f896564501c23b44fcf605567c78ce066b539'Michael Niedermayer2012-11-291-4/+4
|\ \ | |/
| * x86: h264dsp: Fix linking with yasm and optimizations disabledDiego Biurrun2012-11-281-4/+4
* | Merge commit 'af7d13ee4a4bf8d708f9b0598abb8f6e22b76de1'Michael Niedermayer2012-11-281-69/+70
|\ \ | |/
| * x86: h264_idct: port to cpuflagsDiego Biurrun2012-11-281-69/+70
* | Merge commit 'f5fa03660db16f9d78abc5a626438b4d0b54f563'Michael Niedermayer2012-11-281-64/+55
|\ \ | |/
| * x86: h264_weight: port to cpuflagsDiego Biurrun2012-11-271-57/+48
* | Merge commit '5ae72f54532960cb9eae82a1c9e8d505106c022b'Michael Niedermayer2012-11-261-13/+22
|\ \ | |/
| * x86: fix build without inline asmDiego Biurrun2012-11-261-20/+22
* | Merge commit '8e134e5104e99a69cd4cea10540a7ce9c3682a2c'Michael Niedermayer2012-11-261-6/+6
|\ \ | |/
| * x86: h264 qpel: use the correct number of utilized xmm regs in cglobalJustin Ruggles2012-11-251-6/+6
* | dsputil_mmx: ff_put_dirac_pixels depend now on yasm.Michael Niedermayer2012-11-261-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-266-1204/+1282
|\ \ | |/
| * x86: h264: Convert 8-bit QPEL inline assembly to YASMDaniel Kang2012-11-256-1198/+1276
OpenPOWER on IntegriCloud