diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2004-07-28 15:04:43 +0000 | 
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2004-07-28 15:04:43 +0000 | 
| commit | d34571ac6533fce0849b70150ffe535d316e370e (patch) | |
| tree | 8f5c63d6e132585888db9bf06d4946217d35c231 | |
| parent | 5401fc492ea9a0c03b92d43e9c44340f799e2b49 (diff) | |
ext/theora/theoradec.c: Don't screw up the 1 Chroma for 1 luma sample situation when we have an odd offset/width by a...
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):
Don't screw up the 1 Chroma for 1 luma sample situation when we
have an odd offset/width by adding a black border in those cases.
| -rw-r--r-- | ChangeLog | 9 | 
1 files changed, 9 insertions, 0 deletions
@@ -4,6 +4,15 @@  	(theora_dec_src_convert), (theora_dec_sink_convert),  	(theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),  	(theora_dec_chain): +	Don't screw up the 1 Chroma for 1 luma sample situation when we +	have an odd offset/width by adding a black border in those cases. + +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,  | 
