1. 11 Sep, 2016 1 commit
  2. 04 Mar, 2016 1 commit
  3. 22 Feb, 2016 1 commit
  4. 24 Jan, 2016 1 commit
    • Anton Khirnov's avatar
      lavf: allow custom IO for all files · 9f61abc8
      Anton Khirnov authored
      Some (de)muxers open additional files beyond the main IO context.
      Currently, they call avio_open() directly, which prevents the caller
      from using custom IO for such streams.
      
      This commit adds callbacks to AVFormatContext that default to
      avio_open2()/avio_close(), but can be overridden by the caller. All
      muxers and demuxers using AVIO are switched to using those callbacks
      instead of calling avio_open()/avio_close() directly.
      
      (de)muxers that use the URLProtocol layer directly instead of AVIO
      remain unconverted for now. This should be fixed in later commits.
      9f61abc8
  5. 03 Jul, 2015 1 commit
  6. 10 May, 2015 1 commit
  7. 28 Feb, 2015 1 commit
  8. 10 Feb, 2015 1 commit
  9. 17 Nov, 2014 1 commit
  10. 04 Feb, 2014 1 commit
  11. 02 Aug, 2013 1 commit
  12. 30 Jul, 2012 1 commit
  13. 28 Jun, 2012 1 commit
  14. 19 Jun, 2012 1 commit
  15. 18 Jun, 2012 1 commit
  16. 03 Jun, 2012 1 commit
  17. 20 Mar, 2012 1 commit
  18. 27 Jan, 2012 3 commits
  19. 21 Jan, 2012 2 commits
  20. 01 Dec, 2011 2 commits
  21. 14 Nov, 2011 1 commit
  22. 13 Nov, 2011 1 commit
  23. 17 Oct, 2011 1 commit
  24. 12 Oct, 2011 2 commits
  25. 03 Sep, 2011 2 commits
  26. 12 Aug, 2011 1 commit
  27. 02 Aug, 2011 1 commit
  28. 16 Jun, 2011 1 commit
  29. 08 Jun, 2011 1 commit
  30. 27 May, 2011 1 commit
  31. 25 May, 2011 1 commit
  32. 21 May, 2011 1 commit
  33. 19 May, 2011 1 commit
  34. 17 May, 2011 1 commit