| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | hevc: x86: Add add_residual() SIMD optimizations | Pierre Edouard Lepere | 2016-10-22 | 3 | -3/+415 |
| * | audiodsp: x86: Remove pointless header file | Diego Biurrun | 2016-10-19 | 2 | -26/+3 |
* | | lavc/x86/hevc: rename hevc_res_add to hevc_add_res | Clément Bœsch | 2017-03-24 | 2 | -2/+2 |
* | | Merge commit 'b89804da9bad2d94dd95bf20ac6187447e9c17e9' | James Almer | 2017-03-23 | 1 | -1/+1 |
|\| |
|
| * | x86: videodsp: Add parentheses to expression to work around warning | Diego Biurrun | 2016-10-19 | 1 | -1/+1 |
* | | Merge commit '6be7944ee2ec2f045e6eb9a93237e992c8b20ac4' | James Almer | 2017-03-23 | 1 | -1/+1 |
|\| |
|
| * | x86: Add missing colons after assembly labels | Diego Biurrun | 2016-10-17 | 6 | -13/+13 |
* | | Merge commit '112cee0241f5799edff0e4682b9e8639b046dc78' | Clément Bœsch | 2017-03-23 | 2 | -43/+810 |
|\| |
|
| * | hevc: Add SSE2 and AVX IDCT | Alexandra Hájková | 2016-10-11 | 2 | -30/+811 |
* | | Merge commit 'e4128c08d786eb5513578e8c6063671ba03226ab' | Clément Bœsch | 2017-03-23 | 1 | -12/+39 |
|\| |
|
| * | Revert "hevc: x86: Refactor IDCT macro declarations" | Anton Khirnov | 2016-10-06 | 1 | -11/+23 |
* | | Merge commit '5801f9ed245ca5ebb57b0b5183de7a24aaece133' | Clément Bœsch | 2017-03-23 | 2 | -66/+76 |
|\| |
|
| * | h264_intrapred: x86: Update comments left behind in 95c89da36ebeeb96b7146c0d7... | Diego Biurrun | 2016-10-06 | 2 | -66/+76 |
* | | Merge commit 'd9dccc03890a976dba59d66ed3b5aceeaa33d14c' | Clément Bœsch | 2017-03-23 | 1 | -39/+12 |
|\| |
|
| * | hevc: x86: Refactor IDCT macro declarations | Diego Biurrun | 2016-10-06 | 1 | -23/+11 |
| * | vp9lpf/x86: make filter_16_h work on 32-bit. | Ronald S. Bultje | 2016-10-04 | 2 | -41/+154 |
| * | vp9lpf/x86: make filter_48/84/88_h work on 32-bit. | Ronald S. Bultje | 2016-10-04 | 2 | -26/+48 |
| * | vp9lpf/x86: make filter_44_h work on 32-bit. | Ronald S. Bultje | 2016-10-04 | 2 | -66/+78 |
| * | vp9lpf/x86: make filter_16_v work on 32-bit. | Ronald S. Bultje | 2016-10-04 | 2 | -40/+99 |
| * | vp9lpf/x86: make filter_48/84_v work on 32-bit. | Ronald S. Bultje | 2016-10-04 | 2 | -7/+9 |
| * | vp9lpf/x86: make filter_88_v work on 32-bit. | Ronald S. Bultje | 2016-10-04 | 2 | -48/+109 |
| * | vp9lpf/x86: make filter_44_v work on 32-bit. | Ronald S. Bultje | 2016-10-04 | 2 | -59/+100 |
| * | vp9lpf/x86: save one register in SIGN_ADD/SUB. | Ronald S. Bultje | 2016-10-04 | 1 | -14/+14 |
| * | vp9lpf/x86: store unpacked intermediates for filter6/14 on stack. | Ronald S. Bultje | 2016-10-04 | 1 | -72/+79 |
| * | vp9lpf/x86: move variable assigned inside macro branch. | Ronald S. Bultje | 2016-10-04 | 1 | -1/+1 |
| * | vp9lpf/x86: simplify ABSSUM_CMP by inverting the comparison meaning. | Ronald S. Bultje | 2016-10-04 | 1 | -51/+52 |
| * | vp9lpf/x86: remove unused register from ABSSUB_CMP macro. | Ronald S. Bultje | 2016-10-04 | 1 | -21/+21 |
| * | vp9lpf/x86: slightly simplify 44/48/84/88 h stores. | Ronald S. Bultje | 2016-10-04 | 1 | -48/+40 |
| * | vp9lpf/x86: make cglobal statement more conservative in register allocation. | Ronald S. Bultje | 2016-10-04 | 1 | -5/+16 |
| * | vp9lpf/x86: save one register in loopfilter surface coverage. | Ronald S. Bultje | 2016-10-04 | 1 | -28/+28 |
| * | vp9lpf/x86: add ff_vp9_loop_filter_[vh]_44_16_{sse2,ssse3,avx}. | Clément Bœsch | 2016-10-04 | 2 | -27/+99 |
| * | vp9lpf/x86: add ff_vp9_loop_filter_h_{48,84}_16_{sse2,ssse3,avx}(). | Clément Bœsch | 2016-10-04 | 2 | -48/+53 |
| * | vp9lpf/x86: add an SSE2 version of vp9_loop_filter_[vh]_88_16 | James Almer | 2016-10-04 | 2 | -3/+20 |
| * | vp9lpf/x86: add ff_vp9_loop_filter_[vh]_88_16_{ssse3,avx}. | Clément Bœsch | 2016-10-04 | 2 | -27/+163 |
| * | vp9lpf/x86: add ff_vp9_loop_filter_[vh]_16_16_sse2(). | James Almer | 2016-10-04 | 2 | -10/+23 |
| * | vp9lpf/x86: add x86 SSSE3/AVX SIMD for vp9_loop_filter_[vh]_16_16. | Clément Bœsch | 2016-10-04 | 3 | -1/+618 |
* | | avcodec/lossless_videodsp: use ptrdiff_t for length parameters | James Almer | 2017-03-22 | 1 | -9/+9 |
* | | lavc/huffyuvdsp: only transmit the pix_fmt instead of the whole avctx | Clément Bœsch | 2017-03-22 | 1 | -2/+2 |
* | | Merge commit 'b57e38f52cc3f31a27105c28887d57cd6812c3eb' | Clément Bœsch | 2017-03-22 | 3 | -139/+230 |
|\| |
|
| * | ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asm | Justin Ruggles | 2016-10-01 | 3 | -134/+230 |
* | | Merge commit '43717469f9daa402f6acb48997255827a56034e9' | Clément Bœsch | 2017-03-22 | 1 | -17/+19 |
|\| |
|
| * | ac3dsp: Reverse matrix in/out order in downmix() | Justin Ruggles | 2016-10-01 | 1 | -17/+19 |
| * | x86/h264_weight: use appropriate register size for weight parameters | Hendrik Leppkes | 2016-09-30 | 1 | -6/+6 |
* | | x86/audiodsp: remove an unnecessary movss | James Almer | 2017-03-22 | 1 | -1/+2 |
* | | Merge commit '2caa93b813adc5dbb7771dfe615da826a2947d18' | James Almer | 2017-03-21 | 1 | -1/+1 |
|\| |
|
| * | mpegaudiodsp: Change type of array stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-29 | 1 | -1/+1 |