Fixed the min/max values for replaygain-preamp (I used the example values in
the replaygain spec, but they can be changed if needed) and added the
oggparsevorbis patch.

Alessandro Ghedini (5):
  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

 doc/filters.texi             |  6 ++++++
 libavfilter/af_volume.c      | 31 ++++++++++++++++++++++---------
 libavfilter/af_volume.h      |  1 +
 libavformat/flacdec.c        |  5 +++++
 libavformat/oggparsevorbis.c |  9 ++++++++-
 libavformat/replaygain.c     | 35 +++++++++++++++--------------------
 libavutil/replaygain.h       |  3 +--
 7 files changed, 58 insertions(+), 32 deletions(-)

-- 
1.9.1

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to