Re: [FFmpeg-devel] [PATCH] vf_pad: center image on padded area if negative x/y

2017-04-07 Thread Rostislav Pehlivanov
On 3 April 2017 at 19:34, Ricardo Constantino wrote: > or if x/y go beyond padded area. > > This is mostly useful when paired with the aspect option. > Defaults aren't changed. > > Idea for this was taken from mpv's soon-to-be-removed expand vf. > --- > doc/filters.texi |

[FFmpeg-devel] [PATCH] vf_pad: center image on padded area if negative x/y

2017-04-03 Thread Ricardo Constantino
or if x/y go beyond padded area. This is mostly useful when paired with the aspect option. Defaults aren't changed. Idea for this was taken from mpv's soon-to-be-removed expand vf. --- doc/filters.texi | 3 +++ libavfilter/vf_pad.c | 12 +++- 2 files changed, 10 insertions(+), 5