1. 08 Jan, 2013 7 commits
  2. 05 Jan, 2013 1 commit
  3. 04 Jan, 2013 1 commit
  4. 20 Dec, 2012 1 commit
  5. 19 Dec, 2012 1 commit
  6. 17 Dec, 2012 3 commits
  7. 15 Dec, 2012 1 commit
  8. 12 Dec, 2012 1 commit
  9. 11 Dec, 2012 2 commits
  10. 27 Nov, 2012 3 commits
  11. 18 Nov, 2012 2 commits
  12. 11 Nov, 2012 2 commits
  13. 09 Nov, 2012 1 commit
  14. 06 Nov, 2012 1 commit
  15. 30 Oct, 2012 2 commits
  16. 29 Oct, 2012 2 commits
  17. 13 Oct, 2012 1 commit
    • Justin Ruggles's avatar
      lavr: handle clipping in the float to s32 conversion · 10e645e9
      Justin Ruggles authored
      We cannot clip to INT_MAX because that value cannot be exactly
      represented by a float value and ends up overflowing during conversion
      anyway. We need to use a slightly smaller float value, which ends up
      with slightly inaccurate results for samples which clip or nearly clip,
      but it is close enough. Using doubles as intermediates in the conversion
      would be more accurate, but it takes about twice as much time.
      Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
      10e645e9
  18. 05 Oct, 2012 2 commits
  19. 13 Sep, 2012 3 commits
  20. 12 Sep, 2012 1 commit
  21. 08 Sep, 2012 1 commit
  22. 04 Sep, 2012 1 commit