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
/
dither.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
swresample/dither: use av_malloc_array()
Michael Niedermayer
2014-04-08
1
-1
/
+1
*
swr: set scale for 32->32/24 dither
Michael Niedermayer
2013-06-05
1
-0
/
+1
*
swr: support a seperate output sample bits.
Michael Niedermayer
2013-02-24
1
-0
/
+3
*
swr/dither: fix division by 0
Michael Niedermayer
2013-01-14
1
-1
/
+1
*
swr: Use a temporary buffer for dither/Noise shaping when the input is read only
Michael Niedermayer
2013-01-10
1
-0
/
+2
*
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
1
-0
/
+1
*
swr: add noise_scale field to seperate it from the noise shaping scales
Michael Niedermayer
2013-01-10
1
-1
/
+2
*
swr: fix the noise sample type for noise shaping
Michael Niedermayer
2013-01-09
1
-9
/
+10
*
swr: split swri_dither_init() out
Michael Niedermayer
2013-01-09
1
-31
/
+47
*
swr: move dither related fields to their own context
Michael Niedermayer
2013-01-09
1
-14
/
+14
*
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
-6
/
+41
*
swr: change sample format representation so as to maintain the planer/packed ...
Michael Niedermayer
2012-04-28
1
-0
/
+3
*
swr: add a dither_scale parameter to tune the amplitude of the dither.
Michael Niedermayer
2012-04-11
1
-0
/
+2
*
swr: pass context to swri_get_dither()
Michael Niedermayer
2012-04-11
1
-3
/
+3
*
swr: add triangular highpass dither
Michael Niedermayer
2012-04-11
1
-1
/
+22
*
swr: add triangular dither support
Michael Niedermayer
2012-04-10
1
-0
/
+5
*
swr: add dither support.
Michael Niedermayer
2012-04-10
1
-0
/
+56