Re: [FFmpeg-devel] [PATCH] lavc: add new API for iterating codecs and codec parsers

2017-12-24 Thread Michael Niedermayer
On Sun, Dec 24, 2017 at 05:50:29PM +0100, wm4 wrote: > On Sun, 24 Dec 2017 12:43:27 +0100 > Michael Niedermayer wrote: > > > On Sun, Dec 24, 2017 at 02:31:16AM +0100, wm4 wrote: > > > On Sun, 24 Dec 2017 02:06:40 +0100 > > > Michael Niedermayer

Re: [FFmpeg-devel] [PATCH] lavc: add new API for iterating codecs and codec parsers

2017-12-24 Thread wm4
On Sun, 24 Dec 2017 12:43:27 +0100 Michael Niedermayer wrote: > On Sun, Dec 24, 2017 at 02:31:16AM +0100, wm4 wrote: > > On Sun, 24 Dec 2017 02:06:40 +0100 > > Michael Niedermayer wrote: > > > > > If you and others agree we can also easily

Re: [FFmpeg-devel] [PATCH] lavc: add new API for iterating codecs and codec parsers

2017-12-24 Thread James Almer
On 12/24/2017 8:43 AM, Michael Niedermayer wrote: > On Sun, Dec 24, 2017 at 02:31:16AM +0100, wm4 wrote: >> On Sun, 24 Dec 2017 02:06:40 +0100 >> Michael Niedermayer wrote: >> >>> If you and others agree we can also easily maintain support for user apps >>> to register

Re: [FFmpeg-devel] [PATCH] lavc: add new API for iterating codecs and codec parsers

2017-12-24 Thread Muhammad Faiz
On Sat, Dec 23, 2017 at 8:27 PM, Josh de Kock wrote: > This is the first patch to add the new API for iterating items within the > libraries to lavc, this completes lavc's support for this API (BSFs were > already using it). > > I'm currently working on a similar patch for

Re: [FFmpeg-devel] [PATCH] lavc: add new API for iterating codecs and codec parsers

2017-12-24 Thread Rostislav Pehlivanov
On 24 December 2017 at 11:43, Michael Niedermayer wrote: > On Sun, Dec 24, 2017 at 02:31:16AM +0100, wm4 wrote: > > On Sun, 24 Dec 2017 02:06:40 +0100 > > Michael Niedermayer wrote: > > > > > If you and others agree we can also easily maintain

Re: [FFmpeg-devel] [PATCH] lavc: add new API for iterating codecs and codec parsers

2017-12-24 Thread Michael Niedermayer
On Sun, Dec 24, 2017 at 02:31:16AM +0100, wm4 wrote: > On Sun, 24 Dec 2017 02:06:40 +0100 > Michael Niedermayer wrote: > > > If you and others agree we can also easily maintain support for user apps > > to register codecs. The only thing needed is to make the array bigger

Re: [FFmpeg-devel] [PATCH] lavc: add new API for iterating codecs and codec parsers

2017-12-23 Thread wm4
On Sun, 24 Dec 2017 02:06:40 +0100 Michael Niedermayer wrote: > If you and others agree we can also easily maintain support for user apps > to register codecs. The only thing needed is to make the array bigger and > add codecs which arent ours in there as long as there is

Re: [FFmpeg-devel] [PATCH] lavc: add new API for iterating codecs and codec parsers

2017-12-23 Thread Michael Niedermayer
On Sat, Dec 23, 2017 at 01:27:53PM +, Josh de Kock wrote: > This is the first patch to add the new API for iterating items within the > libraries to lavc, this completes lavc's support for this API (BSFs were > already using it). > > I'm currently working on a similar patch for lavfi, lavf

Re: [FFmpeg-devel] [PATCH] lavc: add new API for iterating codecs and codec parsers

2017-12-23 Thread wm4
On Sat, 23 Dec 2017 13:27:53 + Josh de Kock wrote: > From 1d84641556eea563b82b17a6ffe54226e0e31c4e Mon Sep 17 00:00:00 2001 > From: Josh de Kock > Date: Fri, 22 Dec 2017 22:17:00 + > Subject: [PATCH] lavc: add new API for iterating codecs and codec

[FFmpeg-devel] [PATCH] lavc: add new API for iterating codecs and codec parsers

2017-12-23 Thread Josh de Kock
This is the first patch to add the new API for iterating items within the libraries to lavc, this completes lavc's support for this API (BSFs were already using it). I'm currently working on a similar patch for lavfi, lavf and lavd. Note that I'm not entirely sure how to properly deprecate