| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | dirac_dwt: Make x86 files/functions names consistent | Timothy Gu | 2016-02-05 | 4 | -37/+7 |
* | | diracdsp: Make x86 files/functions names consistent | Timothy Gu | 2016-02-05 | 4 | -55/+40 |
* | | avcodec/h264: Fix segfault in 4:2:2 chroma deblock with 32-bit msvc | Henrik Gramner | 2016-02-05 | 1 | -1/+3 |
* | | avcodec/h264: mmxext 4:2:2 chroma deblock/loop filter | James Darnley | 2016-02-05 | 2 | -3/+47 |
* | | diracdsp_mmx: Fix some more indentations | Timothy Gu | 2016-02-01 | 1 | -6/+6 |
* | | diracdsp_mmx: Fix indentation | Timothy Gu | 2016-02-01 | 1 | -8/+8 |
* | | x86: vc1dsp: Convert vc1_inv_trans_*_dc to NASM format | Timothy Gu | 2016-02-01 | 3 | -207/+111 |
* | | all: Make header guard names consistent | Timothy Gu | 2016-01-31 | 1 | -2/+2 |
* | | avcodec/dca: add new decoder based on libdcadec | foo86 | 2016-01-31 | 1 | -2/+2 |
* | | avcodec/dca: remove old decoder | foo86 | 2016-01-31 | 3 | -169/+2 |
* | | x86/imdct36: use extractps inside the STORE macro | James Almer | 2016-01-28 | 1 | -0/+7 |
* | | Merge commit '4f22b138886e29f7fffa8c715673951e51be9f32' | Derek Buitenhuis | 2016-01-27 | 1 | -1/+0 |
|\| |
|
| * | x86: ac3dsp: Drop forward declaration for nonexisting function | Diego Biurrun | 2016-01-18 | 1 | -1/+0 |
* | | avcodec/synth_filter: split off remaining code from dcadec files | James Almer | 2016-01-25 | 5 | -275/+324 |
* | | x86inc: Add debug symbols indicating sizes of compiled functions | Geza Lore | 2016-01-21 | 2 | -2/+2 |
* | | videodsp: fix 1-byte overread in top/bottom READ_NUM_BYTES iterations. | Ronald S. Bultje | 2016-01-18 | 1 | -15/+6 |
* | | avcodec/v210: guard new avx2 functions from old assemblers | James Darnley | 2016-01-17 | 1 | -0/+6 |
* | | avcodec/v210: add avx2 version of the 10-bit line encoder | James Darnley | 2016-01-17 | 4 | -7/+22 |
* | | avcodec/v210: add avx2 version of the 8-bit line encoder | James Darnley | 2016-01-17 | 4 | -19/+41 |
* | | avcodec/x86/fmtconvert: Add emms to int32_to_float_fmul_array8_sse() | Michael Niedermayer | 2016-01-15 | 1 | -1/+8 |
* | | Merge commit '8563f9887194b07c972c3475d6b51592d77f73f7' | Hendrik Leppkes | 2016-01-02 | 1 | -1/+8 |
|\| |
|
| * | x86: use emms after ff_int32_to_float_fmul_scalar_sse | Janne Grunau | 2015-12-30 | 1 | -1/+8 |
* | | Merge commit 'f4f27e4cf1013c55b2c7df359ce8d58ee922662c' | Hendrik Leppkes | 2016-01-02 | 1 | -4/+1 |
|\| |
|
| * | x86: zero extend the 32-bit length in int32_to_float_fmul_scalar implicitly | Janne Grunau | 2015-12-29 | 1 | -4/+1 |
* | | Merge commit '2008f76054906e9ff6bf744800af0e5a5bfe61be' | Hendrik Leppkes | 2016-01-02 | 2 | -106/+0 |
|\| |
|
| * | dca: remove unused decode_hf function and quant_d tables | Alexandra Hájková | 2015-12-24 | 2 | -106/+0 |
* | | Merge commit '5dfe4edad63971d669ae456b0bc40ef9364cca80' | Hendrik Leppkes | 2016-01-02 | 1 | -0/+3 |
|\| |
|
| * | x86_64: int32_to_float_fmul_scalar sign extend integer length | Janne Grunau | 2015-12-14 | 1 | -0/+3 |