ext/theora/: Added a theora encoder, grouped the encoder and decoder into the same...
authorWim Taymans <wim.taymans@gmail.com>
Thu, 6 May 2004 09:10:31 +0000 (09:10 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 6 May 2004 09:10:31 +0000 (09:10 +0000)
commit2faacf74c8b77af6a11977c04fd9508eb6ce1462
tree802a02a6672b81ae7398a15a9c228c8a72d12d42
parent02c4deec1251e05b7755a957602696de3be44b71
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.
ChangeLog