]> git.sesse.net Git - vlc/commit
* src/video_output/vout_subpictures.c: New function spu_MakeRegion which
authorChristophe Massiot <massiot@videolan.org>
Mon, 7 Mar 2005 19:28:52 +0000 (19:28 +0000)
committerChristophe Massiot <massiot@videolan.org>
Mon, 7 Mar 2005 19:28:52 +0000 (19:28 +0000)
commitae42e9e71b81130e97ec3875cae5166907e9a062
tree7c57861f3c40ebe97b7ff8b041e186f5e8c841a4
parent60dca0985408e07119c7a55a011fb2d024fbb8d6
* src/video_output/vout_subpictures.c: New function spu_MakeRegion which
  reuses a given picture_t without allocating a new one.
* modules/video_output/picture.c: New --picture-height and width options
  to do the scaling in the vout thread. Misc bug corrections.
* modules/video_filter/mosaic.c: Less overhead.
* modules/codec/ffmpeg/video_filter.c: Do the scaling before the conversion
  in case the original size is bigger than the destination.
include/vlc_filter.h
include/vlc_spu.h
include/vlc_video.h
modules/codec/ffmpeg/video_filter.c
modules/video_filter/mosaic.c
modules/video_output/picture.c
modules/video_output/picture.h
src/video_output/vout_subpictures.c