- 19 May, 2010 3 commits
-
-
Jean-Baptiste Kempf authored
This is still commented out until we have a lavc version bump
-
Jean-Baptiste Kempf authored
We now should wait for libvpx integration
-
Jean-Baptiste Kempf authored
-
- 18 May, 2010 15 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Ref #3630
-
Jean-Baptiste Kempf authored
Ref #3630
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Erwan Tulou authored
This patch implements art display in the default skin, in the same way as it is implemented in qt4 interface, namely if no video is available, art is displayed in lieu of video.
-
Erwan Tulou authored
This patch gives skins developpers the possibility to display the art file associated to the current input in an image control. It features the following : - a new 'art' boolean parameter is added for the Image control (skin.dtd) - when set to true, the skin engine will reuse this control to display the current art file - in addition to 'scale' and 'mosaic', the resize parameter can now accept a new 'scale2' value, that respects the original aspect ratio of art files
-
Erwan Tulou authored
If, for instance, video is not embedded and visible="vlc.hasVout" is used for a video control, the video control background was not refreshed. Yet, partial redraw (overlapping windows) could occur, leading to a visual artefact.
-
Erwan Tulou authored
-
Laurent Aimar authored
The black borders are removed by modifying the width of the window. It also fixes the behavior of zoom when used in fullscreen.
-
Pierre Ynard authored
-
Pierre Ynard authored
Untested
-
- 17 May, 2010 12 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #3621 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Jean-Baptiste Kempf authored
For some reasons, only Qt/Win32 is affected. Close #3612
-
Jean-Baptiste Kempf authored
Close #3627
-
Jean-Baptiste Kempf authored
Close #3622
-
Jean-Baptiste Kempf authored
Close #3607
-
Jean-Paul Saman authored
-
Ilkka Ollakka authored
Fix parsing to get trailertype. Should help to view all the trailers now.
-
Ilkka Ollakka authored
-
Jean-Baptiste Kempf authored
-
- 16 May, 2010 10 commits
-
-
Ilkka Ollakka authored
libavcodec doesn't allow multiple threads on some codecs, so blacklist them to have only 1. Not sure if it would be easier just to revert few commits to default whole to 1 thread. I did't spot any other codecs that would exit if thread_count > 1 in libavcodec. Fix #3613
-
Ilkka Ollakka authored
add demux=avformat and play-and-pause, remove play-and-stop as it's playlist-option not item. demux=avformat seems to help littlebit on constant seeking (we don't want to dos as http-access closes and starts new connection on seek currently ).
-
Laurent Aimar authored
It closes #3512.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It is needed to be sure that the first image displayed after a discontinuity (flush or seek) is the right one.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-