summaryrefslogtreecommitdiffstats
path: root/sys/v4l2
Commit message (Expand)AuthorAgeFilesLines
* Always copy buffers by default (handle safer with bugged drivers) and added a...Edgard Lima2007-11-153-21/+30
* sys/v4l2/v4l2src_calls.c: but the corresponding ioctl() call fails even thoug...Tim-Philipp Müller2007-11-131-0/+12
* sys/v4l2/v4l2src_calls.c: Fix 'unused variable' compiler warning when compili...Tim-Philipp Müller2007-10-261-1/+1
* sys/v4l2/v4l2src_calls.c: Fixes "v4l2src ! queue ! xvimagesink". The queue as...Edgard Lima2007-10-221-8/+20
* sys/v4l2/v4l2src_calls.c: Add some more debug info. Generate an error when we...Wim Taymans2007-10-181-5/+33
* sys/v4l2/: When probing the formats and sizes a camera supports, make sure th...Tim-Philipp Müller2007-10-132-13/+116
* sys/v4l2/v4l2src_calls.c: Fix framerate detection code some more.Wim Taymans2007-09-111-40/+62
* sys/v4l2/v4l2src_calls.c: Don't overwrite our GValue with 0 but instead use t...Wim Taymans2007-09-071-3/+0
* sys/v4l2/: Implement LATENCY queries in the crudest way possible so I don't h...Tim-Philipp Müller2007-09-053-5/+78
* sys/v4l2/v4l2src_calls.c: Add some more debugging in the framerate function.Wim Taymans2007-09-051-8/+31
* sys/v4l2/gstv4l2src.c: Restructure the setcaps function so that we can also c...Wim Taymans2007-09-043-131/+260
* sys/v4l2/v4l2src_calls.c: Handle optional v4l2 ioctls gracefully.Mark Nauwelaerts2007-08-221-25/+18
* sys/v4l2/gstv4l2src.c: Add another example pipeline.Stefan Kost2007-07-181-1/+8
* sys/v4l2/gstv4l2src.c: Use define here.Alexander Eichner2007-07-184-16/+24
* sys/v4l2/gstv4l2src.c: Initialize num_buffers with minimum value.Stefan Kost2007-07-172-11/+23
* Return a copy of the pool buffer if all mmap buffers have been dequeued.Andy Wingo2007-06-121-6/+18
* sys/v4l2/v4l2src_calls.c (gst_v4l2_buffer_finalize) (gst_v4l2_buffer_class_in...Andy Wingo2007-06-124-308/+401
* sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)Andy Wingo2007-06-061-0/+20
* sys/v4l2/gstv4l2src.c (gst_v4l2src_start, gst_v4l2src_stop): Add some useless...Andy Wingo2007-06-052-47/+21
* sys/v4l2/gstv4l2object.*: Revert some unintended changes.Andy Wingo2007-05-302-2/+7
* sys/v4l2/v4l2src_calls.*: Store the format list in the order that the driver ...Andy Wingo2007-05-307-456/+459
* sys/v4l2/gstv4l2src.c: Add support for Bayer images as video/x-raw-bayer. Fi...David Schleef2007-05-151-0/+3
* Printf format fixes; also add some missing quotes in translated strings. Fixe...Tim-Philipp Müller2007-03-102-5/+5
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-043-10/+16
* Fix segfault when oppening a radio device.Edgard Lima2007-02-223-25/+33
* Fix level for multi-channel case.Stefan Kost2007-02-221-0/+4
* sys/v4l2/v4l2src_calls.c: Readd GST_ELEMENT_ERROR if we can't reenque buffers...Stefan Kost2007-02-191-3/+10
* 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-174-65/+64
* sys/v4l2/v4l2src_calls.c: cleanup the error message a bit moreStefan Kost2006-11-301-19/+32
* sys/v4l2/v4l2src_calls.c: Add missing curly brackets.Tim-Philipp Müller2006-11-181-2/+3
* Fix capture_deinit.Edgard Lima2006-11-171-8/+16
* sys/v4l2/v4l2src_calls.c: we do not translate debug messagesStefan Kost2006-11-101-2/+2
* Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to xoverlay code...Edgard Lima2006-11-015-72/+94
* sys/v4l2/gstv4l2tuner.*: Fix _set_channel(): remove useless g_object_notify()...Fredrik Persson2006-10-182-15/+4
* sys/v4l2/: dear stefan, framespersecond is not frameperiod, reverting but add...Stefan Kost2006-10-172-11/+13
* sys/v4l2/: Numerator is numerator and denominator is denominator. Say that al...Stefan Kost2006-10-172-14/+14
* sys/v4l2/gstv4l2xoverlay.*: Fix build as per the patch in #338818 comment 36.Jan Schmidt2006-10-092-25/+22
* comment out the notifies for removed propertiesThomas Vander Stichele2006-10-031-0/+6
* sys/v4l2/gstv4l2object.c: comment out the properties that are already part of...Thomas Vander Stichele2006-10-031-0/+3
* sys/v4l2/gstv4l2src.c: Improve docs.Zaheer Abbas Merali2006-10-031-8/+3
* sys/v4l2/: Framerate can be 0/1 too.Wim Taymans2006-09-282-2/+11
* Removed set-undef-fps.Edgard Lima2006-09-272-34/+1
* sys/v4l2/: Renamed some properties to match the tuner interface naming.Wim Taymans2006-09-276-64/+64
* Small cleanups.Wim Taymans2006-09-275-52/+70
* Some cleanups and comments.Edgard Lima2006-09-276-217/+125
* docs/plugins/: Add v4l2 plugin to the docs.Wim Taymans2006-09-263-8/+15
* sys/v4l2/Makefile.am: Fix makefile, list libs in stack order.Wim Taymans2006-09-2612-208/+156
* sys/v4l2/: Fix pass at code cleanups, move errors cases out of the normal flo...Wim Taymans2006-09-265-353/+510
* Add Video Orientation interface support to v4l2src.Edgard Lima2006-09-194-3/+239