ffmpeg/libavdevice
Dave Rice 110b4a4918 avdevice/sdl2: add option to set window position
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>
2018-10-23 19:42:32 +02:00
..
tests
.gitignore lavfi,lavd: add gitignore for generated static component lists 2018-04-05 22:08:53 +01:00
Makefile avdevice: add android_camera indev 2018-02-22 00:29:27 +01:00
alldevices.c lavf: move avpriv function definition to internal.h 2018-04-02 02:16:14 +01:00
alsa.c avdevice: migrate to AVFormatContext->url 2018-01-28 23:06:43 +01:00
alsa.h lavd/alsa: Double maximum alsa buffer size. 2017-11-27 14:05:28 +01:00
alsa_dec.c
alsa_enc.c
android_camera.c avdevice/android_camera: Fix AVClass.version 2018-04-19 23:44:33 +02:00
avdevice.c Revert "lavd: add new API for iterating input and output devices" 2018-03-31 23:26:31 +01:00
avdevice.h Revert "lavd: add new API for iterating input and output devices" 2018-03-31 23:26:31 +01:00
avdeviceres.rc
avfoundation.m lavd/avfoundation: Fix skewed video output 2018-09-14 00:27:44 +02:00
bktr.c avdevice: migrate to AVFormatContext->url 2018-01-28 23:06:43 +01:00
caca.c avdevice: migrate to AVFormatContext->url 2018-01-28 23:06:43 +01:00
decklink_common.cpp avdevice/decklink: Fix compile breakage on OSX 2018-10-20 01:57:08 +02:00
decklink_common.h avdevice/decklink: add support for selecting devices based on their unique ID 2018-09-23 18:55:29 +02:00
decklink_common_c.h avdevice/decklink_dec: add option to align capture start time 2018-09-30 21:09:12 +02:00
decklink_dec.cpp avdevice/decklink_dec: add option to align capture start time 2018-09-30 21:09:12 +02:00
decklink_dec.h libavdevice/decklink: add support for -sources and -sinks arguments 2017-10-10 20:07:25 +02:00
decklink_dec_c.c avdevice/decklink_dec: add option to align capture start time 2018-09-30 21:09:12 +02:00
decklink_enc.cpp avdevice/decklink: Add support for EIA-708 output over SDI 2018-09-09 22:42:26 +02:00
decklink_enc.h libavdevice/decklink: add support for -sources and -sinks arguments 2017-10-10 20:07:25 +02:00
decklink_enc_c.c avdevice/decklink_enc: add support for setting duplex mode 2018-09-09 21:21:42 +02:00
dshow.c Cosmetics: Reindent after last commit. 2018-09-19 18:14:40 +02:00
dshow_capture.h
dshow_common.c
dshow_crossbar.c
dshow_enummediatypes.c
dshow_enumpins.c
dshow_filter.c
dshow_pin.c
fbdev_common.c
fbdev_common.h
fbdev_dec.c avdevice: migrate to AVFormatContext->url 2018-01-28 23:06:43 +01:00
fbdev_enc.c avdevice: migrate to AVFormatContext->url 2018-01-28 23:06:43 +01:00
file_open.c
gdigrab.c avdevice: migrate to AVFormatContext->url 2018-01-28 23:06:43 +01:00
iec61883.c avdevice/iec61883: free the private context at the end 2018-04-18 22:45:09 -03:00
internal.h
jack.c avdevice: migrate to AVFormatContext->url 2018-01-28 23:06:43 +01:00
kmsgrab.c kmsgrab: add category for kmsgrab 2018-03-26 22:39:12 +01:00
lavfi.c lav*,tests: remove several register_all calls 2018-04-02 03:26:22 +01:00
libavdevice.v
libcdio.c avdevice: migrate to AVFormatContext->url 2018-01-28 23:06:43 +01:00
libdc1394.c lavd/libdc1394: Do not crash if dc1394_camera_new() fails. 2017-08-18 19:20:15 +02:00
libndi_newtek_common.h lavd: implement NewTek NDI input/output device support 2017-08-27 18:07:50 +02:00
libndi_newtek_dec.c avdevice: migrate to AVFormatContext->url 2018-01-28 23:06:43 +01:00
libndi_newtek_enc.c avdevice: migrate to AVFormatContext->url 2018-01-28 23:06:43 +01:00
openal-dec.c avdevice: migrate to AVFormatContext->url 2018-01-28 23:06:43 +01:00
opengl_enc.c avdevice: migrate to AVFormatContext->url 2018-01-28 23:06:43 +01:00
opengl_enc_shaders.h
oss.c Merge commit 'b586903ae1b89e2d8b99c79f33cabe9b3ca03784' 2017-11-11 16:19:50 -03:00
oss.h
oss_dec.c avdevice: migrate to AVFormatContext->url 2018-01-28 23:06:43 +01:00
oss_enc.c avdevice: migrate to AVFormatContext->url 2018-01-28 23:06:43 +01:00
pulse_audio_common.c
pulse_audio_common.h
pulse_audio_dec.c avdevice/pulse_audio_dec: set channel map 2018-09-14 22:12:54 +02:00
pulse_audio_enc.c avdevice: migrate to AVFormatContext->url 2018-01-28 23:06:43 +01:00
reverse.c avdevice: make ff_reverse available on shared builds 2017-07-20 00:33:29 -03:00
sdl2.c avdevice/sdl2: add option to set window position 2018-10-23 19:42:32 +02:00
sndio.c
sndio.h
sndio_dec.c avdevice: migrate to AVFormatContext->url 2018-01-28 23:06:43 +01:00
sndio_enc.c avdevice: migrate to AVFormatContext->url 2018-01-28 23:06:43 +01:00
timefilter.c
timefilter.h
utils.c
v4l2-common.c lavd/v4l2: Add ARGB and XRGB packed pixel formats 2018-05-10 22:40:57 +02:00
v4l2-common.h
v4l2.c avdevice: migrate to AVFormatContext->url 2018-01-28 23:06:43 +01:00
v4l2enc.c avdevice/v4l2enc: add video4linux2 name alias 2018-06-18 16:26:23 -08:00
version.h avdevice/sdl2: add option to set window position 2018-10-23 19:42:32 +02:00
vfwcap.c lavd/vfwcap: Pass pointers to int instead of long to av_parse_video_size(). 2018-04-18 20:26:44 +02:00
xcbgrab.c avdevice: migrate to AVFormatContext->url 2018-01-28 23:06:43 +01:00
xv.c avdevice: migrate to AVFormatContext->url 2018-01-28 23:06:43 +01:00