1. 27 Jul, 2015 2 commits
  2. 28 Feb, 2015 1 commit
  3. 14 Feb, 2015 1 commit
  4. 04 Sep, 2014 1 commit
  5. 03 Oct, 2013 1 commit
  6. 15 Aug, 2013 1 commit
  7. 08 Mar, 2013 1 commit
  8. 25 Feb, 2013 1 commit
  9. 12 Feb, 2013 1 commit
  10. 04 Dec, 2012 1 commit
  11. 12 Nov, 2012 1 commit
  12. 18 Sep, 2012 3 commits
  13. 07 Aug, 2012 1 commit
  14. 06 Apr, 2012 1 commit
  15. 15 Feb, 2012 1 commit
  16. 22 Dec, 2011 1 commit
  17. 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
  18. 02 Dec, 2011 1 commit
    • Justin Ruggles's avatar
      Add avcodec_decode_audio4(). · 0eea2129
      Justin Ruggles authored
      Deprecate avcodec_decode_audio3().
      Implement audio support in avcodec_default_get_buffer().
      Implement the new audio decoder API in all audio decoders.
      0eea2129
  19. 04 Nov, 2011 1 commit
  20. 29 Oct, 2011 5 commits
  21. 29 Jul, 2011 1 commit
  22. 06 Jul, 2011 1 commit
  23. 26 Apr, 2011 1 commit
  24. 20 Mar, 2011 1 commit
  25. 19 Mar, 2011 2 commits
  26. 25 Feb, 2011 4 commits
  27. 15 Feb, 2011 2 commits
  28. 02 Feb, 2011 1 commit