diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-07-28 14:03:45 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-07-28 14:03:45 +0000 |
commit | c71d06d8ef10dd0346f0aa20b17cf65d46a11f1b (patch) | |
tree | 1057bf00ac9683420196a8da0e098149f6d20b89 /ChangeLog | |
parent | 2c2d4de527ed9e09690a573d14e17d376c971a89 (diff) | |
download | gst-plugins-bad-c71d06d8ef10dd0346f0aa20b17cf65d46a11f1b.tar.gz gst-plugins-bad-c71d06d8ef10dd0346f0aa20b17cf65d46a11f1b.tar.bz2 gst-plugins-bad-c71d06d8ef10dd0346f0aa20b17cf65d46a11f1b.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +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, + offset_y,stride) to implement this correctly. + 2004-07-28 Jan Schmidt <thaytan@mad.scientist.com> * ext/dvdnav/README: |