summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-07-28 15:04:43 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-07-28 15:04:43 +0000
commit1db1db6dcbf14e7d656a49cce37194fd1aaefc64 (patch)
treeb5d9ecb28fb8452929eaa13c70e8bdeb3b9e2f24 /ChangeLog
parentc71d06d8ef10dd0346f0aa20b17cf65d46a11f1b (diff)
downloadgst-plugins-bad-1db1db6dcbf14e7d656a49cce37194fd1aaefc64.tar.gz
gst-plugins-bad-1db1db6dcbf14e7d656a49cce37194fd1aaefc64.tar.bz2
gst-plugins-bad-1db1db6dcbf14e7d656a49cce37194fd1aaefc64.zip
ext/theora/theoradec.c: Don't screw up the 1 Chroma for 1 luma sample situation when we have an odd offset/width by a...
Original commit message from CVS: * ext/theora/theoradec.c: (theora_get_formats), (theora_dec_src_convert), (theora_dec_sink_convert), (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event), (theora_dec_chain): Don't screw up the 1 Chroma for 1 luma sample situation when we have an odd offset/width by adding a black border in those cases.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a2e2368b..38f71125 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,15 @@
(theora_dec_src_convert), (theora_dec_sink_convert),
(theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
(theora_dec_chain):
+ Don't screw up the 1 Chroma for 1 luma sample situation when we
+ have an odd offset/width by adding a black border in those cases.
+
+2004-07-28 Wim Taymans <wim@fluendo.com>
+
+ * ext/theora/theoradec.c: (theora_get_formats),
+ (theora_dec_src_convert), (theora_dec_sink_convert),
+ (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
+ (theora_dec_chain):
* ext/theora/theoraenc.c: (theora_enc_sink_link):
Added first attempt at cropping of the image as required by the
theora spec. We need more properties in the caps (offset_x,