- 23 Oct, 2018 1 commit
-
-
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:
Marton Balint <cus@passwd.hu>
-
- 19 May, 2018 2 commits
-
-
Martin Vignali authored
-
Martin Vignali authored
-
- 28 Jan, 2018 1 commit
-
-
Marton Balint authored
Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- 25 Sep, 2016 2 commits
-
-
Josh de Kock authored
This commit also adds an sdl alias for the configure script.
-
Josh de Kock authored
-
- 24 Sep, 2016 3 commits
-
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
There is a paragraph for unsupported SDL formats.
-
Josh de Kock authored
Acked-by: Michael Niedermayer Signed-off-by:
Josh de Kock <josh@itanimul.li>
-