summaryrefslogtreecommitdiff
path: root/libavfilter/x86/Makefile
Commit message (Expand)AuthorAge
* avfilter/vf_lut3d: add x86-optimized tetrahedral interpolationMark Reid2021-10-10
* avfilter/vf_maskedclamp: add x86 SIMDPaul B Mahol2019-10-23
* avfilter/vf_transpose: add x86 SIMDPaul B Mahol2019-10-21
* avfilter/vf_adadenoise: add x86 SIMDPaul B Mahol2019-10-17
* avfilter/vf_eq: fix compilation with x86 asm disabledJames Almer2019-09-26
* avfilter/x86/vf_eq: Change inline assembly into nasm codeTing Fu2019-09-26
* avfilter/vf_v360: x86 SIMD for interpolationsPaul B Mahol2019-09-06
* avfilter/vf_convolution: add x86 SIMD for filter_3x3()Ruiling Song2019-08-07
* avfilter/vf_gblur: add x86 SIMD optimizationsRuiling Song2019-06-12
* avfilter: add anlmdn filter x86 SIMD optimizationsPaul B Mahol2019-01-10
* avfilter/vf_framerate: factorize SAD functions which compute SAD for a whole ...Marton Balint2018-11-11
* avfilter/vf_overlay: add x86 SIMDPaul B Mahol2018-05-02
* avfilter/vf_interlace: remove duplicate code with same funcionalityVasile Toncu2018-04-23
* avfilter/vf_framerate: add SIMD functions for frame blendingMarton Balint2018-01-28
* avfilter: add hflip x86 SIMDPaul B Mahol2017-12-04
* avfilter/vf_threshold: add x86 SIMDPaul B Mahol2017-12-02
* avfilter: add limiter filterPaul B Mahol2017-07-08
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-21
* avfilter: add arbitrary audio FIR filterPaul B Mahol2017-05-09
* avfilter/avf_showcqt: cqt_calc optimization on x86Muhammad Faiz2016-06-08
* vf_colorspace: x86-64 SIMD (SSE2) optimizations.Ronald S. Bultje2016-04-12
* avfilter/vf_bwdif: add x86 SIMDThomas Mundt2016-03-13
* avfilter/vf_w3fdif: add x86 SIMDPaul B Mahol2015-10-10
* avfilter/vf_stereo3d: add x86 SIMD for anaglyph outputsPaul B Mahol2015-10-06
* avfilter/vf_blend: add x86 SIMD for some modesPaul B Mahol2015-10-03
* avfilter/vf_maskedmerge: add SIMD for maskedmerge with 8 bit depth inputPaul B Mahol2015-10-02
* avfilter/vf_removegrain: add x86 and x86_64 SSE2 functionsJames Darnley2015-07-14
* vf_psnr: sse2 optimizations for sum-squared-error.Ronald S. Bultje2015-07-14
* vf_ssim: x86 simd for ssim_4x4xN and ssim_endN.Ronald S. Bultje2015-07-14
* avfilter: Port mp=eq/eq2 to lavfiArwa Arif2015-01-26
* x86/vf_pp7: port dctB_mmx to yasmJames Almer2015-01-09
* lavfi: port mp=pp7 to libavfilterArwa Arif2015-01-09
* x86/vf_fspp: port inline asm to yasmJames Almer2014-12-26
* lavfi: port mp=fspp to a native libavfilter filterArwa Arif2014-12-24
* avfilter/tinterlace: add Support for ff_lowpass_line_avx() & ff_lowpass_line_...Michael Niedermayer2014-11-15
* Merge commit '2e1704059ae8625beda2ffde847ad22c5ba416dc'Michael Niedermayer2014-11-15
|\
| * vf_interlace: Add SIMD for lowpass filterKieran Kunhya2014-11-15
* | x86/vf_noise: move asm code to a separate fileJames Almer2014-10-17
* | avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's filter_line()skal2014-09-04
* | Revert "Revert "vf_yadif: move x86 init code to x86/yadif.c""Robert Krüger2014-01-14
* | Revert "vf_yadif: move x86 init code to x86/yadif.c"Michael Niedermayer2013-12-01
* | Merge commit '0e730494160d973400aed8d2addd1f58a0ec883e'Michael Niedermayer2013-10-24
|\|
| * avfilter: x86: Port gradfun filter optimizations to yasmDaniel Kang2013-10-23
* | avfilter: port pullup filter from libmpcodecsPaul B Mahol2013-09-17
* | lavfi: add spp filter.Clément Bœsch2013-06-14
* | yadif: x86 assembly for 9 to 14-bit samplesJames Darnley2013-03-16
* | yadif: x86 assembly for 16-bit samplesJames Darnley2013-03-16
|/
* avfilter: x86: consistent filenames for filter optimizationsDiego Biurrun2013-02-04
* vf_hqdn3d: x86: Add proper arch optimization initializationDiego Biurrun2013-02-01
* yadif: Port inline assembly to yasmDaniel Kang2013-01-09