[vlc-devel] [PATCH 0/3] different size/coded_size
Vittorio Giovara
vittorio.giovara at gmail.com
Mon Jul 15 18:00:26 CEST 2013
Ok I got this, now VLC can play videos that have a display size different than the coded size! Text and OSD need to use the display size in a few places to that they correctly render their size and position.
Vittorio Giovara (3):
fix video playback when width and height differ from coded_width and
coded_height
draw text taking into-account visible display size
draw OSD widgets taking into-account visible display size
modules/codec/avcodec/video.c | 10 ++++++--
src/video_output/video_text.c | 8 +++----
src/video_output/video_widgets.c | 4 ++--
src/video_output/vout_subpictures.c | 43 +++++++++++++++++++----------------
4 files changed, 37 insertions(+), 28 deletions(-)
--
1.7.9.5
More information about the vlc-devel
mailing list