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

2018-02-02 Thread Muhammad Faiz
On Sat, Feb 3, 2018 at 6:34 AM, Hendrik Leppkes wrote: > Am 02.02.2018 11:58 nachm. schrieb "Muhammad Faiz" : > > On Sat, Feb 3, 2018 at 1:55 AM, Hendrik Leppkes wrote: >> On Fri, Feb 2, 2018 at 7:49 PM, Muhammad Faiz

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

2018-02-02 Thread Hendrik Leppkes
Am 02.02.2018 11:58 nachm. schrieb "Muhammad Faiz" : On Sat, Feb 3, 2018 at 1:55 AM, Hendrik Leppkes wrote: > On Fri, Feb 2, 2018 at 7:49 PM, Muhammad Faiz wrote: >> On Fri, Feb 2, 2018 at 10:23 PM, Josh de Kock wrote:

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

2018-02-02 Thread Muhammad Faiz
On Sat, Feb 3, 2018 at 1:55 AM, Hendrik Leppkes wrote: > On Fri, Feb 2, 2018 at 7:49 PM, Muhammad Faiz wrote: >> On Fri, Feb 2, 2018 at 10:23 PM, Josh de Kock wrote: >>> On 1 Feb 2018, at 18:51, Muhammad Faiz

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

2018-02-02 Thread Hendrik Leppkes
On Fri, Feb 2, 2018 at 7:49 PM, Muhammad Faiz wrote: > On Fri, Feb 2, 2018 at 10:23 PM, Josh de Kock wrote: >> >>> On 1 Feb 2018, at 18:51, Muhammad Faiz wrote: >>> On Thu, Feb 1, 2018 at 3:25 AM, Josh de Kock wrote:

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

2018-02-02 Thread Josh de Kock
On Fri, Feb 2, 2018, at 6:53 PM, James Almer wrote: > On 2/2/2018 12:23 PM, Josh de Kock wrote: > > > >> On 1 Feb 2018, at 18:51, Muhammad Faiz wrote: > >> > >>> On Thu, Feb 1, 2018 at 3:25 AM, Josh de Kock wrote: > >>> Also replace linked list with an array.

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

2018-02-02 Thread James Almer
On 2/2/2018 12:23 PM, Josh de Kock wrote: > >> On 1 Feb 2018, at 18:51, Muhammad Faiz wrote: >> >>> On Thu, Feb 1, 2018 at 3:25 AM, Josh de Kock wrote: >>> Also replace linked list with an array. >>> --- >>> configure | 12 +- >>> doc/APIchanges

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

2018-02-02 Thread Muhammad Faiz
On Fri, Feb 2, 2018 at 10:23 PM, Josh de Kock wrote: > >> On 1 Feb 2018, at 18:51, Muhammad Faiz wrote: >> >>> On Thu, Feb 1, 2018 at 3:25 AM, Josh de Kock wrote: >>> Also replace linked list with an array. >>> --- >>> configure

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

2018-02-02 Thread Josh de Kock
> On 2 Feb 2018, at 15:41, Rostislav Pehlivanov wrote: > >> On 31 January 2018 at 20:25, Josh de Kock wrote: >> >> Also replace linked list with an array. >> --- >> configure | 12 +- >> doc/APIchanges |4 + >>

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

2018-02-02 Thread Rostislav Pehlivanov
On 31 January 2018 at 20:25, Josh de Kock wrote: > Also replace linked list with an array. > --- > configure | 12 +- > doc/APIchanges |4 + > libavcodec/.gitignore |2 + > libavcodec/allcodecs.c | 1473 -- >

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

2018-02-02 Thread Josh de Kock
> On 1 Feb 2018, at 18:51, Muhammad Faiz wrote: > >> On Thu, Feb 1, 2018 at 3:25 AM, Josh de Kock wrote: >> Also replace linked list with an array. >> --- >> configure | 12 +- >> doc/APIchanges |4 + >> libavcodec/.gitignore |2

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

2018-02-01 Thread Michael Niedermayer
On Thu, Feb 01, 2018 at 08:57:40AM +, Josh de Kock wrote: > > > On 1 Feb 2018, at 03:03, Michael Niedermayer wrote: > > > >> On Wed, Jan 31, 2018 at 08:25:50PM +, Josh de Kock wrote: > >> Also replace linked list with an array. > >> --- > >> configure

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

2018-02-01 Thread Muhammad Faiz
On Thu, Feb 1, 2018 at 3:25 AM, Josh de Kock wrote: > Also replace linked list with an array. > --- > configure | 12 +- > doc/APIchanges |4 + > libavcodec/.gitignore |2 + > libavcodec/allcodecs.c | 1473 >

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

2018-02-01 Thread Josh de Kock
> On 1 Feb 2018, at 03:03, Michael Niedermayer wrote: > >> On Wed, Jan 31, 2018 at 08:25:50PM +, Josh de Kock wrote: >> Also replace linked list with an array. >> --- >> configure | 12 +- >> doc/APIchanges |4 + >> libavcodec/.gitignore |

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

2018-01-31 Thread Michael Niedermayer
On Wed, Jan 31, 2018 at 08:25:50PM +, Josh de Kock wrote: > Also replace linked list with an array. > --- > configure | 12 +- > doc/APIchanges |4 + > libavcodec/.gitignore |2 + > libavcodec/allcodecs.c | 1473 >

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

2018-01-31 Thread Josh de Kock
Also replace linked list with an array. --- configure | 12 +- doc/APIchanges |4 + libavcodec/.gitignore |2 + libavcodec/allcodecs.c | 1473 libavcodec/avcodec.h | 31 + libavcodec/parser.c| 84 ++-