| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '994c4bc10751e39c7ed9f67ffd0c0dea5223daf2' | James Almer | 2017-10-21 | 1 | -24/+0 |
|\ |
|
| * | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-03-01 | 3 | -11/+11 |
| * | x86: Add missing colons after assembly labels | Diego Biurrun | 2016-10-17 | 1 | -1/+1 |
* | | avfilter/interlace: add support for 10 and 12 bit | Thomas Mundt | 2017-09-23 | 3 | -35/+147 |
* | | avfilter/interlace: prevent over-sharpening with the complex low-pass filter | Thomas Mundt | 2017-09-15 | 1 | -22/+33 |
* | | avfilter/vf_blend: rename addition128 and difference128 to grainmerge and gra... | Paul B Mahol | 2017-08-24 | 2 | -9/+9 |
* | | x86/vf_limiter: make limiter functions work on x86_32 | James Almer | 2017-07-13 | 2 | -18/+14 |
* | | avfilter: add limiter filter | Paul B Mahol | 2017-07-08 | 3 | -0/+130 |
* | | x86/vf_blend: use ABS2 macro | James Almer | 2017-06-27 | 1 | -6/+3 |
* | | x86/vf_blend: optimize difference and negation functions | James Almer | 2017-06-27 | 1 | -16/+24 |
* | | x86/vf_blend: add sse and ssse3 extremity functions | James Almer | 2017-06-27 | 2 | -0/+29 |
* | | vf_spp: only assign function pointers if permutation matches expectations. | Ronald S. Bultje | 2017-06-24 | 1 | -1/+7 |
* | | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-06-21 | 5 | -32/+32 |
* | | avfilter: add arbitrary audio FIR filter | Paul B Mahol | 2017-05-09 | 3 | -0/+97 |
* | | avfilter/interlace: add complex vertical low-pass filter | Thomas Mundt | 2017-05-02 | 3 | -6/+84 |
* | | avfilter/interlace: change lowpass_line function prototype | Thomas Mundt | 2017-04-22 | 3 | -23/+19 |
* | | avfilter/vf_w3fdif: add >8 but <16 bit support | Paul B Mahol | 2016-12-25 | 1 | -4/+5 |
* | | x86/avf_showcqt: use the FMULADD_PS x86util macro | James Almer | 2016-08-20 | 1 | -13/+4 |
* | | asm: FF_-prefix internal macros used in inline assembly | Matthieu Bouron | 2016-06-27 | 1 | -20/+20 |
* | | Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50' | Hendrik Leppkes | 2016-06-26 | 3 | -3/+0 |
|\| |
|
| * | Drop unnecessary libavutil/x86/asm.h #includes | Diego Biurrun | 2016-05-28 | 3 | -3/+0 |
| * | x86inc: Drop SECTION_TEXT macro | Henrik Gramner | 2015-08-11 | 1 | -1/+1 |
| * | x86: check for AV_CPU_FLAG_AVXSLOW where useful | James Almer | 2015-05-31 | 1 | -1/+1 |
| * | vf_interlace: get rid of useless loads | Kieran Kunhya | 2014-11-27 | 1 | -2/+0 |
* | | x86/showcqt: use three operand format for some instructions | James Almer | 2016-06-08 | 1 | -4/+4 |
* | | x86/showcqt: add missing preprocessor checks | James Almer | 2016-06-08 | 1 | -0/+6 |
* | | avutil/x86util: move haddps sse emulation from showcqt | James Almer | 2016-06-08 | 1 | -16/+5 |
* | | avfilter/avf_showcqt: cqt_calc optimization on x86 | Muhammad Faiz | 2016-06-08 | 3 | -0/+271 |
* | | avfilter/vf_blend: fix incorrect Y variable when threading is used | Paul B Mahol | 2016-05-23 | 1 | -1/+1 |
* | | vf_colorspace: use enums for bpp/subsampling array indices. | Ronald S. Bultje | 2016-05-10 | 1 | -32/+32 |
* | | vf_colorspace: add const to yuv_stride[] argument in DSP functions. | Ronald S. Bultje | 2016-05-10 | 1 | -4/+4 |
* | | vf_colorspace: x86-64 SIMD (SSE2) optimizations. | Ronald S. Bultje | 2016-04-12 | 3 | -0/+1218 |
* | | avfilter/vf_bwdif: Add yadif base information to copyright header | Thomas Mundt | 2016-03-16 | 1 | -0/+4 |
* | | 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 |