- 05 Jan, 2016 10 commits
-
-
Francois Cartegnie authored
Improves startcode lookup by ~80% (statistically/zero dependent)
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
David Fuhrmann authored
sys should always be set (but lets assert if not), buf == NULL should not be called from VLC as well. And the return value was kind of wrong.
-
Rémi Denis-Courmont authored
This implements IETF RFC7639, i.e. the ALPN HTTP header field.
-
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
-
- 04 Jan, 2016 5 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
errSSLClosedGraceful does not seem to be a valid return code for this function.
-
David Fuhrmann authored
This is no warning, but normal behaviour.
-
Hugo Beauzée-Luyssen authored
GCC 5.x defaults to -std=gnu11, which changes the __inline keyword semantics, causing some iconv functions not to be inlined, but they are not declared as exported, thus causing linking to iconv to fail
-
Felix Paul Kühne authored
-
- 03 Jan, 2016 2 commits
-
-
Andreas Hartmetz authored
If an /etc/asound.conf or $HOME/.asoundrc creates devices, those do not have a description (a null pointer is returned). Relatedly, redefining the "default" device results in it being listed without a description, thus disabling the code that adds "default" WITH a description. Possibly fixes other problems where ALSA devices with a NULL description are disregarded. In Qt4 config, the NULL check is in StringListConfigControl::finish(). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
- 02 Jan, 2016 22 commits
-
-
David Fuhrmann authored
This is not loaded from a xib anymore, but rather manually.
-
David Fuhrmann authored
Like all other panels.
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
Removes old complicated data model for codecs list, and replaces it by a new and cleaner implementation. And there is no need to hold dozens of input item references...
-
David Fuhrmann authored
Uses NSWindowController to load the information panel. Get rid of the singleton. VLCMain will now hold one instance, which is aimed to display information about the currently playing media.
-
Rémi Denis-Courmont authored
This reverts commit 6e1c08a2. There are no leaks. All pointers must be NULL in the involved case.
-
Rémi Denis-Courmont authored
This reverts commit 83d45830. This was useless and not portable.
-
Rémi Denis-Courmont authored
This reverts commit 6c5c07b9. This made no sense. Picture dimensions cannot be zero or less (besides the buffer is not used by the denoise function even then).
-
Rémi Denis-Courmont authored
This reverts commit 3a22750e. This made no sense; the predicate is always true.
-
Rémi Denis-Courmont authored
This reverts commit 7661da70. This does not fix the overflow as claimed.
-
Rémi Denis-Courmont authored
This reverts commit e6ef1ae0. This made no sense.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 01 Jan, 2016 1 commit
-
-
David Fuhrmann authored
-