summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\
| * H.264: Add x86 assembly for 10-bit H.264 qpel functions.Daniel Kang2011-07-031-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-221-0/+1
|\ \ | |/
| * h264: Add x86 assembly for 10-bit weight/biweight H.264 functions.Daniel Kang2011-06-211-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-191-0/+1
|\ \ | |/
| * H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.Daniel Kang2011-06-181-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-061-1/+2
|\ \ | |/
| * Add x86 assembly for some 10-bit H.264 intra predict functions.Daniel Kang2011-06-061-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-021-1/+2
|\ \ | |/
| * Add IDCT functions for 10-bit H.264.Daniel Kang2011-05-311-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-221-1/+2
|\ \ | |/
| * dct32: port SSE 32-point DCT to YASMVitor Sessak2011-05-211-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-201-5/+1
|\ \ | |/
| * mpegaudiodsp: fix x86 and ppc makefilesMans Rullgard2011-05-191-5/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-121-0/+1
|\ \ | |/
| * Port x86 10-bit H.264 deblock asm from x264Jason Garrett-Glaser2011-05-101-0/+1
* | Move png mmx functions into x86/png_mmx.c, remove them from DSPContext.Baptiste Coudurier2011-04-271-0/+1
|/
* Add CONFIG_AC3DSP symbol to simplify makefilesMans Rullgard2011-03-121-4/+2
* Add x86-optimized versions of exponent_min().Justin Ruggles2011-02-101-0/+4
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-021-0/+2
* Move sse16_sse2() from inline asm to yasm. It is one of the functions causingRonald S. Bultje2010-09-171-0/+1
* Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm fromRonald S. Bultje2010-09-141-1/+1
* LGPL SSE2 H.264 iDCTJason Garrett-Glaser2010-09-101-1/+1
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-081-2/+1
* Port latest x264 deblock asm (before they moved to using NV12 as internalRonald S. Bultje2010-09-031-1/+1
* Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-squareRonald S. Bultje2010-09-011-1/+1
* Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,Ronald S. Bultje2010-09-011-0/+1
* Fix vertical align.Ronald S. Bultje2010-08-311-1/+1
* Split intra prediction initialization (i.e. assigning of function pointers)Ronald S. Bultje2010-08-301-0/+1
* Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1Ronald S. Bultje2010-08-301-0/+1
* Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6Ronald S. Bultje2010-08-301-9/+6
* Move vp6_filter_diag4() x86 SIMD code from inline ASM to YASM. This shouldRonald S. Bultje2010-08-251-2/+1
* Move vp6_filter_diag4() from DSPContext to VP56DSPContext.Ronald S. Bultje2010-08-251-2/+4
* Split h264dsp and h264pred in configure.Jason Garrett-Glaser2010-08-071-1/+2
* H.264: SSE2/SSSE3 weighted prediction asmEli Friedman2010-08-051-0/+1
* Convert deinterlacing MMX code to YASMVitor Sessak2010-07-311-0/+1
* relicense h264 deblock sse2 to lgplLoren Merritt2010-07-221-3/+3
* MMX/SSE VC1 loop filterDavid Conrad2010-07-111-0/+2
* Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASMVitor Sessak2010-07-061-0/+2
* First shot at VP8 optimizations:Jason Garrett-Glaser2010-06-271-0/+2
* Make vp8 select h264dsp and use this to pull in mmx intrapredMåns Rullgård2010-06-251-3/+1
* Fix compilation without --enable-gpl.Carl Eugen Hoyos2010-06-251-1/+4
* 16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264Jason Garrett-Glaser2010-06-251-0/+1
* SSE-optimized MP3 floating point windowing functionsVitor Sessak2010-06-241-0/+5
* Simplify arch-specific object file listsMåns Rullgård2010-03-161-4/+2
* Move arch-specific makefile parts into $arch/MakefileMåns Rullgård2010-03-161-0/+41
OpenPOWER on IntegriCloud