1. 22 Dec, 2011 1 commit
  2. 16 Dec, 2011 1 commit
  3. 15 Dec, 2011 1 commit
  4. 13 Dec, 2011 5 commits
  5. 11 Dec, 2011 2 commits
    • 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
    • Mans Rullgard's avatar
      Remove extraneous semicolons · 373211d8
      Mans Rullgard authored
      These semicolons cause invalid empty top-level declarations.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      373211d8
  6. 10 Dec, 2011 2 commits
  7. 09 Dec, 2011 3 commits
  8. 07 Dec, 2011 1 commit
  9. 06 Dec, 2011 2 commits
  10. 30 Nov, 2011 3 commits
  11. 29 Nov, 2011 2 commits
  12. 05 Nov, 2011 1 commit
  13. 26 Oct, 2011 1 commit
  14. 19 Oct, 2011 1 commit
  15. 12 Oct, 2011 1 commit
  16. 05 Oct, 2011 1 commit
  17. 28 Sep, 2011 1 commit
  18. 19 Sep, 2011 1 commit
  19. 17 Sep, 2011 1 commit
  20. 15 Sep, 2011 1 commit
  21. 09 Sep, 2011 1 commit
  22. 22 Aug, 2011 1 commit
  23. 16 Aug, 2011 1 commit
  24. 17 Jul, 2011 1 commit
  25. 13 Jul, 2011 1 commit
  26. 12 Jul, 2011 1 commit
  27. 10 Jul, 2011 1 commit
  28. 03 Jul, 2011 1 commit