summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-01-29 02:50:20 +0000
committerBenjamin Otte <otte@gnome.org>2004-01-29 02:50:20 +0000
commit77ec47a64a10667d2f04d5c6a03bb2b8951311f1 (patch)
tree2327851f2006328ba955158aa21297bde6925778
parent1b5d548d52ea8bbc94d1e017c58bfd3777ad905b (diff)
downloadgstreamer-plugins-bad-77ec47a64a10667d2f04d5c6a03bb2b8951311f1.tar.gz
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.
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e6ca9e3d..fc07ce8bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+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.
+
2004-01-28 Julien MOUTTE <julien@moutte.net>
* gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video