aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/h264_intrapred_10bit.asm
Commit message (Expand)AuthorAgeFilesLines
* x86: replace explicit REP_RETs with RETsLynne2023-02-011-8/+8
* avcodec/x86/h264_intrapred: Remove obsolete MMX(EXT) functionsAndreas Rheinhardt2022-06-221-87/+7
* Merge commit '5801f9ed245ca5ebb57b0b5183de7a24aaece133'Clément Bœsch2017-03-231-35/+42
|\
| * h264_intrapred: x86: Update comments left behind in 95c89da36ebeeb96b7146c0d7...Diego Biurrun2016-10-061-35/+42
| * x86: deduplicate some constantsChristophe Gisquet2016-08-031-1/+1
* | vp9: 16bpp tm/dc/h/v intra pred simd (mostly sse2) functions.Ronald S. Bultje2015-10-031-1/+1
* | x86: lavc: share more constant through definesChristophe Gisquet2015-02-071-1/+2
* | x86: vpx/h264/hevc/mpeg2: share constantsChristophe Gisquet2014-08-061-1/+1
* | x86: move horizontal add macros to x86utilJames Almer2014-04-171-16/+0
* | Merge commit '55519926ef855c671d084ccc151056de9e3d3a77'Michael Niedermayer2014-03-141-33/+41
|\|
| * x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-131-33/+41
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-141-10/+10
|\|
| * x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-141-10/+10
| * build: Drop AVX assembly ifdefsDiego Biurrun2012-11-111-26/+0
|/
* x86: PALIGNR: port to cpuflagsDiego Biurrun2012-11-091-16/+0
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-311-1/+1
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-311-1/+0
* Remove usage of INIT_AVX in h264_intrapred_10bit.asm.Ronald S. Bultje2012-10-291-149/+157
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-311-13/+13
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-271-13/+13
* Fix NASM include directiveDave Yeo2011-08-151-2/+2
* Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-121-1/+1
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-121-1/+1
* H.264: Add optimizations to predict x86 assembly.Daniel Kang2011-07-221-703/+414
* H.264: Add more x86 assembly for 10-bit H.264 predict functionsDaniel Kang2011-07-131-1/+230
* H.264: Add x86 assembly for 10-bit H.264 predict functionsDaniel Kang2011-07-081-0/+931
* Add x86 assembly for some 10-bit H.264 intra predict functions.Daniel Kang2011-06-061-0/+337