1. 24 Mar, 2018 2 commits
  2. 22 Mar, 2018 1 commit
  3. 20 Mar, 2018 1 commit
  4. 17 Mar, 2018 1 commit
  5. 16 Mar, 2018 1 commit
  6. 12 Mar, 2018 1 commit
  7. 05 Mar, 2018 2 commits
  8. 27 Feb, 2018 1 commit
  9. 24 Feb, 2018 2 commits
  10. 23 Feb, 2018 1 commit
  11. 08 Feb, 2018 1 commit
  12. 06 Feb, 2018 2 commits
  13. 02 Feb, 2018 2 commits
  14. 28 Jan, 2018 1 commit
  15. 25 Jan, 2018 1 commit
    • Mark Thompson's avatar
      ffmpeg: Ignore SIGPIPE · 74cf4a75
      Mark Thompson authored
      On systems which deliver SIGPIPE (Unices), a broken pipe will currently
      result in the immediate termination of the ffmpeg process (the default
      disposition as required by POSIX).  This is undesirable, because while
      the broken pipe is likely fatal to useful cleanup of whatever component
      is writing to it, there might be other components which can do useful
      cleanup - for example, a muxer on another stream may still need to write
      indexes to complete a file.  Therefore, set the signal disposition for
      SIGPIPE to ignore the signal - the call which caused the signal will
      fail with EPIPE and the error will be propagated upwards like any other
      I/O failure on a single stream.
      74cf4a75
  16. 07 Jan, 2018 1 commit
  17. 06 Jan, 2018 1 commit
  18. 04 Jan, 2018 1 commit
  19. 26 Dec, 2017 1 commit
  20. 28 Nov, 2017 2 commits
  21. 26 Nov, 2017 1 commit
  22. 22 Nov, 2017 1 commit
    • Mark Thompson's avatar
      lavu,lavfi,ffmpeg: Remove experimental OpenCL API · 3650cb2d
      Mark Thompson authored
      This was added in early 2013 and abandoned several months later; as far as
      I can tell, there are no external users.  Future OpenCL use will be via
      hwcontext, which requires neither special OpenCL-only API nor global state
      in libavutil.
      
      All internal users are also deleted - this is just the unsharp filter
      (replaced by unsharp_opencl, which is more flexible) and the deshake filter
      (no replacement).
      3650cb2d
  23. 21 Nov, 2017 1 commit
  24. 20 Nov, 2017 1 commit
  25. 19 Nov, 2017 2 commits
  26. 15 Nov, 2017 3 commits
  27. 11 Nov, 2017 1 commit
    • Timo Rothenpieler's avatar
      ffmpeg: use explicitly requested hwaccel only · 6a4d1c90
      Timo Rothenpieler authored
      With there being two hwaccels that use the CUDA pix_fmt now, just
      relying on the pix_fmt to identify the selected hwaccel is not enough
      anymore.
      
      So this checks if the user explicitly selected a hwaccel, and only
      accepts that one.
      6a4d1c90
  28. 10 Nov, 2017 1 commit
  29. 05 Nov, 2017 3 commits