summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/h264_idct_10bit.asm
Commit message (Expand)AuthorAgeFilesLines
* vp9: 16bpp tm/dc/h/v intra pred simd (mostly sse2) functions.Ronald S. Bultje2015-10-031-4/+1
* x86: lavc: share more constant through definesChristophe Gisquet2015-02-071-1/+3
* Merge commit '55519926ef855c671d084ccc151056de9e3d3a77'Michael Niedermayer2014-03-141-12/+16
|\
| * x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-131-12/+16
* | Merge commit 'edd1f833fa145eb9c5026877c699ebe6efca00a0'Michael Niedermayer2014-03-141-8/+12
|\ \ | |/
| * x86: h264_idct_10_bit: Use proper type in function prototype commentsDiego Biurrun2014-03-131-8/+12
| * h264: Integrate clear_blocks calls with IDCTRonald S. Bultje2013-04-101-5/+48
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* | h264: integrate clear_blocks calls with IDCT.Ronald S. Bultje2013-02-191-5/+48
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-141-1/+1
|\ \ | |/
| * x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-141-1/+1
| * build: Drop AVX assembly ifdefsDiego Biurrun2012-11-111-16/+0
| * x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-311-1/+1
* | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer2012-10-311-1/+0
|\ \ | |/
| * x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-311-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-311-8/+8
|\ \ | |/
| * x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-311-8/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * x86: add colons after labelsMans Rullgard2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-291-127/+127
|\ \ | |/
| * h264_idct_10bit: port x86 assembly to cpuflags.Ronald S. Bultje2012-07-281-127/+127
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-131-21/+3
|\ \ | |/
| * x86inc improvements for 64-bitHenrik Gramner2012-04-111-21/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-081-1/+1
|\ \ | |/
| * h264: mark h264_idct_add8_10 with number of XMM registers.Michael Kostylev2012-02-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-13/+13
|\ \ | |/
| * config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-271-13/+13
* | Move x264asm to libavutil.Kieran Kunhya2011-10-191-2/+2
|/
* 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
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-15/+20
* Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-131-20/+15
* 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-15/+20
* Cosmetic changes to h264_idct_10bit.asm.Loren Merritt2011-06-021-68/+71
* 2x faster h264_idct_add8_10.Loren Merritt2011-06-021-34/+21
* Add IDCT functions for 10-bit H.264.Daniel Kang2011-05-311-0/+570
OpenPOWER on IntegriCloud