summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-01-30 20:23:23 +0000
committerBenjamin Otte <otte@gnome.org>2004-01-30 20:23:23 +0000
commit28d6dd44a86af1f1f41becbf0cca954e29949571 (patch)
treec6ae53e036ffb8d5ed0364bd78de74c384f920fd /ChangeLog
parent4ee5e3e7db8e375c6ff3cb4d17b56d21bf910ed5 (diff)
downloadgst-plugins-bad-28d6dd44a86af1f1f41becbf0cca954e29949571.tar.gz
gst-plugins-bad-28d6dd44a86af1f1f41becbf0cca954e29949571.tar.bz2
gst-plugins-bad-28d6dd44a86af1f1f41becbf0cca954e29949571.zip
configure.ac: use AC_C_INLINE
Original commit message from CVS: 2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de> * configure.ac: use AC_C_INLINE * configure.ac: * ext/Makefile.am: * ext/theora/Makefile.am: * ext/theora/theoradec.c: add theora video decoder. Does just do simple decoding for now and has been tested against Theora cvs only. * ext/vorbis/vorbisdec.c: (vorbis_dec_event): always reset packetno on DISCONT
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index edfd98b9..d1892422 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2004-01-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
+
+ * configure.ac:
+ use AC_C_INLINE
+ * configure.ac:
+ * ext/Makefile.am:
+ * ext/theora/Makefile.am:
+ * ext/theora/theoradec.c:
+ add theora video decoder. Does just do simple decoding for now and
+ has been tested against Theora cvs only.
+ * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
+ always reset packetno on DISCONT
+
2004-01-30 Ronald Bultje <rbultje@ronald.bitfreak.net>
* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):