1. 26 Mar, 2013 1 commit
  2. 09 Mar, 2013 1 commit
  3. 08 Mar, 2013 2 commits
  4. 06 Mar, 2013 1 commit
  5. 01 Mar, 2013 1 commit
  6. 19 Feb, 2013 1 commit
  7. 16 Feb, 2013 1 commit
  8. 30 Dec, 2012 2 commits
  9. 05 Dec, 2012 1 commit
  10. 04 Dec, 2012 2 commits
  11. 13 Nov, 2012 1 commit
  12. 01 Nov, 2012 1 commit
  13. 19 Oct, 2012 1 commit
  14. 08 Oct, 2012 1 commit
  15. 07 Aug, 2012 1 commit
  16. 03 Aug, 2012 1 commit
  17. 14 Jul, 2012 1 commit
  18. 02 Jul, 2012 1 commit
  19. 22 Jun, 2012 2 commits
  20. 09 May, 2012 1 commit
  21. 11 Apr, 2012 1 commit
  22. 23 Mar, 2012 1 commit
  23. 22 Mar, 2012 2 commits
  24. 20 Feb, 2012 1 commit
  25. 01 Feb, 2012 1 commit
  26. 16 Jan, 2012 1 commit
  27. 14 Jan, 2012 1 commit
    • Reimar Döffinger's avatar
      Fix leaking of side data. · c4ba5198
      Reimar Döffinger authored
      While we correctly "register" the side data when we split it,
      the application (in this case FFmpeg) might not update the
      AVPacket pool it uses to finally free the packet, thus
      causing a leak.
      This also makes the av_dup_packet unnecessary which could
      cause an even worse leak in this situation.
      Also change the code to not modify the user-provide AVPacket at all.
      Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
      c4ba5198
  28. 12 Jan, 2012 1 commit
  29. 18 Dec, 2011 1 commit
  30. 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
  31. 19 Nov, 2011 1 commit
  32. 05 Nov, 2011 1 commit
  33. 20 Oct, 2011 1 commit
  34. 07 Oct, 2011 1 commit
  35. 10 Jul, 2011 1 commit