Re: [FFmpeg-devel] [PATCH 04/13] lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()

2017-11-20 Thread Philip Langdale
On Sat, 18 Nov 2017 18:47:04 + Mark Thompson wrote: > --- > doc/APIchanges | 4 > libavcodec/avcodec.h | 13 + > libavcodec/utils.c | 16 +--- > libavcodec/version.h | 3 +++ > 4 files changed, 25 insertions(+), 11 deletions(-) > >

Re: [FFmpeg-devel] [PATCH 04/13] lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()

2017-11-18 Thread Mark Thompson
On 18/11/17 20:18, Rostislav Pehlivanov wrote: > On 18 November 2017 at 20:11, James Almer wrote: > >> On 11/18/2017 5:03 PM, Rostislav Pehlivanov wrote: >>> On 18 November 2017 at 19:17, James Almer wrote: >>> On 11/18/2017 4:07 PM, Mark Thompson

Re: [FFmpeg-devel] [PATCH 04/13] lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()

2017-11-18 Thread Rostislav Pehlivanov
On 18 November 2017 at 20:11, James Almer wrote: > On 11/18/2017 5:03 PM, Rostislav Pehlivanov wrote: > > On 18 November 2017 at 19:17, James Almer wrote: > > > >> On 11/18/2017 4:07 PM, Mark Thompson wrote: > >>> On 18/11/17 19:00, Rostislav Pehlivanov

Re: [FFmpeg-devel] [PATCH 04/13] lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()

2017-11-18 Thread James Almer
On 11/18/2017 5:03 PM, Rostislav Pehlivanov wrote: > On 18 November 2017 at 19:17, James Almer wrote: > >> On 11/18/2017 4:07 PM, Mark Thompson wrote: >>> On 18/11/17 19:00, Rostislav Pehlivanov wrote: On 18 November 2017 at 18:47, Mark Thompson wrote:

Re: [FFmpeg-devel] [PATCH 04/13] lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()

2017-11-18 Thread Rostislav Pehlivanov
On 18 November 2017 at 19:17, James Almer wrote: > On 11/18/2017 4:07 PM, Mark Thompson wrote: > > On 18/11/17 19:00, Rostislav Pehlivanov wrote: > >> On 18 November 2017 at 18:47, Mark Thompson wrote: > >> > >>> --- > >>> doc/APIchanges | 4 > >>>

Re: [FFmpeg-devel] [PATCH 04/13] lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()

2017-11-18 Thread James Almer
On 11/18/2017 4:07 PM, Mark Thompson wrote: > On 18/11/17 19:00, Rostislav Pehlivanov wrote: >> On 18 November 2017 at 18:47, Mark Thompson wrote: >> >>> --- >>> doc/APIchanges | 4 >>> libavcodec/avcodec.h | 13 + >>> libavcodec/utils.c | 16

Re: [FFmpeg-devel] [PATCH 04/13] lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()

2017-11-18 Thread Mark Thompson
On 18/11/17 19:00, Rostislav Pehlivanov wrote: > On 18 November 2017 at 18:47, Mark Thompson wrote: > >> --- >> doc/APIchanges | 4 >> libavcodec/avcodec.h | 13 + >> libavcodec/utils.c | 16 +--- >> libavcodec/version.h | 3 +++ >> 4 files

Re: [FFmpeg-devel] [PATCH 04/13] lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()

2017-11-18 Thread Rostislav Pehlivanov
On 18 November 2017 at 18:47, Mark Thompson wrote: > --- > doc/APIchanges | 4 > libavcodec/avcodec.h | 13 + > libavcodec/utils.c | 16 +--- > libavcodec/version.h | 3 +++ > 4 files changed, 25 insertions(+), 11 deletions(-) > > > int

[FFmpeg-devel] [PATCH 04/13] lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()

2017-11-18 Thread Mark Thompson
--- doc/APIchanges | 4 libavcodec/avcodec.h | 13 + libavcodec/utils.c | 16 +--- libavcodec/version.h | 3 +++ 4 files changed, 25 insertions(+), 11 deletions(-) diff --git a/doc/APIchanges b/doc/APIchanges index a3c5e21765..547d0019ba 100644 ---