summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/v4l2_calls.c
Commit message (Expand)AuthorAgeFilesLines
* v4l2src: add support for mpeg formatsWim Taymans2009-09-071-7/+13
* v4l2: Add v4l2sink elementRob Clark2009-08-041-1/+16
* v4l2: Fix v4l2src on OpenSolarisElaine Xiong2009-07-191-0/+2
* v4l2src: set structs to zero before using them in ioctlsStefan Kost2009-06-251-5/+5
* Fix compiler warningsJames Andrewartha2009-05-151-3/+4
* v4l2src: Prepend to lists and reverse them at the end.Jan Schmidt2009-03-131-3/+7
* Wait for a frame to become available before capturing itSjoerd Simons2009-03-011-0/+8
* sys/: Fix some spelling mistakes. Fixes #556802.Fabricio Godoy2008-11-131-1/+1
* Optionally use libv4l to access v4l2 devices. Fixes bug #545033.Bastien Nocera2008-11-041-18/+30
* sys/v4l2/: Fix memory leaks. Small code cleanups : No need for empty _init()....Stefan Kost2008-08-261-2/+3
* sys/v4l2/v4l2_calls.c: Don't include unused gstv4l2xoverlay.h. Fixes build in...Tim-Philipp Müller2008-06-261-0/+2
* sys/v4l2/: Fix compilation with newer GIT kernels that deprecatedBastien Nocera2008-06-091-0/+21
* sys/v4l2/v4l2_calls.c: Treat ENOTTY (driver does not implement ioctl) the sam...Jan Schmidt2008-01-311-1/+1
* configure.ac: Detect video4linux headers on Solaris too.Brian Cameron2008-01-211-0/+5
* sys/v4l2/: Init some structs to zero before we pass them to ioctl, which avoi...Tim-Philipp Müller2007-12-111-3/+3
* sys/v4l2/gstv4l2src.c: Restructure the setcaps function so that we can also c...Wim Taymans2007-09-041-18/+40
* Printf format fixes; also add some missing quotes in translated strings. Fixe...Tim-Philipp Müller2007-03-101-3/+3
* Fix segfault when oppening a radio device.Edgard Lima2007-02-221-2/+1
* Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to xoverlay code...Edgard Lima2006-11-011-19/+27
* sys/v4l2/: dear stefan, framespersecond is not frameperiod, reverting but add...Stefan Kost2006-10-171-5/+5
* sys/v4l2/: Numerator is numerator and denominator is denominator. Say that al...Stefan Kost2006-10-171-6/+6
* sys/v4l2/: Framerate can be 0/1 too.Wim Taymans2006-09-281-0/+9
* sys/v4l2/: Renamed some properties to match the tuner interface naming.Wim Taymans2006-09-271-11/+12
* Small cleanups.Wim Taymans2006-09-271-17/+17
* Some cleanups and comments.Edgard Lima2006-09-271-147/+73
* sys/v4l2/: Fix pass at code cleanups, move errors cases out of the normal flo...Wim Taymans2006-09-261-95/+154
* The test application and the plgind error messages has been improved.Edgard Lima2006-09-151-64/+68
* sys/v4l2/: Cleanup error messages and unify header commentsStefan Kost2006-09-021-7/+10
* sys/v4l2/v4l2_calls.c: add comments and more debug loggingStefan Kost2006-08-281-4/+16
* Changes proposed by Wingo in bug #338818.Edgard Lima2006-05-111-187/+217
* Some changes proposed by wingo in bug #338818 (but not everything yet). Patch...Martin Rubli2006-05-051-112/+12
* Few improvements to move to good.Edgard Lima2006-05-011-22/+31
* 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