1. 22 Feb, 2016 1 commit
  2. 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
  3. 03 Jul, 2015 1 commit
  4. 28 Feb, 2015 1 commit
  5. 10 Feb, 2015 1 commit
  6. 17 Nov, 2014 1 commit
  7. 04 Feb, 2014 1 commit
  8. 02 Aug, 2013 1 commit
  9. 20 Mar, 2012 1 commit
  10. 27 Jan, 2012 3 commits
  11. 21 Jan, 2012 1 commit
  12. 14 Nov, 2011 1 commit
  13. 13 Nov, 2011 1 commit
  14. 17 Oct, 2011 1 commit
  15. 12 Oct, 2011 2 commits
  16. 03 Sep, 2011 2 commits
  17. 12 Aug, 2011 1 commit
  18. 02 Aug, 2011 1 commit
  19. 16 Jun, 2011 1 commit
  20. 08 Jun, 2011 1 commit
  21. 27 May, 2011 1 commit
  22. 25 May, 2011 1 commit
  23. 17 May, 2011 2 commits
  24. 10 May, 2011 1 commit
  25. 19 Apr, 2011 2 commits
  26. 19 Mar, 2011 1 commit
  27. 15 Oct, 2010 1 commit
  28. 26 Sep, 2010 1 commit
  29. 24 Sep, 2010 1 commit
  30. 18 Aug, 2010 1 commit
  31. 17 Aug, 2010 1 commit
  32. 24 Jun, 2010 1 commit
  33. 18 May, 2010 1 commit
  34. 28 Apr, 2010 1 commit