summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/gstv4l2src.c
Commit message (Expand)AuthorAgeFilesLines
* v4l2src: Set duration on buffersThiago Santos2009-10-141-0/+4
* v4l2src: add a function pointer for get_frame function and optimize a bitStefan Kost2009-09-111-7/+15
* Remove Ronald Bultje from Authors fieldDavid Schleef2009-09-051-2/+1
* v4l2src: fix 'hang' with some cameras caused by bad timestamping if no framer...Hans de Goede2009-08-141-9/+11
* v4l2src: clear format list in READY->NULLFilippo Argiolas2009-08-141-0/+5
* v4l2: Add v4l2sink elementRob Clark2009-08-041-487/+23
* v4l2: Fix v4l2src on OpenSolarisElaine Xiong2009-07-191-2/+8
* v4l2: open/close the device in READYStefan Kost2009-06-221-9/+39
* v4l2: cleanup and commentingStefan Kost2009-05-261-44/+12
* v4l2src: move duplicated timestamping and buffer metadata code to _create()Stefan Kost2009-03-251-39/+41
* v4l2src: remove win32 ifdefs introduced by commit cff3f46760eac74c9bbd7a36aca...Stefan Kost2009-03-251-5/+0
* Wait for a frame to become available before capturing itSjoerd Simons2009-03-011-0/+53
* Conditionally compile code for YVYUWim Taymans2009-02-231-0/+2
* Add YVYU format to capsWim Taymans2009-02-231-0/+15
* Remove version numbers from a few gst-launch examples.Stefan Kost2009-01-291-1/+1
* Update and add documentation for platform specific plugins (sys).Stefan Kost2009-01-291-11/+7
* sys/v4l2/gstv4l2src.c: Fix error code (the message string also needs love, bu...Tim-Philipp Müller2009-01-201-1/+1
* sys/v4l2/gstv4l2src.c: Remove () from translateable string, so that it makes ...Jan Schmidt2009-01-071-1/+1
* sys/v4l2/gstv4l2src.c: Add support for grayscale v4l2 devices. Fixes bug #566...Sascha Hauer2009-01-051-0/+5
* 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-1/+1
* sys/v4l2/: Fix memory leaks. Small code cleanups : No need for empty _init()....Stefan Kost2008-08-261-0/+5
* sys/v4l2/gstv4l2src.c: Add S910 and PWC formats with a low priority.Wim Taymans2008-08-211-9/+31
* sys/v4l2/gstv4l2src.c: Properly set the maximum latency value, in the same wa...Edward Hervey2008-08-131-2/+1
* sys/v4l2/gstv4l2src.c: Add warning messages stating exactly why the latency q...Edward Hervey2008-08-121-2/+8
* sys/v4l2/gstv4l2src.c: Avoid compiler warning by initialising variable to NUL...Benoit Fouet2008-07-171-2/+1
* Don't use declarations after statements and variable length arrays.Sebastian Dröge2008-07-081-1/+2
* sys/v4l2/gstv4l2src.c: Improve negotiation a bit more by picking the smallest...Sjoerd Simons2008-06-091-5/+40
* sys/v4l2/gstv4l2src.c: Provide a custom negotiation function to make sure to ...Sjoerd Simons2008-06-041-2/+129
* sys/v4l2/gstv4l2src.c: Add NV12, NV21 and bayer support. See #520092.William M. Brack2008-05-261-2/+20
* sys/v4l2/gstv4l2src.c: Don't include the gstv4l2xoverlay.h header as the XOve...Sebastian Dröge2008-05-171-0/+2
* Always copy buffers by default (handle safer with bugged drivers) and added a...Edgard Lima2007-11-151-1/+16
* sys/v4l2/: When probing the formats and sizes a camera supports, make sure th...Tim-Philipp Müller2007-10-131-10/+7
* sys/v4l2/: Implement LATENCY queries in the crudest way possible so I don't h...Tim-Philipp Müller2007-09-051-5/+73
* sys/v4l2/gstv4l2src.c: Restructure the setcaps function so that we can also c...Wim Taymans2007-09-041-97/+166
* sys/v4l2/gstv4l2src.c: Add another example pipeline.Stefan Kost2007-07-181-1/+8
* sys/v4l2/gstv4l2src.c: Use define here.Alexander Eichner2007-07-181-1/+1
* sys/v4l2/gstv4l2src.c: Initialize num_buffers with minimum value.Stefan Kost2007-07-171-1/+3
* sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize) (gst_v4l2_buffer_class_in...Andy Wingo2007-06-121-48/+31
* sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add some useless...Andy Wingo2007-06-051-0/+2
* sys/v4l2/v4l2src_calls.*: Store the format list in the order that the driver ...Andy Wingo2007-05-301-123/+66
* sys/v4l2/gstv4l2src.c: Add support for Bayer images as video/x-raw-bayer. Fi...David Schleef2007-05-151-0/+3
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-041-0/+9
* sys/v4l2/: More FIXME comments and messaging changes.Stefan Kost2007-02-121-0/+10
* sys/v4l2/: Fix EIO handing when capturing. Add new property to specify the nu...Stefan Kost2007-01-171-1/+16
* Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to xoverlay code...Edgard Lima2006-11-011-8/+10
* sys/v4l2/gstv4l2src.c: Improve docs.Zaheer Abbas Merali2006-10-031-8/+3
* sys/v4l2/: Framerate can be 0/1 too.Wim Taymans2006-09-281-2/+2
* Removed set-undef-fps.Edgard Lima2006-09-271-33/+1
* sys/v4l2/: Renamed some properties to match the tuner interface naming.Wim Taymans2006-09-271-5/+4