1. 28 Nov, 2017 2 commits
  2. 26 Nov, 2017 1 commit
  3. 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
  4. 21 Nov, 2017 1 commit
  5. 20 Nov, 2017 1 commit
  6. 19 Nov, 2017 2 commits
  7. 15 Nov, 2017 3 commits
  8. 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
  9. 10 Nov, 2017 1 commit
  10. 05 Nov, 2017 3 commits
  11. 04 Nov, 2017 2 commits
  12. 01 Nov, 2017 1 commit
  13. 30 Oct, 2017 1 commit
  14. 29 Oct, 2017 3 commits
  15. 26 Oct, 2017 1 commit
  16. 24 Oct, 2017 1 commit
  17. 23 Oct, 2017 2 commits
  18. 21 Oct, 2017 1 commit
  19. 18 Oct, 2017 1 commit
  20. 16 Oct, 2017 1 commit
  21. 11 Oct, 2017 1 commit
  22. 08 Oct, 2017 1 commit
    • Marton Balint's avatar
      ffmpeg: always use single threaded decoding for attached pictures · 41569bbc
      Marton Balint authored
      Since af1761f7 ffmpeg waits for a frame in each
      stream before writing the output header. If we are using threaded decoding for
      attached pictures, we have to read till EOF to be able to finally flush the
      decoder and output the decoded frame. This essentially makes ffmpeg buffer all
      non-attached picture packets, which will cause a "Too many packets buffered for
      output stream" eventually.
      
      By forcing single threaded decoding, we get a frame from a single packet as
      well and we can avoid the error.
      
      Fixes part of ticket #6375:
      ffmpeg -i 46564100.mp3 -acodec libmp3lame -ab 128k -ac 2 out.mp3
      Reviewed-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
      Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
      41569bbc
  23. 03 Oct, 2017 1 commit