[FFmpeg-devel] [PATCH 1/2] Add an OpenH264 decoder wrapper
Martin Storsjö
martin at martin.st
Wed Jul 27 10:26:10 EEST 2016
On Tue, 26 Jul 2016, Michael Niedermayer wrote:
> 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
Pushed both.
// Martin
More information about the ffmpeg-devel
mailing list