summaryrefslogtreecommitdiff
path: root/libavcodec/x86/Makefile
Commit message (Expand)AuthorAge
* build: fft: x86: Drop unused YASM-OBJS-FFT- variableDiego Biurrun2012-08-27
* x86: mpegvideo: more sensible names for optimization file and init functionDiego Biurrun2012-08-24
* x86: mpegvideoenc: Split optimizations off into a separate fileDiego Biurrun2012-08-24
* dnxhdenc: x86: more sensible names for optimization file and init functionDiego Biurrun2012-08-24
* build: x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun2012-08-22
* x86: avcodec: Consistently name all init filesDiego Biurrun2012-08-16
* x86: avcodec: Appropriately name files containing only init functionsDiego Biurrun2012-08-15
* x86: Drop silly "_yasm" suffixes from filenamesDiego Biurrun2012-08-12
* x86: remove libmpeg2 mmx(ext) idct functionsMans Rullgard2012-08-02
* fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64.Ronald S. Bultje2012-07-31
* vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-18
* build: add CONFIG_VP3DSP, reduce repetition in OBJS listsMans Rullgard2012-07-18
* x86: fft: convert sse inline asm to yasmMans Rullgard2012-06-25
* build: Consistently handle conditional compilation for all optimization OBJS.Diego Biurrun2012-04-12
* build: prettyprinting cosmeticsDiego Biurrun2012-03-26
* x86: conditionally compile H.264 QPEL optimizationsDiego Biurrun2012-03-25
* SBR DSP x86: implement SSE sbr_sum_square_sseChristophe GISQUET2012-02-23
* win64: add a XMM clobber test configure option.Ronald S. Bultje2012-02-02
* rv40: x86 SIMD for biweightChristophe Gisquet2012-01-30
* x86: Give RV40 init file a more suitable name.Diego Biurrun2012-01-30
* png: convert DSP functions to yasm.Ronald S. Bultje2012-01-29
* png: move DSP functions to their own DSP context.Ronald S. Bultje2012-01-29
* rv34: DC-only inverse transformChristophe GISQUET2012-01-12
* mpegaudiodec: optimized iMDCT transformVitor Sessak2012-01-08
* x86: conditionally compile dnxhd encoder optimizationsDiego Biurrun2011-12-19
* build: conditionally compile x86 H.264 chroma optimizationsDiego Biurrun2011-12-14
* prores: idct sse2/sse4 optimizations.Ronald S. Bultje2011-10-11
* Move RV3/4-specific DSP functions into their own contextKostya Shishkov2011-08-11
* H.264: Add x86 assembly for 10-bit H.264 qpel functions.Daniel Kang2011-07-03
* h264: Add x86 assembly for 10-bit weight/biweight H.264 functions.Daniel Kang2011-06-21
* H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.Daniel Kang2011-06-18
* Add x86 assembly for some 10-bit H.264 intra predict functions.Daniel Kang2011-06-06
* Add IDCT functions for 10-bit H.264.Daniel Kang2011-05-31
* dct32: port SSE 32-point DCT to YASMVitor Sessak2011-05-21
* mpegaudiodsp: fix x86 and ppc makefilesMans Rullgard2011-05-19
* Port x86 10-bit H.264 deblock asm from x264Jason Garrett-Glaser2011-05-10
* Add CONFIG_AC3DSP symbol to simplify makefilesMans Rullgard2011-03-12
* Add x86-optimized versions of exponent_min().Justin Ruggles2011-02-10
* Separate format conversion DSP functions from DSPContext.Justin Ruggles2011-02-02
* Move sse16_sse2() from inline asm to yasm. It is one of the functions causingRonald S. Bultje2010-09-17
* Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm fromRonald S. Bultje2010-09-14
* LGPL SSE2 H.264 iDCTJason Garrett-Glaser2010-09-10
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Port latest x264 deblock asm (before they moved to using NV12 as internalRonald S. Bultje2010-09-03
* Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-squareRonald S. Bultje2010-09-01
* Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,Ronald S. Bultje2010-09-01
* Fix vertical align.Ronald S. Bultje2010-08-31
* Split intra prediction initialization (i.e. assigning of function pointers)Ronald S. Bultje2010-08-30
* Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1Ronald S. Bultje2010-08-30
* Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6Ronald S. Bultje2010-08-30