[vlc-commits] commit: Improved support for crop/ar changes. (Laurent Aimar )

git at videolan.org git at videolan.org
Sun Nov 7 16:45:28 CET 2010


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Nov  7 14:42:53 2010 +0100| [71e844a513adcef36bff7ae5e46849ba15dcf511] | committer: Laurent Aimar 

Improved support for crop/ar changes.

Crop/AR settings can now be changed by the video filters.
Crop/AR changes done by the decoder are now applied to the exact
picture and without any picture loss (before this patch, it was applied
too soon and due to the recreation of the vout display, some pictures where
lost).

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=71e844a513adcef36bff7ae5e46849ba15dcf511
---

 src/video_output/display.c       |   31 +++++++++++++++
 src/video_output/display.h       |    2 +
 src/video_output/video_output.c  |   77 ++++++++++++++++++++++++++++++-------
 src/video_output/vout_internal.h |    2 +
 src/video_output/vout_wrapper.c  |    1 +
 5 files changed, 98 insertions(+), 15 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=71e844a513adcef36bff7ae5e46849ba15dcf511


More information about the vlc-commits mailing list