ext/theora/: Added first attempt at cropping of the image as required by the theora...
authorWim Taymans <wim.taymans@gmail.com>
Wed, 28 Jul 2004 14:03:45 +0000 (14:03 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 28 Jul 2004 14:03:45 +0000 (14:03 +0000)
commit5401fc492ea9a0c03b92d43e9c44340f799e2b49
treeb0225ed4bf3f91ad5edd288f3b8b2ab2e23ea763
parent8db79f94fcdb67e1065396372791b325894fb94a
ext/theora/: Added first attempt at cropping of the image as required by the theora spec. We need more properties in ...

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):
* 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,
offset_y,stride) to implement this correctly.
Added some debug info in the encoder. Note :the encoder is not
updated with the offset code.
ChangeLog