- 05 Apr, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
CVE-2011-3048 (serious vulnerability)
-
- 04 Apr, 2012 16 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Piotr Fusik authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Kaarlo Raiha authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
Integer values outside a C enumeration are not defined (this is a bug in V4L2 API really), so this would not work anyway.
-
Rémi Denis-Courmont authored
"capabilities" counter-intuitively specifies the overall capabilities of all device nodes provided by the given instance of the device driver. "device_caps" specifies the capabilities of the opened device node, if the V4L2_CAP_DEVICE_CAPS bit is set in "capabilities" (phew!). Those two sets of capabilities are different if the hardware has multiple functions, e.g. both video and VBI capture. VLC cares about the fact that the specific device node supports video capture or not, so lets use "device_caps" when available. Unfortatunely, this requires kernel version 3.4. In practice, this would only cause an actual failure if V4L2_CAP_STREAMING is set even though the current node does not support streaming I/O, I think.
-
Frédéric Yhuel authored
Unlike POLLERR, POLLHUP, and POLLNVAL, POLLRDHUP is not set by default. See http://man7.org/linux/man-pages/man2/poll.2.htmlSigned-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Martin Storsjö authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
Only do it for the right events. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
This makes buffer allocation not fail. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
This interpretation of nTop isn't too intuitive to me, but this is what frameworks/base/media/libstagefright/colorconversion/ColorConverter.cpp does for this pixel format. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
As a side effect, this also makes the output correct on Samsung Galaxy S II on ICS. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
Support the OMX_IndexConfigCommonOutputCrop config struct, too. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 03 Apr, 2012 1 commit
-
-
David Fuhrmann authored
-
- 02 Apr, 2012 13 commits
-
-
Jean-Baptiste Kempf authored
A lot of releases have subtitles in subs/ subfolder
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
This was not correctly saving the last opened folder with some encoding
-
Rafaël Carré authored
- add a win64 file - do not repeatedly define the constant part - use the test URL on every platform using --enable-debug, not only win32
-
Rémi Denis-Courmont authored
This is completely untested, but it seems logical.
-
Rémi Denis-Courmont authored
Also remove stray httpd_t.
-
Ludovic Fauvet authored
Reported by Marcin 'Icewall' Noga from Hispasec Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
Reported by Marcin 'Icewall' Noga from Hispasec
-
Jean-Baptiste Kempf authored
Reported by Marcin 'Icewall' Noga from Hispasec
-
- 01 Apr, 2012 9 commits
-
-
Rémi Denis-Courmont authored
I wrote this as a quick hack after Gildas made the HTTP server bind to all addresses instead of only loopback by default. It turns out it lasted a bit longer :D
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Lua was the only remaining user of ACL instead of (login/)password. This is now fixed, so there is no need to clutter the httpd core.
-
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 is way more flexible than ACL: - does not need admin rights to edit, - does not assume the clients have fixed IP addresses, - does not assume the clients are single user systems, - is a better understood concept than access control lists.
-
Rémi Denis-Courmont authored
-