- Jan 06, 2016
-
-
Thomas Guillem authored
-
François Cartegnie authored
-
- Jan 05, 2016
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
François Cartegnie authored
Improves even more from previous commit (by ~2x on 4K)
-
François Cartegnie authored
Improves startcode lookup by ~80% (statistically/zero dependent)
-
François Cartegnie authored
-
François Cartegnie authored
-
David 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
-
- Jan 04, 2016
-
-
David authored
-
David authored
errSSLClosedGraceful does not seem to be a valid return code for this function.
-
David 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
-
- Jan 03, 2016
-
-
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
-
- Jan 02, 2016
-
-
David authored
This is not loaded from a xib anymore, but rather manually.
-
David authored
Like all other panels.
-
David authored
-
David authored
-
David authored
-
David authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
David 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 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.
-