| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary mem.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-06-21 | 1 | -4/+4 |
* | vp9: re-split the decoder/format/dsp interface header files. | Ronald S. Bultje | 2017-03-28 | 1 | -1/+1 |
* | lavc/vp9: split into vp9{block,data,mvs} | Clément Bœsch | 2017-03-27 | 1 | -1/+1 |
* | vp9: add avx2 iadst16 implementations. | Ronald S. Bultje | 2016-11-15 | 1 | -1/+7 |
* | vp9: add mxext versions of the single-block (w=8,npx=8) h/v loopfilters. | Ronald S. Bultje | 2016-07-26 | 1 | -0/+3 |
* | vp9: add mxext versions of the single-block (w=4,npx=8) h/v loopfilters. | Ronald S. Bultje | 2016-07-26 | 1 | -0/+3 |
* | vp9: add 32x32 idct AVX2 implementation. | Ronald S. Bultje | 2016-07-26 | 1 | -0/+2 |
* | vp9: add 16x16 idct avx2 (8-bit). | Ronald S. Bultje | 2016-07-11 | 1 | -0/+2 |
* | x86: use the new helper macros where useful | James Almer | 2016-02-14 | 1 | -1/+1 |
* | all: fix -Wextra-semi reported on clang | Ganesh Ajjanagadde | 2015-10-24 | 1 | -7/+7 |
* | vp9: add 10/12bpp mmxext-optimized iwht_iwht_4x4 function. | Ronald S. Bultje | 2015-10-13 | 1 | -2/+2 |
* | vp9: add subpel MC SIMD for 10/12bpp. | Ronald S. Bultje | 2015-09-16 | 1 | -154/+43 |
* | vp9: add fullpel (avg) MC SIMD for 10/12bpp. | Ronald S. Bultje | 2015-09-16 | 1 | -28/+28 |
* | vp9: add fullpel (put) MC SIMD for 10/12bpp. | Ronald S. Bultje | 2015-09-16 | 1 | -41/+33 |
* | vp9: fix overflow in 8x8 topleft 32x32 idct ssse3 version. | Ronald S. Bultje | 2015-09-10 | 1 | -5/+7 |
* | x86: check for AV_CPU_FLAG_AVXSLOW where useful | James Almer | 2015-06-01 | 1 | -2/+4 |
* | avcodec/x86/vp9dsp_init: Fix mix of declaration and statement | Michael Niedermayer | 2015-05-07 | 1 | -2/+3 |
* | vp9: add keyframe profile 2/3 support. | Ronald S. Bultje | 2015-05-06 | 1 | -1/+3 |
* | vp9/x86: make filter_16_h work on 32-bit. | Ronald S. Bultje | 2014-12-27 | 1 | -3/+1 |
* | vp9/x86: make filter_48/84/88_h work on 32-bit. | Ronald S. Bultje | 2014-12-27 | 1 | -9/+3 |
* | vp9/x86: make filter_44_h work on 32-bit. | Ronald S. Bultje | 2014-12-27 | 1 | -3/+1 |
* | vp9/x86: make filter_16_v work on 32-bit. | Ronald S. Bultje | 2014-12-27 | 1 | -1/+3 |
* | vp9/x86: make filter_48/84_v work on 32-bit. | Ronald S. Bultje | 2014-12-27 | 1 | -2/+6 |
* | vp9/x86: make filter_88_v work on 32-bit. | Ronald S. Bultje | 2014-12-27 | 1 | -1/+1 |
* | vp9/x86: make filter_44_v work on 32-bit. | Ronald S. Bultje | 2014-12-27 | 1 | -1/+3 |
* | x86/vp9: remove duplicate function prototypes | James Almer | 2014-12-23 | 1 | -7/+0 |
* | vp9/x86: intra prediction sse2/32bit support. | Ronald S. Bultje | 2014-12-19 | 1 | -65/+104 |
* | vp9/x86: sse2 MC assembly. | Ronald S. Bultje | 2014-12-15 | 1 | -85/+98 |
* | vp9/x86: 32bit and sse2 support for vp9 inverse transform assembly | Ronald S. Bultje | 2014-12-15 | 1 | -28/+47 |
* | x86/vp9: add AVX and AVX2 MC | James Almer | 2014-09-22 | 1 | -62/+99 |
* | x86/vp9: inital AVX2 intra_pred | James Almer | 2014-06-08 | 1 | -0/+16 |
* | x86/vp9mc: add vp9 namespace. | Clément Bœsch | 2014-03-29 | 1 | -20/+20 |
* | vp9/x86: intra prediction SIMD. | Ronald S. Bultje | 2014-02-17 | 1 | -1/+72 |
* | x86/vp9lpf: add ff_vp9_loop_filter_[vh]_44_16_{sse2,ssse3,avx}. | Clément Bœsch | 2014-02-05 | 1 | -0/+5 |
* | x86/vp9lpf: add ff_vp9_loop_filter_h_{48,84}_16_{sse2,ssse3,avx}(). | Clément Bœsch | 2014-01-30 | 1 | -14/+22 |
* | x86/vp9lpf: add ff_vp9_loop_filter_[vh]_88_16_sse2() | James Almer | 2014-01-28 | 1 | -0/+3 |
* | x86/vp9lpf: add ff_vp9_loop_filter_[vh]_88_16_{ssse3,avx}. | Clément Bœsch | 2014-01-28 | 1 | -0/+6 |
* | vp9/x86: iwht4x4 (lossless) mmx. | Ronald S. Bultje | 2014-01-24 | 1 | -0/+5 |
* | vp9/x86: 4x4 iadst SIMD (ssse3) variants. | Ronald S. Bultje | 2014-01-24 | 1 | -1/+4 |
* | vp9/x86: 8x8 iadst SIMD (ssse3/avx) variants. | Ronald S. Bultje | 2014-01-24 | 1 | -2/+8 |
* | vp9/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxext | James Almer | 2014-01-18 | 1 | -4/+7 |
* | vp9/x86: add ff_vp9_loop_filter_[vh]_16_16_sse2(). | James Almer | 2014-01-17 | 1 | -4/+15 |
* | vp9/x86: 16x16 iadst_idct, idct_iadst and iadst_iadst (ssse3+avx). | Ronald S. Bultje | 2014-01-16 | 1 | -8/+26 |
* | vp9/x86: add AVX for itxfm and lpf. | Clément Bœsch | 2014-01-15 | 1 | -0/+18 |
* | vp9/x86: add ff_vp9_loop_filter_[vh]_16_16_ssse3(). | Clément Bœsch | 2014-01-12 | 1 | -0/+5 |
* | Merge commit 'b0be1ae792ac8bbfb0fc7b9b9cb39eaf0feb489b' | Michael Niedermayer | 2014-01-09 | 1 | -0/+1 |
|\ |
|
| * | x86: avcodec: Add a bunch of missing #includes for av_cold | Diego Biurrun | 2014-01-09 | 1 | -0/+1 |
| * | lavc: VP9 decoder | Ronald S. Bultje | 2013-11-15 | 1 | -0/+245 |
* | vp9/x86: idct_32x32_add_ssse3. | Ronald S. Bultje | 2014-01-07 | 1 | -0/+5 |