- 01 Sep, 2011 17 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
i_audio_mode should be used for the audio input mode (if ever supported).
-
Rémi Denis-Courmont authored
Also do not enumerate every tuner two times when one is enough.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The table is not needed. Furthermore, each input is now enumerated once rather than twice.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Maybe one day we will support autodetecting V4L2 device nodes (as file://) but until then...
-
Rémi Denis-Courmont authored
For the time being, mmap() is used if supported, otherwise read() if supported, otherwise fail. This makes the user pointer method dead code. It might make sense to revive it on capable device drivers to support zero copy, but until then that method is no better than mmap().
-
Rémi Denis-Courmont authored
Also an integer values in the MRL (v4l2://standard=XXX) is now interpreted as a v4l2_std_id bit field, just like the command line option (--v4l2-standard=XXX). This fixes an out-of-bound read with large values.
-
Rémi Denis-Courmont authored
Keeping the list of video standards in memory was almost pure waste: The whole data set was only used to print one debug message. The list of supported standards depends on the selected input. So listing the standards during probe was wrong in any case.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
Oops :D
-
- 31 Aug, 2011 17 commits
-
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
This should fix compilation with kernel headers 2.6.27 and older (obviously not tested).
-
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
libv4l2 directly wraps the system call if it does not know the file descriptor. There is no need for VLC to reinvent the wheel.
-
Rémi Denis-Courmont authored
"libv4l *always* reports emulated formats to ENUM_FMT, except when conversion is disabled."
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
When libv4l2 is used: * open the device with close-on-exec descriptor flag, * convert from UTF-8 to local path.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
avoid having extern Open() symbol defined multiple times in static builds
-
- 30 Aug, 2011 6 commits
-
-
Akash Mehrotra authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The largest change here consists of building the plug-ins cache after vlc-cache-gen (instead of after modules previously).
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
Better patch welcome
-