| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | x86/vf_fspp: move pxor in store slice functions out of the loop | James Almer | 2014-12-26 | 1 | -2/+2 |
* | x86/vf_fspp: port inline asm to yasm | James Almer | 2014-12-26 | 4 | -1410/+778 |
* | 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 |