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
/
libavutil
/
x86
/
float_dsp_init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/float_dsp: add ff_vector_dmul_{sse2,avx}
James Almer
2018-09-14
1
-0
/
+7
*
x86/float_dsp: add ff_vector_fmul_reverse_avx2
James Almer
2017-04-11
1
-0
/
+5
*
x86/float_dsp: add ff_vector_dmac_scalar_{sse2,avx,fma3}
James Almer
2017-04-10
1
-0
/
+10
*
Merge commit '99434f4df81b6801b2b535d5b9143305595784f6'
Clément Bœsch
2017-03-30
1
-1
/
+1
|
\
|
*
float_dsp: Have implementation match function pointer prototype
Diego Biurrun
2016-11-03
1
-1
/
+1
|
*
x86: check for AV_CPU_FLAG_AVXSLOW where useful
James Almer
2015-05-31
1
-1
/
+1
*
|
x86: use the new helper macros where useful
James Almer
2016-02-14
1
-1
/
+1
*
|
x86: check for AV_CPU_FLAG_AVXSLOW where useful
James Almer
2015-06-01
1
-2
/
+2
*
|
x86/float_dsp: port vector_fmul_window to yasm
James Almer
2014-06-08
1
-73
/
+8
*
|
x86/float_dsp: add ff_vector_{fmul_add, fmac_scalar}_fma3
James Almer
2014-03-13
1
-0
/
+8
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-07-18
1
-6
/
+6
|
\
\
|
|
/
|
*
Consistently use "cpu_flags" as variable/parameter name for CPU flags
Diego Biurrun
2013-07-18
1
-6
/
+6
*
|
Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511'
Michael Niedermayer
2013-05-05
1
-1
/
+2
|
\
\
|
|
/
|
*
avutil: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
1
-1
/
+2
|
*
x86: float dsp: butterflies_float SSE
Christophe Gisquet
2013-05-03
1
-0
/
+3
*
|
x86: float dsp: butterflies_float SSE
Christophe Gisquet
2013-04-17
1
-0
/
+3
*
|
Merge commit 'b6649ab5037fb55f78c2606f3d23cea0867cdeaa'
Michael Niedermayer
2013-03-28
1
-13
/
+13
|
\
\
|
|
/
|
*
cosmetics: Remove unnecessary extern keywords from function declarations
Diego Biurrun
2013-03-27
1
-13
/
+13
*
|
Merge commit '73b704ac609d83e0be124589f24efd9b94947cf9'
Michael Niedermayer
2013-01-23
1
-0
/
+3
|
\
\
|
|
/
|
*
floatdsp: move scalarproduct_float from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
1
-0
/
+3
*
|
Merge commit '42d324694883cdf1fff1612ac70fa403692a1ad4'
Michael Niedermayer
2013-01-23
1
-0
/
+7
|
\
\
|
|
/
|
*
floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
1
-0
/
+7
*
|
Merge commit '55aa03b9f8f11ebb7535424cc0e5635558590f49'
Michael Niedermayer
2013-01-23
1
-0
/
+7
|
\
\
|
|
/
|
*
floatdsp: move vector_fmul_add from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
1
-0
/
+7
*
|
Merge commit '80ac87c13dc8c6c063e26a464c5c542357c0583f'
Michael Niedermayer
2013-01-18
1
-3
/
+3
|
\
\
|
|
/
|
*
float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_window
Martin Storsjö
2013-01-17
1
-3
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-01-16
1
-0
/
+75
|
\
\
|
|
/
|
*
lavc: Move vector_fmul_window to AVFloatDSPContext
Justin Ruggles
2013-01-16
1
-0
/
+75
*
|
Merge commit '9d5c62ba5b586c80af508b5914934b1c439f6652'
Michael Niedermayer
2012-12-06
1
-0
/
+9
|
\
\
|
|
/
|
*
float_dsp: add vector_dmul_scalar() to multiply a vector of doubles
Justin Ruggles
2012-12-05
1
-0
/
+9
*
|
Merge commit '3c370f5abc55739a261534b9f9bdc739cedbbbb9'
Michael Niedermayer
2012-11-27
1
-0
/
+4
|
\
\
|
|
/
|
*
x86: float_dsp: add SSE version of vector_fmul_scalar()
Justin Ruggles
2012-11-26
1
-0
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-09-09
1
-4
/
+3
|
\
\
|
|
/
|
*
x86: Replace checks for CPU extensions and flags by convenience macros
Diego Biurrun
2012-09-08
1
-4
/
+3
*
|
Fix compilation with yasm-0.6.2.
Carl Eugen Hoyos
2012-09-01
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-19
1
-0
/
+7
|
\
\
|
|
/
|
*
float_dsp: add x86-optimized functions for vector_fmac_scalar()
Justin Ruggles
2012-06-18
1
-0
/
+7
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-08
1
-4
/
+4
|
/
*
Add a float DSP framework to libavutil
Justin Ruggles
2012-06-08
1
-0
/
+41