1. 02 Apr, 2016 1 commit
  2. 14 Mar, 2015 2 commits
    • Christophe Gisquet's avatar
      eac3dec: fix scaling · 0c3339f4
      Christophe Gisquet authored
      This is the remaining error, the output on the SPX samples,
      respectively csi_miami_stereo_128_spx.eac3 and
      csi_miami_5.1_256_spx.eac3, goes from:
      stddev:    8.71 PSNR: 77.52 MAXDIFF:  235
      stddev:24270.51 PSNR: 22.17 MAXDIFF:47166
      to:
      stddev:    0.12 PSNR:114.12 MAXDIFF:    1
      stddev:    0.12 PSNR:114.73 MAXDIFF:    1
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      0c3339f4
    • Andreas Cadhalpun's avatar
      ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext · 7b05b509
      Andreas Cadhalpun authored
      The AC3DecodeContext has a float (USE_FIXED=0) and an integer
      (USE_FIXED=1) variant, both of which can be present in the same binary.
      This is not only very confusing, but it also breaks horribly, when one
      variant is used by code expecting the other.
      
      This currently happens, because eac3dec.c is only compiled for the float
      variant, but also used from ac3dec_fixed.c, which uses the integer
      variant.
      
      The result is memory corruption, leading to crashes.
      
      So compile eac3dec.c once for each variant and adapt it, so that it
      works with the integer variant.
      
      A loss of precission and scaling bug has been fixed by the committer
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      7b05b509
  3. 15 Feb, 2014 1 commit
  4. 19 Jan, 2014 4 commits
  5. 05 Jan, 2014 1 commit
  6. 13 Mar, 2013 1 commit
  7. 20 Dec, 2012 1 commit
  8. 23 Oct, 2012 1 commit
  9. 12 Oct, 2012 1 commit
  10. 13 Mar, 2012 1 commit
  11. 09 Feb, 2012 1 commit
  12. 19 Jul, 2011 1 commit
  13. 25 Mar, 2011 1 commit
  14. 19 Mar, 2011 1 commit
  15. 30 Mar, 2010 1 commit
  16. 23 Jul, 2009 1 commit
  17. 29 Jun, 2009 1 commit
  18. 25 May, 2009 1 commit
  19. 21 May, 2009 4 commits
  20. 17 May, 2009 1 commit
  21. 17 Mar, 2009 1 commit
  22. 07 Jan, 2009 1 commit
  23. 08 Dec, 2008 1 commit
  24. 06 Dec, 2008 2 commits
  25. 13 Nov, 2008 2 commits
  26. 31 Aug, 2008 4 commits
  27. 30 Aug, 2008 1 commit
  28. 24 Aug, 2008 1 commit