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
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: lpc: simd av_evaluate_lls
Loren Merritt
2013-06-29
2
-0
/
+41
*
x86: lpc: simd av_update_lls
Loren Merritt
2013-06-29
3
-0
/
+236
*
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
2
-0
/
+29
*
dsputil: Make dsputil selectable
Ronald S. Bultje
2013-04-10
1
-0
/
+2
*
x86inc: Fix number of operands for cmp* instructions
Christophe Gisquet
2013-04-09
1
-4
/
+4
*
cosmetics: Remove unnecessary extern keywords from function declarations
Diego Biurrun
2013-03-27
1
-13
/
+13
*
x86: Use simple nop codes for <= sse (rather than <= mmx)
Ronald S. Bultje
2013-02-19
1
-1
/
+1
*
avutil: Ensure that emms_c is always defined, even on non-x86
Diego Biurrun
2013-02-14
1
-3
/
+2
*
avutil: Move emms code to x86-specific header
Diego Biurrun
2013-02-14
1
-0
/
+22
*
floatdsp: move scalarproduct_float from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
2
-0
/
+28
*
floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
2
-0
/
+44
*
floatdsp: move vector_fmul_add from dsputil to avfloatdsp.
Ronald S. Bultje
2013-01-22
2
-0
/
+35
*
x86: Add a Yasm-based emms() replacement
Martin Storsjö
2013-01-18
3
-0
/
+55
*
x86inc: Add cvisible macro for C functions with public prefix
Diego Biurrun
2013-01-18
2
-14
/
+29
*
x86inc: Rename "program_name" to "private_prefix"
Diego Biurrun
2013-01-18
2
-6
/
+6
*
float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_window
Martin Storsjö
2013-01-17
1
-3
/
+3
*
lavc: Move vector_fmul_window to AVFloatDSPContext
Justin Ruggles
2013-01-16
1
-0
/
+75
*
x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflags
Diego Biurrun
2013-01-15
1
-0
/
+8
*
x86: ABSB2: port to cpuflags
Diego Biurrun
2013-01-15
1
-8
/
+6
*
x86: ABSB: port to cpuflags
Diego Biurrun
2013-01-15
1
-6
/
+5
*
x86: ABS2: port to cpuflags
Diego Biurrun
2013-01-14
1
-16
/
+13
*
x86: ABS1: port to cpuflags
Diego Biurrun
2013-01-06
1
-12
/
+9
*
lavc: merge latest x86inc.asm fixes with x264
Ronald S. Bultje
2012-12-19
1
-13
/
+20
*
x86inc: fully concatenate tokens to fix macro expansion for nasm
Janne Grunau
2012-12-13
1
-2
/
+2
*
x86inc: fix stack alignment on win64
Ronald S. Bultje
2012-12-12
1
-4
/
+6
*
x86inc: support stack mem allocation and re-alignment in PROLOGUE
Ronald S. Bultje
2012-12-12
1
-36
/
+149
*
x86: float_dsp: fix loading of the len parameter on x86-32
Justin Ruggles
2012-12-07
1
-1
/
+4
*
x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32
Justin Ruggles
2012-12-06
1
-1
/
+1
*
x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scaling
Justin Ruggles
2012-12-05
1
-0
/
+1
*
float_dsp: add vector_dmul_scalar() to multiply a vector of doubles
Justin Ruggles
2012-12-05
3
-0
/
+65
*
x86: cpu: Drop unused HAVE_RWEFLAGS condition
Diego Biurrun
2012-11-28
1
-1
/
+1
*
x86: float_dsp: add SSE version of vector_fmul_scalar()
Justin Ruggles
2012-11-26
2
-0
/
+33
*
x86: SPLATD: port to cpuflags
Diego Biurrun
2012-11-18
1
-16
/
+6
*
x86: mmx2 ---> mmxext in asm constructs
Diego Biurrun
2012-11-14
1
-1
/
+1
*
build: Drop AVX assembly ifdefs
Diego Biurrun
2012-11-11
1
-4
/
+0
*
x86inc: Set program_name outside of x86inc.asm
Diego Biurrun
2012-11-11
2
-1
/
+2
*
x86: PALIGNR: port to cpuflags
Diego Biurrun
2012-11-09
1
-8
/
+8
*
x86: PABSW: port to cpuflags
Diego Biurrun
2012-11-05
1
-12
/
+10
*
x86: Refactor PSWAPD fallback implementations and port to cpuflags
Diego Biurrun
2012-11-02
1
-0
/
+12
*
x86: PMINUB: port to cpuflags
Diego Biurrun
2012-11-02
1
-5
/
+5
*
x86util: Add cpuflags_mmxext alias for cpuflags_mmx2
Diego Biurrun
2012-11-02
1
-0
/
+2
*
x86inc: Only define program_name if the macro is unset
Diego Biurrun
2012-11-02
1
-1
/
+3
*
x86: Fix assembly with NASM
Dave Yeo
2012-10-31
1
-1
/
+1
*
x86: MMX2 ---> MMXEXT in macro names
Diego Biurrun
2012-10-31
1
-3
/
+3
*
x86: include x86inc.asm in x86util.asm
Diego Biurrun
2012-10-31
3
-2
/
+3
*
Remove INIT_AVX from x86inc.asm.
Ronald S. Bultje
2012-10-29
1
-8
/
+0
*
x86: get_cpu_flags: add necessary ifdefs around function body
Diego Biurrun
2012-10-04
1
-0
/
+5
*
x86: Drop CPU detection intrinsics
Diego Biurrun
2012-10-04
1
-36
/
+0
*
x86: Add YASM implementations of cpuid and xgetbv from x264
Diego Biurrun
2012-10-04
4
-2
/
+113
[next]