summaryrefslogtreecommitdiff
path: root/libavcodec/x86/Makefile
Commit message (Expand)AuthorAge
* avcodec/flacdsp: Split encoder-only parts into a ctx of its ownAndreas Rheinhardt2022-08-05
* avcodec/x86: add cfhdenc SIMDPaul B Mahol2021-02-27
* avcodec/cfhd: add x86 SIMDPaul B Mahol2020-08-26
* avcodec/Makefile: add missing pngdsp dependency to the lscr decoderJames Almer2019-05-14
* x86/opusdsp: implement FMA3 accelerated postfilter and deemphasisLynne2019-04-01
* celt_pvq_init: only build when CONFIG_OPUS_ENCODER is enabledLynne2019-03-31
* x86/opus_dsp: rename to celt_pvqLynne2019-03-31
* sbcenc: add MMX optimizationsAurelien Jacobs2018-03-07
* libavcodec/exr : add X86 SIMD for reorder_pixelsMartin Vignali2017-09-17
* SIMD opus pvq_search implementationIvan Kalvachev2017-08-18
* avcodec/utvideodec: add SIMD for restore_rgb_planesPaul B Mahol2017-06-27
* mdct15: add assembly optimizations for the 15-point FFTRostislav Pehlivanov2017-06-23
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-21
* avcodec/x86: move simple_idct to external assemblyJames Darnley2017-05-30
* cavs: convert idct from inline asm to yasm.Ronald S. Bultje2017-04-06
* lavc/x86/hevc: rename hevc_res_add to hevc_add_resClément Bœsch2017-03-24
* Merge commit 'b57e38f52cc3f31a27105c28887d57cd6812c3eb'Clément Bœsch2017-03-22
|\
| * ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asmJustin Ruggles2016-10-01
| * audiodsp/x86: yasmify vector_clipf_sseAnton Khirnov2016-09-22
| * vp9/x86: rename vp9dsp to vp9mcAnton Khirnov2016-08-03
* | Merge commit '1dfc3cf89d0eb026af28be46294b85d79499ffb5'James Almer2017-01-31
|\|
| * x86: hpeldsp: Split off VP3-specific bits into a separate fileDiego Biurrun2016-07-20
| * hevc: Add AVX2 DC IDCTJames Almer2016-07-18
| * build: miscellaneous cosmeticsDiego Biurrun2016-04-07
| * fft: Split MDCT bits off from FFTDiego Biurrun2016-03-01
* | huffyuvencdsp: move shared functions to a new lossless_videoencdsp contextJames Almer2017-01-12
* | aacenc: add SIMD optimizations for abs_pow34 and quantizationRostislav Pehlivanov2016-10-18
* | x86/ttaenc: add ff_ttaenc_filter_process_{ssse3,sse4}James Almer2016-08-02
* | x86/vc1dsp: Split the file into MC and loopfilterTimothy Gu2016-02-29
* | Merge commit '15a24614aef5836af3cd2c7cc3b2b737eee6bf3c'Derek Buitenhuis2016-02-24
|\|
| * 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
* | x86/dcadec: add ff_lfe_fir0_float_{sse,sse2,avx,fma3}James Almer2016-02-06
* | dirac_dwt: Make x86 files/functions names consistentTimothy Gu2016-02-05
* | diracdsp: Make x86 files/functions names consistentTimothy Gu2016-02-05
* | avcodec/dca: add new decoder based on libdcadecfoo862016-01-31
* | avcodec/dca: remove old decoderfoo862016-01-31
* | avcodec/synth_filter: split off remaining code from dcadec filesJames Almer2016-01-25
* | x86/Makefile: move decoder/encoder objects out of the subsystems sectionJames Almer2015-10-22
* | huffyuvencdsp: Convert ff_diff_bytes_mmx to yasmTimothy Gu2015-10-20
* | vp9: add 10/12bpp mmxext-optimized iwht_iwht_4x4 function.Ronald S. Bultje2015-10-13
* | x86: simple_idct(_put): 10bits versionsChristophe Gisquet2015-10-13
* | avcodec/takdec: add x86 SIMD for rest of decorrelation modesPaul B Mahol2015-10-09
* | x86/alacdsp: add simd optimized functionsJames Almer2015-10-06
* | vp9: 16bpp tm/dc/h/v intra pred simd (mostly sse2) functions.Ronald S. Bultje2015-10-03
* | vp9: sse2/ssse3/avx 16bpp loopfilter x86 simd.Ronald S. Bultje2015-10-03
* | x86/hevc_sao: move 10/12bit functions into a separate fileJames Almer2015-09-30
* | vp9: add subpel MC SIMD for 10/12bpp.Ronald S. Bultje2015-09-16
* | vp9: add fullpel (put) MC SIMD for 10/12bpp.Ronald S. Bultje2015-09-16