1. 23 Jan, 2019 1 commit
  2. 12 Apr, 2018 1 commit
  3. 24 Mar, 2016 1 commit
    • Martin Storsjö's avatar
      avio: Copy URLContext generic options into child URLContexts · fab8156b
      Martin Storsjö authored
      Since all URLContexts have the same AVOptions, such AVOptions
      will be applied on the outermost context only and removed from the
      dict, while they probably make sense on all contexts.
      
      This makes sure that rw_timeout gets propagated to the innermost
      URLContext (to make sure it gets passed to the tcp protocol, when
      opening a http connection for instance).
      
      Alternatively, such matching options would be kept in the dict
      and only removed after the ffurl_connect call.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      fab8156b
  4. 04 Mar, 2016 1 commit
  5. 22 Feb, 2016 2 commits
    • Anton Khirnov's avatar
      urlprotocol: receive a list of protocols from the caller · 8c0ceafb
      Anton Khirnov authored
      This way, the decisions about which protocols are available for use in
      any given situations can be delegated to the caller.
      8c0ceafb
    • 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
  6. 02 Feb, 2016 1 commit
  7. 23 Jan, 2015 1 commit
  8. 06 Jan, 2015 1 commit
  9. 24 Oct, 2014 1 commit
  10. 07 Aug, 2014 1 commit
  11. 29 Jul, 2013 1 commit
  12. 11 Mar, 2013 1 commit
  13. 07 Mar, 2013 1 commit
  14. 03 Mar, 2013 1 commit
  15. 20 Dec, 2012 1 commit
  16. 19 Oct, 2012 1 commit
  17. 06 Jul, 2012 1 commit
  18. 22 Jun, 2012 1 commit
  19. 14 Feb, 2012 3 commits
  20. 29 Dec, 2011 1 commit
  21. 01 Dec, 2011 3 commits
  22. 13 Nov, 2011 4 commits
  23. 12 May, 2011 1 commit
    • Diego Biurrun's avatar
      configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. · 046f081b
      Diego Biurrun authored
      Adding _POSIX_C_SOURCE to CPPFLAGS globally produces all sorts of problems
      since it causes certain system functions to be hidden on some (BSD) systems.
      The solution is to only add the flag on systems that really require it, i.e.
      glibc-based ones.
      
      This change makes BSD systems compile out-of-the-box without the need for
      adding specific flags manually.  It also allows dropping a number of flags
      set manually on a file-per-file basis, but were only present to work around
      breakage introduced by the presence of _POSIX_C_SOURCE.
      
      Also add _XOPEN_SOURCE to CPPFLAGS for glibc systems.  We use XSI extensions
      in several places already, so it is preferable to define it globally instead
      of littering source files with individual #defines only needed for glibc.
      046f081b
  24. 20 Apr, 2011 1 commit
  25. 19 Apr, 2011 1 commit
  26. 08 Apr, 2011 1 commit
  27. 07 Apr, 2011 1 commit
  28. 06 Apr, 2011 1 commit
  29. 04 Apr, 2011 3 commits
  30. 19 Mar, 2011 1 commit