ext/ogg/gstoggdemux.c: lots of changes - mainly support for chained bitstreams, seeki...
authorBenjamin Otte <otte@gnome.org>
Thu, 29 Jan 2004 02:50:20 +0000 (02:50 +0000)
committerBenjamin Otte <otte@gnome.org>
Thu, 29 Jan 2004 02:50:20 +0000 (02:50 +0000)
commit39e22874f8a0cede9baa233bb689caa3cc0ad39f
tree7c01eef7922e759f6e6a5aea7059cf4fd74cf1f9
parentad99f547790870d528666c88001498a8a06cfe0c
ext/ogg/gstoggdemux.c: lots of changes - mainly support for chained bitstreams, seeking, querying and bugfixes of course

Original commit message from CVS:
2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>

* ext/ogg/gstoggdemux.c:
lots of changes - mainly support for chained bitstreams, seeking,
querying and bugfixes of course
* ext/vorbis/Makefile.am:
* ext/vorbis/vorbisdec.c:
* ext/vorbis/vorbisdec.h:
add vorbisdec raw vorbis decoder
* ext/vorbis/vorbis.c: (plugin_init):
register vorbisdec as PRIMARY, vorbisfile as SECONDARY
* gst/intfloat/Makefile.am:
* gst/intfloat/float22int.c:
* gst/intfloat/float22int.h:
* gst/intfloat/gstintfloatconvert.c: (plugin_init):
add float2intnew plugin. It converts multichannel interleaved float to
multichannel interleaved int. The name should probably be changed.
* gst/typefind/gsttypefindfunctions.c: (theora_type_find),
(plugin_init):
add typefinding for raw theora video so oggdemux can detect it.
ChangeLog