index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libswresample
Commit message (
Expand
)
Author
Age
Files
Lines
*
swr: Dont use floats for S32->S32 when possible
Michael Niedermayer
2013-02-04
1
-0
/
+5
*
swr: reorder init code to make rematrix status available earlier
Michael Niedermayer
2013-02-04
1
-27
/
+27
*
swr-test: Fix clip to 32bit
Michael Niedermayer
2013-02-04
1
-1
/
+1
*
swr/resample: fix integer overflow, add missing cast
Michael Niedermayer
2013-02-04
1
-1
/
+1
*
swr/resample: fix filter rounding and cliping for s32
Michael Niedermayer
2013-02-04
1
-1
/
+1
*
swr/ build_filter: use av_calloc() fix buffer overflow
Michael Niedermayer
2013-01-27
1
-1
/
+1
*
swr: limit phase_shift to a less insane value.
Michael Niedermayer
2013-01-27
1
-1
/
+1
*
swr: support first_pts
Michael Niedermayer
2013-01-21
2
-1
/
+12
*
swr: fix "may be used uninitialized in this function" warnings
Michael Niedermayer
2013-01-20
1
-1
/
+2
*
swr/dither: fix division by 0
Michael Niedermayer
2013-01-14
1
-1
/
+1
*
swr: fix handling of timestamps that cause multiple drops or silence injections
Michael Niedermayer
2013-01-13
1
-1
/
+1
*
swr: limit buffer size for silence injection
Michael Niedermayer
2013-01-13
1
-0
/
+7
*
swr: limit buffer size for discarding.
Michael Niedermayer
2013-01-13
1
-5
/
+8
*
swr: move silence buffer to context to avoid per use malloc/free
Michael Niedermayer
2013-01-13
2
-9
/
+9
*
swr: move buffer used to discard sample to context
Michael Niedermayer
2013-01-13
2
-6
/
+6
*
swr: work with 4 noise shaping coeffs at a time
Michael Niedermayer
2013-01-12
1
-1
/
+10
*
swr/noise_shaping_data: pad coeffs to multiple of 4 when they are 1 below
Michael Niedermayer
2013-01-12
1
-0
/
+1
*
swr: use a local variable for ns_coeffs
Michael Niedermayer
2013-01-12
1
-1
/
+2
*
swr: use local variable for ns_errors
Michael Niedermayer
2013-01-12
1
-2
/
+3
*
swr: minor simplification for the noise shaping pos update
Michael Niedermayer
2013-01-12
1
-1
/
+1
*
swr: check that allocation of in/out_convert succeeded
Michael Niedermayer
2013-01-10
1
-0
/
+2
*
swr: Use a temporary buffer for dither/Noise shaping when the input is read only
Michael Niedermayer
2013-01-10
3
-14
/
+20
*
swr: mark noise data for noise shaping as const
Michael Niedermayer
2013-01-10
2
-5
/
+5
*
swr: add seperate in/out pointers to the noise shaping code
Michael Niedermayer
2013-01-10
3
-12
/
+13
*
swr: rename dither_pos to noise_pos
Michael Niedermayer
2013-01-10
3
-8
/
+8
*
swr: scale data down in noise shaping to avoid cliping
Michael Niedermayer
2013-01-10
1
-0
/
+1
*
swr: reorder the operations in the noise shaping code
Michael Niedermayer
2013-01-10
2
-2
/
+4
*
swr: add noise_scale field to seperate it from the noise shaping scales
Michael Niedermayer
2013-01-10
2
-1
/
+3
*
swr: fix the noise sample type for noise shaping
Michael Niedermayer
2013-01-09
3
-11
/
+12
*
swr: split swri_dither_init() out
Michael Niedermayer
2013-01-09
3
-32
/
+51
*
swr: remove unused variable
Michael Niedermayer
2013-01-09
1
-1
/
+1
*
swr: move dither related fields to their own context
Michael Niedermayer
2013-01-09
4
-56
/
+61
*
swr: update copyright years of a few files iam working on
Michael Niedermayer
2013-01-09
4
-4
/
+4
*
swr: Implement Noise shaping dither
Michael Niedermayer
2013-01-09
6
-19
/
+369
*
swr: use SIMD for dithering
Michael Niedermayer
2013-01-09
1
-3
/
+14
*
swr: fix assertion failure if dither is used without the preout buffer differ...
Michael Niedermayer
2013-01-08
1
-0
/
+5
*
lswr: Improve default resampler's default parameters
Alexander Strasser
2013-01-04
2
-2
/
+2
*
lswr: improve rematrixing error message.
Nicolas George
2012-12-31
1
-1
/
+5
*
docs: add soxr documentation
Rob Sykes
2012-12-27
2
-17
/
+19
*
soxr_resample: soxr API parameter rename
Rob Sykes
2012-12-27
1
-1
/
+1
*
soxr_resample: Correct email address
Rob Sykes
2012-12-27
1
-1
/
+1
*
swr: support -async X as a simple way to do what ffmpeg -async X did
Michael Niedermayer
2012-12-25
2
-0
/
+11
*
swr/doxy: fix missing quote in code example.
Clément Bœsch
2012-12-16
1
-2
/
+2
*
audioconvert/arm: require alignment of 16
Michael Niedermayer
2012-12-14
1
-0
/
+2
*
audioconvert: support simd code with specific alignment requirements.
Michael Niedermayer
2012-12-14
2
-1
/
+19
*
swr: Add SOX resampler support
Rob Sykes
2012-12-11
6
-4
/
+106
*
swr: add a lowpass default so that each Resampler can have its own default.
Rob Sykes
2012-12-11
2
-2
/
+3
*
swr: move flush into Resampler
Michael Niedermayer
2012-12-11
3
-18
/
+25
*
swr: make realloc_audio() available outside swresample.c
Michael Niedermayer
2012-12-11
2
-11
/
+12
*
swr: Add API to make resample engine selectable.
Rob Sykes
2012-12-11
4
-39
/
+87
[next]