1. 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
  2. 19 Mar, 2011 1 commit
  3. 09 Mar, 2010 1 commit
  4. 31 Aug, 2008 1 commit
  5. 19 Mar, 2008 1 commit
  6. 18 Mar, 2008 2 commits
  7. 13 Mar, 2008 1 commit
  8. 17 Oct, 2007 1 commit
  9. 07 Oct, 2006 1 commit
  10. 10 Sep, 2006 1 commit
  11. 02 Feb, 2006 1 commit
  12. 01 Aug, 2005 1 commit