1. 04 Apr, 2014 1 commit
    • Alessandro Ghedini's avatar
      replaygain: correctly parse peak values · 8542f9c4
      Alessandro Ghedini authored
      According to the ReplayGain spec, the peak amplitude may overflow and may result
      in peak amplitude values greater than 1.0 with psychoacoustically coded audio,
      such as MP3. Fully compliant decoders must allow peak overflows.
      
      Additionally, having peak values in the 0<->UINT32_MAX scale makes it more
      difficult for applications to actually use the peak values (e.g. when
      implementing clipping prevention) since values have to be rescaled down.
      
      This patch corrects the peak parsing by removing the rescaling of the decoded
      values between 0 and UINT32_MAX and the 1.0 upper limit.
      Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
      8542f9c4
  2. 24 Mar, 2014 1 commit
  3. 23 Jan, 2013 1 commit
  4. 28 Mar, 2012 1 commit
  5. 19 Mar, 2011 1 commit
  6. 20 Apr, 2010 1 commit
  7. 01 Feb, 2009 1 commit
  8. 31 Aug, 2008 1 commit
  9. 17 Oct, 2007 1 commit
  10. 05 Jul, 2007 1 commit
  11. 17 Jun, 2007 2 commits
  12. 16 Jun, 2007 1 commit
  13. 07 Oct, 2006 1 commit
  14. 12 Jan, 2006 1 commit
  15. 17 Dec, 2005 1 commit
  16. 25 Oct, 2003 1 commit
  17. 23 Oct, 2003 1 commit
  18. 22 Oct, 2003 1 commit
  19. 03 Mar, 2003 1 commit
  20. 11 Feb, 2003 1 commit
  21. 20 Nov, 2002 1 commit
  22. 19 Nov, 2002 2 commits
  23. 25 Oct, 2002 1 commit
  24. 06 Oct, 2002 1 commit
  25. 25 May, 2002 1 commit
  26. 13 Aug, 2001 1 commit