[FFmpeg-devel] [PATCH] SubViewer demuxer and decoder.
Clément Bœsch
ubitux at gmail.com
Sun Jul 22 21:05:13 CEST 2012
On Thu, Jul 19, 2012 at 07:21:56PM +0200, Clément Bœsch wrote:
> ---
> The styles are currently ignored because I don't know how to interpret them
> (especially concerning the inheritance of the styles between events). The
> author of SubViewer wasn't able to told me either, but it should not be common
> (classic samples are actually not common anyway).
> ---
> Changelog | 3 +-
> doc/general.texi | 1 +
> libavcodec/Makefile | 1 +
> libavcodec/allcodecs.c | 1 +
> libavcodec/avcodec.h | 1 +
> libavcodec/subviewerdec.c | 78 +++++++++++++++++++
> libavformat/Makefile | 1 +
> libavformat/allformats.c | 1 +
> libavformat/subviewerdec.c | 177 +++++++++++++++++++++++++++++++++++++++++++
> tests/fate/subtitles.mak | 3 +
> tests/ref/fate/sub-subviewer | 1 +
> 11 files changed, 266 insertions(+), 2 deletions(-)
> create mode 100644 libavcodec/subviewerdec.c
> create mode 100644 libavformat/subviewerdec.c
> create mode 100644 tests/ref/fate/sub-subviewer
>
I'll push this in 3 days if I see no other comment.
[...]
--
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/20120722/2d4addb3/attachment.asc>
More information about the ffmpeg-devel
mailing list