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

Lukasz Marek lukasz.m.luki2 at gmail.com
Sat Sep 24 20:25:40 EEST 2016


On 24 September 2016 at 18:17, Josh de Kock <josh at itanimul.li> wrote:

> 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.
>

You ignored my review (at least part of it) regarding sdl2 device.
http://ffmpeg.org/pipermail/ffmpeg-devel/2016-September/199732.html


More information about the ffmpeg-devel mailing list