| Commit message (Expand) | Author | Age | Files | Lines |
* | Improved comments in ELEMENT_ERROR/WARNING and added "#if 0" to xoverlay code... | Edgard Lima | 2006-11-01 | 1 | -35/+46 |
* | sys/v4l2/: dear stefan, framespersecond is not frameperiod, reverting but add... | Stefan Kost | 2006-10-17 | 1 | -6/+8 |
* | sys/v4l2/: Numerator is numerator and denominator is denominator. Say that al... | Stefan Kost | 2006-10-17 | 1 | -8/+8 |
* | sys/v4l2/: Renamed some properties to match the tuner interface naming. | Wim Taymans | 2006-09-27 | 1 | -4/+4 |
* | Small cleanups. | Wim Taymans | 2006-09-27 | 1 | -22/+45 |
* | Some cleanups and comments. | Edgard Lima | 2006-09-27 | 1 | -26/+2 |
* | sys/v4l2/: Fix pass at code cleanups, move errors cases out of the normal flo... | Wim Taymans | 2006-09-26 | 1 | -167/+275 |
* | Fix GST_BUFFER_DURATION. | Edgard Lima | 2006-09-18 | 1 | -1/+1 |
* | The test application and the plgind error messages has been improved. | Edgard Lima | 2006-09-15 | 1 | -124/+63 |
* | sys/v4l2/: Cleanup error messages and unify header comments | Stefan Kost | 2006-09-02 | 1 | -6/+9 |
* | Fixed framerate negotiation. | Edgard Lima | 2006-08-29 | 1 | -1/+57 |
* | Fix set_caps to set width and height to the values the driver is really worki... | Edgard Lima | 2006-08-24 | 1 | -8/+36 |
* | Fixed query size to work with drivers that uses intermediate step like "width... | Edgard Lima | 2006-08-22 | 1 | -2/+2 |
* | Changes proposed by Wingo in bug #338818. | Edgard Lima | 2006-05-11 | 1 | -60/+65 |
* | Fix fourcc name printed out. Patch from Martin Rubli. | Martin Rubli | 2006-05-08 | 1 | -5/+7 |
* | Some changes proposed by wingo in bug #338818 (but not everything yet). Patch... | Martin Rubli | 2006-05-05 | 1 | -12/+30 |
* | Fixed some memory leaks. | Edgard Lima | 2006-04-13 | 1 | -5/+5 |
* | Small fix, now pwc driver can tell about its buffers. | Edgard Lima | 2006-03-27 | 1 | -2/+4 |
* | Just make few things more robust and also some identation. | Edgard Lima | 2006-03-25 | 1 | -17/+34 |
* | sys/v4l2/v4l2src_calls.c: g_atomic_int_set is only available in glib-0.10, us... | Edward Hervey | 2006-03-12 | 1 | -4/+4 |
* | V4L2 ported to 0.10. | Edgard Lima | 2006-03-11 | 1 | -111/+398 |
* | expand tabs | Thomas Vander Stichele | 2005-12-06 | 1 | -3/+3 |
* | Update for GST_FOURCC_FORMAT API change. | Tim-Philipp Müller | 2005-11-21 | 1 | -3/+4 |
* | sys/v4l2/v4l2src_calls.c: Fix hang. | Ronald S. Bultje | 2004-10-24 | 1 | -0/+1 |
* | sys/v4l2/gstv4l2element.h: Yet Another Hack (tm) for kernel header borkedness. | Ronald S. Bultje | 2004-10-24 | 1 | -0/+4 |
* | don't mix tabs and spaces | Thomas Vander Stichele | 2004-03-15 | 1 | -41/+41 |
* | gst-indent | Thomas Vander Stichele | 2004-03-14 | 1 | -144/+160 |
* | code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines. | David Schleef | 2004-02-02 | 1 | -1/+1 |
* | change NULL to (NULL) for GST_ELEMENT_ERROR | Thomas Vander Stichele | 2004-02-02 | 1 | -11/+11 |
* | GST_ELEMENT_ERROR | Thomas Vander Stichele | 2004-01-29 | 1 | -11/+11 |
* | another fix | Thomas Vander Stichele | 2004-01-19 | 1 | -1/+1 |
* | use new error signal and classification | Thomas Vander Stichele | 2004-01-18 | 1 | -26/+30 |
* | sys/v4l2/: add norm, channel and frequency properties. | Benjamin Otte | 2004-01-12 | 1 | -368/+244 |
* | Remove all config.h includes from header files, add it to each source file an... | Ronald S. Bultje | 2003-11-07 | 1 | -0/+4 |
* | compatibility fix for new GST_DEBUG stuff. | Benjamin Otte | 2003-06-29 | 1 | -2/+2 |
* | Actually, I didn't read the spec correctly. doh | Ronald S. Bultje | 2003-05-22 | 1 | -16/+2 |
* | Fix for bttv driver (which doesn't seem to follow the v4l2 spec 100%? | Ronald S. Bultje | 2003-05-22 | 1 | -1/+6 |
* | Some final fixes for the v4lsrc elements. remove software sync thread (use GS... | Ronald S. Bultje | 2003-05-21 | 1 | -34/+190 |
* | This implements filtered-caps negotiation for all the v4l*src elements, and r... | Ronald S. Bultje | 2003-05-10 | 1 | -0/+45 |
* | Implement element synchronization (#108301) | Ronald S. Bultje | 2003-05-02 | 1 | -0/+10 |
* | Unification of the way to speak to v4l2 and v4l elements... Also fix a segfau... | Ronald S. Bultje | 2003-03-02 | 1 | -46/+4 |
* | v4l plugins: add open/close signals v4l2 plugins: add open/close signals move... | Ronald S. Bultje | 2002-11-13 | 1 | -14/+64 |
* | Let's use g_strerror() instead of strerror() | Ronald S. Bultje | 2002-10-26 | 1 | -8/+8 |
* | Use strerror() instead of sys_errlist[] (deprecated) | Ronald S. Bultje | 2002-10-24 | 1 | -8/+8 |
* | This fixes the video4linux/video4linux2 debug output, which had one \n too much | Ronald S. Bultje | 2002-09-17 | 1 | -1/+1 |
* | this adds video4linux2 source and element plugins. The division in v4l2* plug... | Ronald S. Bultje | 2002-09-09 | 1 | -0/+397 |