[FFmpeg-devel] [PATCH] Add MPL2 subtitles demuxer and decoder.
Clément Bœsch
ubitux at gmail.com
Thu Dec 27 19:49:00 CET 2012
On Thu, Dec 27, 2012 at 05:30:01PM +0000, Paul B Mahol wrote:
> On 12/27/12, Clement Boesch <ubitux at gmail.com> wrote:
> > ---
> > Changelog | 1 +
> > doc/general.texi | 1 +
> > libavcodec/Makefile | 1 +
> > libavcodec/allcodecs.c | 1 +
> > libavcodec/avcodec.h | 1 +
> > libavcodec/mpl2dec.c | 94 +++++++++++++++++++++++++++++
> > libavcodec/version.h | 2 +-
> > libavformat/Makefile | 1 +
> > libavformat/allformats.c | 1 +
> > libavformat/mpl2dec.c | 150
> > +++++++++++++++++++++++++++++++++++++++++++++++
> > libavformat/version.h | 4 +-
> > tests/fate/subtitles.mak | 3 +
> > tests/ref/fate/sub-mpl2 | 1 +
> > 13 files changed, 258 insertions(+), 3 deletions(-)
> > create mode 100644 libavcodec/mpl2dec.c
> > create mode 100644 libavformat/mpl2dec.c
> > create mode 100644 tests/ref/fate/sub-mpl2
> >
>
> [...]
>
> > +AVInputFormat ff_mpl2_demuxer = {
> > + .name = "mpl2",
> > + .long_name = NULL_IF_CONFIG_SMALL("MPL2 subtitles"),
>
> Does this have more descriptive name?
I don't think so… This is the best info I could have about the format:
http://web.archive.org/web/20090328040233/http://napisy.ussbrowarek.org/mpl2-eng.html
+ some additional threads about the format. But I don't have anything
better to propose than "MPL2".
--
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/20121227/bb4a1393/attachment.asc>
More information about the ffmpeg-devel
mailing list