Ticket #2344 (open enhancement)

Opened 2 months ago

Last modified 2 months ago

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:1 follow-up: ↓ 4 Changed 2 months ago by dronus

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

comment:4 in reply to: ↑ 1 Changed 2 months ago by cehoyos

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.

Note: See TracTickets for help on using tickets.