1. 13 Mar, 2013 3 commits
  2. 08 Mar, 2013 1 commit
  3. 16 Feb, 2013 1 commit
  4. 12 Feb, 2013 2 commits
  5. 24 Jan, 2013 1 commit
  6. 22 Dec, 2012 1 commit
    • Justin Ruggles's avatar
      ttadec: fix last frame handling when seeking · 5778299c
      Justin Ruggles authored
      Using a frame count, as is done currently, does not work at all with
      seeking. Instead, when the number of samples in the final frame has
      been decoded, we check if only the 32-bit CRC is remaining. If so, we
      assume that it is the final frame.
      
      There is no longer a need to keep total_frames in TTAContext.
      5778299c
  7. 04 Dec, 2012 1 commit
  8. 19 Oct, 2012 1 commit
  9. 17 Oct, 2012 1 commit
  10. 12 Oct, 2012 1 commit
  11. 30 Sep, 2012 1 commit
  12. 07 Aug, 2012 1 commit
  13. 30 Jul, 2012 1 commit
  14. 15 May, 2012 1 commit
  15. 02 May, 2012 1 commit
  16. 06 Apr, 2012 1 commit
  17. 28 Mar, 2012 1 commit
  18. 21 Mar, 2012 1 commit
  19. 08 Mar, 2012 1 commit
  20. 19 Feb, 2012 1 commit
  21. 17 Feb, 2012 2 commits
  22. 14 Feb, 2012 1 commit
  23. 11 Feb, 2012 5 commits
  24. 09 Feb, 2012 1 commit
  25. 17 Jan, 2012 1 commit
  26. 08 Jan, 2012 1 commit
  27. 07 Jan, 2012 1 commit
  28. 06 Jan, 2012 1 commit
  29. 22 Dec, 2011 1 commit
  30. 18 Dec, 2011 1 commit
  31. 10 Dec, 2011 1 commit
  32. 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