[FFmpeg-devel] [PATCH] SubViewer demuxer and decoder.
Clément Bœsch
ubitux at gmail.com
Thu Jul 26 22:26:21 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
>
Pushed.
--
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/20120726/0c1bba1d/attachment.asc>
More information about the ffmpeg-devel
mailing list