summaryrefslogtreecommitdiff
path: root/libavfilter/x86
Commit message (Expand)AuthorAge
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-11
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-31
* vf_interlace: get rid of useless loadsKieran Kunhya2014-11-27
* vf_interlace: x86: improve asm performanceMichael Niedermayer2014-11-25
* vf_interlace: Add SIMD for lowpass filterKieran Kunhya2014-11-15
* x86: Drop some unnecessary YASM ifdefsDiego Biurrun2014-04-04
* vf_yadif: Relicense from GPL to LGPLRobert Krüger2014-01-14
* gradfun: x86: Factor out common code for some gradfun_filter_line() variantsDiego Biurrun2013-10-31
* avfilter: x86: K&R formatting cosmeticsDiego Biurrun2013-10-31
* avfilter: x86: Port gradfun filter optimizations to yasmDaniel Kang2013-10-23
* avfilter: Fix typo in Loren's email addressDiego Biurrun2013-10-23
* 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
* x86: vf_yadif: Remove stray dsputil_mmx #includeDiego Biurrun2013-05-08
* avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-04
* 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
* vf_yadif: fix out-of line readsAnton Khirnov2013-02-15
* vf_yadif: silence a warning.Anton Khirnov2013-02-06
* avfilter: x86: consistent filenames for filter optimizationsDiego Biurrun2013-02-04
* vf_hqdn3d: x86: Add proper arch optimization initializationDiego Biurrun2013-02-01
* yadif: x86: fix build for compilers without aligned stackDaniel Kang2013-01-14
* yadif: Port inline assembly to yasmDaniel Kang2013-01-09
* x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scalingJustin Ruggles2012-12-05
* x86: af_volume: add SSE2-optimized s16 volume scalingJustin Ruggles2012-12-05
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-31
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-31
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-31
* avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)Diego Biurrun2012-10-12
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-31
* avfilter: x86: Use more precise compile template namesDiego Biurrun2012-08-30
* vf_hqdn3d: x86 asmLoren Merritt2012-08-26
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* x86: yadif: fix asm with sunccMans Rullgard2012-08-13
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* x86: yadif: Mark mmxext optimizations as suchDiego Biurrun2012-07-31
* lavfi: place x86 inline assembly under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-22
* x86: lavfi: fix gradfun/yadif build with mmx/sse disabledMans Rullgard2012-07-03
* vf_yadif: move x86 init code to x86/yadif.cMans Rullgard2012-07-02
* vf_gradfun: move x86 init code to x86/gradfun.cMans Rullgard2012-07-02
* yadif: specify array size outside DECLARE_ALIGNEDJanne Grunau2012-02-09
* cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-09
* vf_gradfun: relicense x86 asm to LGPLLoren Merritt2011-07-04
* Change yadif to not use out of picture lines.Michael Niedermayer2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18