Opened 11 years ago

Closed 11 years ago

#2344 closed enhancement (fixed)

libavdevice SDL fullscreen output

Reported by: dronus Owned by:
Priority: wish Component: avdevice
Version: git-master Keywords: SDL
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

It would be nice if SDL output could be done fullscreen. That would enhance the use of ffmpeg as a realtime video filter.

Change History (5)

comment:1 by dronus, 11 years ago

I've already done a naive simple implementation, see pull request at https://github.com/FFmpeg/FFmpeg/pulls .

Not sure if the switch parameter type should be INT, is there a BOOLEAN option type to?

Could the switch be named 'fullscreen' only, or do device options clutter some global option namespace?

comment:2 by Carl Eugen Hoyos, 11 years ago

Keywords: fullscreen removed
Priority: normalwish
Status: newopen

Please send your patch to ffmpeg-devel, it can be reviewed there.

Unrelated: Do you know why the rgb2xyz filter was never posted on ffmpeg-devel?
(I just found the pull request but this is unusual for a new feature.)

in reply to:  2 comment:3 by Carl Eugen Hoyos, 11 years ago

Replying to cehoyos:

Unrelated: Do you know why the rgb2xyz filter was never posted on ffmpeg-devel?
(I just found the pull request but this is unusual for a new feature.)

Sorry, I did not realize there are two requests not from you and one from you. Please ignore.

in reply to:  1 comment:4 by Carl Eugen Hoyos, 11 years ago

Replying to dronus:

Not sure if the switch parameter type should be INT, is there a BOOLEAN option type to?

There is no boolean type in C except int afaik.

comment:5 by Elon Musk, 11 years ago

Resolution: fixed
Status: openclosed
Note: See TracTickets for help on using tickets.