summaryrefslogtreecommitdiffstats
path: root/libavfilter/x86
Commit message (Expand)AuthorAgeFilesLines
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-111-1/+1
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-311-1/+1
* vf_interlace: get rid of useless loadsKieran Kunhya2014-11-271-2/+0
* vf_interlace: x86: improve asm performanceMichael Niedermayer2014-11-251-27/+19
* vf_interlace: Add SIMD for lowpass filterKieran Kunhya2014-11-153-0/+124
* x86: Drop some unnecessary YASM ifdefsDiego Biurrun2014-04-041-2/+0
* vf_yadif: Relicense from GPL to LGPLRobert Krüger2014-01-142-18/+18
* gradfun: x86: Factor out common code for some gradfun_filter_line() variantsDiego Biurrun2013-10-311-16/+13
* avfilter: x86: K&R formatting cosmeticsDiego Biurrun2013-10-312-23/+42
* avfilter: x86: Port gradfun filter optimizations to yasmDaniel Kang2013-10-234-218/+207
* avfilter: Fix typo in Loren's email addressDiego Biurrun2013-10-231-1/+1
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-181-5/+5
* yadif: restore speed of the C filtering codeJames Darnley2013-05-141-9/+3
* x86: vf_yadif: Remove stray dsputil_mmx #includeDiego Biurrun2013-05-081-1/+0
* avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-041-1/+2
* x86: Move some conditional code around to avoid unused variable warningsDiego Biurrun2013-04-222-2/+2
* lavfi/gradfun: remove rounding to match C and SSE code.Clément Bœsch2013-03-281-2/+2
* lavfi/gradfun: fix dithering in MMX code.Clément Bœsch2013-03-281-2/+29
* lavfi/gradfun: fix rounding in MMX code.Clément Bœsch2013-03-281-1/+1
* hqdn3d: Fix out of array read in LOWPASSLoren Merritt2013-03-131-1/+1
* vf_yadif: fix out-of line readsAnton Khirnov2013-02-151-3/+9
* vf_yadif: silence a warning.Anton Khirnov2013-02-061-6/+6
* avfilter: x86: consistent filenames for filter optimizationsDiego Biurrun2013-02-045-4/+4
* vf_hqdn3d: x86: Add proper arch optimization initializationDiego Biurrun2013-02-012-0/+40
* yadif: x86: fix build for compilers without aligned stackDaniel Kang2013-01-141-22/+34
* yadif: Port inline assembly to yasmDaniel Kang2013-01-094-302/+264
* x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scalingJustin Ruggles2012-12-052-3/+105
* x86: af_volume: add SSE2-optimized s16 volume scalingJustin Ruggles2012-12-053-0/+97
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-312-4/+6
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-311-1/+1
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-311-1/+1
* avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)Diego Biurrun2012-10-121-2/+3
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-312-18/+14
* avfilter: x86: Use more precise compile template namesDiego Biurrun2012-08-302-3/+3
* vf_hqdn3d: x86 asmLoren Merritt2012-08-262-0/+107
* Don't include common.h from avutil.hMartin Storsjö2012-08-152-0/+3
* x86: yadif: fix asm with sunccMans Rullgard2012-08-131-19/+13
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-092-2/+2
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-032-6/+6
* x86: yadif: Mark mmxext optimizations as suchDiego Biurrun2012-07-311-5/+5
* lavfi: place x86 inline assembly under HAVE_INLINE_ASM.Ronald S. Bultje2012-07-222-0/+12
* x86: lavfi: fix gradfun/yadif build with mmx/sse disabledMans Rullgard2012-07-032-6/+18
* vf_yadif: move x86 init code to x86/yadif.cMans Rullgard2012-07-022-3/+16
* vf_gradfun: move x86 init code to x86/gradfun.cMans Rullgard2012-07-021-8/+21
* yadif: specify array size outside DECLARE_ALIGNEDJanne Grunau2012-02-091-4/+4
* cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-091-1/+0
* vf_gradfun: relicense x86 asm to LGPLLoren Merritt2011-07-041-9/+11
* Change yadif to not use out of picture lines.Michael Niedermayer2011-04-031-3/+3
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-193-12/+12
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-181-1/+0
OpenPOWER on IntegriCloud