]> git.sesse.net Git - vlc/commit
* modules/codec/spudec/*: modified the spu decoder to handle text subtitles.
authorGildas Bazin <gbazin@videolan.org>
Wed, 6 Nov 2002 21:48:24 +0000 (21:48 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 6 Nov 2002 21:48:24 +0000 (21:48 +0000)
commit85071f3419dec4837538a25f0ab8853cd6ddf531
treea5ff99eb88b797cb2960d8ca84fa47e8cc19c36e
parent8b09b55dd76c038d1363ff4827f49f131bd42429
* modules/codec/spudec/*: modified the spu decoder to handle text subtitles.
   Only one format of text subtitles is supported right now but we should be able
   to expand this by modifying modules/codec/spudec/text.c.
   Most of this work comes from by Andrew Flintham ( thanks a bunch Andrew :).

* share/font-eutopiabold36.rle: new font for the text subtitler, courtesy of
   Andrew Flintham.

* AUTHORS: added Andrew Flintham to the authors file.

* modules/demux/ogg.c: modified the ogg demuxer to handle subtitles.

* modules/codec/ffmpeg/*: modified the ffmpeg decoder to always keep the last decoded
   frame linked.
12 files changed:
AUTHORS
modules/codec/ffmpeg/video.c
modules/codec/ffmpeg/video.h
modules/codec/spudec/Modules.am
modules/codec/spudec/parse.c
modules/codec/spudec/render.c
modules/codec/spudec/spudec.c
modules/codec/spudec/spudec.h
modules/codec/spudec/subtitler.c [new file with mode: 0644]
modules/codec/spudec/text.c [new file with mode: 0644]
modules/demux/ogg.c
share/font-eutopiabold36.rle [new file with mode: 0644]