index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: Add missing colons after assembly labels
Diego Biurrun
2016-10-17
1
-1
/
+1
*
Drop unnecessary libavutil/x86/asm.h #includes
Diego Biurrun
2016-05-28
3
-3
/
+0
*
x86inc: Drop SECTION_TEXT macro
Henrik Gramner
2015-08-11
1
-1
/
+1
*
x86: check for AV_CPU_FLAG_AVXSLOW where useful
James Almer
2015-05-31
1
-1
/
+1
*
vf_interlace: get rid of useless loads
Kieran Kunhya
2014-11-27
1
-2
/
+0
*
vf_interlace: x86: improve asm performance
Michael Niedermayer
2014-11-25
1
-27
/
+19
*
vf_interlace: Add SIMD for lowpass filter
Kieran Kunhya
2014-11-15
3
-0
/
+124
*
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
*
gradfun: x86: Factor out common code for some gradfun_filter_line() variants
Diego Biurrun
2013-10-31
1
-16
/
+13
*
avfilter: x86: K&R formatting cosmetics
Diego Biurrun
2013-10-31
2
-23
/
+42
*
avfilter: x86: Port gradfun filter optimizations to yasm
Daniel Kang
2013-10-23
4
-218
/
+207
*
avfilter: Fix typo in Loren's email address
Diego Biurrun
2013-10-23
1
-1
/
+1
*
Consistently use "cpu_flags" as variable/parameter name for CPU flags
Diego Biurrun
2013-07-18
1
-5
/
+5
*
yadif: restore speed of the C filtering code
James Darnley
2013-05-14
1
-9
/
+3
*
x86: vf_yadif: Remove stray dsputil_mmx #include
Diego Biurrun
2013-05-08
1
-1
/
+0
*
avfilter: Add av_cold attributes to init/uninit functions
Diego Biurrun
2013-05-04
1
-1
/
+2
*
x86: Move some conditional code around to avoid unused variable warnings
Diego Biurrun
2013-04-22
2
-2
/
+2
*
lavfi/gradfun: remove rounding to match C and SSE code.
Clément Bœsch
2013-03-28
1
-2
/
+2
*
lavfi/gradfun: fix dithering in MMX code.
Clément Bœsch
2013-03-28
1
-2
/
+29
*
lavfi/gradfun: fix rounding in MMX code.
Clément Bœsch
2013-03-28
1
-1
/
+1
*
hqdn3d: Fix out of array read in LOWPASS
Loren Merritt
2013-03-13
1
-1
/
+1
*
vf_yadif: fix out-of line reads
Anton Khirnov
2013-02-15
1
-3
/
+9
*
vf_yadif: silence a warning.
Anton Khirnov
2013-02-06
1
-6
/
+6
*
avfilter: x86: consistent filenames for filter optimizations
Diego Biurrun
2013-02-04
5
-4
/
+4
*
vf_hqdn3d: x86: Add proper arch optimization initialization
Diego Biurrun
2013-02-01
2
-0
/
+40
*
yadif: x86: fix build for compilers without aligned stack
Daniel Kang
2013-01-14
1
-22
/
+34
*
yadif: Port inline assembly to yasm
Daniel Kang
2013-01-09
4
-302
/
+264
*
x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scaling
Justin Ruggles
2012-12-05
2
-3
/
+105
*
x86: af_volume: add SSE2-optimized s16 volume scaling
Justin Ruggles
2012-12-05
3
-0
/
+97
*
x86: mmx2 ---> mmxext in function names
Diego Biurrun
2012-10-31
2
-4
/
+6
*
x86: yasm: Use complete source path for macro helper %includes
Diego Biurrun
2012-10-31
1
-1
/
+1
*
x86: include x86inc.asm in x86util.asm
Diego Biurrun
2012-10-31
1
-1
/
+1
*
avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)
Diego Biurrun
2012-10-12
1
-2
/
+3
*
x86: Split inline and external assembly #ifdefs
Diego Biurrun
2012-08-31
2
-18
/
+14
*
avfilter: x86: Use more precise compile template names
Diego Biurrun
2012-08-30
2
-3
/
+3
*
vf_hqdn3d: x86 asm
Loren Merritt
2012-08-26
2
-0
/
+107
*
Don't include common.h from avutil.h
Martin Storsjö
2012-08-15
2
-0
/
+3
*
x86: yadif: fix asm with suncc
Mans Rullgard
2012-08-13
1
-19
/
+13
*
x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
Mans Rullgard
2012-08-09
2
-2
/
+2
*
x86: build: replace mmx2 by mmxext
Diego Biurrun
2012-08-03
2
-6
/
+6
*
x86: yadif: Mark mmxext optimizations as such
Diego Biurrun
2012-07-31
1
-5
/
+5
*
lavfi: place x86 inline assembly under HAVE_INLINE_ASM.
Ronald S. Bultje
2012-07-22
2
-0
/
+12
*
x86: lavfi: fix gradfun/yadif build with mmx/sse disabled
Mans Rullgard
2012-07-03
2
-6
/
+18
*
vf_yadif: move x86 init code to x86/yadif.c
Mans Rullgard
2012-07-02
2
-3
/
+16
*
vf_gradfun: move x86 init code to x86/gradfun.c
Mans Rullgard
2012-07-02
1
-8
/
+21
*
yadif: specify array size outside DECLARE_ALIGNED
Janne Grunau
2012-02-09
1
-4
/
+4
*
cosmetics: Delete empty lines at end of file.
Diego Biurrun
2012-02-09
1
-1
/
+0
*
vf_gradfun: relicense x86 asm to LGPL
Loren Merritt
2011-07-04
1
-9
/
+11
*
Change yadif to not use out of picture lines.
Michael Niedermayer
2011-04-03
1
-3
/
+3
[next]