- 03 Sep, 2011 8 commits
-
-
Jean-Paul Saman authored
No functional changes. (cherry picked from commit bb9c9396)
-
Jean-Paul Saman authored
(cherry picked from commit fb46b4a1)
-
Jean-Paul Saman authored
Use highlevel function snd_pcm_recover() the recover from error states.
-
Jean-Paul Saman authored
Read first before using snd_pcm_wait(), just like arecord does. (cherry picked from commit 4b0e0dcd)
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
Pierre Ynard authored
-
- 01 Sep, 2011 23 commits
-
-
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
-
Rémi Denis-Courmont authored
-
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 9 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
-