summaryrefslogtreecommitdiff
path: root/libavfilter/x86
Commit message (Expand)AuthorAge
* x86/vf_w3fdif: use aligned loads in w3fdif_complex_highJames Almer2015-10-27
* x86/vf_w3fdif: use aligned loads in w3fdif_simple_highJames Almer2015-10-11
* x86/vf_w3fdif: simplify w3fdif_simple_highJames Almer2015-10-11
* x86/vf_w3fdif: move pxor outside the loop in w3fdif_complex_lowJames Almer2015-10-11
* avfilter/x86/vf_w3fdif: add colons after labelsPaul B Mahol2015-10-10
* avfilter/vf_w3fdif: add x86 SIMDPaul B Mahol2015-10-10
* doc: fix spelling errorsAndreas Cadhalpun2015-10-09
* avfilter/x86/vf_blend.asm: hardmix: do same with two pxor instructions lessPaul B Mahol2015-10-07
* avfilter/x86/vf_blend.asm: 11th register is used, update functionsPaul B Mahol2015-10-07
* avfilter/x86/vf_blend.asm: add hardmix and phoenix sse2 SIMDPaul B Mahol2015-10-07
* avfilter/vf_stereo3d: add x86 SIMD for anaglyph outputsPaul B Mahol2015-10-06
* avfilter/vf_blend: Fix argument types, fix segfault in asmMichael Niedermayer2015-10-03
* 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/x86/vf_psnr.asm: fix typoPaul B Mahol2015-10-01
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* options: mark av_get_{int,double,q} as deprecated.Ronald S. Bultje2015-08-18
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-04
* x86/vf_interlace: add missing colon to labelsJames Almer2015-07-26
* x86/vf_ssim: add ff_ssim_4x4_line_xopJames Almer2015-07-20
* x86/vf_ssim: fix some instruction commentsJames Almer2015-07-20
* avfilter/x86/vf_psnr.asm: split one line of license text into twoPaul B Mahol2015-07-14
* 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
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-06-01
* avfilter/x86/vf_hqdn3d: Fix register typesMichael Niedermayer2015-05-27
* avfilter/x86/vf_fspp: Fix invalid combination of opcode and operandsMichael Niedermayer2015-05-26
* avfilter/x86/vf_fspp: Fix loop condition for column_fidct()Michael Niedermayer2015-01-28
* avfilter/vf_eq: mark src as constMichael Niedermayer2015-01-27
* avfilter/vf_eq: Fix clipping codeMichael Niedermayer2015-01-26
* 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: move pxor in store slice functions out of the loopJames Almer2014-12-26
* x86/vf_fspp: port inline asm to yasmJames Almer2014-12-26
* avfilter/vf_fspp: add missing inline asm guardsJames Almer2014-12-24
* lavfi: port mp=fspp to a native libavfilter filterArwa Arif2014-12-24
* avfilter/vf_spp: Fix overflow in 8bit store sliceMichael Niedermayer2014-12-21
* avfilter/vf_spp: support 10bit per sampleMichael Niedermayer2014-12-15
* avfilter/vf_spp: change temporary to unsignedMichael Niedermayer2014-12-12
* avfilter/x86/vf_interlace: remove redundant instructionsMichael Niedermayer2014-11-25
* Merge commit 'ca5c3ff90972a5c97aabda2ace57ba72dcd7d83b'Michael Niedermayer2014-11-25
|\
| * vf_interlace: x86: improve asm performanceMichael Niedermayer2014-11-25
* | avfilter/x86/vf_interlace: rewrite asmMichael Niedermayer2014-11-15
* | 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
* | av_filter/x86/idet: use HADDD where appropriatePascal Massimino2014-09-09