1. 30 Jan, 2019 2 commits
  2. 15 Jan, 2019 1 commit
  3. 03 Jan, 2019 1 commit
  4. 10 Dec, 2018 1 commit
  5. 01 Dec, 2018 1 commit
  6. 01 Nov, 2018 4 commits
  7. 23 Oct, 2018 1 commit
    • Dave Rice's avatar
      avdevice/sdl2: add option to set window position · 110b4a49
      Dave Rice authored
      Allows arrangement of multiple windows such as:
      ffmpeg -re -f lavfi -i mandelbrot -f sdl -window_x 1 -window_y 1 mandelbrot -vf waveform,format=yuv420p -f sdl -window_x 641 -window_y 1 waveform -vf vectorscope,format=yuv420p -f sdl -window_x 1 -window_y 481 vectorscop
      
      Some changes by Marton Balint:
      - allow negative position (partially or fully out-of-screen positions seem to
        be sanitized automatically by SDL (or my WM?), so no special handling is
        needed)
      - only show window after the position is set
      - do not use resizable and borderless flags at the same time, that caused
        issues in ffplay
      - add docs
      Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
      110b4a49
  8. 19 Oct, 2018 1 commit
  9. 30 Sep, 2018 1 commit
  10. 23 Sep, 2018 1 commit
  11. 19 Sep, 2018 2 commits
  12. 14 Sep, 2018 1 commit
  13. 13 Sep, 2018 1 commit
  14. 09 Sep, 2018 2 commits
  15. 24 Aug, 2018 1 commit
  16. 19 Jun, 2018 1 commit
  17. 12 Jun, 2018 4 commits
  18. 19 May, 2018 2 commits
  19. 10 May, 2018 1 commit
    • Anton Leontiev's avatar
      lavd/v4l2: Add ARGB and XRGB packed pixel formats · 94818025
      Anton Leontiev authored
      Formats ARGB32, XRGB32, ABGR32, and XBGR32 were added to V4L2 instead
      of ill-defined deprecated RGB32/BGR32 pixel formats.
      
      When pixel format is not specified explicitly FFmpeg tries formats in
      order in which they are stored in the table. Therefore formats are
      sorted as follows: BGR is preferred over RGB and XBGR is preferred
      over ARGB, because it could give better performance by ignoring alpha
      component.
      94818025
  20. 30 Apr, 2018 2 commits
  21. 19 Apr, 2018 3 commits
  22. 18 Apr, 2018 2 commits
  23. 16 Apr, 2018 2 commits
  24. 05 Apr, 2018 1 commit
  25. 02 Apr, 2018 1 commit