aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/v210enc.asm
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/x86: add missing colon to labelsJames Almer2015-07-261-2/+2
| | | | | | Silences warnings with Nasm Signed-off-by: James Almer <jamrial@gmail.com>
* x86: lavc: share more constant through definesChristophe Gisquet2015-02-071-3/+6
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-11-261-0/+145
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>