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
*
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
*
swr: fix swr_drop_output()
Michael Niedermayer
2012-05-26
1
-0
/
+1
*
swr: check return value of swr_inject_silence/drop_output.
Michael Niedermayer
2012-05-22
1
-2
/
+6
*
swr: check count argument of realloc_audio()
Michael Niedermayer
2012-05-22
1
-0
/
+3
*
swr: skip soft compensation when its disabled.
Michael Niedermayer
2012-05-19
1
-1
/
+1
*
swr: add swr_next_pts()
Michael Niedermayer
2012-05-19
1
-1
/
+42
*
swr: add swr_drop_output()
Michael Niedermayer
2012-05-19
1
-0
/
+31
*
swr: add swr_inject_silence()
Michael Niedermayer
2012-05-19
1
-0
/
+24
*
swr: Fix issue with injecting more data than can be used up in the next call.
Michael Niedermayer
2012-05-19
1
-1
/
+1
*
swr: add some asserts to resample()
Michael Niedermayer
2012-05-19
1
-0
/
+4
*
swr: add reversefill_audiodata()
Michael Niedermayer
2012-05-19
1
-0
/
+10
*
swr: fix buf_set() so it works with input == output
Michael Niedermayer
2012-05-19
1
-1
/
+1
*
swr: make literal 32 a named constant in realloc_audio()
Michael Niedermayer
2012-05-19
1
-1
/
+2
*
swr: fill_audio_data() support NULL
Michael Niedermayer
2012-05-19
1
-1
/
+3
*
swresample: set the default parameters to "none"
Michael Niedermayer
2012-05-17
1
-8
/
+8
*
swr: automatically choose s16/flt/dbl to preserve input precision unless user...
Michael Niedermayer
2012-05-02
1
-5
/
+10
*
swr: add double precision support to the rematrix code
Michael Niedermayer
2012-05-02
1
-2
/
+3
*
swr: update double precision checks for our resampler
Michael Niedermayer
2012-05-02
1
-1
/
+2
*
swr: add lfe_mix_level
Justin Ruggles
2012-05-02
1
-0
/
+1
*
swr: add and use function pointers for rematrix
Michael Niedermayer
2012-05-01
1
-2
/
+3
*
swr: add native matrix for rematrixing
Michael Niedermayer
2012-05-01
1
-0
/
+2
*
swr: disable 1 stage convert when dither is enabled.
Michael Niedermayer
2012-05-01
1
-1
/
+1
*
swr: add sample format to AudioData
Michael Niedermayer
2012-04-29
1
-0
/
+1
*
swr: add set_audiodata_fmt() and use it to simplify code
Michael Niedermayer
2012-04-29
1
-10
/
+11
*
swr: change sample format representation so as to maintain the planer/packed ...
Michael Niedermayer
2012-04-28
1
-13
/
+11
*
swr: pass resample parameters from the user to the resampler.
Michael Niedermayer
2012-04-26
1
-1
/
+5
*
swr: Add longer more descriptive alternative AVOptions.
Michael Niedermayer
2012-04-26
1
-2
/
+15
*
swr: Capitalize help texts for AVOptions
Michael Niedermayer
2012-04-26
1
-20
/
+19
*
swr: align options a little
Michael Niedermayer
2012-04-26
1
-23
/
+21
*
swr: set AV_OPT_FLAG_AUDIO_PARAM for the AVOptions
Michael Niedermayer
2012-04-26
1
-23
/
+25
*
fix swr_convert buffering of packed audio
Andrew Wason
2012-04-21
1
-3
/
+5
*
swr: add a swr_flags AVOption
Michael Niedermayer
2012-04-11
1
-0
/
+1
*
swr: add a dither_scale parameter to tune the amplitude of the dither.
Michael Niedermayer
2012-04-11
1
-1
/
+2
*
swr: pass context to swri_get_dither()
Michael Niedermayer
2012-04-11
1
-1
/
+1
*
swr: add triangular highpass dither
Michael Niedermayer
2012-04-11
1
-0
/
+1
*
swr: generate more dither noise to improve quality.
Michael Niedermayer
2012-04-11
1
-4
/
+8
*
swr: add swr_get_class()
Michael Niedermayer
2012-04-11
1
-0
/
+5
*
swr: add triangular dither support
Michael Niedermayer
2012-04-10
1
-0
/
+1
*
swr: remove unused variable
Michael Niedermayer
2012-04-10
1
-1
/
+1
*
swr: add SWR_DITHER_RECTANGULAR to AVOptions array
Michael Niedermayer
2012-04-10
1
-1
/
+2
*
swr: add dither support.
Michael Niedermayer
2012-04-10
1
-0
/
+20
*
swr: support int32 and float as internal sample formats
Michael Niedermayer
2012-04-10
1
-9
/
+12
*
swr: support float & int32 in the resampler
Michael Niedermayer
2012-04-10
1
-1
/
+1
*
swr: remove unused variable
Michael Niedermayer
2012-04-01
1
-1
/
+0
*
swr: fix pointer type warnings
Michael Niedermayer
2012-04-01
1
-2
/
+2
*
swr: realloc_audio: support packed audio buffers
Michael Niedermayer
2012-03-25
1
-1
/
+1
[next]