Re: [FFmpeg-devel] [PATCH 1/5] vaapi: define a single pixel format for VA-API (AV_PIX_FMT_VAAPI).

2015-08-19 Thread Gwenole Beauchesne
Hi, 2015-08-19 0:02 GMT+02:00 Andreas Cadhalpun : > On 18.08.2015 17:26, Gwenole Beauchesne wrote: >> Deprecate older VA pixel formats (MOCO, IDCT) as it is now very unlikely >> to ever be useful in the future. Only keep plain AV_PIX_FMT_VAAPI format >> that is aliased to the older VLD variant. >>

Re: [FFmpeg-devel] [PATCH 1/5] vaapi: define a single pixel format for VA-API (AV_PIX_FMT_VAAPI).

2015-08-18 Thread wm4
On Wed, 19 Aug 2015 00:02:52 +0200 Andreas Cadhalpun wrote: > On 18.08.2015 17:26, Gwenole Beauchesne wrote: > > Deprecate older VA pixel formats (MOCO, IDCT) as it is now very unlikely > > to ever be useful in the future. Only keep plain AV_PIX_FMT_VAAPI format > > that is aliased to the older V

Re: [FFmpeg-devel] [PATCH 1/5] vaapi: define a single pixel format for VA-API (AV_PIX_FMT_VAAPI).

2015-08-18 Thread Andreas Cadhalpun
On 18.08.2015 17:26, Gwenole Beauchesne wrote: > Deprecate older VA pixel formats (MOCO, IDCT) as it is now very unlikely > to ever be useful in the future. Only keep plain AV_PIX_FMT_VAAPI format > that is aliased to the older VLD variant. > > Signed-off-by: Gwenole Beauchesne > --- > libavcode

[FFmpeg-devel] [PATCH 1/5] vaapi: define a single pixel format for VA-API (AV_PIX_FMT_VAAPI).

2015-08-18 Thread Gwenole Beauchesne
Deprecate older VA pixel formats (MOCO, IDCT) as it is now very unlikely to ever be useful in the future. Only keep plain AV_PIX_FMT_VAAPI format that is aliased to the older VLD variant. Signed-off-by: Gwenole Beauchesne --- libavcodec/h263dec.c | 2 +- libavcodec/h264_slice.c | 2 +- li