1. 18 Apr, 2013 1 commit
  2. 17 Apr, 2013 2 commits
  3. 11 Apr, 2013 1 commit
  4. 31 Mar, 2013 1 commit
  5. 14 Mar, 2013 3 commits
  6. 12 Mar, 2013 1 commit
  7. 10 Mar, 2013 1 commit
  8. 05 Mar, 2013 1 commit
    • Nicolas George's avatar
      examples/muxing: fix memory leak. · 9b211c43
      Nicolas George authored
      Do not re-call avcodec_get_context_defaults3(), it is already
      called by avformat_new_stream() and it leaks the codec
      priv_data that was already allocated.
      
      Use avformat_free_context() instead of freeing (not)
      everything manually.
      
      Fix trac ticket #2322.
      9b211c43
  9. 01 Mar, 2013 1 commit
  10. 17 Feb, 2013 1 commit
    • Nicolas George's avatar
      doc/examples: do not allocate AVFrame directly. · dcc73aaa
      Nicolas George authored
      The size of the AVFrame structure is not part of the ABI;
      it can grow with later versions. Therefore, applications
      are not supposed to allocate AVFrame directly, they are
      supposed to use avcodec_alloc_frame() instead.
      dcc73aaa
  11. 14 Feb, 2013 1 commit
  12. 15 Jan, 2013 1 commit
  13. 14 Jan, 2013 1 commit
  14. 02 Jan, 2013 1 commit
  15. 16 Dec, 2012 1 commit
  16. 06 Dec, 2012 1 commit
  17. 06 Nov, 2012 3 commits
  18. 26 Oct, 2012 1 commit
  19. 23 Oct, 2012 1 commit
  20. 20 Oct, 2012 5 commits
  21. 17 Oct, 2012 6 commits
  22. 16 Oct, 2012 1 commit
  23. 15 Oct, 2012 4 commits