[FFmpeg-devel] [PATCH 1/2] avcodec: add IPU Video decoder and parser

Paul B Mahol onemda at gmail.com
Tue Sep 22 19:41:57 EEST 2020


On Mon, Sep 14, 2020 at 05:24:26PM +0200, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
>  libavcodec/Makefile     |   2 +
>  libavcodec/allcodecs.c  |   1 +
>  libavcodec/codec_desc.c |   7 ++
>  libavcodec/codec_id.h   |   1 +
>  libavcodec/ipu_parser.c |  78 ++++++++++++++++++++
>  libavcodec/ipudec.c     |   0
>  libavcodec/mpeg12dec.c  | 155 ++++++++++++++++++++++++++++++++++++++++
>  libavcodec/parsers.c    |   1 +
>  8 files changed, 245 insertions(+)
>  create mode 100644 libavcodec/ipu_parser.c
>  create mode 100644 libavcodec/ipudec.c
> 

Will apply this patch set soon.


More information about the ffmpeg-devel mailing list