Add an OpenH264 decoder wrapper

Multimedia / FFmpeg - Martin Storsjö [martin.st] - 27 July 2016 02:19 UTC

This is cherrypicked from libav, from commits 82b7525173f20702a8cbc26ebedbf4b69b8fecec and d0b1e6049b06eeeeca146ece4d2f199c5dba1565.

c5d326f Add an OpenH264 decoder wrapper
Changelog | 1 +
configure | 2 +
doc/general.texi | 9 +-
libavcodec/Makefile | 3 +-
libavcodec/allcodecs.c | 2 +-
libavcodec/libopenh264.c | 62 +++++++++++
libavcodec/libopenh264.h | 39 +++++++
libavcodec/libopenh264dec.c | 243 +++++++++++++++++++++++++++++++++++++++++++
libavcodec/libopenh264enc.c | 48 ++-------
libavcodec/version.h | 2 +-
10 files changed, 366 insertions(+), 45 deletions(-)

  • Share