1. 20 Sep, 2019 1 commit
  2. 02 Sep, 2019 1 commit
    • Andriy Gelman's avatar
      avformat: Add ZeroMQ as a protocol · ef43a4d6
      Andriy Gelman authored
      When ffmpeg was streaming, multiple clients were only supported by using a
      multicast destination address. An alternative was to stream to a server which
      re-distributes the content. This commit adds ZeroMQ as a protocol, which allows
      multiple clients to connect to a single ffmpeg instance.
      Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
      ef43a4d6
  3. 21 Jun, 2019 1 commit
  4. 20 May, 2019 1 commit
  5. 07 Apr, 2019 1 commit
  6. 15 Jan, 2019 1 commit
  7. 20 Dec, 2018 1 commit
  8. 10 Dec, 2018 1 commit
  9. 27 Nov, 2018 1 commit
  10. 24 Nov, 2018 1 commit
  11. 26 Oct, 2018 1 commit
  12. 13 Oct, 2018 1 commit
  13. 03 Oct, 2018 2 commits
  14. 12 Sep, 2018 3 commits
  15. 11 Sep, 2018 1 commit
  16. 24 Aug, 2018 1 commit
  17. 20 Jul, 2018 1 commit
  18. 25 May, 2018 1 commit
  19. 21 May, 2018 1 commit
  20. 04 May, 2018 1 commit
    • wm4's avatar
      avformat: add vapoursynth wrapper · 7074a7cc
      wm4 authored
      This can "demux" .vpy files. Autodetection of .vpy scripts is
      intentionally not done, because it would be a major security issue. You
      need to force the format, for example with "-f vapoursynth" for the
      FFmpeg CLI tools.
      
      Some minor code copied from other LGPL parts of FFmpeg.
      
      I did not find a good way to test a few of the more obscure VS features,
      like VFR nodes, compat pixel formats, or nodes with dynamic size/format
      changes. These can be easily implemented on demand.
      7074a7cc
  21. 25 Apr, 2018 1 commit
  22. 23 Apr, 2018 2 commits
  23. 20 Apr, 2018 1 commit
  24. 05 Apr, 2018 1 commit
  25. 28 Mar, 2018 1 commit
  26. 17 Mar, 2018 1 commit
  27. 07 Mar, 2018 2 commits
  28. 24 Feb, 2018 1 commit
  29. 12 Feb, 2018 1 commit
  30. 09 Feb, 2018 1 commit
  31. 07 Feb, 2018 1 commit
  32. 06 Feb, 2018 2 commits
  33. 06 Jan, 2018 1 commit
  34. 17 Dec, 2017 1 commit