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
/
libswresample
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
swr: rewrite resample_common/linear_float_sse/avx in yasm.
Ronald S. Bultje
2014-06-28
4
-136
/
+479
*
swr: compile mmx2 s16p functions only on x86-32.
Ronald S. Bultje
2014-06-15
1
-0
/
+2
*
swr: add prototypes for resample dsp functions
James Almer
2014-06-15
1
-10
/
+21
*
swr: remove obsolete function prototypes.
Ronald S. Bultje
2014-06-15
1
-6
/
+0
*
swr: split out DSP functions.
Ronald S. Bultje
2014-06-14
2
-0
/
+91
*
swresample: add swri_resample_float_avx
James Almer
2014-05-16
1
-0
/
+61
*
inline asm: fix arrays as named constraints.
Matt Oliver
2014-05-07
1
-2
/
+2
*
swresample/resample: add missing xmm clobbers
James Almer
2014-05-07
1
-0
/
+3
*
swresample: add swri_resample_double_sse2
James Almer
2014-04-25
1
-0
/
+49
*
swresample/resample: sse float linear interpolation
James Almer
2014-03-24
1
-0
/
+35
*
swresample/resample: mmx2/sse2 int16 linear interpolation
James Almer
2014-03-24
1
-0
/
+61
*
swresample: add swri_resample_float_sse
James Almer
2014-03-20
1
-0
/
+23
*
Automatically change MANGLE() into named inline asm operands when direct symb...
Matt Oliver
2014-03-18
1
-0
/
+2
*
swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2
James Almer
2014-03-18
1
-4
/
+6
*
swresample: Add arm&x86 clobber tests
Martin Storsjö
2014-01-18
2
-0
/
+31
*
Avoid using empty macro arguments.
Reimar Döffinger
2013-12-31
1
-5
/
+5
*
x86: Fix compilation with nasm on PPC & OS/2
Ronald S. Bultje
2013-10-08
2
-4
/
+2
*
swresample/x86/audio_convert: add emms to CONV
Michael Niedermayer
2013-06-18
1
-0
/
+5
*
swr: add native_simd_one
Michael Niedermayer
2013-06-04
1
-0
/
+5
*
Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'
Michael Niedermayer
2012-10-31
2
-2
/
+0
*
swr: add av_cold to init/free functions
Michael Niedermayer
2012-09-09
1
-2
/
+2
*
Fix compilation with yasm-0.6.2.
Carl Eugen Hoyos
2012-09-01
1
-2
/
+2
*
Add some missing _EXTERNAL suffixes to yasm source files.
Carl Eugen Hoyos
2012-08-31
2
-2
/
+2
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-09
1
-1
/
+1
*
swr/x86: 16bit integer mix functions need SSE2 not SSE
Michael Niedermayer
2012-07-07
2
-4
/
+6
*
swr/x86: 10l, missed some SSE2 instructions in code marked as SSE.
Michael Niedermayer
2012-07-05
2
-25
/
+20
*
swr: fix make checkheaders.
Clément Bœsch
2012-06-30
1
-0
/
+1
*
swr: small align cosmetic.
Clément Bœsch
2012-06-30
1
-1
/
+1
*
swr: use __asm__ instead of __asm.
Clément Bœsch
2012-06-30
1
-2
/
+2
*
swr: MMX2 & SSSE3 int16 resample core
Michael Niedermayer
2012-06-28
1
-0
/
+69
*
swr: fix 10l use of uninitialized data
Michael Niedermayer
2012-06-13
1
-2
/
+2
*
swr: mix_2_1_int16_mmx/sse
Michael Niedermayer
2012-06-12
2
-0
/
+73
*
swr: mix_1_1_int16_sse
Michael Niedermayer
2012-06-12
2
-0
/
+6
*
swr: mix_1_1 int16 MMX
Michael Niedermayer
2012-06-12
2
-0
/
+78
*
swr: mix_2_1_float SSE/AVX
Michael Niedermayer
2012-06-12
2
-0
/
+50
*
swr: SIMD rematrixing and SSE/AVX mix_1_1 float
Michael Niedermayer
2012-06-12
3
-0
/
+99
*
libswresample-simd: Add ff_pack_6ch_float_to_int32_a_avx and ff_pack_6ch_floa...
Michael Niedermayer
2012-05-13
2
-0
/
+8
*
libswresample-simd: add ff_pack_6ch_int32_to_float_a_avx and ff_pack_6ch_int3...
Michael Niedermayer
2012-05-13
2
-7
/
+22
*
libswresample: make NOP_N macro less picky on its parameters
Michael Niedermayer
2012-05-13
1
-1
/
+1
*
libswresample: Change FLOAT_TO_INT32_N to need 1 register less
Michael Niedermayer
2012-05-13
1
-4
/
+4
*
libswresample-simd: rename 6ch pack to what it is
Michael Niedermayer
2012-05-13
1
-7
/
+7
*
libswresample-simd: make the converter registers parameters
Michael Niedermayer
2012-05-13
1
-62
/
+65
*
libswresample: cosmetics
Michael Niedermayer
2012-05-13
1
-13
/
+11
*
libswresample: unaligned AVX/SSE4 float and int32 6ch pack
Michael Niedermayer
2012-05-13
1
-12
/
+31
*
libswresample: Implement MMX, SSE4 and AVX 6ch float and int32 packing function.
Justin Ruggles
2012-05-13
2
-1
/
+97
*
swr-x86-simd: add ff_unpack_2ch_int16_to_int16/int32/float_a_ssse3
Michael Niedermayer
2012-05-06
2
-3
/
+34
*
swr-x86-simd: stereo unpack S16/S32/FLT-> S16/S32/FLT SSE/SSE2 (16 new SIMD f...
Michael Niedermayer
2012-05-06
2
-0
/
+96
*
swr-x86-simd: create prototypes with macros, this is simpler.
Michael Niedermayer
2012-05-06
1
-23
/
+7
*
swr-x86-SIMD: 3 instructions less for stereo planar->packed s32/flt->s16
Michael Niedermayer
2012-05-06
1
-7
/
+12
*
swr: replace the remaining 2 audio convert SIMD macros by the new ones
Michael Niedermayer
2012-05-05
1
-70
/
+8
[next]