1. 17 May, 2016 2 commits
  2. 10 Apr, 2016 1 commit
  3. 24 Mar, 2016 3 commits
  4. 17 Mar, 2016 1 commit
  5. 04 Mar, 2016 1 commit
  6. 22 Feb, 2016 5 commits
  7. 02 Feb, 2016 1 commit
  8. 29 Jan, 2016 1 commit
  9. 20 Jan, 2016 1 commit
  10. 31 Jul, 2015 1 commit
  11. 29 Jun, 2015 1 commit
  12. 24 Jun, 2015 1 commit
  13. 22 Jun, 2015 1 commit
  14. 18 Jun, 2015 1 commit
  15. 29 May, 2015 1 commit
  16. 27 Mar, 2015 1 commit
  17. 11 Mar, 2015 1 commit
  18. 20 Oct, 2014 1 commit
  19. 15 Aug, 2014 1 commit
  20. 12 Aug, 2014 1 commit
  21. 26 Jul, 2014 1 commit
  22. 17 May, 2014 1 commit
  23. 30 Mar, 2014 1 commit
  24. 05 Mar, 2014 1 commit
  25. 16 Feb, 2014 1 commit
  26. 30 Oct, 2013 1 commit
    • Martin Storsjö's avatar
      lavf: Remove a now useless parameter to ffurl_register_protocol · 0c5f8396
      Martin Storsjö authored
      This was added in 9b07a2dc as an ABI hack to allow older
      code built with lavf 52 to register protocols even if the size
      of the URLProtocol struct was increased. Later, registering
      protocols from outside of lavf was removed and this workaround
      isn't needed any longer since lavf 53.
      
      This removes an unchecked malloc and a memory leak for the cases
      when this workaround actually was used - which it hasn't since
      lavf 53.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      0c5f8396
  27. 29 Oct, 2013 1 commit
  28. 27 Oct, 2013 2 commits
  29. 21 Oct, 2013 1 commit
    • Luca Barbato's avatar
      avio: Use AVERROR_PROTOCOL_NOT_FOUND · ea71aafd
      Luca Barbato authored
      When the protocol is missing ffurl_alloc() should return
      AVERROR_PROTOCOL_NOT_FOUND instead of AVERROR(ENOENT).
      
      Bug-Id: 577
      CC: libav-stable@libav.org
      ea71aafd
  30. 12 Jul, 2013 1 commit
  31. 10 Jul, 2013 1 commit
  32. 07 Jul, 2013 1 commit