summaryrefslogtreecommitdiff
path: root/libavcodec/x86
Commit message (Expand)AuthorAge
* avcodec/x86/cavsdsp: Put MMX code under mmx checkMichael Niedermayer2017-03-06
* avcodec/h264: enable sse2 chroma deblock/loop filter functionsJames Darnley2017-02-27
* avcodec/h264: add avx 8-bit 4:2:2 chroma h intra deblock/loop filterJames Darnley2017-02-27
* avcodec/h264: add avx 8-bit 4:2:0 chroma h intra deblock/loop filterJames Darnley2017-02-27
* avcodec/h264: add avx 8-bit chroma v intra deblock/loop filterJames Darnley2017-02-27
* avcodec/h264: add avx 8-bit 4:2:2 chroma h deblock/loop filterJames Darnley2017-02-27
* avcodec/h264: add avx 8-bit 4:2:0 chroma h deblock/loop filterJames Darnley2017-02-27
* avcodec/h264: add avx 8-bit chroma v deblock/loop filterJames Darnley2017-02-27
* avcodec/h264: sse2, avx h luma mbaff deblock/loop filterJames Darnley2017-02-18
* avcodec/h264: add named parameters to x86 functionJames Darnley2017-02-18
* avcodec/x86: deduplicate PASS8ROWS macroJames Darnley2017-02-18
* x86/rv34dsp: add ff_rv34_idct_dc_add_sse2James Almer2017-02-02
* x86/vp8dsp: add ff_vp8_idct_dc_add_sse2James Almer2017-02-02
* Revert "Merge commit '0a39c9ac0bfd7345fe676b4e2707d9cec3cbb553'"Michael Niedermayer2017-02-01
* Merge commit 'd06dfaa5cbdd20acfd2364b16c0f4ae4ddb30a65'James Almer2017-01-31
|\
| * x86: huffyuv: Use EXTERNAL_SSSE3_FAST convenience macro where appropriateDiego Biurrun2016-07-20
* | Merge commit '4efab89332ea39a77145e8b15562b981d9dbde68'James Almer2017-01-31
|\|
| * x86: Use *_FAST/*_SLOW CPU feature detection macros where appropriateDiego Biurrun2016-07-20
* | Merge commit '0a39c9ac0bfd7345fe676b4e2707d9cec3cbb553'James Almer2017-01-31
|\|
| * x86: hpeldsp: Don't check for bitexact flag when initializing VP3-specific codeDiego Biurrun2016-07-20
* | Merge commit '95c1df929b92d81454656c222a35ec5f7db576b4'James Almer2017-01-31
|\|
| * x86: hpeldsp: Drop unused function parametersDiego Biurrun2016-07-20
* | Merge commit 'c3e83ad3b7d75f3597f47ada2616ba4479665009'James Almer2017-01-31
|\|
| * x86: hpeldsp: Use EXTERNAL_SSE2_FAST where appropriateDiego Biurrun2016-07-20
* | Merge commit '1dfc3cf89d0eb026af28be46294b85d79499ffb5'James Almer2017-01-31
|\|
| * x86: hpeldsp: Split off VP3-specific bits into a separate fileDiego Biurrun2016-07-20
* | lavc/hevc: remove a few random spaces to reduce diff with libavClément Bœsch2017-01-31
* | Merge commit 'fca3c3b61952aacc45e9ca54d86a762946c21942'Clément Bœsch2017-01-31
|\|
| * hevc: Add AVX2 DC IDCTJames Almer2016-07-18
* | Merge commit '1bd890ad173d79e7906c5e1d06bf0a06cca4519d'Clément Bœsch2017-01-31
|\|
* | lossless_videodsp: rename add_hfyu_left_pred_int16 to add_left_pred_int16James Almer2017-01-12
* | huffyuvdsp: move functions only used by huffyuv from lossless_videodspJames Almer2017-01-12
* | huffyuvencdsp: move shared functions to a new lossless_videoencdsp contextJames Almer2017-01-12
* | huffyuvencdsp: move functions only used by huffyuv from lossless_videodspJames Almer2017-01-12
* | lossless_videodsp: move shared functions from huffyuvdspJames Almer2017-01-12
* | avcodec/x86/vc1dsp_mc: Fix build with NASM 2.09.10Michael Niedermayer2017-01-02
* | avcodec/x86/imdct36: fix building with nasm 2.11.05John Comeau2017-01-02
* | avcodec/magicyuv: add 10 bit supportPaul B Mahol2016-12-20
* | avcodec/h264: resolve assert being triggered when stack is not alignedJames Darnley2016-12-07
* | avcodec/h264: mmx2, sse2, avx 10-bit 4:2:2 h chroma deblock/loop filterJames Darnley2016-12-07
* | avcodec/h264: mmx2, sse2, avx 10-bit h chroma deblock/loop filterJames Darnley2016-12-07
* | whitespace changes after last commitJames Darnley2016-12-07
* | avcodec/h264: clean up and expand x86 function definitionsJames Darnley2016-12-07
* | avcodec/h264: sse2 and avx 4:2:2 idct add8 10-bit functionsJames Darnley2016-11-30
* | avcodec/h264: mmx 4:2:2 idct add8 functionJames Darnley2016-11-30
* | avcodec/h264: mmxext 4:2:2 chroma intra deblock/loop filterJames Darnley2016-11-30
* | x86/vp9itxfm: add missing AVX2 guardsJames Almer2016-11-18
* | vp9: add avx2 iadst16 implementations.Ronald S. Bultje2016-11-15
* | Merge commit '4a081f224e12f4227ae966bcbdd5384f22121ecf'Hendrik Leppkes2016-11-13
|\|
| * libavcodec: fix constness in clobber test avcodec_open2() wrappersClément Bœsch2016-06-26