1. 27 Jul, 2015 1 commit
  2. 11 Jun, 2015 1 commit
  3. 19 Mar, 2015 2 commits
  4. 14 Feb, 2015 1 commit
  5. 08 Jan, 2015 1 commit
  6. 05 Jan, 2015 1 commit
  7. 07 Aug, 2014 1 commit
  8. 03 Jun, 2014 1 commit
  9. 19 Apr, 2014 1 commit
  10. 25 Dec, 2013 1 commit
  11. 18 Oct, 2013 1 commit
  12. 13 Oct, 2013 1 commit
  13. 08 Jun, 2013 1 commit
  14. 23 Apr, 2013 1 commit
  15. 03 Apr, 2013 1 commit
  16. 01 Jan, 2013 1 commit
  17. 25 Oct, 2012 1 commit
  18. 22 Oct, 2012 1 commit
  19. 01 Oct, 2012 1 commit
  20. 28 Aug, 2012 1 commit
  21. 27 Aug, 2012 2 commits
  22. 07 Aug, 2012 1 commit
  23. 01 Jul, 2012 1 commit
  24. 01 May, 2012 1 commit
  25. 06 Apr, 2012 1 commit
  26. 22 Mar, 2012 4 commits
  27. 21 Mar, 2012 1 commit
  28. 05 Mar, 2012 1 commit
    • Justin Ruggles's avatar
      aiffdec: do not set AVCodecContext.frame_size · 8d1a20aa
      Justin Ruggles authored
      It is unnecessary. Also, for some codecs we're reading more than 1 frame per
      packet. Instead we use a private context variable to calculate the bit rate,
      stream duration, and packet durations.
      
      Updated FATE seek test, which has slightly different timestamps due to a
      more accurate bit rate calculation.
      8d1a20aa
  29. 17 Feb, 2012 1 commit
  30. 15 Feb, 2012 1 commit
  31. 27 Jan, 2012 1 commit
  32. 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
  33. 30 Nov, 2011 1 commit
  34. 19 Oct, 2011 1 commit
  35. 17 Oct, 2011 1 commit