1. 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
  2. 02 Jan, 2013 1 commit
  3. 26 Oct, 2012 1 commit
  4. 17 Oct, 2012 6 commits
  5. 15 Oct, 2012 4 commits
  6. 11 Sep, 2012 5 commits
  7. 30 Aug, 2012 1 commit
  8. 24 Aug, 2012 1 commit
  9. 21 Aug, 2012 1 commit
  10. 07 Aug, 2012 1 commit
    • Stefano Sabatini's avatar
      examples/muxing: set codec in the codec context · 13bbc464
      Stefano Sabatini authored
      Make add_{audio,video}_stream return the found codec, and pass it to
      avcodec_open2() through open_{audio,video} functions.
      
      Fix failure:
      No codec provided to avcodec_open2().
      could not open codec
      
      This is also consistent with the use of the avcodec_open2() API in the
      codebase.
      13bbc464
  11. 05 Aug, 2012 1 commit
  12. 04 Aug, 2012 1 commit
  13. 19 May, 2012 1 commit
  14. 28 Jan, 2012 1 commit
  15. 02 Dec, 2011 2 commits
  16. 05 Nov, 2011 1 commit
  17. 27 Jul, 2011 2 commits
  18. 10 Jul, 2011 1 commit
  19. 04 Jul, 2011 1 commit
  20. 01 Jun, 2011 1 commit
  21. 30 May, 2011 2 commits
  22. 22 May, 2011 1 commit
  23. 30 Apr, 2011 1 commit
  24. 19 Apr, 2011 1 commit
  25. 07 Apr, 2011 1 commit