- 26 Apr, 2013 2 commits
-
-
Felix Paul Kühne authored
macosx: remove http proxy settings from simplified preferences since the networking core will automatically use the system settings now
-
Felix Paul Kühne authored
-
- 25 Apr, 2013 38 commits
-
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
redefining notifyLayout is mandatory for sliders, because the default notifyLayout based on position doesn't work well for this complicated control. This function is called when visibility is turned on or off.
-
Rémi Denis-Courmont authored
--audio-visual should be used instead. Using --audio-filter does not play well with video output recycling.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
David Fuhrmann authored
Especially in the case that volume-save was set to false... This adapts to behaviour of the other aout modules. fixes #8501
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Denis Charmet authored
Close #8500 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
Close #8498
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
(request_vout is always non-NULL)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Timothy B. Terriberry authored
taglib.cpp had a completely ordered priority list of picture types to use for album art from ID3v2 tags. Since FLAC uses the same picture type field as ID3v2, use the same priorities. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Timothy B. Terriberry authored
When multiple pictures are embedded in a file, the FLAC demuxer prioritizes them based on the picture type. This ports the same algorithm over so it can be used by Vorbis and Opus. It also extends its behavior for FLAC to work with both pictures embedded in VORBIS_COMMENT blocks and in normal PICTURE blocks. This also plugs a memory leak in vorbis_ParseComment() when parsing METADATA_BLOCK_PICTURE tags. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Timothy B. Terriberry authored
This makes album art work for formats like Vorbis and Opus which do not have metadata available immediately after Open(). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
-
David Fuhrmann authored
... to allow toggling between playlist and video view in lion fullscreen mode. close #8496
-
Jean-Baptiste Kempf authored
-
Erwan Tulou authored
Create the "equalizer-bands" and "equalizer-preamp" variables if not yet created to ensure that callbacks are added successfully. Note that this is a hack to work around a lack of proper notification as to when these variables are created/deleted.
-