[vlc-commits] commit: Reworked the way subtitles are rendered on video. (Laurent Aimar )
git at videolan.org
git at videolan.org
Sun Jan 9 22:44:18 CET 2011
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Dec 12 01:03:10 2010 +0100| [8e47c597afc1631c07d9197f4dff0fd6fe52aff5] | committer: Laurent Aimar
Reworked the way subtitles are rendered on video.
I have merged spu_RenderSubpictures and spu_SortSubpictures and removed the
blending from spu_RenderSubpictures. No functionnal changes except maybe
a bit for the transcode plugin.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8e47c597afc1631c07d9197f4dff0fd6fe52aff5
---
include/vlc_spu.h | 16 ++---
modules/stream_out/transcode/osd.c | 5 +-
modules/stream_out/transcode/transcode.c | 2 +
modules/stream_out/transcode/transcode.h | 1 +
modules/stream_out/transcode/video.c | 46 ++++++------
src/libvlccore.sym | 3 +-
src/video_output/video_output.c | 31 +++++---
src/video_output/vout_internal.h | 1 +
src/video_output/vout_subpictures.c | 125 ++++++++++++++++--------------
9 files changed, 126 insertions(+), 104 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=8e47c597afc1631c07d9197f4dff0fd6fe52aff5
More information about the vlc-commits
mailing list