[FFmpeg-cvslog] doc: add noise shaping dithers

Michael Niedermayer git at videolan.org
Wed Jan 9 23:29:22 CET 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Wed Jan  9 20:12:50 2013 +0100| [dc60ecdbeb11ef14a85a60ab06154b067e5e1f02] | committer: Michael Niedermayer

doc: add noise shaping dithers

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dc60ecdbeb11ef14a85a60ab06154b067e5e1f02
---

 doc/ffmpeg-resampler.texi |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/doc/ffmpeg-resampler.texi b/doc/ffmpeg-resampler.texi
index b348373..d45126f 100644
--- a/doc/ffmpeg-resampler.texi
+++ b/doc/ffmpeg-resampler.texi
@@ -104,6 +104,21 @@ select rectangular dither
 select triangular dither
 @item triangular_hp
 select triangular dither with high pass
+ at item lipshitz
+select lipshitz noise shaping dither
+ at item shibata
+select shibata noise shaping dither
+ at item low_shibata
+select low shibata noise shaping dither
+ at item high_shibata
+select high shibata noise shaping dither
+ at item f_weighted
+select f-weighted noise shaping dither
+ at item modified_e_weighted
+select modified-e-weighted noise shaping dither
+ at item improved_e_weighted
+select improved-e-weighted noise shaping dither
+
 @end table
 
 @item resampler



More information about the ffmpeg-cvslog mailing list