1. 28 Dec, 2012 3 commits
  2. 07 Aug, 2012 1 commit
  3. 30 Jul, 2012 1 commit
  4. 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
  5. 17 Jul, 2011 1 commit
  6. 15 Jul, 2011 1 commit
  7. 14 Jul, 2011 1 commit
  8. 03 Jul, 2011 1 commit
  9. 08 Jun, 2011 1 commit
  10. 03 Apr, 2011 1 commit
  11. 19 Mar, 2011 1 commit
  12. 17 Mar, 2011 1 commit
  13. 05 Mar, 2011 1 commit
  14. 04 Mar, 2011 1 commit
  15. 03 Mar, 2011 1 commit
  16. 01 Mar, 2011 1 commit
  17. 26 Feb, 2011 1 commit
  18. 25 Feb, 2011 1 commit
  19. 22 Feb, 2011 1 commit
  20. 21 Feb, 2011 1 commit
  21. 20 Feb, 2011 2 commits
  22. 28 Jan, 2011 1 commit
  23. 26 Jan, 2011 1 commit
  24. 20 Apr, 2010 1 commit
  25. 30 May, 2009 1 commit