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
/
swresample.c
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: 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
1
-1
/
+10
*
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
1
-9
/
+8
*
swr: move buffer used to discard sample to context
Michael Niedermayer
2013-01-13
1
-6
/
+5
*
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
1
-14
/
+17
*
swr: add seperate in/out pointers to the noise shaping code
Michael Niedermayer
2013-01-10
1
-4
/
+4
*
swr: rename dither_pos to noise_pos
Michael Niedermayer
2013-01-10
1
-6
/
+6
*
swr: fix the noise sample type for noise shaping
Michael Niedermayer
2013-01-09
1
-1
/
+1
*
swr: split swri_dither_init() out
Michael Niedermayer
2013-01-09
1
-1
/
+3
*
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
1
-24
/
+24
*
swr: update copyright years of a few files iam working on
Michael Niedermayer
2013-01-09
1
-1
/
+1
*
swr: Implement Noise shaping dither
Michael Niedermayer
2013-01-09
1
-13
/
+29
*
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
1
-1
/
+1
*
lswr: improve rematrixing error message.
Nicolas George
2012-12-31
1
-1
/
+5
*
docs: add soxr documentation
Rob Sykes
2012-12-27
1
-6
/
+8
*
swr: support -async X as a simple way to do what ffmpeg -async X did
Michael Niedermayer
2012-12-25
1
-0
/
+10
*
swr: Add SOX resampler support
Rob Sykes
2012-12-11
1
-2
/
+9
*
swr: add a lowpass default so that each Resampler can have its own default.
Rob Sykes
2012-12-11
1
-1
/
+1
*
swr: move flush into Resampler
Michael Niedermayer
2012-12-11
1
-18
/
+6
*
swr: make realloc_audio() available outside swresample.c
Michael Niedermayer
2012-12-11
1
-11
/
+11
*
swr: Add API to make resample engine selectable.
Rob Sykes
2012-12-11
1
-5
/
+43
*
lswr/swresample: use AV_OPT_TYPE_SAMPLE_FMT for sample format options
Stefano Sabatini
2012-12-03
1
-6
/
+6
*
swr: set default channel count options to 0.
Clément Bœsch
2012-11-19
1
-4
/
+4
*
Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h
Paul B Mahol
2012-11-13
1
-1
/
+1
*
lswr/swresample: adopt globally consistent rules for options help message
Stefano Sabatini
2012-11-03
1
-55
/
+62
*
swr: make sure the last data element is NULL so we can use it to detect the n...
Michael Niedermayer
2012-09-24
1
-0
/
+2
*
swr: add av_cold to init/free functions
Michael Niedermayer
2012-09-09
1
-3
/
+3
*
Add Dolby/DPLII downmix support to libswresample
Michael Niedermayer
2012-09-07
1
-0
/
+4
*
Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'
Michael Niedermayer
2012-09-05
1
-22
/
+22
*
Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'
Michael Niedermayer
2012-09-05
1
-2
/
+2
*
Merge commit '124134e42455763b28cc346fed1d07017a76e84e'
Michael Niedermayer
2012-09-05
1
-7
/
+7
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-24
1
-4
/
+4
*
swr: fix 10l typo mixing in and out config.
Michael Niedermayer
2012-08-01
1
-1
/
+1
*
swr: resampling: add filter type and Kaiser window beta to AVOptions
Justin Ruggles
2012-07-23
1
-1
/
+6
*
lswr: channel_map requires input conversion.
Nicolas George
2012-07-17
1
-1
/
+1
*
lavu: 256 color support
Paul B Mahol
2012-07-07
1
-0
/
+1
*
swresample: make .class_name more descriptive
Paul B Mahol
2012-06-22
1
-1
/
+1
*
swresample.c: update copyleft year
Michael Niedermayer
2012-06-12
1
-1
/
+1
*
swr: zero buffers on allocation
Michael Niedermayer
2012-06-09
1
-1
/
+1
*
swr: fix a few typo.
Clément Bœsch
2012-06-01
1
-3
/
+3
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-30
1
-2
/
+3
[next]