1. 25 Feb, 2012 1 commit
  2. 23 Feb, 2012 1 commit
  3. 22 Feb, 2012 1 commit
  4. 21 Feb, 2012 2 commits
  5. 20 Feb, 2012 1 commit
  6. 13 Feb, 2012 1 commit
  7. 09 Feb, 2012 1 commit
  8. 08 Feb, 2012 4 commits
  9. 02 Feb, 2012 1 commit
  10. 30 Jan, 2012 1 commit
  11. 28 Jan, 2012 1 commit
  12. 27 Jan, 2012 4 commits
  13. 26 Jan, 2012 1 commit
  14. 09 Jan, 2012 1 commit
  15. 05 Jan, 2012 1 commit
  16. 03 Jan, 2012 2 commits
  17. 21 Dec, 2011 1 commit
  18. 19 Dec, 2011 1 commit
  19. 13 Dec, 2011 1 commit
  20. 12 Dec, 2011 4 commits
  21. 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
  22. 10 Dec, 2011 1 commit
  23. 09 Dec, 2011 2 commits
  24. 08 Dec, 2011 1 commit
  25. 07 Dec, 2011 2 commits
  26. 05 Dec, 2011 1 commit
  27. 03 Dec, 2011 1 commit