summaryrefslogtreecommitdiffstats
path: root/libavfilter/x86
Commit message (Expand)AuthorAgeFilesLines
* avfilter/x86/vf_blend : add SIMD for 16 bit version ofMartin Vignali2018-04-052-60/+128
* avfilter/x86/vf_blend : reorganize DIFFERENCE macro to reduce line duplicatio...Martin Vignali2018-04-051-22/+16
* avfilter/x86/vf_blend : add 16 bit version for BLEND_SIMPLE, phoenix, differe...Martin Vignali2018-02-242-13/+116
* avfilter/x86/vf_blend : indentMartin Vignali2018-02-241-47/+47
* avfilter/x86/vf_blend : reorganize init in order to add 16 bit versionMartin Vignali2018-02-241-3/+5
* avfilter/x86/vf_blend : avfilter/x86/vf_blend : add AVX2 version for each fun...Martin Vignali2018-01-282-84/+184
* avfilter/vf_framerate: add SIMD functions for frame blendingMarton Balint2018-01-283-0/+178
* avfilter/x86/vf_interlace : add AVX2 versionMartin Vignali2018-01-113-1/+50
* Revert "avfilter/vf_interlace : add AVX2 for lowpass_line 8 and 16"James Almer2017-12-193-33/+0
* avfilter/x86/vf_hflip : indentMartin Vignali2017-12-191-5/+5
* avfilter/x86/vf_hflip : add avx2 version for hflip_byte and hflip_shortMartin Vignali2017-12-192-5/+27
* avfilter/x86/vf_hflip : merge hflip byte and hflip short to one macroMartin Vignali2017-12-191-44/+17
* avfilter/vf_tinterlace : add AVX2 func for lowpass_line 8 and 16Martin Vignali2017-12-191-0/+16
* avfilter/vf_interlace : add AVX2 for lowpass_line 8 and 16Martin Vignali2017-12-192-0/+17
* avfilter/vf_interlace : move func init in ff_interlace_init and add depth arg...Martin Vignali2017-12-191-2/+2
* avfilter/x86/vf_interlace : avfilter/x86/vf_interlace : fix crash when using ...Martin Vignali2017-12-151-22/+25
* avfilter/x86/vf_interlace : avoid crash when data are unalignedMartin Vignali2017-12-151-2/+2
* avfilter/x86/vf_threshold : add threshold16 SIMD (SSE4 and AVX2)Martin Vignali2017-12-092-21/+34
* x86/vf_hflip: use xor to zero initialize registersJames Almer2017-12-071-2/+2
* x86/vf_hflip: don't load the width argument twiceJames Almer2017-12-071-3/+2
* x86/vf_threshold: make threshold8 functions work on x86_32James Almer2017-12-042-12/+17
* avfilter/x86/vf_hflip.asm: fix building on x32Paul B Mahol2017-12-041-6/+6
* avfilter: add hflip x86 SIMDPaul B Mahol2017-12-043-0/+151
* x86vf_threshold/: use the PBLENDVB macroJames Almer2017-12-041-1/+1
* avfilter/x86/vf_threshold : cosmetic indentMartin Vignali2017-12-031-8/+8
* avfilter/x86/vf_threshold : add avx2 version for threshold 8Martin Vignali2017-12-032-3/+22
* avfilter/x86/vf_threshold : make macro for threshold8 in order to add avx2 ve...Martin Vignali2017-12-031-1/+5
* avfilter/vf_threshold: add x86 SIMDPaul B Mahol2017-12-023-0/+112
* Merge commit '994c4bc10751e39c7ed9f67ffd0c0dea5223daf2'James Almer2017-10-211-24/+0
|\
| * build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-03-013-11/+11
| * x86: Add missing colons after assembly labelsDiego Biurrun2016-10-171-1/+1
* | avfilter/interlace: add support for 10 and 12 bitThomas Mundt2017-09-233-35/+147
* | avfilter/interlace: prevent over-sharpening with the complex low-pass filterThomas Mundt2017-09-151-22/+33
* | avfilter/vf_blend: rename addition128 and difference128 to grainmerge and gra...Paul B Mahol2017-08-242-9/+9
* | x86/vf_limiter: make limiter functions work on x86_32James Almer2017-07-132-18/+14
* | avfilter: add limiter filterPaul B Mahol2017-07-083-0/+130
* | x86/vf_blend: use ABS2 macroJames Almer2017-06-271-6/+3
* | x86/vf_blend: optimize difference and negation functionsJames Almer2017-06-271-16/+24
* | x86/vf_blend: add sse and ssse3 extremity functionsJames Almer2017-06-272-0/+29
* | vf_spp: only assign function pointers if permutation matches expectations.Ronald S. Bultje2017-06-241-1/+7
* | build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-215-32/+32
* | avfilter: add arbitrary audio FIR filterPaul B Mahol2017-05-093-0/+97
* | avfilter/interlace: add complex vertical low-pass filterThomas Mundt2017-05-023-6/+84
* | avfilter/interlace: change lowpass_line function prototypeThomas Mundt2017-04-223-23/+19
* | avfilter/vf_w3fdif: add >8 but <16 bit supportPaul B Mahol2016-12-251-4/+5
* | x86/avf_showcqt: use the FMULADD_PS x86util macroJames Almer2016-08-201-13/+4
* | asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron2016-06-271-20/+20
* | Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50'Hendrik Leppkes2016-06-263-3/+0
|\ \ | |/
| * Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun2016-05-283-3/+0
| * x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-111-1/+1
OpenPOWER on IntegriCloud