| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_fspp: add missing inline asm guards | James Almer | 2014-12-24 | 1 | -0/+4 |
* | lavfi: port mp=fspp to a native libavfilter filter | Arwa Arif | 2014-12-24 | 2 | -0/+1406 |
* | avfilter/vf_spp: Fix overflow in 8bit store slice | Michael Niedermayer | 2014-12-21 | 1 | -1/+1 |
* | avfilter/vf_spp: support 10bit per sample | Michael Niedermayer | 2014-12-15 | 1 | -3/+5 |
* | avfilter/vf_spp: change temporary to unsigned | Michael Niedermayer | 2014-12-12 | 1 | -1/+1 |
* | avfilter/x86/vf_interlace: remove redundant instructions | Michael Niedermayer | 2014-11-25 | 1 | -2/+0 |
* | Merge commit 'ca5c3ff90972a5c97aabda2ace57ba72dcd7d83b' | Michael Niedermayer | 2014-11-25 | 1 | -2/+2 |
|\ |
|
| * | vf_interlace: x86: improve asm performance | Michael Niedermayer | 2014-11-25 | 1 | -27/+19 |
* | | avfilter/x86/vf_interlace: rewrite asm | Michael Niedermayer | 2014-11-15 | 1 | -27/+19 |
* | | avfilter/tinterlace: add Support for ff_lowpass_line_avx() & ff_lowpass_line_... | Michael Niedermayer | 2014-11-15 | 2 | -0/+49 |
* | | Merge commit '2e1704059ae8625beda2ffde847ad22c5ba416dc' | Michael Niedermayer | 2014-11-15 | 3 | -0/+124 |
|\| |
|
| * | vf_interlace: Add SIMD for lowpass filter | Kieran Kunhya | 2014-11-15 | 3 | -0/+124 |
* | | x86/vf_noise: move asm code to a separate file | James Almer | 2014-10-17 | 2 | -0/+145 |
* | | av_filter/x86/idet: use HADDD where appropriate | Pascal Massimino | 2014-09-09 | 1 | -16/+3 |
* | | av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line() | Pascal Massimino | 2014-09-09 | 2 | -8/+91 |
* | | vfi/x86/vf_idet: fix incorrect use of paddq | James Darnley | 2014-09-05 | 1 | -1/+1 |
* | | avfilter/x86/idet: fix license header (GPL -> LGPL) | Pascal Massimino | 2014-09-05 | 2 | -25/+28 |
* | | avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's filter_line() | skal | 2014-09-04 | 3 | -0/+186 |
* | | fix spelling errors | Andreas Cadhalpun | 2014-07-12 | 1 | -1/+1 |
* | | x86/yadif-10: remove duplicate ABS macro | James Almer | 2014-07-10 | 1 | -17/+4 |
* | | avfilter/x86/vf_pullup: fix "invalid combination of opcode and operands" with... | Michael Niedermayer | 2014-06-28 | 1 | -3/+3 |
* | | avfilter/x86/vf_pullup: fix old typo | Michael Niedermayer | 2014-06-25 | 1 | -1/+1 |
* | | avfilter/vf_pullup: use ptrdiff_t as stride argument for dsp functions | Michael Niedermayer | 2014-06-25 | 1 | -3/+3 |
* | | x86util: add and use RSHIFT/LSHIFT macros | Christophe Gisquet | 2014-06-15 | 3 | -64/+11 |
* | | Merge commit '01c5779f56cf708e6cb88b11cfdc248cae7e2ee8' | Michael Niedermayer | 2014-04-05 | 1 | -2/+0 |
|\| |
|
| * | x86: Drop some unnecessary YASM ifdefs | Diego Biurrun | 2014-04-04 | 1 | -2/+0 |
| * | vf_yadif: Relicense from GPL to LGPL | Robert Krüger | 2014-01-14 | 2 | -18/+18 |
* | | Change license of yadif from GPL to LGPL | Robert Krüger | 2014-01-14 | 4 | -36/+36 |
* | | Revert "Revert "vf_yadif: move x86 init code to x86/yadif.c"" | Robert Krüger | 2014-01-14 | 2 | -0/+100 |
* | | Revert "vf_yadif: move x86 init code to x86/yadif.c" | Michael Niedermayer | 2013-12-01 | 2 | -100/+0 |
* | | Revert "Merge commit 'ed1a11ed52bbd1f15bb9b0416d69b7924bee3191'" | Clément Bœsch | 2013-11-01 | 1 | -14/+17 |
* | | avfilter/x86/vf_gradfun_init: fix some consts & related warnings | Michael Niedermayer | 2013-11-01 | 1 | -1/+1 |
* | | Merge commit 'ed1a11ed52bbd1f15bb9b0416d69b7924bee3191' | Michael Niedermayer | 2013-11-01 | 1 | -17/+14 |
|\| |
|
| * | gradfun: x86: Factor out common code for some gradfun_filter_line() variants | Diego Biurrun | 2013-10-31 | 1 | -16/+13 |
* | | Merge commit 'ee80cf741a44115758e62399b7bde08d33161151' | Michael Niedermayer | 2013-11-01 | 2 | -23/+41 |
|\| |
|
| * | avfilter: x86: K&R formatting cosmetics | Diego Biurrun | 2013-10-31 | 2 | -23/+42 |
* | | avfilter/x86/vf_gradfun_init: fix const and related warnings | Michael Niedermayer | 2013-10-24 | 1 | -4/+5 |
* | | Merge commit '0e730494160d973400aed8d2addd1f58a0ec883e' | Michael Niedermayer | 2013-10-24 | 4 | -218/+207 |
|\| |
|
| * | avfilter: x86: Port gradfun filter optimizations to yasm | Daniel Kang | 2013-10-23 | 4 | -218/+207 |
* | | Merge commit 'f6633c55a3c0e93a5b2bab6aa0692fb608f2a38d' | Michael Niedermayer | 2013-10-23 | 1 | -1/+1 |
|\| |
|
| * | avfilter: Fix typo in Loren's email address | Diego Biurrun | 2013-10-23 | 1 | -1/+1 |
* | | avfilter/x86/vf_pullup: try to fix build on x64 | Paul B Mahol | 2013-09-17 | 1 | -3/+3 |
* | | avfilter: port pullup filter from libmpcodecs | Paul B Mahol | 2013-09-17 | 3 | -0/+221 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-07-18 | 1 | -5/+5 |
|\| |
|
| * | Consistently use "cpu_flags" as variable/parameter name for CPU flags | Diego Biurrun | 2013-07-18 | 1 | -5/+5 |
| * | yadif: restore speed of the C filtering code | James Darnley | 2013-05-14 | 1 | -9/+3 |
* | | lavfi: add spp filter. | Clément Bœsch | 2013-06-14 | 2 | -0/+234 |
* | | Merge commit '6e9f8d6a7d7392a236df19fef6f4eba41f18167e' | Michael Niedermayer | 2013-05-09 | 1 | -1/+0 |
|\| |
|
| * | x86: vf_yadif: Remove stray dsputil_mmx #include | Diego Biurrun | 2013-05-08 | 1 | -1/+0 |
* | | Merge commit '093804a93cc5da3f95f98265a5df116912443cec' | Michael Niedermayer | 2013-05-05 | 1 | -1/+2 |
|\| |
|