summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-05-01 01:46:16 +0000
committerDavid Schleef <ds@schleef.org>2004-05-01 01:46:16 +0000
commitcdfd00d33e4a37ecc0bdf82616c22d2ef99ab2fe (patch)
tree7f70da48e9143e5200c43d7a298cbe06525ab177 /ChangeLog
parenteff307f16819172bfc3abd86932b9c8e85b743d7 (diff)
gst/qtdemux/qtdemux.c: More qtdemux hackage -- parse a lot more atoms, extract a few tags. One might even mistake th...
Original commit message from CVS: * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header), (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta), (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux hackage -- parse a lot more atoms, extract a few tags. One might even mistake this for tag support. Maybe it is. * gst/qtdemux/qtdemux.h:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d1c685c4..30b42dc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-04-30 David Schleef <ds@schleef.org>
+
+ * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
+ (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
+ (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
+ (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
+ (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
+ hackage -- parse a lot more atoms, extract a few tags. One might even
+ mistake this for tag support. Maybe it is.
+ * gst/qtdemux/qtdemux.h:
+
2004-04-30 Colin Walters <walters@verbum.org>
* ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.