[FFmpeg-devel] [PATCH] TAK demuxer, decoder and parser
Paul B Mahol
onemda at gmail.com
Mon Oct 8 11:21:57 CEST 2012
On 10/7/12, Michael Niedermayer <michaelni at gmx.at> wrote:
> On Sun, Oct 07, 2012 at 07:50:04AM +0000, Paul B Mahol wrote:
>> On 10/4/12, Paul B Mahol <onemda at gmail.com> wrote:
>> > Signed-off-by: Paul B Mahol <onemda at gmail.com>
>> > ---
>> > configure | 1 +
>> > doc/general.texi | 2 +
>> > libavcodec/Makefile | 2 +
>> > libavcodec/allcodecs.c | 2 +
>> > libavcodec/avcodec.h | 1 +
>> > libavcodec/codec_desc.c | 7 +
>> > libavcodec/tak.c | 180 +++++++++
>> > libavcodec/tak.h | 151 ++++++++
>> > libavcodec/tak_parser.c | 119 ++++++
>> > libavcodec/takdec.c | 952
>> > +++++++++++++++++++++++++++++++++++++++++++++++
>> > libavformat/Makefile | 1 +
>> > libavformat/allformats.c | 1 +
>> > libavformat/takdec.c | 144 +++++++
>> > 13 files changed, 1563 insertions(+)
>> > create mode 100644 libavcodec/tak.c
>> > create mode 100644 libavcodec/tak.h
>> > create mode 100644 libavcodec/tak_parser.c
>> > create mode 100644 libavcodec/takdec.c
>> > create mode 100644 libavformat/takdec.c
>>
>> Will apply (improved version) in few days if I get no comments.
>
> I think the patches are fine now based on previous reviews
Pushed.
I got lavfi SEGV when zzufing. So this is reminder for lavfi experts
to fix this.
More information about the ffmpeg-devel
mailing list