]> git.sesse.net Git - vlc/commit
* modules/stream_out/transcode.c: added a floating point "scale" option for video...
authorGildas Bazin <gbazin@videolan.org>
Mon, 8 Dec 2003 13:02:40 +0000 (13:02 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 8 Dec 2003 13:02:40 +0000 (13:02 +0000)
commit9bdee3daeb84ed268941e01b11d77f80f26b23ba
treeef035910f6b0941ad37c5388d6bf5dabe51f0aa3
parent52c090f1e93ca147e85ed50d92f7163f4403b372
* modules/stream_out/transcode.c: added a floating point "scale" option for video transcoding. When specified, you don't need to specify the width and height of the output video.
 Also changed the width and height options so that if only one of them is specified, the other one is calculated automatically so as to keep the aspect ratio of the video.
* modules/mux/ogg.c: fixed crash when removing streams.
* modules/codec/theora.c: for now the theora encoder requires a width and height which are multiple of 16.
modules/codec/theora.c
modules/mux/ogg.c
modules/stream_out/transcode.c