index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libswresample
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
swresample: Use channel count in rematrix initialization
Marcin Gorzel
2018-07-26
1
-2
/
+2
*
build: Generalize yasm/nasm-related variable names
Diego Biurrun
2017-06-21
2
-2
/
+2
*
swresample/x86/resample: extend resample_double to support avx and fma3
Muhammad Faiz
2017-03-19
2
-3
/
+22
*
swresample/resample: optimize exact_rational=on:linear_interp=on case
Muhammad Faiz
2016-11-25
1
-16
/
+16
*
swresample/x86: add support for exact_rational
Muhammad Faiz
2016-06-21
2
-45
/
+46
*
swresample: add exact_rational option
Muhammad Faiz
2016-06-13
1
-0
/
+4
*
x86: use the new helper macros where useful
James Almer
2016-02-14
2
-2
/
+2
*
x86/audio_convert: fix clobbering of xmm registers
James Almer
2015-10-01
1
-61
/
+61
*
x86: move XOP emulation code back to x86inc
James Almer
2015-08-03
1
-1
/
+6
*
swresample/x86: add missing colon to labels
James Almer
2015-07-26
2
-10
/
+10
*
x86: check for AV_CPU_FLAG_AVXSLOW where useful
James Almer
2015-06-01
3
-4
/
+6
*
swresample: add av_cold to init functions
Michael Niedermayer
2015-02-21
1
-1
/
+1
*
x86/swr: make pack_8ch functions work with compilers without aligned stack
James Almer
2015-02-15
2
-14
/
+31
*
swresample/x86/rematrix_init: Check av_malloc* return codes, forward errors
Michael Niedermayer
2015-02-09
1
-2
/
+9
*
swresample/x86/rematrix_init: Use av_mallocz_array()
Michael Niedermayer
2015-02-09
1
-2
/
+2
*
x86/swr: add SSE/AVX unpack_6ch functions
James Almer
2015-01-12
2
-0
/
+105
*
x86/swr: load constants outside the loop in pack_6ch functions
James Almer
2015-01-11
1
-1
/
+1
*
x86/swr: disable pack_8ch functions on msvc/icl x86_32
James Almer
2014-12-31
2
-2
/
+6
*
x86/swr: add missing alignment check to pack_6ch functions
James Almer
2014-12-31
1
-0
/
+2
*
x86/swr: add SSE2/AVX pack_8ch functions
James Almer
2014-12-30
2
-0
/
+162
*
x86/swr: add ff_float_to_int32_a_avx2
James Almer
2014-11-07
2
-3
/
+13
*
x86/swr: replace sse4 instructions in pack_6ch with sse ones
James Almer
2014-11-06
2
-21
/
+33
*
x86/swr: use lavu helper macros to check CPU extensions
James Almer
2014-07-04
3
-20
/
+25
*
x86/swr: split audioconvert and rematrix DSP into separate files
James Almer
2014-07-04
4
-63
/
+84
*
swr: initialize only the necessary resample dsp functions
James Almer
2014-07-04
1
-35
/
+43
*
swr: rename swresample_dsp init functions to swri_resample_dsp
James Almer
2014-07-02
1
-1
/
+1
*
x86/swr: add ff_resample_{common, linear}_int16_xop
James Almer
2014-07-02
2
-15
/
+26
*
x86/swr: add ff_resample_{common, linear}_float_fma
James Almer
2014-07-02
2
-35
/
+51
*
x86/swr: convert resample_{common, linear}_double_sse2 to yasm
James Almer
2014-07-01
3
-149
/
+72
*
swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.
Ronald S. Bultje
2014-06-30
3
-196
/
+183
*
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
[next]