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
Age
Commit message (
Expand
)
Author
2013-01-27
swr/ build_filter: use av_calloc() fix buffer overflow
Michael Niedermayer
2013-01-27
swr: limit phase_shift to a less insane value.
Michael Niedermayer
2013-01-21
swr: support first_pts
Michael Niedermayer
2013-01-20
swr: fix "may be used uninitialized in this function" warnings
Michael Niedermayer
2013-01-14
swr/dither: fix division by 0
Michael Niedermayer
2013-01-13
swr: fix handling of timestamps that cause multiple drops or silence injections
Michael Niedermayer
2013-01-13
swr: limit buffer size for silence injection
Michael Niedermayer
2013-01-13
swr: limit buffer size for discarding.
Michael Niedermayer
2013-01-13
swr: move silence buffer to context to avoid per use malloc/free
Michael Niedermayer
2013-01-13
swr: move buffer used to discard sample to context
Michael Niedermayer
2013-01-12
swr: work with 4 noise shaping coeffs at a time
Michael Niedermayer
2013-01-12
swr/noise_shaping_data: pad coeffs to multiple of 4 when they are 1 below
Michael Niedermayer
2013-01-12
swr: use a local variable for ns_coeffs
Michael Niedermayer
2013-01-12
swr: use local variable for ns_errors
Michael Niedermayer
2013-01-12
swr: minor simplification for the noise shaping pos update
Michael Niedermayer
2013-01-10
swr: check that allocation of in/out_convert succeeded
Michael Niedermayer
2013-01-10
swr: Use a temporary buffer for dither/Noise shaping when the input is read only
Michael Niedermayer
2013-01-10
swr: mark noise data for noise shaping as const
Michael Niedermayer
2013-01-10
swr: add seperate in/out pointers to the noise shaping code
Michael Niedermayer
2013-01-10
swr: rename dither_pos to noise_pos
Michael Niedermayer
2013-01-10
swr: scale data down in noise shaping to avoid cliping
Michael Niedermayer
2013-01-10
swr: reorder the operations in the noise shaping code
Michael Niedermayer
2013-01-10
swr: add noise_scale field to seperate it from the noise shaping scales
Michael Niedermayer
2013-01-09
swr: fix the noise sample type for noise shaping
Michael Niedermayer
2013-01-09
swr: split swri_dither_init() out
Michael Niedermayer
2013-01-09
swr: remove unused variable
Michael Niedermayer
2013-01-09
swr: move dither related fields to their own context
Michael Niedermayer
2013-01-09
swr: update copyright years of a few files iam working on
Michael Niedermayer
2013-01-09
swr: Implement Noise shaping dither
Michael Niedermayer
2013-01-09
swr: use SIMD for dithering
Michael Niedermayer
2013-01-08
swr: fix assertion failure if dither is used without the preout buffer differ...
Michael Niedermayer
2013-01-04
lswr: Improve default resampler's default parameters
Alexander Strasser
2012-12-31
lswr: improve rematrixing error message.
Nicolas George
2012-12-27
docs: add soxr documentation
Rob Sykes
2012-12-27
soxr_resample: soxr API parameter rename
Rob Sykes
2012-12-27
soxr_resample: Correct email address
Rob Sykes
2012-12-25
swr: support -async X as a simple way to do what ffmpeg -async X did
Michael Niedermayer
2012-12-16
swr/doxy: fix missing quote in code example.
Clément Bœsch
2012-12-14
audioconvert/arm: require alignment of 16
Michael Niedermayer
2012-12-14
audioconvert: support simd code with specific alignment requirements.
Michael Niedermayer
2012-12-11
swr: Add SOX resampler support
Rob Sykes
2012-12-11
swr: add a lowpass default so that each Resampler can have its own default.
Rob Sykes
2012-12-11
swr: move flush into Resampler
Michael Niedermayer
2012-12-11
swr: make realloc_audio() available outside swresample.c
Michael Niedermayer
2012-12-11
swr: Add API to make resample engine selectable.
Rob Sykes
2012-12-11
doxy: fix swr group name
Michael Niedermayer
2012-12-06
resample: remove disabled debug code
Michael Niedermayer
2012-12-05
swr: remove unused ONE define.
Clément Bœsch
2012-12-03
lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format options
Stefano Sabatini
2012-11-20
swr: include stdint.h instead of inttypes.h.
Clément Bœsch
[next]