Ticket #2344 (open enhancement)
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
comment:2 follow-up: ↓ 3 Changed 2 months ago by cehoyos
- Keywords fullscreen removed
- Priority changed from normal to wish
- Status changed from new to open
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.)
comment:3 in reply to: ↑ 2 Changed 2 months ago by cehoyos
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.
Note: See
TracTickets for help on using
tickets.



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?