[FFmpeg-devel] [PATCH 0/5] Add SDL2 support & drop SDL1 support
Josh de Kock
josh at itanimul.li
Thu Sep 22 22:28:46 EEST 2016
Hopefully the final iteration of this set--it drops SDL1 support
entirely rather than adding another ffplay version and keeping the
SDL1 output device. All of it has been reviewed before, so there
shouldn't be too much (or anything to change).
Josh de Kock (3):
lavd: Add SDL2 output device
MAINTAINERS: update my entries
lavd: drop SDL1 device & drop SDL1 support in general
Lukasz Marek (1):
lavd/opengl: use SDL2
Marton Balint (1):
ffplay: add SDL2 support
Changelog | 4 +
MAINTAINERS | 1 +
configure | 51 ++--
ffplay.c | 594 ++++++++++++++++++++---------------------------
libavdevice/Makefile | 2 +-
libavdevice/alldevices.c | 2 +-
libavdevice/opengl_enc.c | 109 ++++-----
libavdevice/sdl.c | 377 ------------------------------
libavdevice/sdl2.c | 377 ++++++++++++++++++++++++++++++
9 files changed, 702 insertions(+), 815 deletions(-)
delete mode 100644 libavdevice/sdl.c
create mode 100644 libavdevice/sdl2.c
--
2.8.4 (Apple Git-73)
More information about the ffmpeg-devel
mailing list