- 29 Sep, 2012 13 commits
-
-
Rémi Denis-Courmont authored
Support for custom certificates will be better addressed with the stored public key support in the GnuTLS library (in latter commit). Support for private keys on client side was practically useless.
-
Rémi Denis-Courmont authored
GnuTLS system trust supports more systems, and supports Linux and Windows better, than the old custom code.
-
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
This enables the use of vlc_custom_create() and, later, sharing more code between server and client sides.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
There are no (other) reasons for the GnuTLS plugin to link against libgcrypt. Since nettle has been the default back-end for GnuTLS for ages, this old code has become more harmful than good. Besides, this code was not sufficient to really address the thread safety issues in libgcrypt (since it is also used via other paths).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rui Zhang authored
refs #6897 Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Rui Zhang authored
So we have chance to try other streams instead of just fail. Fixes #6898 Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
- 28 Sep, 2012 11 commits
-
-
Konstantin Pavlov authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
module_list_get() can return NULL, callers cannot assume that the table is NULL-terminated (NULL is not NULL-terminated table).
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
Jean-Baptiste Kempf authored
I don't have a cleaner way unfortunately
-
Felix Paul Kühne authored
macosx: work-around IOKit bug in OS X 10.7.4 and 10.7.5, which effectively stopped VLC from preventing system sleep (refs #7521)
-
Frédéric Yhuel authored
This fixes a bug introduced with the fragmented MP4 patch. Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Frédéric Yhuel authored
PacketSize == nBlockAlign attribute of WaveFormatEx structure. We also remove the AvgBytesPerSec attribute of the quality_level_t structure, since it is equal to the Bitrate attribute (divided per 8). This fixes streams done by Expression Encoder 4 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Ynard authored
It was in fact still there, but as a separate parameter. We keep the alternate API as a fallback for the next time things break, maybe. Ref #7471
-
- 27 Sep, 2012 6 commits
-
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Yes, a release after 3 years...
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 26 Sep, 2012 10 commits
-
-
Pierre Ynard authored
-
Francois Cartegnie authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Frédéric Yhuel authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Martin Storsjö authored
This allows using this function for copying data in a given OMX pixel format, to be used by the MediaCodec decoder (that uses OMX pixel format definitions). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-