[FFmpeg-devel] [PATCH 0/5] Add SDL2 support & drop SDL1 support

Josh de Kock josh at itanimul.li
Sat Sep 24 19:17:30 EEST 2016


On 22/09/2016 20:28, Josh de Kock wrote:
> 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
>

Set applied.

--
Josh


More information about the ffmpeg-devel mailing list