summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2006-04-17 18:44:48 +0000
committerMichael Smith <msmith@xiph.org>2006-04-17 18:44:48 +0000
commitd5ecfe3ca92740168c74d787df12d1eb974bf9e2 (patch)
treea884c7506f5cf0e7d1965e4428dd09763d8d3c54 /ChangeLog
parent8b081dd1d412596b1e59a6e0f98bca8b0ac0950e (diff)
downloadgst-plugins-bad-d5ecfe3ca92740168c74d787df12d1eb974bf9e2.tar.gz
gst-plugins-bad-d5ecfe3ca92740168c74d787df12d1eb974bf9e2.tar.bz2
gst-plugins-bad-d5ecfe3ca92740168c74d787df12d1eb974bf9e2.zip
ext/theora/theoradec.*: Apply fix from j^ for API change in libtheoradec.
Original commit message from CVS: * ext/theora/theoradec.c: (theora_dec_src_convert), (theora_handle_type_packet), (theora_handle_422_image), (theora_handle_420_image), (theora_handle_data_packet): * ext/theora/theoradec.h: Apply fix from j^ for API change in libtheoradec. Implement 4:2:2 pixel format. Untested at the moment.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3e50bd8..bc4cd5ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-04-17 Michael Smith <msmith@fluendo.com>
+
+ * ext/theora/theoradec.c: (theora_dec_src_convert),
+ (theora_handle_type_packet), (theora_handle_422_image),
+ (theora_handle_420_image), (theora_handle_data_packet):
+ * ext/theora/theoradec.h:
+ Apply fix from j^ for API change in libtheoradec.
+
+ Implement 4:2:2 pixel format. Untested at the moment.
+
2006-04-14 Tim-Philipp Müller <tim at centricular dot net>
* ext/musepack/gstmusepackdec.c: (gst_musepackdec_init),