| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_bwdif: add x86 SIMD | Thomas Mundt | 2016-03-13 | 3 | -0/+346 |
* | x86/vf_blend: Add SSE2 optimization for divide | Timothy Gu | 2016-02-28 | 2 | -0/+32 |
* | vf_blend: Reduce number of arguments for kernel function | Timothy Gu | 2016-02-14 | 2 | -3/+2 |
* | x86/vf_blend: Add SSE2 optimization for screen | Timothy Gu | 2016-02-10 | 2 | -0/+31 |
* | x86/vf_blend: Move multiplying to a macro | Timothy Gu | 2016-02-10 | 1 | -6/+10 |
* | vf_blend: Add SSE2 optimization for multiply | Timothy Gu | 2016-02-08 | 2 | -0/+31 |
* | x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_high | Hendrik Leppkes | 2016-01-08 | 2 | -3/+34 |
* | x86/vf_stereo3d: remove a few unnecessary movas | James Almer | 2016-01-03 | 1 | -12/+12 |
* | x86/vf_stereo3d: make ff_anaglyph_sse4 work on x86_32 | James Almer | 2015-12-28 | 2 | -4/+45 |
* | x86/vf_stereo3d: optimize register usage | James Almer | 2015-12-28 | 1 | -78/+86 |
* | x86/vf_blend: add sse2 versions of blend_difference and blend_negation | James Almer | 2015-12-24 | 2 | -3/+13 |
* | x86/vf_blend: make all functions work on x86_32 | James Almer | 2015-12-24 | 2 | -55/+52 |
* | x86/vf_blend: simplify using macros | James Almer | 2015-12-24 | 2 | -325/+53 |
* | x86/vf_maskedmerge: make ff_maskedmerge8_sse2 work on x86_32 | James Almer | 2015-12-24 | 2 | -12/+19 |
* | avfilter/x86/vf_maskedmerge: Clear upper part of width | Michael Niedermayer | 2015-12-23 | 1 | -0/+1 |
* | avfilter/x86/vf_maskedmerge: move %define out of .nextrow | Paul B Mahol | 2015-12-10 | 1 | -2/+2 |
* | x86/vf_w3fdif: use aligned loads in w3fdif_complex_high | James Almer | 2015-10-27 | 1 | -4/+2 |
* | x86/vf_w3fdif: use aligned loads in w3fdif_simple_high | James Almer | 2015-10-11 | 1 | -4/+2 |
* | x86/vf_w3fdif: simplify w3fdif_simple_high | James Almer | 2015-10-11 | 1 | -9/+7 |
* | x86/vf_w3fdif: move pxor outside the loop in w3fdif_complex_low | James Almer | 2015-10-11 | 1 | -4/+4 |
* | avfilter/x86/vf_w3fdif: add colons after labels | Paul B Mahol | 2015-10-10 | 1 | -5/+5 |
* | avfilter/vf_w3fdif: add x86 SIMD | Paul B Mahol | 2015-10-10 | 3 | -0/+298 |
* | doc: fix spelling errors | Andreas Cadhalpun | 2015-10-09 | 1 | -2/+2 |
* | avfilter/x86/vf_blend.asm: hardmix: do same with two pxor instructions less | Paul B Mahol | 2015-10-07 | 1 | -3/+4 |
* | avfilter/x86/vf_blend.asm: 11th register is used, update functions | Paul B Mahol | 2015-10-07 | 1 | -14/+14 |
* | avfilter/x86/vf_blend.asm: add hardmix and phoenix sse2 SIMD | Paul B Mahol | 2015-10-07 | 2 | -0/+78 |
* | avfilter/vf_stereo3d: add x86 SIMD for anaglyph outputs | Paul B Mahol | 2015-10-06 | 3 | -0/+206 |
* | avfilter/vf_blend: Fix argument types, fix segfault in asm | Michael Niedermayer | 2015-10-03 | 1 | -12/+12 |
* | avfilter/vf_blend: add x86 SIMD for some modes | Paul B Mahol | 2015-10-03 | 3 | -0/+493 |
* | avfilter/vf_maskedmerge: add SIMD for maskedmerge with 8 bit depth input | Paul B Mahol | 2015-10-02 | 3 | -0/+115 |
* | avfilter/x86/vf_psnr.asm: fix typo | Paul B Mahol | 2015-10-01 | 1 | -1/+1 |
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -1/+1 |
* | options: mark av_get_{int,double,q} as deprecated. | Ronald S. Bultje | 2015-08-18 | 1 | -1/+3 |
* | x86inc: Drop SECTION_TEXT macro | Henrik Gramner | 2015-08-04 | 4 | -4/+4 |
* | x86/vf_interlace: add missing colon to labels | James Almer | 2015-07-26 | 1 | -1/+1 |
* | x86/vf_ssim: add ff_ssim_4x4_line_xop | James Almer | 2015-07-20 | 2 | -3/+64 |
* | x86/vf_ssim: fix some instruction comments | James Almer | 2015-07-20 | 1 | -2/+2 |
* | avfilter/x86/vf_psnr.asm: split one line of license text into two | Paul B Mahol | 2015-07-14 | 1 | -1/+2 |
* | avfilter/vf_removegrain: add x86 and x86_64 SSE2 functions | James Darnley | 2015-07-14 | 3 | -0/+1310 |
* | vf_psnr: sse2 optimizations for sum-squared-error. | Ronald S. Bultje | 2015-07-14 | 3 | -0/+180 |
* | vf_ssim: x86 simd for ssim_4x4xN and ssim_endN. | Ronald S. Bultje | 2015-07-14 | 3 | -0/+231 |
* | x86: check for AV_CPU_FLAG_AVXSLOW where useful | James Almer | 2015-06-01 | 1 | -1/+1 |
* | avfilter/x86/vf_hqdn3d: Fix register types | Michael Niedermayer | 2015-05-27 | 1 | -2/+2 |
* | avfilter/x86/vf_fspp: Fix invalid combination of opcode and operands | Michael Niedermayer | 2015-05-26 | 1 | -4/+4 |
* | avfilter/x86/vf_fspp: Fix loop condition for column_fidct() | Michael Niedermayer | 2015-01-28 | 1 | -2/+2 |
* | avfilter/vf_eq: mark src as const | Michael Niedermayer | 2015-01-27 | 1 | -1/+1 |
* | avfilter/vf_eq: Fix clipping code | Michael Niedermayer | 2015-01-26 | 1 | -1/+1 |
* | avfilter: Port mp=eq/eq2 to lavfi | Arwa Arif | 2015-01-26 | 2 | -0/+97 |
* | x86/vf_pp7: port dctB_mmx to yasm | James Almer | 2015-01-09 | 4 | -69/+93 |
* | lavfi: port mp=pp7 to libavfilter | Arwa Arif | 2015-01-09 | 2 | -0/+69 |