Re: [FFmpeg-devel] [PATCH][RFC] avcodec: add AV_HWACCEL_CODEC_CAP_EXPERIMENTAL flag

2017-09-04 Thread James Almer
On 9/2/2017 6:51 PM, James Almer wrote: > On 9/2/2017 6:47 PM, Michael Niedermayer wrote: >> On Fri, Sep 01, 2017 at 03:00:16PM -0300, James Almer wrote: >>> This flag replaces the deprecated, non-prefixed >>> HWACCEL_CODEC_CAP_EXPERIMENTAL >>> one. >>> >>> Signed-off-by: James Almer >>> --- >>>

Re: [FFmpeg-devel] [PATCH][RFC] avcodec: add AV_HWACCEL_CODEC_CAP_EXPERIMENTAL flag

2017-09-02 Thread James Almer
On 9/2/2017 6:47 PM, Michael Niedermayer wrote: > On Fri, Sep 01, 2017 at 03:00:16PM -0300, James Almer wrote: >> This flag replaces the deprecated, non-prefixed >> HWACCEL_CODEC_CAP_EXPERIMENTAL >> one. >> >> Signed-off-by: James Almer >> --- >> No HWAccel uses HWACCEL_CODEC_CAP_EXPERIMENTAL at

Re: [FFmpeg-devel] [PATCH][RFC] avcodec: add AV_HWACCEL_CODEC_CAP_EXPERIMENTAL flag

2017-09-02 Thread Michael Niedermayer
On Fri, Sep 01, 2017 at 03:00:16PM -0300, James Almer wrote: > This flag replaces the deprecated, non-prefixed HWACCEL_CODEC_CAP_EXPERIMENTAL > one. > > Signed-off-by: James Almer > --- > No HWAccel uses HWACCEL_CODEC_CAP_EXPERIMENTAL at all. I wonder if we > shouldn't instead just not bother rep

[FFmpeg-devel] [PATCH][RFC] avcodec: add AV_HWACCEL_CODEC_CAP_EXPERIMENTAL flag

2017-09-01 Thread James Almer
This flag replaces the deprecated, non-prefixed HWACCEL_CODEC_CAP_EXPERIMENTAL one. Signed-off-by: James Almer --- No HWAccel uses HWACCEL_CODEC_CAP_EXPERIMENTAL at all. I wonder if we shouldn't instead just not bother replacing it and consider adding it once and if an hwaccel is ever committed i