- 01 Mar, 2014 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 28 Feb, 2014 14 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.
-
David Fuhrmann authored
Defining the category to a nonexisting class is not allowed, as well as providing an interface for this class without implementation.
-
David Fuhrmann authored
-
David Fuhrmann authored
-
Rafaël Carré authored
-
Rafaël Carré authored
libavutil does what we do already
-
- 27 Feb, 2014 19 commits
-
-
Tristan Matthews authored
-
Rémi Denis-Courmont authored
-
Jerome Forissier authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
David Fuhrmann authored
No functional change.
-
David Fuhrmann authored
close #10716
-
David Fuhrmann authored
-
Jerome Forissier authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
libavutil will always check for all CPU features that it understands, even those VLC masked. Thus masking features provides no savings. libavutil runs more tests than VLC. Depending on the platform and operating system combination, libavutil is either as conservative or more conservative than VLC. As such masking features provides no extra safety. So overall, GetVlcDspMask() is useless, at least nowadays. Android ARM NEON seems controversial so it is kept for now.
-
Felix Abecassis authored
Close #9645 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Valentin Vetter authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Valentin Vetter authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
And don't download by default.
-
Francois Cartegnie authored
-
- 26 Feb, 2014 5 commits
-
-
Felix Abecassis authored
Fix a crash when parsing subtitles. From the man page of sscanf: "the next pointer must be a pointer to character array that is long enough to hold the input sequence and the terminating null byte" Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Mark Lee authored
This is based on similar initialisation as is already done in the playlist_Create() function. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
Also set size only if it's > 0 (assume 0 is non-usable font-size).
-