[FFmpeg-devel] [PATCH] avdev: Add SDL2 output device

Josh de Kock josh at itanimul.li
Sun Sep 11 21:05:38 EEST 2016


On 11/09/2016 19:04, Clément Bœsch wrote:
> On Sun, Sep 11, 2016 at 08:02:12PM +0200, Michael Niedermayer wrote:
>> On Sun, Sep 11, 2016 at 04:38:12PM +0100, Josh de Kock wrote:
>>> This actually seems to work now, it didn't in the past, so maybe SDL2
>>> was patched or something changed in FFmpeg.
>>>
>>> I will make an avfilter of this as well as the outdev.
>>>
>>> Signed-off-by: Josh de Kock <josh at itanimul.li>
>>> ---
>>>  configure                |  24 ++-
>>>  libavdevice/Makefile     |   1 +
>>>  libavdevice/alldevices.c |   1 +
>>>  libavdevice/sdl2.c       | 373 +++++++++++++++++++++++++++++++++++++++++++++++
>>>  4 files changed, 398 insertions(+), 1 deletion(-)
>>>  create mode 100644 libavdevice/sdl2.c
>>
>> very nice!
>>
>> Acked-by: Michael
>>
>
> Note that it disables ffplay by default; so I'd better wait for a
> consensus with that regard before
>
I will convert ffplay to sdl2, and then resubmit the patchset (probably 
later this week).


More information about the ffmpeg-devel mailing list