summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
Commit message (Expand)AuthorAgeFilesLines
* Move add/diff_int16 to lossless_videodspMichael Niedermayer2014-01-206-69/+128
* avcodec/x86/dsp: add_int16_mmx / add_int16_sse2Michael Niedermayer2014-01-203-0/+70
* vp9/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxextJames Almer2014-01-182-5/+8
* vp9/x86: add ff_vp9_loop_filter_[vh]_16_16_sse2().James Almer2014-01-172-10/+23
* vp9/x86: 16x16 iadst_idct, idct_iadst and iadst_iadst (ssse3+avx).Ronald S. Bultje2014-01-162-13/+293
* vp9/x86: simplify a few mc inits.Clément Bœsch2014-01-161-10/+6
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-151-5/+7
|\
| * x86: dsputil: Simplify xvmc deprecation conditionalDiego Biurrun2014-01-151-8/+8
* | vp9/x86: add AVX for itxfm and lpf.Clément Bœsch2014-01-153-4/+42
* | avcodec/x86/proresdsp_init: x86 prores IDCT is bitexact againMichael Niedermayer2014-01-141-3/+0
* | Merge commit '46bacb5cc6169ff5e8e982495c4925467c1d8bb7'Michael Niedermayer2014-01-141-1/+1
|\ \ | |/
| * x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun2014-01-141-1/+1
* | vp9/x86: add ff_vp9_loop_filter_[vh]_16_16_ssse3().Clément Bœsch2014-01-123-0/+672
* | vp9/x86: factor out some code in VP9_UNPACK_MULSUB_2W_4X.Clément Bœsch2014-01-121-8/+9
* | vp9/x86: remove reg redundancy in VP9_MULSUB_2W_2X.Clément Bœsch2014-01-121-9/+9
* | vp9/x86: merge IDCT coef macros.Clément Bœsch2014-01-121-23/+19
* | Merge commit '4c642d8d98703faf52983243098f35865e15b312'Michael Niedermayer2014-01-091-1/+2
|\ \ | |/
| * x86: hpeldsp: Add missing av_cold attribute to init functionDiego Biurrun2014-01-091-1/+2
* | Merge commit 'b0be1ae792ac8bbfb0fc7b9b9cb39eaf0feb489b'Michael Niedermayer2014-01-096-0/+6
|\ \ | |/
| * x86: avcodec: Add a bunch of missing #includes for av_coldDiego Biurrun2014-01-096-0/+6
* | vp9/x86: make STORE_2X2 macro local.Ronald S. Bultje2014-01-081-9/+9
* | vp9/x86: idct_32x32_add_ssse3 sub-8x8-idct.Ronald S. Bultje2014-01-071-2/+107
* | vp9/x86: idct_32x32_add_ssse3 sub-16x16-idct.Ronald S. Bultje2014-01-071-1/+56
* | vp9/x86: idct_32x32_add_ssse3.Ronald S. Bultje2014-01-072-28/+427
* | Merge commit 'a03a642d5ceb5f2f7c6ebbf56ff365dfbcdb65eb'Michael Niedermayer2014-01-062-17/+17
|\ \ | |/
| * h264: do not use 422 functions for monochromeAnton Khirnov2014-01-062-17/+17
* | vp9/x86: 16px MC functions (64bit only).Ronald S. Bultje2013-12-262-0/+127
* | vp9/x86: 16x16 sub-IDCT for top-left 8x8 subblock (eob <= 38).Ronald S. Bultje2013-12-261-15/+63
* | Convert XvMC to hwaccel v3Ivan Kalvachev2013-12-221-7/+1
* | Merge commit 'dfc50ac85e9d68a771b556297b7c411650206f3b'Michael Niedermayer2013-12-202-116/+118
|\ \ | |/
| * x86: mpegvideo: move denoise_dct asm to mpegvideoencAnton Khirnov2013-12-202-116/+118
* | vp9/x86: idct_add_16x16_ssse3.Ronald S. Bultje2013-12-142-9/+275
* | Merge commit '4958f35a2ebc307049ff2104ffb944f5f457feb3'Michael Niedermayer2013-12-092-29/+27
|\ \ | |/
| * dsputil: Move apply_window_int16 to ac3dspDiego Biurrun2013-12-082-29/+27
* | vp9: implement top/left half (4x4) sub-8x8-IDCT.Ronald S. Bultje2013-12-071-2/+41
* | vp9: split pre-load of 11585x2 out of 1d idct macro.Ronald S. Bultje2013-12-071-3/+3
* | vp9: minor refactorings in idct ssse3 assembly.Ronald S. Bultje2013-12-071-40/+38
* | vp9: split x86 assembly in two files.Ronald S. Bultje2013-12-073-259/+282
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-053-14/+14
|\ \ | |/
| * x86: Initialize mmxext after amd3dnow optimizationsDiego Biurrun2013-12-043-14/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-022-3/+8
|\ \ | |/
| * dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideoDiego Biurrun2013-12-022-3/+8
* | Merge commit 'cf7860db608df7c76471d8b61f07abbd5aad8dd5'Michael Niedermayer2013-11-281-0/+3
|\ \ | |/
| * x86: dsputil: Suppress deprecation warnings for XvMC bitsDiego Biurrun2013-11-281-0/+3
| * lavc: VP9 decoderRonald S. Bultje2013-11-153-0/+524
* | avcodec/x86/vp9dsp: merge a few SWAP together.Clément Bœsch2013-11-211-6/+3
* | avcodec/x86: remove 3 sub in pred4x4_tm_vp8_8.Clément Bœsch2013-11-171-4/+1
* | avcodec/x86/vp9dsp: use EXTERNAL_* macros.Clément Bœsch2013-11-161-4/+5
* | Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer2013-11-152-16/+21
|\ \ | |/
| * lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-152-541/+489
OpenPOWER on IntegriCloud