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: 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
*
x86: cpu: Break out test for cpuid capabilities into separate function
Diego Biurrun
2012-10-04
1
-11
/
+21
*
x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirection
Diego Biurrun
2012-10-04
1
-4
/
+1
*
x86: Replace checks for CPU extensions and flags by convenience macros
Diego Biurrun
2012-09-08
1
-4
/
+3
*
x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64
Justin Ruggles
2012-09-07
1
-3
/
+3
*
x86: Add convenience macros to check for CPU extensions and flags
Diego Biurrun
2012-09-04
1
-0
/
+57
*
x86: Split inline and external assembly #ifdefs
Diego Biurrun
2012-08-31
1
-2
/
+2
*
x86: cosmetics: Comment some #endifs for better readability
Diego Biurrun
2012-08-30
1
-2
/
+2
*
vf_hqdn3d: x86 asm
Loren Merritt
2012-08-26
1
-0
/
+1
*
lavr: x86: optimized 6-channel s16 to fltp conversion
Justin Ruggles
2012-08-23
1
-0
/
+12
*
x86: remove FASTDIV inline asm
Mans Rullgard
2012-08-22
1
-37
/
+0
*
Add more missing includes after removing the implicit common.h
Martin Storsjö
2012-08-16
1
-0
/
+1
*
Add some more missing includes after removing the implicit common.h
Martin Storsjö
2012-08-15
1
-0
/
+1
*
x86: move MANGLE() and related macros to libavutil/x86/asm.h
Mans Rullgard
2012-08-09
1
-0
/
+12
*
x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
Mans Rullgard
2012-08-09
2
-1
/
+99
*
x86: fix build with nasm 2.08
Mans Rullgard
2012-08-07
1
-11
/
+7
*
x86: use nop cpu directives only if supported
Mans Rullgard
2012-08-07
1
-3
/
+9
*
x86: fix rNmp macros with nasm
Mans Rullgard
2012-08-07
1
-2
/
+2
*
x86: add colons after labels
Mans Rullgard
2012-08-07
1
-2
/
+2
*
x86: build: replace mmx2 by mmxext
Diego Biurrun
2012-08-03
1
-2
/
+2
*
x86: Use consistent 3dnowext function and macro name suffixes
Diego Biurrun
2012-08-03
1
-1
/
+1
*
x86inc: clip num_args to 7 on x86-32.
Loren Merritt
2012-07-28
1
-0
/
+3
*
x86inc: sync to latest version from x264.
Ronald S. Bultje
2012-07-28
1
-92
/
+124
[next]