summaryrefslogtreecommitdiff
path: root/libavcodec/x86/Makefile
Commit message (Expand)AuthorAge
* build: miscellaneous cosmeticsDiego Biurrun2016-04-07
* fft: Split MDCT bits off from FFTDiego Biurrun2016-03-01
* build: Add vc1dsp component for more fine-grained dependenciesDiego Biurrun2016-02-19
* x86: build: Group all encoder objects togetherDiego Biurrun2016-01-18
* hevcdsp: add x86 SIMD for MCAnton Khirnov2015-12-05
* lavc: Drop deprecated deinterlace moduleVittorio Giovara2015-08-28
* configure: Factor out vp8dsp moduleVittorio Giovara2015-07-17
* configure: Factor out rv34dsp moduleVittorio Giovara2015-07-17
* lavc: do not compile fmtconvert unconditionallyAnton Khirnov2015-02-28
* v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-12-05
* cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTsDiego Biurrun2014-08-27
* build: Add explanatory comments to (optimization) blocks in the MakefilesDiego Biurrun2014-08-15
* idct: Split off Xvid IDCTDiego Biurrun2014-08-01
* x86: build: Restore ordering of OBJS linesDiego Biurrun2014-07-28
* hevc: SSE2 and SSSE3 loop filtersPierre Edouard Lepere2014-07-26
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-17
* x86: dsputil: Coalesce all init filesDiego Biurrun2014-07-17
* x86: dsputil: Avoid pointless CONFIG_ENCODERS indirectionDiego Biurrun2014-07-13
* dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-09
* dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-07
* dsputil: Move draw_edges() to mpegvideoencdspDiego Biurrun2014-07-06
* dsputil: Move pix_sum, pix_norm1, shrink function pointers to mpegvideoencDiego Biurrun2014-07-06
* dsputil: Split off *_8x8basis to a separate contextDiego Biurrun2014-07-06
* x86: build: Only compile FDCT code if MMX is enabledDiego Biurrun2014-07-05
* x86: Unconditionally compile blockdsp and svq1enc init filesDiego Biurrun2014-07-05
* x86: huffyuvdsp: Move inline assembly to init fileDiego Biurrun2014-07-05
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* dsputil: Split off global motion compensation bits into a separate contextDiego Biurrun2014-06-23
* dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
* dsputil: Split audio operations off into a separate contextDiego Biurrun2014-06-22
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* dsputil: Split off quarterpel bits into their own contextDiego Biurrun2014-05-29
* dsputil: Move APE-specific bits into apedspDiego Biurrun2014-05-29
* dsputil: Move SVQ1 encoding specific bits into svq1encDiego Biurrun2014-05-29
* dsputil: Split off HuffYUV encoding bits into their own contextDiego Biurrun2014-05-27
* dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun2014-05-27
* DNxHD: convert inline asm to yasmTimothy Gu2014-04-11
* On2 VP7 decoderPeter Ross2014-04-04
* x86: hpeldsp: Keep all rnd_template instantiations in hpeldsp_initDiego Biurrun2014-03-26
* build: Group general components separate from de/encoders in arch MakefilesDiego Biurrun2014-03-20
* x86: dcadsp: implement int8x8_fmul_int32Christophe Gisquet2014-02-07
* lavc: VP9 decoderRonald S. Bultje2013-11-15
* dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun2013-11-08
* x86: vp8dsp: Split loopfilter code into a separate fileDiego Biurrun2013-11-01
* x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from dsputil_mmxDiego Biurrun2013-10-05
* x86: fdct: Only build fdct code if encoders have been enabledDiego Biurrun2013-10-04
* dsputil: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-28
* vp56: Mark VP6-only optimizations as such.Diego Biurrun2013-08-23
* x86: Split DCT and FFT initialization into separate filesDiego Biurrun2013-08-21
* build: cosmetics: Place unconditional before conditional OBJS linesDiego Biurrun2013-05-30