summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/gstv4l2src.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Small cleanups.Wim Taymans2006-09-271-4/+4
* Some cleanups and comments.Edgard Lima2006-09-271-26/+39
* docs/plugins/: Add v4l2 plugin to the docs.Wim Taymans2006-09-261-1/+1
* sys/v4l2/Makefile.am: Fix makefile, list libs in stack order.Wim Taymans2006-09-261-4/+4
* sys/v4l2/: Fix pass at code cleanups, move errors cases out of the normal flo...Wim Taymans2006-09-261-50/+63
* Add Video Orientation interface support to v4l2src.Edgard Lima2006-09-191-2/+14
* The test application and the plgind error messages has been improved.Edgard Lima2006-09-151-7/+5
* sys/v4l2/: Whitespace cleanups, dashify property-names.Stefan Kost2006-09-021-1/+1
* sys/v4l2/: Cleanup error messages and unify header commentsStefan Kost2006-09-021-3/+3
* Another small fix to set_caps function.Edgard Lima2006-08-301-6/+2
* Send new_segment in GST_FORMAT_TIME instead of in GST_FORMAT_BYTES.Edgard Lima2006-08-301-0/+1
* A small fix to set_caps function.Edgard Lima2006-08-301-2/+1
* Fixed framerate negotiation.Edgard Lima2006-08-291-12/+43
* Fix set_caps to set width and height to the values the driver is really worki...Edgard Lima2006-08-241-3/+7
* Fixed query size to work with drivers that uses intermediate step like "width...Edgard Lima2006-08-221-2/+2
* gst/spectrum/: added another exampleStefan Kost2006-05-261-1/+1
* Some clean-ups requested by wingo in bug #338818.Edgard Lima2006-05-191-6/+6
* configure.ac: Check for X11Stefan Kost2006-05-181-14/+17
* Changes proposed by Wingo in bug #338818.Edgard Lima2006-05-111-59/+137
* Fix fourcc name printed out. Patch from Martin Rubli.Martin Rubli2006-05-081-1/+1
* Some changes proposed by wingo in bug #338818 (but not everything yet). Patch...Martin Rubli2006-05-051-5/+6
* Fix get_caps func to work when no framerate is available and the caps isn't s...Edgard Lima2006-05-021-5/+3
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Added a couple of ifdefs to make it compile with other kernels.Edgard Lima2006-04-201-4/+13
* Just added a gtk-doc comment.Edgard Lima2006-04-171-0/+21