Additionally to the previous version, this set adds the value sign decoding fix (as discussed with Anton), and a warning fix cherry-picked from ffmpeg, and fixes merge conflicts.
Except for patches 1, 2, 6 and 7, the other were already ok'd. Alessandro Ghedini (6): replaygain: fix gain sign decoding replaygain: correctly parse peak values flacdec: export replaygain tags from Vorbis comments oggparsevorbis: export replaygain tags from Vorbis comments af_volume: implement replaygain pre-amplification af_volume: implement replaygain clipping prevention Michael Niedermayer (1): replaygain: remove unused variable doc/APIchanges | 4 +++ doc/filters.texi | 11 +++++++++ libavfilter/af_volume.c | 36 ++++++++++++++++++--------- libavfilter/af_volume.h | 2 ++ libavformat/flacdec.c | 5 ++++ libavformat/oggparsevorbis.c | 9 ++++++- libavformat/replaygain.c | 59 +++++++++++--------------------------------- libavutil/replaygain.h | 4 +-- 8 files changed, 72 insertions(+), 58 deletions(-) -- 1.9.1 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
