summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2006-06-02 13:43:24 +0000
committerMichael Smith <msmith@xiph.org>2006-06-02 13:43:24 +0000
commit909d0a7f9a508e00acbae138a09e67c24b1bc719 (patch)
tree3c3eb91105f7068c56fa39a0ce10b0befe763b33 /ChangeLog
parent3e2a2c461c952efafb04cc37b96ff1a2ac9a782d (diff)
downloadgst-plugins-bad-909d0a7f9a508e00acbae138a09e67c24b1bc719.tar.gz
gst-plugins-bad-909d0a7f9a508e00acbae138a09e67c24b1bc719.tar.bz2
gst-plugins-bad-909d0a7f9a508e00acbae138a09e67c24b1bc719.zip
ext/theora/theoradec.c: Theora 4:4:4 pixel format support.
Original commit message from CVS: * ext/theora/theoradec.c: (theora_dec_src_convert), (theora_handle_type_packet), (theora_handle_422_image), (theora_handle_444_image), (theora_handle_420_image), (theora_handle_data_packet): Theora 4:4:4 pixel format support.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 452dd06e..f9c02dac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-06-02 Michael Smith <msmith@fluendo.com>
+
+ * ext/theora/theoradec.c: (theora_dec_src_convert),
+ (theora_handle_type_packet), (theora_handle_422_image),
+ (theora_handle_444_image), (theora_handle_420_image),
+ (theora_handle_data_packet):
+ Theora 4:4:4 pixel format support.
+
2006-06-02 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init),