[FFmpeg-devel] [PATCH v3 1/6] lavc: add new API for iterating codecs and codec parsers
Josh de Kock
josh at itanimul.li
Fri Feb 2 18:01:35 EET 2018
> On 2 Feb 2018, at 15:41, Rostislav Pehlivanov <atomnuker at gmail.com> wrote:
>
>> On 31 January 2018 at 20:25, Josh de Kock <josh at itanimul.li> wrote:
>>
>> 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 ++-
>> libavcodec/utils.c | 112 ----
>> libavcodec/version.h | 3 +
>> 8 files changed, 971 insertions(+), 750 deletions(-)
>
>
> I'd appreciate some credit, I did write most of the patch :)
I rewrote the lavc patch from scratch since I couldn’t getting yours to work, but I can credit your for the idea/original version or something. Just ping me on irc
--
Josh
More information about the ffmpeg-devel
mailing list