- 04 Mar, 2014 12 commits
-
-
Jerome Forissier authored
Copy LibVLC headers from the installation directory: $(prefix)/include rather than from the source directory, where the version file is still unprocessed. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
Ref #6649
-
Jean-Baptiste Kempf authored
Close #9833
-
Jean-Baptiste Kempf authored
Ref #9833
-
Ross Finlayson authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Lukas Juhrich authored
Increase Volume / Decrease Volume / Mute / Speed->Faster(fine) / Speed->Slower(fine) Used Existing resources, nothing more added. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
This patch removes a calculation which seems not to be required. It also "fixes" potential issues when i_visible_width/height != i_width/height. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Romain FLIEDEL authored
Remove extra slash when computing relative uri with an absolute path. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
This reverts commit 4ec3dd7b. This broke windows packaging.
-
Felix Abecassis authored
Signed-off-by: Adrien Maglo <magsoft@videolan.org>
-
Jean-Baptiste Kempf authored
See CVE-2014-0092
-
- 03 Mar, 2014 7 commits
-
-
Jeremy Huddleston Sequoia authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
src/missing: remove return after assert case since this is only needed for non-debug builds which are not used by developers anyway
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
So far only network protocols (well, only RTMP) are aliased.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 02 Mar, 2014 1 commit
-
-
Rémi Denis-Courmont authored
-
- 01 Mar, 2014 11 commits
-
-
Rémi Denis-Courmont authored
This works more or less like SNDVOL (and like PulseAudio with flat volumes not disabled): the VLC volume represents the product of the endpoint volume by the simple volume.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
cross-pkg-config tools have a correct default search path. The contrib path should complement it, not replace it. If the caller intends to (ab)use the native pkg-config for cross-compilation, the caller is responsible for selecting an adequate default path, not VLC configure, just as with every other build tools.
-
David Fuhrmann authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 28 Feb, 2014 9 commits
-
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
-
David Fuhrmann authored
fixes #10125, #10199
-
David Fuhrmann authored
-
David Fuhrmann authored
This is superseded by a proper fix. This reverts commit fa396d19.
-
David Fuhrmann authored
This reverts commit c3bb23cd.
-
Felix Abecassis authored
If Start() failed, IDirectSound_Release() was called twice. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> with changes
-
Felix Abecassis authored
Fix a crash occurring when CreateDSBufferPCM() fails in Start() and afterwards Stop() uses uninitialized pointer values when releasing objects. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
David Fuhrmann authored
NSFullScreenWindowMask is not defined here.
-