[FFmpeg-devel] [PATCH v2 16/16] avcodec/dca: add new decoder based on libdcadec

Moritz Barsnick barsnick at gmx.net
Thu Jan 21 21:02:38 CET 2016


On Thu, Jan 21, 2016 at 21:50:13 +0300, foo86 wrote:
> ---
>  configure              |   1 +
>  libavcodec/Makefile    |   3 +
>  libavcodec/allcodecs.c |   2 +-
>  libavcodec/dcadec.c    | 417 +++++++++++++++++++++++++++++++++++++++++++++++++
>  libavcodec/dcadec.h    |  80 ++++++++++
>  5 files changed, 502 insertions(+), 1 deletion(-)
>  create mode 100644 libavcodec/dcadec.c
>  create mode 100644 libavcodec/dcadec.h

At this point, this big change deserves a Changelog entry. While
you're/we're at it, a little bit of documentation, even if it just has
the effect of the decoder popping up on the website.

Moritz


More information about the ffmpeg-devel mailing list