]> git.sesse.net Git - vlc/commit
* src/video_output/vout_pictures.c, include/video_output.h: added a vout_InitPicture...
authorGildas Bazin <gbazin@videolan.org>
Sun, 27 Apr 2003 23:16:35 +0000 (23:16 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 27 Apr 2003 23:16:35 +0000 (23:16 +0000)
commitc556378ff5cf2a29701e60ca5dc25ae567768d08
treedd68797be7368f30bd11d0b297485861390b874b
parent15fb148536e9d870b6b2c9c2148fd1de6516ba0e
* src/video_output/vout_pictures.c, include/video_output.h: added a vout_InitPicture() function that initializes a picture_t structure based on the given chroma and sizes.
* modules/encoder/ffmpeg/video.c: misc improvements. Should also be able to handle more input chroma format.
* modules/codec/rawvideo.c: a few fixes.
* modules/access/v4l/v4l.c: misc improvments and cleanup. Should be able to handle more source chroma formats. On the fly video encoding is also working perfectly now.
include/video_output.h
modules/access/v4l/v4l.c
modules/codec/rawvideo.c
modules/encoder/ffmpeg/encoder.c
modules/encoder/ffmpeg/video.c
src/video_output/vout_pictures.c