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
/
audioconvert.c
Age
Commit message (
Expand
)
Author
2014-10-08
swresample/audioconvert: Fix undefined behavior (left shift of negative value)
Michael Niedermayer
2014-08-27
swr: aarch64 audio_convert and neon clobber test
Michael Niedermayer
2014-06-18
swresample/audioconvert: fix () in FMT_PAIR_FUNC()
Michael Niedermayer
2012-12-14
audioconvert: support simd code with specific alignment requirements.
Michael Niedermayer
2012-09-24
swr: make sure the last data element is NULL so we can use it to detect the n...
Michael Niedermayer
2012-09-24
ARM: libswresample: NEON optimised flat float to s16 conversion
Mans Rullgard
2012-07-02
swr: fix warning: passing argument 2 of ctx->simd_f from incompatible pointer...
Michael Niedermayer
2012-06-12
swr: use &~15
Michael Niedermayer
2012-06-12
swr: replace /16 by >>4
Michael Niedermayer
2012-05-07
swr: fix silence buffer for planar U8
Michael Niedermayer
2012-05-07
swr: fix cpy() after the len was changed to be in samples.
Michael Niedermayer
2012-05-06
swr: audioconvert: consider mono to be planar
Michael Niedermayer
2012-05-05
swr: update calling code to support mixed packed planar SIMD
Michael Niedermayer
2012-05-05
swr: change simd len argument to be in samples instead of dst bytes.
Michael Niedermayer
2012-04-29
swr: use memcpy when input and output match
Michael Niedermayer
2012-04-28
swr: add int16_to_int32_mmx/sse
Michael Niedermayer
2012-04-28
swr: move AudioConvert to header
Michael Niedermayer
2012-04-28
swr: change sample format representation so as to maintain the planer/packed ...
Michael Niedermayer
2012-04-27
swr: unroll audioconvert core C function
Michael Niedermayer
2012-04-27
swr: audioconvert, mark some constants as floats.
Michael Niedermayer
2012-01-08
indeo4, swresample: add some missing static/const to tables.
Reimar Döffinger
2011-11-29
swr: handle correctly muted channel with u8 sample fmt.
Clément Bœsch
2011-11-17
swr: make audio convert code explicitely private.
Clément Bœsch
2011-11-16
swr: move format convert code to dedicated functions.
Clément Bœsch
2011-11-04
ffmpeg: add -map_channel option.
Clément Bœsch
2011-09-19
Add libswresample.
Michael Niedermayer