- 06 Apr, 2012 6 commits
-
-
Jean-Baptiste Kempf authored
Close #6337
-
Jean-Baptiste Kempf authored
The parsing is not complete enough to be on by default. http-use-IE-proxy option was removed in ac40aef7 Should close/delay #5782
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
This restores compatibility with 1.1 command lines and docs Close #6227
-
Rafaël Carré authored
-
- 05 Apr, 2012 19 commits
-
-
Jean-Baptiste Kempf authored
Should close #6570
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Note: It is not yet passed to the demuxer or the core
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
It can even crash Qt interface
-
Rémi Denis-Courmont authored
* Enumerate frame sizes once rather than twice. * Do not enumerate frame rates if not supported. * Get actual frame rate from the device driverr. * Get exact fractional frame rate rather than round to single precision floating point. Notes: * --v4l2-fps becomes totally redumdant. It should probably be redefined to select a maximum capture frame rate. * --v4l2-width and --v4l2-height are ignored. This is a regression. Maybe they should be redefined as maxima as well as --v4l2-fps.
-
Christoph Miebach authored
Probably more recent address. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Christoph Miebach authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Frédéric Yhuel authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Martin Storsjö authored
This decoder reorders timestamps according to the frame reordering, and thus should be given pts instead of dts. Other decoders don't do this reordering and should be given dts. Still to be investigated how android/stagefright handles this, since it always seems pass pts, not dts, to decoders. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
CVE-2011-3048 (serious vulnerability)
-
- 04 Apr, 2012 15 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>
-