| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: replace explicit REP_RETs with RETs | Lynne | 2023-02-01 | 1 | -1/+1 |
* | avcodec/x86: add avx512icl function for v210dec | James Darnley | 2022-12-20 | 1 | -1/+59 |
* | avcodec/x86/v210: add some comments to the improved avx2 function | James Darnley | 2022-12-20 | 1 | -6/+6 |
* | x86/v210dec: use named registers | James Almer | 2019-05-03 | 1 | -16/+16 |
* | x86/v210dec: don't reserve more xmm regs than needed | James Almer | 2019-05-03 | 1 | -1/+1 |
* | x86/v210dec: remove duplicate load instruction | James Almer | 2019-05-03 | 1 | -1/+0 |
* | avcodec/x86/v210: fix operands of vpblendd used in new avx2 code | James Darnley | 2019-05-02 | 1 | -1/+1 |
* | libavcodec Adding ff_v210_planar_unpack AVX2 | Michael Stoner | 2019-05-02 | 1 | -16/+56 |
* | avcodec/x86: add missing colon to labels | James Almer | 2015-07-26 | 1 | -1/+1 |
* | lavc/x86/v210: give cpuflag to INIT macro | James Darnley | 2014-09-05 | 1 | -10/+12 |
* | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
* | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73' | Michael Niedermayer | 2012-10-31 | 1 | -1/+0 |
* | x86/v210: fix xmm clobbers | Michael Niedermayer | 2012-09-15 | 1 | -1/+1 |
* | Add some missing _EXTERNAL suffixes to yasm source files. | Carl Eugen Hoyos | 2012-08-31 | 1 | -2/+2 |
* | Fix compilation without HAVE_AVX. | Reimar Döffinger | 2012-02-12 | 1 | -2/+2 |
* | Fix compilation with yasm-0.6.2 | Carl Eugen Hoyos | 2012-01-12 | 1 | -0/+4 |
* | Add V210 SIMD | Kieran Kunhya | 2011-10-19 | 1 | -0/+85 |