1. 12 Mar, 2017 1 commit
  2. 30 Jan, 2017 2 commits
  3. 25 Jan, 2017 2 commits
  4. 22 Jan, 2017 1 commit
  5. 16 Jan, 2017 1 commit
  6. 17 Dec, 2016 1 commit
  7. 14 Dec, 2016 1 commit
  8. 14 Nov, 2016 1 commit
  9. 13 Nov, 2016 1 commit
  10. 05 Nov, 2016 1 commit
  11. 22 Aug, 2016 2 commits
  12. 04 Aug, 2016 1 commit
  13. 03 Aug, 2016 1 commit
  14. 02 Aug, 2016 1 commit
  15. 21 Jul, 2016 1 commit
  16. 19 Jul, 2016 1 commit
  17. 15 Jul, 2016 1 commit
  18. 29 Jun, 2016 1 commit
  19. 22 Jun, 2016 1 commit
  20. 17 Jun, 2016 1 commit
  21. 13 Jun, 2016 1 commit
  22. 21 May, 2016 1 commit
  23. 17 May, 2016 1 commit
  24. 13 May, 2016 1 commit
  25. 03 May, 2016 1 commit
  26. 30 Apr, 2016 1 commit
  27. 12 Apr, 2016 1 commit
  28. 09 Apr, 2016 1 commit
  29. 07 Apr, 2016 2 commits
  30. 05 Apr, 2016 1 commit
  31. 23 Mar, 2016 1 commit
  32. 21 Mar, 2016 1 commit
  33. 29 Feb, 2016 2 commits
  34. 28 Feb, 2016 1 commit
  35. 22 Feb, 2016 1 commit
    • Anton Khirnov's avatar
      lavf: reorganize URLProtocols · 2758cded
      Anton Khirnov authored
      Instead of a linked list constructed at av_register_all(), store them
      in a constant array of pointers.
      
      Since no registration is necessary now, this removes some global state
      from lavf. This will also allow the urlprotocol layer caller to limit
      the available protocols in a simple and flexible way in the following
      commits.
      2758cded