summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-01-14 10:48:18 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-01-14 10:48:18 +0000
commit00b0cdf8ffdeba94ce837f1f71d5677fa7756806 (patch)
tree4250464bb47081aa69680fa59f58183ee2a88616 /ChangeLog
parentff09e8e44f1c186594c61891082256906144f02d (diff)
ext/divx/: Set category to divx4linux instead of divx (too generic).
Original commit message from CVS: 2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net> * ext/divx/gstdivxdec.c: * ext/divx/gstdivxenc.c: Set category to divx4linux instead of divx (too generic). * gst/wavparse/gstwavparse.c: (gst_wavparse_init), (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event), (gst_wavparse_loop), (gst_wavparse_change_state): * gst/wavparse/gstwavparse.h: fix parsing of WAV files with non-standard fmt-tag size and fix skipping of unrecognized chunks... Someone please fix this thing to use rifflib so all this is automated. * sys/v4l/Makefile.am: * sys/v4l2/Makefile.am: Add X_CFLAGS because we depend on X (for overlay).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f75df03..bef180a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2004-01-14 Ronald Bultje <rbultje@ronald.bitfreak.net>
+
+ * ext/divx/gstdivxdec.c:
+ * ext/divx/gstdivxenc.c:
+ Set category to divx4linux instead of divx (too generic).
+ * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
+ (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
+ (gst_wavparse_loop), (gst_wavparse_change_state):
+ * gst/wavparse/gstwavparse.h:
+ fix parsing of WAV files with non-standard fmt-tag size and fix
+ skipping of unrecognized chunks... Someone please fix this thing
+ to use rifflib so all this is automated.
+ * sys/v4l/Makefile.am:
+ * sys/v4l2/Makefile.am:
+ Add X_CFLAGS because we depend on X (for overlay).
+
2004-01-14 Jan Schmidt <thaytan@mad.scientist.com>
* ext/mpeg2dec/gstmpeg2dec.c: