index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libswresample
/
x86
/
audio_convert.asm
Age
Commit message (
Expand
)
Author
2012-10-31
Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'
Michael Niedermayer
2012-08-31
Add some missing _EXTERNAL suffixes to yasm source files.
Carl Eugen Hoyos
2012-07-05
swr/x86: 10l, missed some SSE2 instructions in code marked as SSE.
Michael Niedermayer
2012-05-13
libswresample-simd: Add ff_pack_6ch_float_to_int32_a_avx and ff_pack_6ch_floa...
Michael Niedermayer
2012-05-13
libswresample-simd: add ff_pack_6ch_int32_to_float_a_avx and ff_pack_6ch_int3...
Michael Niedermayer
2012-05-13
libswresample: make NOP_N macro less picky on its parameters
Michael Niedermayer
2012-05-13
libswresample: Change FLOAT_TO_INT32_N to need 1 register less
Michael Niedermayer
2012-05-13
libswresample-simd: rename 6ch pack to what it is
Michael Niedermayer
2012-05-13
libswresample-simd: make the converter registers parameters
Michael Niedermayer
2012-05-13
libswresample: cosmetics
Michael Niedermayer
2012-05-13
libswresample: unaligned AVX/SSE4 float and int32 6ch pack
Michael Niedermayer
2012-05-13
libswresample: Implement MMX, SSE4 and AVX 6ch float and int32 packing function.
Justin Ruggles
2012-05-06
swr-x86-simd: add ff_unpack_2ch_int16_to_int16/int32/float_a_ssse3
Michael Niedermayer
2012-05-06
swr-x86-simd: stereo unpack S16/S32/FLT-> S16/S32/FLT SSE/SSE2 (16 new SIMD f...
Michael Niedermayer
2012-05-06
swr-x86-SIMD: 3 instructions less for stereo planar->packed s32/flt->s16
Michael Niedermayer
2012-05-05
swr: replace the remaining 2 audio convert SIMD macros by the new ones
Michael Niedermayer
2012-05-05
swr: fix internal asm labels
Michael Niedermayer
2012-05-05
swr: fix PACK_2CH register count
Michael Niedermayer
2012-05-05
swr: replace planar->planar/packed->packed FLT<->S16/S32 SIMD by new macros
Michael Niedermayer
2012-05-05
swr: implement stereo S16/S32/FLT->S16/S32/FLT planar->packed in SSE/SSE2
Michael Niedermayer
2012-05-05
swr: change simd len argument to be in samples instead of dst bytes.
Michael Niedermayer
2012-05-03
swr: add ff_int32_to_float_a_avx
Michael Niedermayer
2012-04-29
swr: int32_to_int16_mmx/sse
Michael Niedermayer
2012-04-29
swr: float_to_int16_sse2()
Michael Niedermayer
2012-04-29
swr: float_to_int32_sse2()
Michael Niedermayer
2012-04-28
swr: add int16_to_float_sse2()
Michael Niedermayer
2012-04-28
swr: add int32_to_float_sse2
Michael Niedermayer
2012-04-28
swr: int16->int32: use the old index negate trick to avoid 2 adds
Michael Niedermayer
2012-04-28
swr: more correct cglobal parameters to int16->int32
Michael Niedermayer
2012-04-28
swr: seperate functions for aligned & unaligned
Michael Niedermayer
2012-04-28
swr: add int16_to_int32_mmx/sse
Michael Niedermayer