summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-11-07 18:30:06 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-11-07 18:30:06 +0000
commit868291efc42d7b66bfdafe0eded0b38ccad0b3b1 (patch)
treee92a7f534e4ae857d36efd030646bee667f613ba /ChangeLog
parentc69f0127dfa452cedddc8e87e28b59e41eea4d9a (diff)
downloadgst-plugins-bad-868291efc42d7b66bfdafe0eded0b38ccad0b3b1.tar.gz
gst-plugins-bad-868291efc42d7b66bfdafe0eded0b38ccad0b3b1.tar.bz2
gst-plugins-bad-868291efc42d7b66bfdafe0eded0b38ccad0b3b1.zip
Add musepack decoder.
Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/musepack/Makefile.am: * ext/musepack/gstmusepackdec.cpp: * ext/musepack/gstmusepackdec.h: * ext/musepack/gstmusepackreader.cpp: * ext/musepack/gstmusepackreader.h: Add musepack decoder. * ext/faad/gstfaad.c: (gst_faad_base_init): Make pad templates static. * gst/typefind/gsttypefindfunctions.c: (mp3_type_find), (plugin_init): Add musepack typefinder, make mp3 typefinding work halfway stream, which doesn't actually work yet because id3demux doesn't implement _get_length().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d2ecf69b..5d1de381 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,23 @@
2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+ * configure.ac:
+ * ext/Makefile.am:
+ * ext/musepack/Makefile.am:
+ * ext/musepack/gstmusepackdec.cpp:
+ * ext/musepack/gstmusepackdec.h:
+ * ext/musepack/gstmusepackreader.cpp:
+ * ext/musepack/gstmusepackreader.h:
+ Add musepack decoder.
+ * ext/faad/gstfaad.c: (gst_faad_base_init):
+ Make pad templates static.
+ * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
+ (plugin_init):
+ Add musepack typefinder, make mp3 typefinding work halfway stream,
+ which doesn't actually work yet because id3demux doesn't implement
+ _get_length().
+
+2004-11-07 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
+
* ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
(gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
Fix interrupt event handling (#144436).