summaryrefslogtreecommitdiff
path: root/libavfilter/x86
Commit message (Expand)AuthorAge
* 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
* | av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line()Pascal Massimino2014-09-09
* | vfi/x86/vf_idet: fix incorrect use of paddqJames Darnley2014-09-05
* | avfilter/x86/idet: fix license header (GPL -> LGPL)Pascal Massimino2014-09-05
* | avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's filter_line()skal2014-09-04
* | fix spelling errorsAndreas Cadhalpun2014-07-12
* | x86/yadif-10: remove duplicate ABS macroJames Almer2014-07-10
* | avfilter/x86/vf_pullup: fix "invalid combination of opcode and operands" with...Michael Niedermayer2014-06-28
* | avfilter/x86/vf_pullup: fix old typoMichael Niedermayer2014-06-25
* | avfilter/vf_pullup: use ptrdiff_t as stride argument for dsp functionsMichael Niedermayer2014-06-25
* | x86util: add and use RSHIFT/LSHIFT macrosChristophe Gisquet2014-06-15
* | Merge commit '01c5779f56cf708e6cb88b11cfdc248cae7e2ee8'Michael Niedermayer2014-04-05
|\|
| * x86: Drop some unnecessary YASM ifdefsDiego Biurrun2014-04-04
| * vf_yadif: Relicense from GPL to LGPLRobert Krüger2014-01-14
* | Change license of yadif from GPL to LGPLRobert Krüger2014-01-14
* | Revert "Revert "vf_yadif: move x86 init code to x86/yadif.c""Robert Krüger2014-01-14
* | Revert "vf_yadif: move x86 init code to x86/yadif.c"Michael Niedermayer2013-12-01
* | Revert "Merge commit 'ed1a11ed52bbd1f15bb9b0416d69b7924bee3191'"Clément Bœsch2013-11-01
* | avfilter/x86/vf_gradfun_init: fix some consts & related warningsMichael Niedermayer2013-11-01
* | Merge commit 'ed1a11ed52bbd1f15bb9b0416d69b7924bee3191'Michael Niedermayer2013-11-01
|\|
| * gradfun: x86: Factor out common code for some gradfun_filter_line() variantsDiego Biurrun2013-10-31
* | Merge commit 'ee80cf741a44115758e62399b7bde08d33161151'Michael Niedermayer2013-11-01
|\|
| * avfilter: x86: K&R formatting cosmeticsDiego Biurrun2013-10-31
* | avfilter/x86/vf_gradfun_init: fix const and related warningsMichael Niedermayer2013-10-24
* | Merge commit '0e730494160d973400aed8d2addd1f58a0ec883e'Michael Niedermayer2013-10-24
|\|
| * avfilter: x86: Port gradfun filter optimizations to yasmDaniel Kang2013-10-23
* | Merge commit 'f6633c55a3c0e93a5b2bab6aa0692fb608f2a38d'Michael Niedermayer2013-10-23
|\|
| * avfilter: Fix typo in Loren's email addressDiego Biurrun2013-10-23
* | avfilter/x86/vf_pullup: try to fix build on x64Paul B Mahol2013-09-17