| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/ttadsp: cosmetics | James Almer | 2016-08-06 | 2 | -9/+9 |
* | x86/ttaenc: add ff_ttaenc_filter_process_{ssse3,sse4} | James Almer | 2016-08-02 | 3 | -0/+163 |
* | Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa' | Clément Bœsch | 2016-07-29 | 1 | -1/+1 |
|\ |
|
| * | h264: rename h264.[ch] to h264dec.[ch] | Anton Khirnov | 2016-06-21 | 1 | -1/+1 |
* | | vp9: add mxext versions of the single-block (w=8,npx=8) h/v loopfilters. | Ronald S. Bultje | 2016-07-26 | 2 | -39/+63 |
* | | vp9: add mxext versions of the single-block (w=4,npx=8) h/v loopfilters. | Ronald S. Bultje | 2016-07-26 | 2 | -49/+103 |
* | | vp9: add 32x32 idct AVX2 implementation. | Ronald S. Bultje | 2016-07-26 | 2 | -6/+224 |
* | | x86/diracdsp: make ff_put_signed_rect_clamped_10_sse4 work on x86_32 | James Almer | 2016-07-20 | 2 | -21/+20 |
* | | diracdsp_init: add missing ARCH_X86_64 check | Rostislav Pehlivanov | 2016-07-12 | 1 | -0/+2 |
* | | diracdsp: add SIMD for the 10 bit version of put_signed_rect_clamped | Rostislav Pehlivanov | 2016-07-11 | 2 | -0/+46 |
* | | diracdsp: add dequantization SIMD | Rostislav Pehlivanov | 2016-07-11 | 2 | -0/+43 |
* | | vp9: add 16x16 idct avx2 (8-bit). | Ronald S. Bultje | 2016-07-11 | 2 | -10/+204 |
* | | Merge commit 'f1a9eee41c4b5ea35db9ff0088ce4e6f1e187f2c' | Clément Bœsch | 2016-07-09 | 2 | -0/+29 |
|\| |
|
| * | x86: Add missing movsxd for the int stride parameter | Martin Storsjö | 2016-06-17 | 2 | -0/+29 |
| * | asm: FF_-prefix internal macros used in inline assembly | Diego Biurrun | 2016-05-28 | 10 | -195/+195 |
* | | x86/dcadsp: optimize lfe_fir0_float_fma3 on x86_32 | James Almer | 2016-07-05 | 1 | -12/+31 |
* | | avcodec: add missing xmm/neon clobber test wrappers for the new decode API | James Almer | 2016-07-03 | 1 | -0/+10 |
* | | asm: FF_-prefix internal macros used in inline assembly | Matthieu Bouron | 2016-06-27 | 9 | -243/+243 |
* | | Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50' | Hendrik Leppkes | 2016-06-26 | 7 | -7/+0 |
|\| |
|
| * | Drop unnecessary libavutil/x86/asm.h #includes | Diego Biurrun | 2016-05-28 | 8 | -8/+0 |
* | | Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196' | Clément Bœsch | 2016-06-22 | 1 | -133/+0 |
|\| |
|
| * | tests: Move all test programs to a subdirectory | Diego Biurrun | 2016-05-13 | 1 | -86/+0 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 7 | -17/+17 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 7 | -18/+18 |
| * | build: miscellaneous cosmetics | Diego Biurrun | 2016-04-07 | 1 | -1/+1 |
| * | fft: Split MDCT bits off from FFT | Diego Biurrun | 2016-03-01 | 6 | -77/+150 |
* | | x86/aacpsdsp: optimize add_squares loop | James Almer | 2016-06-14 | 1 | -5/+9 |
* | | x86/aacdec: use HADDPS macro | James Almer | 2016-06-08 | 2 | -33/+7 |
* | | x86: lossless audio: SSE4 madd 32bits | Christophe Gisquet | 2016-05-07 | 2 | -0/+40 |
* | | Merge commit '73ff983e8dd22ccee166403d0bbbc9c1cd543622' | Derek Buitenhuis | 2016-04-12 | 1 | -5/+6 |
|\| |
|
| * | fft: x86: cosmetics: Drop silly comments, add comment, whitespace | Diego Biurrun | 2016-02-26 | 1 | -5/+6 |
| * | x86: hevc: Fix linking with both yasm and optimizations disabled | Diego Biurrun | 2016-02-23 | 1 | -4/+8 |
* | | avcodec/fft: Add revtab32 for FFTs with more than 65536 samples | Michael Niedermayer | 2016-03-04 | 1 | -0/+3 |
* | | avcodec: Extend fft to size 2^17 | Michael Niedermayer | 2016-03-04 | 1 | -2/+2 |
* | | x86/vc1dsp: Split the file into MC and loopfilter | Timothy Gu | 2016-02-29 | 3 | -295/+320 |
* | | Merge commit '15a24614aef5836af3cd2c7cc3b2b737eee6bf3c' | Derek Buitenhuis | 2016-02-24 | 1 | -3/+3 |
|\| |
|
| * | build: Add vc1dsp component for more fine-grained dependencies | Diego Biurrun | 2016-02-19 | 1 | -3/+3 |
* | | x86/dcadec: add ff_lfe_fir1_float_{sse3,avx} | James Almer | 2016-02-22 | 2 | -1/+87 |
* | | Merge commit 'e280fe13291e9c712a5f4aa13b5263f3e8afed45' | Derek Buitenhuis | 2016-02-16 | 1 | -4/+5 |
|\| |
|
| * | v210: Use separate sample_factors | Luca Barbato | 2016-02-01 | 1 | -3/+4 |
| * | v210: Add avx2 version of the 10-bit line encoder | James Darnley | 2016-02-01 | 2 | -7/+23 |
| * | v210: Add avx2 version of the 8-bit line encoder | James Darnley | 2016-02-01 | 2 | -21/+43 |
* | | Merge commit 'eafb05fcf37cd19a910ca3b17824384f9006bc0a' | Derek Buitenhuis | 2016-02-16 | 1 | -0/+6 |
|\| |
|
| * | v210: x86: Add the correct guards around the asm code | Luca Barbato | 2016-01-26 | 1 | -0/+6 |
| * | x86inc: Add debug symbols indicating sizes of compiled functions | Geza Lore | 2016-01-23 | 1 | -1/+1 |
| * | x86: build: Group all encoder objects together | Diego Biurrun | 2016-01-18 | 1 | -2/+2 |
* | | x86: use the new helper macros where useful | James Almer | 2016-02-14 | 9 | -9/+18 |
* | | x86/vc1dsp: Port vc1_*_hor_16b_shift2 to NASM format | Timothy Gu | 2016-02-14 | 2 | -53/+98 |
* | | huffyuvencdsp: Undefine "i" macro after each use | Timothy Gu | 2016-02-07 | 1 | -0/+3 |
* | | x86/dcadec: add ff_lfe_fir0_float_{sse,sse2,avx,fma3} | James Almer | 2016-02-06 | 3 | -2/+250 |