[vlc-devel] CVS Commit (hartman)
cvs at videolan.org
cvs at videolan.org
Wed Nov 5 01:17:51 CET 2003
Update of /var/cvs/videolan/vlc/include
Modified Files:
codecs.h
Update of /var/cvs/videolan/vlc/modules/codec
Modified Files:
subsdec.c
Update of /var/cvs/videolan/vlc/modules/demux
Modified Files:
mkv.cpp
Update of /var/cvs/videolan/vlc/modules/demux/util
Modified Files:
sub.c sub.h
Log Message:
Please test if this has any regressions
* include/codecs.h:
- created a subtitle_data_t to be used by subtitle demuxers
and decoders to pass information.
- ToDo: access/dvd/es.c and spudec need to be fixed to use the palette field
of this new struct.
* modules/codec/subsdec.c:
- moved the decoding of ssa textlines to here.
- ToDo: support for any tags is lacking atm., but now possible.
* modules/demux/mkv.cpp:
- ssa is now passed undecoded to ssa subsdec.
- ssa headers are passed to ssa subsdec via subtitle_data_t
- ToDo: decode idx header info and fill the subtitle_data_t
- ToDo: support for compressed vobsubs.
* modules/demux/util/sub.?:
- moved ssa decoding out of here.
- ToDo: add support for multiple tracks
- ToDo: implement reading vobsub .sub files (not .idx)
--
hartman
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list