Re: [FFmpeg-devel] [PATCH 03/13] lavc: Use hardware config information in ff_get_format()

2017-11-20 Thread Philip Langdale
On Sat, 18 Nov 2017 19:15:32 + Mark Thompson wrote: > On 18/11/17 18:47, Mark Thompson wrote: > > This removes the dependency that hardware pixel formats previously > > had on AVHWAccel instances, meaning only those which actually do > > something need exist after this patch.

Re: [FFmpeg-devel] [PATCH 03/13] lavc: Use hardware config information in ff_get_format()

2017-11-18 Thread Mark Thompson
On 18/11/17 18:47, Mark Thompson wrote: > This removes the dependency that hardware pixel formats previously had on > AVHWAccel instances, meaning only those which actually do something need > exist after this patch. > > Also updates avcodec_default_get_format() to be able to choose hardware >

[FFmpeg-devel] [PATCH 03/13] lavc: Use hardware config information in ff_get_format()

2017-11-18 Thread Mark Thompson
This removes the dependency that hardware pixel formats previously had on AVHWAccel instances, meaning only those which actually do something need exist after this patch. Also updates avcodec_default_get_format() to be able to choose hardware formats if either a matching device has been supplied