We cannot handle these formats but at least we will be able to recognize bugreports from this now. refs #224
B.T.W. the ticket DOES contain some info on these formats. Someone who know ogg/vorbis can probably implement support for this with this information.
+ Ported to libcaca 0.6.
+ Removed dithering configuration variable; use the CACA_DITHERING
environment variable instead, until the API is polished.
* include/codecs.h:
+ Minor coding style fix.
things to write to implement competely the standard but this decoder
will work in most of the pictures subtitles cases. Text subtitles
decoding is not implemented at all.
This decoder has been validated with CAVENA encoders after few
remarks of their developpers.
include/*: addded a p_spuinfo field in the decider_fifo_t and the
es_descriptor_t
codecs.h: added a dvb_spuinfo_t structure to identify the id of the selected
track.
modules/demux/mpeg: added the support of the dvb subtitles track. Need last
libdvbpsi (0x59 descriptor) to compile. The demuxer
creates n fake ES as each ES carries up to 256 subtitles
tracks.
This work is part of the work done by Anevia for the "Gran Theatro del
Barcelona".
* 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)
* modules/gui/macosx/*:
- remove the enqueue option from the open panel. why did i even add it? KISS
- better use of name and uri fields of playlist_item_t
- when users d&d a CD on VLC, it will now play. This breaks d&d folders
located on a CD for now. Not really important but should be fixed later on.
microfsoft, not yet ima4)
* wav, asf, avi: fix fourcc creation for adpcm. (Nevertheless adpcm
could not work with asf because of asf audio scrambling unsupported in asf
demuxer). Seek will not work, because vlc send garbage and then break stream
alignment.(I will try to fix that).