diff options
author | Michael Smith <msmith@xiph.org> | 2006-06-02 13:43:24 +0000 |
---|---|---|
committer | Michael Smith <msmith@xiph.org> | 2006-06-02 13:43:24 +0000 |
commit | 909d0a7f9a508e00acbae138a09e67c24b1bc719 (patch) | |
tree | 3c3eb91105f7068c56fa39a0ce10b0befe763b33 /ChangeLog | |
parent | 3e2a2c461c952efafb04cc37b96ff1a2ac9a782d (diff) | |
download | gst-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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), |