| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/utvideodec: add SIMD for restore_rgb_planes | Paul B Mahol | 2017-06-27 | 3 | -0/+148 |
* | lavc/x86: clear r2 higher bits in ff_sbr_sum_square | Matthieu Bouron | 2017-06-26 | 1 | -1/+1 |
* | x86/mdct15: use three operand form for some instructions | James Almer | 2017-06-24 | 1 | -6/+6 |
* | mdct15: add assembly optimizations for the 15-point FFT | Rostislav Pehlivanov | 2017-06-23 | 3 | -0/+238 |
* | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-06-21 | 27 | -137/+137 |
* | avcodec/x86: allow future 8-bit simple idct to use slightly different coeffic... | James Darnley | 2017-06-20 | 3 | -16/+50 |
* | avcodec/x86: modify simple_idct10 macros to add an action paramter | James Darnley | 2017-06-20 | 3 | -22/+25 |
* | avcodec/x86: cleanup simple_idct10 | James Darnley | 2017-06-20 | 3 | -49/+41 |
* | avcodec/x86/mpegenc: support transpose permuation type | James Darnley | 2017-06-20 | 1 | -1/+46 |
* | avcodec/x86/mpegenc: check IDCT permutation type is a valid value | James Darnley | 2017-06-20 | 1 | -1/+7 |
* | avcodec/x86/mpegvideo: Use intra scantable in dct_unquantize_h263_intra_mmx() | Michael Niedermayer | 2017-06-20 | 1 | -1/+1 |
* | x86/aacpsdsp: add ff_ps_hybrid_analysis_ileave_sse | James Almer | 2017-06-18 | 2 | -0/+109 |
* | x86/aacpsdsp: add ff_ps_hybrid_synthesis_deint_{sse,sse4} | James Almer | 2017-06-18 | 2 | -0/+131 |
* | avcodec/aacps: move checks for valid length outside the stereo_interpolate ds... | James Almer | 2017-06-15 | 1 | -6/+0 |
* | x86/vorbisdsp: optimize ff_vorbis_inverse_coupling_sse | James Almer | 2017-06-15 | 1 | -8/+11 |
* | vp9: fix overwrite in ff_vp9_ipred_dr_16x16_16_avx2. | Ronald S. Bultje | 2017-06-14 | 1 | -2/+0 |
* | avcodec/vp9: ipred_dr_16x16_16 avx2 implementation | Ilia Valiakhmetov | 2017-06-12 | 2 | -0/+58 |
* | x86/aacpsdsp: fix output of ff_ps_stereo_interpolate_ipdopd_sse3 | James Almer | 2017-06-07 | 1 | -1/+1 |
* | libavcodec/vp9: ipred_dl_32x32_16 avx2 implementation | Ilia Valiakhmetov | 2017-06-06 | 2 | -0/+65 |
* | x86/aacpsdsp: optimize ff_ps_mul_pair_single_sse | James Almer | 2017-06-04 | 1 | -9/+12 |
* | x86/aacpsdsp: optimize ff_ps_stereo_interpolate_sse3 | James Almer | 2017-06-03 | 1 | -5/+6 |
* | x86/aacps: add ff_ps_stereo_interpolate_ipdopd_sse3() | James Almer | 2017-06-02 | 2 | -0/+55 |
* | avcodec/x86/idctdsp_init: reindent | James Darnley | 2017-05-30 | 1 | -19/+19 |
* | avcodec/x86: move simple_idct to external assembly | James Darnley | 2017-05-30 | 4 | -935/+891 |
* | lavc/mpegvideoenc: reformat inv_zigzag_direct16 so the zigzag pattern is visible | Clément Bœsch | 2017-05-19 | 1 | -4/+8 |
* | Merge commit 'b4a911c189962e563a09fb0efaf6fa9ab56263a4' | Clément Bœsch | 2017-05-19 | 1 | -5/+6 |
|\ |
|
| * | mpegvideoenc: make a table const | Anton Khirnov | 2017-01-19 | 1 | -5/+6 |
* | | avcodec/h264: add sse2 versions of previous idct functions | James Darnley | 2017-05-15 | 2 | -2/+14 |
* | | avcodec/h264: add avx 8-bit h264_idct_dc_add | James Darnley | 2017-05-15 | 2 | -0/+22 |
* | | avcodec/h264: add avx 8-bit h264_idct_add | James Darnley | 2017-05-15 | 2 | -1/+35 |
* | | avcodec/h264: use some 3 operand forms | James Darnley | 2017-05-15 | 1 | -12/+9 |
* | | avcodec/h264: change RETs into REP_RETs where appropriate | James Darnley | 2017-05-15 | 1 | -6/+6 |
* | | avcodec/x86/vc1dsp_init: Fix build failure with --disable-optimizations and c... | Michael Niedermayer | 2017-04-27 | 1 | -2/+4 |
* | | Merge commit '0a35f128f3c6e0ae9a0a2236c557602c108da269' | Clément Bœsch | 2017-04-08 | 1 | -5/+1 |
|\| |
|
| * | cabac: x86: Give optimizations header a more meaningful name | Diego Biurrun | 2016-12-01 | 1 | -5/+1 |
* | | x86/idctdsp_init: reindent. | Ronald S. Bultje | 2017-04-06 | 1 | -15/+15 |
* | | x86/simple_idct: add explicit sse2 simple_idct_put/add versions. | Ronald S. Bultje | 2017-04-06 | 3 | -14/+42 |
* | | cavs: add a sse2 idct implementation. | Ronald S. Bultje | 2017-04-06 | 2 | -2/+61 |
* | | cavs: convert idct from inline asm to yasm. | Ronald S. Bultje | 2017-04-06 | 3 | -160/+171 |
* | | x86/xvididct: remove use of ff_put/add_pixels_clamped function pointer. | Ronald S. Bultje | 2017-04-06 | 1 | -4/+4 |
* | | x86/hevc_add_res: merge last remaining changes from 3d6535983282bea542dac2e56... | James Almer | 2017-03-31 | 1 | -31/+15 |
* | | Merge commit '0361e4dcb4d394c88c33364415a3b8fe315b67d1' | Clément Bœsch | 2017-03-31 | 1 | -9/+11 |
|\| |
|
| * | h264_qpel: x86: Move function with only one instance out of template macro | Diego Biurrun | 2016-11-08 | 1 | -9/+11 |
| * | x86: Drop stray semicolons after function definitions | Diego Biurrun | 2016-11-05 | 2 | -11/+11 |
| * | vp9: Flip the order of arguments in MC functions | Martin Storsjö | 2016-11-03 | 2 | -27/+27 |
* | | vp9: re-split the decoder/format/dsp interface header files. | Ronald S. Bultje | 2017-03-28 | 4 | -4/+4 |
* | | lavc/vp9: split into vp9{block,data,mvs} | Clément Bœsch | 2017-03-27 | 4 | -4/+4 |
* | | avcodec/x86/idctdsp: Remove duplicate include | Michael Niedermayer | 2017-03-26 | 1 | -1/+0 |
* | | x86/hevc_add_res: merge missing changes from 3d6535983282bea542dac2e568ae50da... | James Almer | 2017-03-24 | 1 | -33/+37 |
* | | Merge commit '6d5636ad9ab6bd9bedf902051d88b7044385f88b' | Clément Bœsch | 2017-03-24 | 3 | -167/+161 |
|\| |
|