1. 14 Apr, 2012 1 commit
  2. 08 Apr, 2012 1 commit
  3. 05 Apr, 2012 1 commit
  4. 26 Mar, 2012 3 commits
  5. 18 Mar, 2012 1 commit
  6. 06 Mar, 2012 1 commit
  7. 05 Mar, 2012 1 commit
  8. 04 Mar, 2012 1 commit
  9. 01 Mar, 2012 1 commit
  10. 29 Feb, 2012 1 commit
  11. 27 Feb, 2012 1 commit
  12. 25 Feb, 2012 1 commit
  13. 23 Feb, 2012 1 commit
  14. 20 Feb, 2012 2 commits
  15. 08 Feb, 2012 2 commits
  16. 02 Feb, 2012 1 commit
  17. 01 Feb, 2012 1 commit
    • Janne Grunau's avatar
      avcodec: Add av_fast_padded_malloc(). · 316fc744
      Janne Grunau authored
      Wrapper around av_fast_malloc() that keeps FF_INPUT_BUFFER_PADDING_SIZE
      zero-padded bytes at the end of the used buffer.
      
      Based on a patch by Reimar Döffinger <Reimar.Doeffinger@gmx.de>.
      316fc744
  18. 31 Jan, 2012 2 commits
  19. 30 Jan, 2012 2 commits
  20. 28 Jan, 2012 1 commit
  21. 27 Jan, 2012 2 commits
  22. 25 Jan, 2012 1 commit
  23. 21 Jan, 2012 1 commit
  24. 16 Jan, 2012 1 commit
  25. 12 Jan, 2012 1 commit
  26. 11 Jan, 2012 1 commit
  27. 03 Jan, 2012 2 commits
  28. 25 Dec, 2011 1 commit
  29. 18 Dec, 2011 2 commits
  30. 12 Dec, 2011 1 commit
    • Anton Khirnov's avatar
      lavf: add avformat_close_input(). · 52660454
      Anton Khirnov authored
      It sets the supplied AVFormatContext pointer to NULL after freeing it,
      which is safer and its name is consistent with other lavf functions.
      
      Also deprecate av_close_input_file().
      52660454
  31. 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