Re: [FFmpeg-devel] [PATCH v4 1/7] vf_crop: Add support for cropping hardware frames

2019-06-07 Thread Moritz Barsnick
On Sun, Jun 02, 2019 at 17:47:24 +0100, Mark Thompson wrote: > >> Set the cropping fields in the AVFrame. > > The patchset looks fine to me. But I am not quite sure if others are happy > > with this crop patch. > > If nobody against. I think you can go pushing the patchset when you make > > sure

Re: [FFmpeg-devel] [PATCH v4 1/7] vf_crop: Add support for cropping hardware frames

2019-06-02 Thread Mark Thompson
On 15/04/2019 04:35, Song, Ruiling wrote: >> -Original Message- >> From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of >> Mark Thompson >> Sent: Wednesday, April 10, 2019 6:07 AM >> To: ffmpeg-devel@ffmpeg.org >> Subject: [FFmpe

Re: [FFmpeg-devel] [PATCH v4 1/7] vf_crop: Add support for cropping hardware frames

2019-04-14 Thread Song, Ruiling
> -Original Message- > From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of > Mark Thompson > Sent: Wednesday, April 10, 2019 6:07 AM > To: ffmpeg-devel@ffmpeg.org > Subject: [FFmpeg-devel] [PATCH v4 1/7] vf_crop: Add support for cropping > har

[FFmpeg-devel] [PATCH v4 1/7] vf_crop: Add support for cropping hardware frames

2019-04-09 Thread Mark Thompson
Set the cropping fields in the AVFrame. --- On 26/03/2019 10:59, Song, Ruiling wrote:> > I think we need to make scale_vaapi evaluate input dimensions considering > crop information. What do you think? I agree. But the cropping information is currently carried on the frame, not at any higher