index
:
gst-plugins-bad
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
master
LV2 for GStreamer (SoC 2009)
dave@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
v4l2
/
v4l2src_calls.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-18
Fix GST_BUFFER_DURATION.
Edgard Lima
1
-1
/
+1
2006-09-15
The test application and the plgind error messages has been improved.
Edgard Lima
1
-124
/
+63
2006-09-02
sys/v4l2/: Cleanup error messages and unify header comments
Stefan Kost
1
-6
/
+9
2006-08-29
Fixed framerate negotiation.
Edgard Lima
1
-1
/
+57
2006-08-24
Fix set_caps to set width and height to the values the driver is really worki...
Edgard Lima
1
-8
/
+36
2006-08-22
Fixed query size to work with drivers that uses intermediate step like "width...
Edgard Lima
1
-2
/
+2
2006-05-11
Changes proposed by Wingo in bug #338818.
Edgard Lima
1
-60
/
+65
2006-05-08
Fix fourcc name printed out. Patch from Martin Rubli.
Martin Rubli
1
-5
/
+7
2006-05-05
Some changes proposed by wingo in bug #338818 (but not everything yet). Patch...
Martin Rubli
1
-12
/
+30
2006-04-13
Fixed some memory leaks.
Edgard Lima
1
-5
/
+5
2006-03-27
Small fix, now pwc driver can tell about its buffers.
Edgard Lima
1
-2
/
+4
2006-03-25
Just make few things more robust and also some identation.
Edgard Lima
1
-17
/
+34
2006-03-12
sys/v4l2/v4l2src_calls.c: g_atomic_int_set is only available in glib-0.10, us...
Edward Hervey
1
-4
/
+4
2006-03-11
V4L2 ported to 0.10.
Edgard Lima
1
-111
/
+398
2005-12-06
expand tabs
Thomas Vander Stichele
1
-3
/
+3
2005-11-21
Update for GST_FOURCC_FORMAT API change.
Tim-Philipp Müller
1
-3
/
+4
2004-10-24
sys/v4l2/v4l2src_calls.c: Fix hang.
Ronald S. Bultje
1
-0
/
+1
2004-10-24
sys/v4l2/gstv4l2element.h: Yet Another Hack (tm) for kernel header borkedness.
Ronald S. Bultje
1
-0
/
+4
2004-03-15
don't mix tabs and spaces
Thomas Vander Stichele
1
-41
/
+41
2004-03-14
gst-indent
Thomas Vander Stichele
1
-144
/
+160
2004-02-02
code cleanup. Change bzero() to memset(). Remove duplicate ; at ends of lines.
David Schleef
1
-1
/
+1
2004-02-02
change NULL to (NULL) for GST_ELEMENT_ERROR
Thomas Vander Stichele
1
-11
/
+11
2004-01-29
GST_ELEMENT_ERROR
Thomas Vander Stichele
1
-11
/
+11
2004-01-19
another fix
Thomas Vander Stichele
1
-1
/
+1
2004-01-18
use new error signal and classification
Thomas Vander Stichele
1
-26
/
+30
2004-01-12
sys/v4l2/: add norm, channel and frequency properties.
Benjamin Otte
1
-368
/
+244
2003-11-07
Remove all config.h includes from header files, add it to each source file an...
Ronald S. Bultje
1
-0
/
+4
2003-06-29
compatibility fix for new GST_DEBUG stuff.
Benjamin Otte
1
-2
/
+2
2003-05-22
Actually, I didn't read the spec correctly. doh
Ronald S. Bultje
1
-16
/
+2
2003-05-22
Fix for bttv driver (which doesn't seem to follow the v4l2 spec 100%?
Ronald S. Bultje
1
-1
/
+6
2003-05-21
Some final fixes for the v4lsrc elements. remove software sync thread (use GS...
Ronald S. Bultje
1
-34
/
+190
2003-05-10
This implements filtered-caps negotiation for all the v4l*src elements, and r...
Ronald S. Bultje
1
-0
/
+45
2003-05-02
Implement element synchronization (#108301)
Ronald S. Bultje
1
-0
/
+10
2003-03-02
Unification of the way to speak to v4l2 and v4l elements... Also fix a segfau...
Ronald S. Bultje
1
-46
/
+4
2002-11-13
v4l plugins: add open/close signals v4l2 plugins: add open/close signals move...
Ronald S. Bultje
1
-14
/
+64
2002-10-26
Let's use g_strerror() instead of strerror()
Ronald S. Bultje
1
-8
/
+8
2002-10-24
Use strerror() instead of sys_errlist[] (deprecated)
Ronald S. Bultje
1
-8
/
+8
2002-09-17
This fixes the video4linux/video4linux2 debug output, which had one \n too much
Ronald S. Bultje
1
-1
/
+1
2002-09-09
this adds video4linux2 source and element plugins. The division in v4l2* plug...
Ronald S. Bultje
1
-0
/
+397