summaryrefslogtreecommitdiff
path: root/libavcodec/x86/v210.asm
Commit message (Expand)AuthorAgeFilesLines
* x86/v210dec: use named registersJames Almer2019-05-031-16/+16
* x86/v210dec: don't reserve more xmm regs than neededJames Almer2019-05-031-1/+1
* x86/v210dec: remove duplicate load instructionJames Almer2019-05-031-1/+0
* avcodec/x86/v210: fix operands of vpblendd used in new avx2 codeJames Darnley2019-05-021-1/+1
* libavcodec Adding ff_v210_planar_unpack AVX2Michael Stoner2019-05-021-16/+56
* avcodec/x86: add missing colon to labelsJames Almer2015-07-261-1/+1
* lavc/x86/v210: give cpuflag to INIT macroJames Darnley2014-09-051-10/+12
* Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer2012-10-311-1/+0
* x86/v210: fix xmm clobbersMichael Niedermayer2012-09-151-1/+1
* Add some missing _EXTERNAL suffixes to yasm source files.Carl Eugen Hoyos2012-08-311-2/+2
* Fix compilation without HAVE_AVX.Reimar Döffinger2012-02-121-2/+2
* Fix compilation with yasm-0.6.2Carl Eugen Hoyos2012-01-121-0/+4
* Add V210 SIMDKieran Kunhya2011-10-191-0/+85