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
/
resample_mmx.h
Age
Commit message (
Expand
)
Author
2014-07-01
x86/swr: convert resample_{common, linear}_double_sse2 to yasm
James Almer
2014-06-30
swr: convert resample_common/linear_int16_mmx2/sse2 to yasm.
Ronald S. Bultje
2014-06-28
swr: rewrite resample_common/linear_float_sse/avx in yasm.
Ronald S. Bultje
2014-06-15
swr: remove obsolete function prototypes.
Ronald S. Bultje
2014-05-16
swresample: add swri_resample_float_avx
James Almer
2014-05-07
inline asm: fix arrays as named constraints.
Matt Oliver
2014-05-07
swresample/resample: add missing xmm clobbers
James Almer
2014-04-25
swresample: add swri_resample_double_sse2
James Almer
2014-03-24
swresample/resample: sse float linear interpolation
James Almer
2014-03-24
swresample/resample: mmx2/sse2 int16 linear interpolation
James Almer
2014-03-20
swresample: add swri_resample_float_sse
James Almer
2014-03-18
Automatically change MANGLE() into named inline asm operands when direct symb...
Matt Oliver
2014-03-18
swresample: change COMMON_CORE_INT16 asm from SSSE3 to SSE2
James Almer
2012-08-09
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-30
swr: fix make checkheaders.
Clément Bœsch
2012-06-30
swr: small align cosmetic.
Clément Bœsch
2012-06-30
swr: use __asm__ instead of __asm.
Clément Bœsch
2012-06-28
swr: MMX2 & SSSE3 int16 resample core
Michael Niedermayer