Re: [FFmpeg-devel] avdevice/sdl output : fix window_size and add new option (WIP)

2018-05-19 Thread Martin Vignali
> > Thanks for comments and testing. > Dropped the window_pos patch. > > New patch in attach : > - 001 : Fix -window_size option --> Unchanged patch > - 002 : Add option to disable quit action : Add doc > > > Pushed Martin ___ ffmpeg-devel mailing list f

Re: [FFmpeg-devel] avdevice/sdl output : fix window_size and add new option (WIP)

2018-05-08 Thread Martin Vignali
2018-04-20 22:24 GMT+02:00 Moritz Barsnick : > On Sun, Apr 08, 2018 at 17:28:24 +0200, Martin Vignali wrote: > > > - 001 : Fix -window_size option > > Before this patch, window_size is always set to the source size > > In other word, -window_size option have no effect. > > Makes sense, since the o

Re: [FFmpeg-devel] avdevice/sdl output : fix window_size and add new option (WIP)

2018-04-20 Thread Moritz Barsnick
On Sun, Apr 08, 2018 at 17:28:24 +0200, Martin Vignali wrote: > - 001 : Fix -window_size option > Before this patch, window_size is always set to the source size > In other word, -window_size option have no effect. Makes sense, since the option was already there. > - 002 : Add option to set the

Re: [FFmpeg-devel] avdevice/sdl output : fix window_size and add new option (WIP)

2018-04-14 Thread Martin Vignali
2018-04-08 17:28 GMT+02:00 Martin Vignali : > Hello, > > In attach patchs to improve SDL Output device > (Missing doc update) > > - 001 : Fix -window_size option > Before this patch, window_size is always set to the source size > In other word, -window_size option have no effect. > > To test : > .

[FFmpeg-devel] avdevice/sdl output : fix window_size and add new option (WIP)

2018-04-08 Thread Martin Vignali
Hello, In attach patchs to improve SDL Output device (Missing doc update) - 001 : Fix -window_size option Before this patch, window_size is always set to the source size In other word, -window_size option have no effect. To test : ./ffmpeg -f lavfi -i smptehdbars=hd1080 -c:v rawvideo -pix_fmt yu