summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-07-30 10:18:42 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-07-30 10:18:42 +0000
commitad45e223891f04b3defef6a487192b76686952a8 (patch)
tree0e6c7df74715b9f60e6247db17081dc6cffd575a /ChangeLog
parentd661504330549d8eca4791d002a00f4a0fd2e841 (diff)
downloadgst-plugins-bad-ad45e223891f04b3defef6a487192b76686952a8.tar.gz
gst-plugins-bad-ad45e223891f04b3defef6a487192b76686952a8.tar.bz2
gst-plugins-bad-ad45e223891f04b3defef6a487192b76686952a8.zip
ext/theora/: Added cropping option to theora decoder.
Original commit message from CVS: * ext/theora/theoradec.c: (gst_theora_dec_class_init), (gst_theora_dec_init), (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), (theora_dec_set_property), (theora_dec_get_property): * ext/theora/theoraenc.c: (gst_border_mode_get_type), (gst_theora_enc_class_init), (gst_theora_enc_init), (theora_enc_sink_link), (theora_enc_chain), (theora_enc_set_property), (theora_enc_get_property): Added cropping option to theora decoder. Added border option to theora encoder.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4cf7875..5447139d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2004-07-30 Wim Taymans <wim@fluendo.com>
+
+ * ext/theora/theoradec.c: (gst_theora_dec_class_init),
+ (gst_theora_dec_init), (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), (theora_dec_set_property),
+ (theora_dec_get_property):
+ * ext/theora/theoraenc.c: (gst_border_mode_get_type),
+ (gst_theora_enc_class_init), (gst_theora_enc_init),
+ (theora_enc_sink_link), (theora_enc_chain),
+ (theora_enc_set_property), (theora_enc_get_property):
+ Added cropping option to theora decoder.
+ Added border option to theora encoder.
+
2004-07-30 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* ext/libpng/gstpngenc.c: (gst_pngenc_class_init),