1. 08 Mar, 2020 1 commit
  2. 02 Feb, 2020 2 commits
  3. 25 Jan, 2020 3 commits
  4. 20 Jan, 2020 1 commit
  5. 08 Oct, 2019 1 commit
  6. 03 Oct, 2018 4 commits
  7. 18 Aug, 2018 1 commit
  8. 23 Nov, 2017 1 commit
  9. 10 Jul, 2017 1 commit
    • Diego Biurrun's avatar
      build: Add feature test macros for glibc 2.19+ · 825e463a
      Diego Biurrun authored
      glibc introduced _DEFAULT_SOURCE in version 2.19 to replace _BSD_SOURCE and
      _SVID_SOURCE, which were deprecated in version 2.20. Add _DEFAULT_SOURCE
      where the latter two are used to be forwards-compatible and avoid warnings
      about the use of deprecated definitions.
      825e463a
  10. 03 Sep, 2016 1 commit
  11. 19 Jun, 2016 2 commits
  12. 03 Jun, 2016 1 commit
    • Nicolas George's avatar
      lavf/udp: fix dead code. · 8b05a7ff
      Nicolas George authored
      Since d607861c, service can not be NULL, only "0".
      An UDP address with neither local port nor address leaves both
      service and node to their default value, and POSIX specifies
      that they are not allowed to be both NULL; "0" is equivalent
      to an unspecified port for all currently known protocols.
      
      Fix CID 1341570.
      8b05a7ff
  13. 02 Jun, 2016 1 commit
  14. 29 May, 2016 1 commit
  15. 24 May, 2016 3 commits
  16. 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
  17. 04 Dec, 2015 1 commit
  18. 25 Nov, 2015 2 commits
  19. 04 Oct, 2015 1 commit
  20. 22 Jun, 2015 1 commit
  21. 29 Mar, 2015 2 commits
  22. 19 Mar, 2015 1 commit
  23. 15 Mar, 2015 1 commit
  24. 14 Feb, 2015 1 commit
  25. 27 Nov, 2014 1 commit
  26. 05 Nov, 2014 1 commit
  27. 30 Aug, 2014 1 commit
  28. 16 Aug, 2014 2 commits