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

Rostislav Pehlivanov atomnuker at gmail.com
Fri Feb 2 17:41:38 EET 2018


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 :)


More information about the ffmpeg-devel mailing list