1. 25 Dec, 2013 1 commit
  2. 13 Oct, 2013 1 commit
  3. 20 Jan, 2013 1 commit
  4. 12 Dec, 2012 1 commit
  5. 28 Nov, 2012 1 commit
  6. 27 Nov, 2012 1 commit
  7. 21 Nov, 2012 1 commit
  8. 20 Nov, 2012 1 commit
  9. 28 Oct, 2012 1 commit
  10. 07 Sep, 2012 1 commit
  11. 07 Aug, 2012 1 commit
  12. 30 Jul, 2012 1 commit
  13. 20 Jul, 2012 1 commit
  14. 19 Jul, 2012 4 commits
  15. 21 Jun, 2012 1 commit
  16. 06 Apr, 2012 1 commit
  17. 10 Feb, 2012 1 commit
  18. 27 Jan, 2012 1 commit
  19. 23 Jan, 2012 2 commits
  20. 11 Dec, 2011 1 commit
    • Mans Rullgard's avatar
      lavu: replace int/float punning functions · 3383a53e
      Mans Rullgard authored
      The existing functions defined in intfloat_readwrite.[ch] are
      both slow and incorrect (infinities are not handled).
      
      This introduces a new header with fast, inline conversion
      functions using direct union punning assuming an IEEE-754
      system, an assumption already made throughout the code.
      
      The one use of Intel/Motorola extended 80-bit format is
      replaced by simpler code sufficient under the present
      constraints (positive normal values).
      
      The old functions are marked deprecated and retained for
      compatibility.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      3383a53e
  21. 30 Nov, 2011 1 commit
  22. 03 Nov, 2011 3 commits
  23. 19 Oct, 2011 1 commit
  24. 17 Oct, 2011 1 commit
  25. 14 Sep, 2011 1 commit
  26. 24 Jul, 2011 1 commit
  27. 17 Jul, 2011 1 commit
  28. 03 Jul, 2011 1 commit
  29. 08 Jun, 2011 1 commit
  30. 28 Apr, 2011 1 commit
  31. 23 Apr, 2011 2 commits
  32. 03 Apr, 2011 1 commit
  33. 19 Mar, 2011 1 commit