[FFmpeg-devel] [PATCH 0/4] ffplay and lavd SDL2 set

Josh de Kock josh at itanimul.li
Thu Sep 15 01:27:29 EEST 2016


Hi,

Resending this set with ffplay now having two versions, a SDL2 and a
SDL1 version. I've integrated all comments up until now (hopefully).

Josh

Josh de Kock (3):
  lavd: Add SDL2 output device
  ffplay: make copy for SDL1
  MAINTAINERS: update my entries

Marton Balint (1):
  ffplay: add SDL2 support

 MAINTAINERS               |   4 +-
 Makefile                  |   1 +
 configure                 |  35 ++-
 ffplay.c                  | 599 +++++++++++++++++++---------------------------
 ffplay.c => ffplay_sdl1.c |   1 -
 libavdevice/Makefile      |   1 +
 libavdevice/alldevices.c  |   1 +
 libavdevice/sdl2.c        | 377 +++++++++++++++++++++++++++++
 8 files changed, 665 insertions(+), 354 deletions(-)
 copy ffplay.c => ffplay_sdl1.c (99%)
 create mode 100644 libavdevice/sdl2.c

-- 
2.7.4 (Apple Git-66)



More information about the ffmpeg-devel mailing list