[vlc-commits] commit: Reworked the way pictures are handled by the vout core. ( Laurent Aimar )
git at videolan.org
git at videolan.org
Fri Apr 23 21:17:05 CEST 2010
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Apr 22 20:06:05 2010 +0200| [958ae35d1498512821ebcdb2d98d4ce7fce4871b] | committer: Laurent Aimar
Reworked the way pictures are handled by the vout core.
As a side effects, it may improve a bit frame stepping.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=958ae35d1498512821ebcdb2d98d4ce7fce4871b
---
src/video_output/chrono.h | 94 ++++
src/video_output/display.c | 2 +-
src/video_output/video_output.c | 922 +++++++++++++++--------------------
src/video_output/vout_internal.h | 68 +--
src/video_output/vout_pictures.c | 304 ++----------
src/video_output/vout_subpictures.c | 6 +-
src/video_output/vout_wrapper.c | 135 ++----
7 files changed, 588 insertions(+), 943 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=958ae35d1498512821ebcdb2d98d4ce7fce4871b
More information about the vlc-commits
mailing list