summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2006-07-01Move test to v4l2-apps/test.Hans Verkuil
From: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2006-07-01Added TV standard support and (partial) freq. handling.Hans Verkuil
From: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2006-06-29Update audio input after changing video inputHans Verkuil
From: Hans Verkuil <hverkuil@xs4all.nl> Changing the video input implies an audio input change. So update the audio input combobox. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2006-06-29Add support for a/v input/output selectionHans Verkuil
From: Hans Verkuil <hverkuil@xs4all.nl> Add missing audio output enumeration to v4l2-ctl. Add input/output and audio input/output selection to qv4l2. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2006-06-26Clear v4l2_tuner struct, fixes VIDIOC_S_FREQUENCY.Hans Verkuil
From: Hans Verkuil <hverkuil@xs4all.nl> Struct v4l2_tuner was left uninitialized in v4l2-ctl, which caused VIDIOC_S_FREQUENCY to fail. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2006-06-25Print TV standards in human-readable formHans Verkuil
From: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2006-06-25Fix VIDIOC_S_FREQUENCY: set correct tuner type.Hans Verkuil
From: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2006-06-23merge: http://linuxtv.org/hg/~hverkuil/mpeg-apiMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-06-20Fix v4l2-ctl usage text.Hans Verkuil
From: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2006-06-18Added qv4l2, a Qt application to interactively set/get controls.Hans Verkuil
From: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2006-06-18Add v4l2-ctl test tool.Hans Verkuil
From: Hans Verkuil <hverkuil@xs4all.nl> v4l2-ctl can be used to query and set most v4l2 ioctls. Very useful while testing. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2006-06-17Add v4lgrab.c to test dirMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> v4lgrab.c example is also under Documentation. This is a working copy inside test dir, to allow testing using read() method. It still uses V4L1 ioctls. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-06-17Remove some bad dependencies at userspaceMauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Now, #define __user is not needed at userspace. Also, including linux/types.h is already inside videodev2. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-06-05Userspace compilation were broken by the changes at videodev.Mauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Userspace have its own headers for timeval, so, include linux/time.h shouldn't be done at userspace. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-05-13Added a v4l vbi small test application.Mauro Carvalho Chehab
From: Mauro Carvalho Chehab <mchehab@infradead.org> Also removed whitespaces from test environment Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2006-03-29Add test tools for testing the sliced VBI V4L2 API.Hans Verkuil
From: Hans Verkuil <hverkuil@xs4all.nl> - Allow ioctl-test.c to be build again. - Add sliced-vbi-detect to detect which VBI types are broadcast. - Add sliced-vbi-test to read the VBI packets as they arrive. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2006-03-19Cleanup audio input handlingHans Verkuil
From: Hans Verkuil <hverkuil@xs4all.nl> Cleanup audio input handling in bttv and tvaudio: - inputs were specified that were never used - mute was handled as a special input which led to confusing code - confusing naming made it difficult to see if the setting was for i2c or gpio. The old audiochip.h input names moved to tvaudio.h. Currently this is used both by tvaudio and msp3400 until the msp3400 implements the new msp3400-specific inputs. Detect in bttv the tvaudio and msp3400 i2c clients and use these client pointers to set the inputs directly instead of broadcasting the command. Removed AUDC_SET_INPUT. Now replaced by VIDIOC_S_AUDIO. This will be replaced again later by the new ROUTING commands. Removed VIDIOC_G_AUDIO implementations in i2c drivers: this command is a user level command and not to be used internally. It wasn't called at all anyway. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
2006-01-01Added a test area to CVS.Mauro Carvalho Chehab
- Added a test area to CVS. - Included a small dumb app to test all ioctls. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>