summaryrefslogtreecommitdiff
path: root/libavfilter/x86
Commit message (Expand)AuthorAgeFilesLines
* doc: fix spelling errorsAndreas Cadhalpun2015-10-121-2/+2
* options: mark av_get_{int,double,q} as deprecated.Ronald S. Bultje2015-08-181-1/+3
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-044-4/+4
* x86/vf_interlace: add missing colon to labelsJames Almer2015-07-261-1/+1
* x86/vf_ssim: add ff_ssim_4x4_line_xopJames Almer2015-07-202-3/+64
* x86/vf_ssim: fix some instruction commentsJames Almer2015-07-201-2/+2
* avfilter/x86/vf_psnr.asm: split one line of license text into twoPaul B Mahol2015-07-141-1/+2
* avfilter/vf_removegrain: add x86 and x86_64 SSE2 functionsJames Darnley2015-07-143-0/+1310
* vf_psnr: sse2 optimizations for sum-squared-error.Ronald S. Bultje2015-07-143-0/+180
* vf_ssim: x86 simd for ssim_4x4xN and ssim_endN.Ronald S. Bultje2015-07-143-0/+231
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-06-011-1/+1
* avfilter/x86/vf_hqdn3d: Fix register typesMichael Niedermayer2015-05-271-2/+2
* avfilter/x86/vf_fspp: Fix invalid combination of opcode and operandsMichael Niedermayer2015-05-261-4/+4
* avfilter/x86/vf_fspp: Fix loop condition for column_fidct()Michael Niedermayer2015-01-281-2/+2
* avfilter/vf_eq: mark src as constMichael Niedermayer2015-01-271-1/+1
* avfilter/vf_eq: Fix clipping codeMichael Niedermayer2015-01-261-1/+1
* avfilter: Port mp=eq/eq2 to lavfiArwa Arif2015-01-262-0/+97
* x86/vf_pp7: port dctB_mmx to yasmJames Almer2015-01-094-69/+93
* lavfi: port mp=pp7 to libavfilterArwa Arif2015-01-092-0/+69
* x86/vf_fspp: move pxor in store slice functions out of the loopJames Almer2014-12-261-2/+2
* x86/vf_fspp: port inline asm to yasmJames Almer2014-12-264-1410/+778
* avfilter/vf_fspp: add missing inline asm guardsJames Almer2014-12-241-0/+4
* lavfi: port mp=fspp to a native libavfilter filterArwa Arif2014-12-242-0/+1406
* avfilter/vf_spp: Fix overflow in 8bit store sliceMichael Niedermayer2014-12-211-1/+1
* avfilter/vf_spp: support 10bit per sampleMichael Niedermayer2014-12-151-3/+5
* avfilter/vf_spp: change temporary to unsignedMichael Niedermayer2014-12-121-1/+1
* avfilter/x86/vf_interlace: remove redundant instructionsMichael Niedermayer2014-11-251-2/+0
* Merge commit 'ca5c3ff90972a5c97aabda2ace57ba72dcd7d83b'Michael Niedermayer2014-11-251-2/+2
|\
| * vf_interlace: x86: improve asm performanceMichael Niedermayer2014-11-251-27/+19
* | avfilter/x86/vf_interlace: rewrite asmMichael Niedermayer2014-11-151-27/+19
* | avfilter/tinterlace: add Support for ff_lowpass_line_avx() & ff_lowpass_line_...Michael Niedermayer2014-11-152-0/+49
* | Merge commit '2e1704059ae8625beda2ffde847ad22c5ba416dc'Michael Niedermayer2014-11-153-0/+124
|\ \ | |/
| * vf_interlace: Add SIMD for lowpass filterKieran Kunhya2014-11-153-0/+124
* | x86/vf_noise: move asm code to a separate fileJames Almer2014-10-172-0/+145
* | av_filter/x86/idet: use HADDD where appropriatePascal Massimino2014-09-091-16/+3
* | av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line()Pascal Massimino2014-09-092-8/+91
* | vfi/x86/vf_idet: fix incorrect use of paddqJames Darnley2014-09-051-1/+1
* | avfilter/x86/idet: fix license header (GPL -> LGPL)Pascal Massimino2014-09-052-25/+28
* | avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's filter_line()skal2014-09-043-0/+186
* | fix spelling errorsAndreas Cadhalpun2014-07-121-1/+1
* | x86/yadif-10: remove duplicate ABS macroJames Almer2014-07-101-17/+4
* | avfilter/x86/vf_pullup: fix "invalid combination of opcode and operands" with...Michael Niedermayer2014-06-281-3/+3
* | avfilter/x86/vf_pullup: fix old typoMichael Niedermayer2014-06-251-1/+1
* | avfilter/vf_pullup: use ptrdiff_t as stride argument for dsp functionsMichael Niedermayer2014-06-251-3/+3
* | x86util: add and use RSHIFT/LSHIFT macrosChristophe Gisquet2014-06-153-64/+11
* | Merge commit '01c5779f56cf708e6cb88b11cfdc248cae7e2ee8'Michael Niedermayer2014-04-051-2/+0
|\ \ | |/
| * x86: Drop some unnecessary YASM ifdefsDiego Biurrun2014-04-041-2/+0
| * vf_yadif: Relicense from GPL to LGPLRobert Krüger2014-01-142-18/+18
* | Change license of yadif from GPL to LGPLRobert Krüger2014-01-144-36/+36
* | Revert "Revert "vf_yadif: move x86 init code to x86/yadif.c""Robert Krüger2014-01-142-0/+100