[FFmpeg-devel] [PATCH] lavf: WebVTT demuxer and decoder.

Clément Bœsch ubitux at gmail.com
Sun Sep 23 15:19:07 CEST 2012


On Thu, Sep 20, 2012 at 06:30:00PM +0200, Clément Bœsch wrote:
[...]
> > From 862b55dedf482c6a8eeaac2c52245501624a2987 Mon Sep 17 00:00:00 2001
> > From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= <ubitux at gmail.com>
> > Date: Sat, 1 Sep 2012 14:34:24 +0200
> > Subject: [PATCH] lavf: WebVTT demuxer and decoder.
> > 
> > TODO:
> >  - lavf/lavc micro bump
> >  - Changelog entry
> > ---
> >  doc/general.texi          |   1 +
> >  libavcodec/Makefile       |   1 +
> >  libavcodec/allcodecs.c    |   1 +
> >  libavcodec/avcodec.h      |   1 +
> >  libavcodec/codec_desc.c   |   6 ++
> >  libavcodec/webvttdec.c    | 100 ++++++++++++++++++++++++
> >  libavformat/Makefile      |   1 +
> >  libavformat/allformats.c  |   1 +
> >  libavformat/webvttdec.c   | 188 ++++++++++++++++++++++++++++++++++++++++++++++
> >  tests/fate/subtitles.mak  |   3 +
> >  tests/ref/fate/sub-webvtt |   1 +
> >  11 files changed, 304 insertions(+)
> >  create mode 100644 libavcodec/webvttdec.c
> >  create mode 100644 libavformat/webvttdec.c
> >  create mode 100644 tests/ref/fate/sub-webvtt
> [...]
> 
> I'll push this between saturday or sunday if I see no comment.
> 

Applied.

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120923/5040c530/attachment.asc>


More information about the ffmpeg-devel mailing list