summaryrefslogtreecommitdiff
path: root/libavfilter/x86
Commit message (Expand)AuthorAge
* 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
* | avfilter: port pullup filter from libmpcodecsPaul B Mahol2013-09-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-18
|\|
| * Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-18
| * yadif: restore speed of the C filtering codeJames Darnley2013-05-14
* | lavfi: add spp filter.Clément Bœsch2013-06-14
* | Merge commit '6e9f8d6a7d7392a236df19fef6f4eba41f18167e'Michael Niedermayer2013-05-09
|\|
| * x86: vf_yadif: Remove stray dsputil_mmx #includeDiego Biurrun2013-05-08
* | Merge commit '093804a93cc5da3f95f98265a5df116912443cec'Michael Niedermayer2013-05-05
|\|
| * avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-23
|\|
| * x86: Move some conditional code around to avoid unused variable warningsDiego Biurrun2013-04-22
| * lavfi/gradfun: remove rounding to match C and SSE code.Clément Bœsch2013-03-28
| * lavfi/gradfun: fix dithering in MMX code.Clément Bœsch2013-03-28
| * lavfi/gradfun: fix rounding in MMX code.Clément Bœsch2013-03-28
| * hqdn3d: Fix out of array read in LOWPASSLoren Merritt2013-03-13
* | yadif: remove an 'm' from the LOAD macro definitionJames Darnley2013-03-16
* | yadif: remove repeated check on widthJames Darnley2013-03-16
* | yadif: cosmetic indentation from previous commitsJames Darnley2013-03-16
* | yadif: x86 assembly for 9 to 14-bit samplesJames Darnley2013-03-16
* | yadif: x86 assembly for 16-bit samplesJames Darnley2013-03-16
* | yadif: restore speed of the C filtering codeJames Darnley2013-03-13