[FFmpeg-devel] [PATCH 1/2] Add an OpenH264 decoder wrapper
Michael Niedermayer
michael at niedermayer.cc
Wed Jul 27 00:50:08 EEST 2016
On Tue, Jul 26, 2016 at 09:31:17PM +0300, Martin Storsjö wrote:
> This is cherrypicked from libav, from commits
> 82b7525173f20702a8cbc26ebedbf4b69b8fecec and
> d0b1e6049b06eeeeca146ece4d2f199c5dba1565.
>
> ---
> Fixed the issues pointed out by Michael, removed the parts of the
> commit message as requested by Carl.
> ---
> 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(-)
> create mode 100644 libavcodec/libopenh264.c
> create mode 100644 libavcodec/libopenh264.h
> create mode 100644 libavcodec/libopenh264dec.c
LGTM, please push, unless someone else has more comments
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Breaking DRM is a little like attempting to break through a door even
though the window is wide open and the only thing in the house is a bunch
of things you dont want and which you would get tomorrow for free anyway
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160726/c0e50400/attachment.sig>
More information about the ffmpeg-devel
mailing list