diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-05-06 09:10:31 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-05-06 09:10:31 +0000 |
commit | 8e24d86f9d93a02f86fa0171b5d5a6928bb0039a (patch) | |
tree | 34776110e355e9d9ba2ebf1dfd8b7240ac1e0dff /ChangeLog | |
parent | 7d13b7055dfa1090537d156f999ab47b90cff4c9 (diff) | |
download | gst-plugins-bad-8e24d86f9d93a02f86fa0171b5d5a6928bb0039a.tar.gz gst-plugins-bad-8e24d86f9d93a02f86fa0171b5d5a6928bb0039a.tar.bz2 gst-plugins-bad-8e24d86f9d93a02f86fa0171b5d5a6928bb0039a.zip |
ext/theora/: Added a theora encoder, grouped the encoder and decoder into the same plugin.
Original commit message from CVS:
* ext/theora/Makefile.am:
* ext/theora/theora.c: (plugin_init):
* ext/theora/theoradec.c: (theora_dec_change_state):
* ext/theora/theoraenc.c: (gst_theora_enc_base_init),
(gst_theora_enc_class_init), (gst_theora_enc_init),
(theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
(theora_enc_chain), (theora_enc_change_state),
(theora_enc_set_property), (theora_enc_get_property):
Added a theora encoder, grouped the encoder and decoder into the
same plugin.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2004-05-06 Wim Taymans <wim@fluendo.com> + + * ext/theora/Makefile.am: + * ext/theora/theora.c: (plugin_init): + * ext/theora/theoradec.c: (theora_dec_change_state): + * ext/theora/theoraenc.c: (gst_theora_enc_base_init), + (gst_theora_enc_class_init), (gst_theora_enc_init), + (theora_enc_sink_link), (theora_enc_event), (theora_push_packet), + (theora_enc_chain), (theora_enc_change_state), + (theora_enc_set_property), (theora_enc_get_property): + Added a theora encoder, grouped the encoder and decoder into the + same plugin. + 2004-05-05 Thomas Vander Stichele <thomas at apestaart dot org> * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type), |