summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/v4l2_calls.c
Commit message (Expand)AuthorAgeFilesLines
* Just make few things more robust and also some identation.Edgard Lima2006-03-251-15/+33
* V4L2 ported to 0.10.Edgard Lima2006-03-111-118/+124
* expand tabsThomas Vander Stichele2005-12-061-3/+3
* sys/v4l2/gstv4l2element.c: Flag typo.Ronald S. Bultje2004-10-241-8/+11
* gst-libs/gst/tuner/tunerchannel.h: - add a freq_multiplicator field to make t...Stéphane Loeuillet2004-05-311-4/+12
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-116/+116
* gst-indentThomas Vander Stichele2004-03-141-486/+456
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-021-20/+20
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-291-20/+20
* putting i18n in place for pluginsThomas Vander Stichele2004-01-191-18/+18
* updating v4l2 for new error handlingThomas Vander Stichele2004-01-191-60/+63
* sys/v4l2/: add norm, channel and frequency properties.Benjamin Otte2004-01-121-1/+47
* Proper device-capabilities check when openingRonald S. Bultje2003-11-101-0/+11
* Oops, input <-> output confusionRonald S. Bultje2003-10-261-1/+1
* Some interface implementations for video4linux/video4linux2 plugins: a Tuner ...Ronald S. Bultje2003-10-101-273/+206
* Fix missing config.h and unistd.h includes which were apparently removed from...Ronald S. Bultje2003-07-031-0/+1
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-1/+1
* Unification of the way to speak to v4l2 and v4l elements... Also fix a segfau...Ronald S. Bultje2003-03-021-153/+91
* v4l plugins: add open/close signals v4l2 plugins: add open/close signals move...Ronald S. Bultje2002-11-131-81/+86
* Let's use g_strerror() instead of strerror()Ronald S. Bultje2002-10-261-19/+19
* Use strerror() instead of sys_errlist[] (deprecated)Ronald S. Bultje2002-10-241-19/+19
* I'm such an idiot - these files should have been in a week agoRonald S. Bultje2002-09-281-10/+0
* This fixes the video4linux/video4linux2 debug output, which had one \n too muchRonald S. Bultje2002-09-171-1/+1
* this adds video4linux2 source and element plugins. The division in v4l2* plug...Ronald S. Bultje2002-09-091-0/+863