Age | Commit message (Expand) | Author | Files | Lines |
2006-07-19 | sys/v4l2/gstv4l2object.c: If "device-name" is requested and the device is not... | Martin Szulecki | 1 | -1/+5 |
2006-05-26 | gst/spectrum/: added another example | Stefan Kost | 1 | -1/+1 |
2006-05-19 | I forget to add sys/v4l2/gstv4l2xoverlay.c in las commit | Edgard Lima | 1 | -1/+1 |
2006-05-19 | Some clean-ups requested by wingo in bug #338818. | Edgard Lima | 4 | -26/+26 |
2006-05-18 | configure.ac: Check for X11 | Stefan Kost | 6 | -29/+42 |
2006-05-11 | Changes proposed by Wingo in bug #338818. | Edgard Lima | 18 | -1385/+1548 |
2006-05-08 | Fix fourcc name printed out. Patch from Martin Rubli. | Martin Rubli | 2 | -6/+8 |
2006-05-05 | Some changes proposed by wingo in bug #338818 (but not everything yet). Patch... | Martin Rubli | 10 | -177/+271 |
2006-05-02 | Fix get_caps func to work when no framerate is available and the caps isn't s... | Edgard Lima | 1 | -5/+3 |
2006-05-01 | Few improvements to move to good. | Edgard Lima | 4 | -77/+72 |
2006-04-25 | Define GstElementDetails as const and also static (when defined as global) | Stefan Kost | 1 | -1/+1 |
2006-04-20 | Added a couple of ifdefs to make it compile with other kernels. | Edgard Lima | 1 | -4/+13 |
2006-04-17 | Just added a gtk-doc comment. | Edgard Lima | 1 | -0/+21 |
2006-04-13 | Fixed some memory leaks. | Edgard Lima | 2 | -5/+24 |
2006-04-12 | Fix to work in read mode. | Edgard Lima | 1 | -1/+0 |
2006-04-08 | Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) | Stefan Kost | 2 | -3/+3 |
2006-04-08 | Fix broken GObject macros | Stefan Kost | 1 | -1/+1 |
2006-04-01 | rework build; add translations for v4l2 | Thomas Vander Stichele | 1 | -1/+1 |
2006-03-27 | Small fix, now pwc driver can tell about its buffers. | Edgard Lima | 1 | -2/+4 |
2006-03-25 | sys/v4l2/gstv4l2src.c: Older kernels don't seem to have this particular v4l2 ... | Tim-Philipp Müller | 1 | -2/+2 |
2006-03-25 | Just make few things more robust and also some identation. | Edgard Lima | 9 | -155/+223 |
2006-03-14 | sys/v4l2/gstv4l2src.c: Initialization of the debugging category should be as ... | Edward Hervey | 1 | -2/+2 |
2006-03-13 | Fix build of v4l2 (sigh) | Julien Moutte | 1 | -2/+3 |
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-12 | sys/v4l2/gstv4l2element.h: Remove tim's addition of "_stdint.h" since it does... | Edward Hervey | 1 | -2/+2 |
2006-03-12 | sys/v4l2/gstv4l2element.h: Include "_stdint.h" in an attempt to make the | Tim-Philipp Müller | 1 | -0/+2 |
2006-03-11 | V4L2 ported to 0.10. | Edgard Lima | 15 | -1374/+1365 |
2005-12-06 | expand tabs | Thomas Vander Stichele | 9 | -193/+193 |
2005-11-21 | Update for GST_FOURCC_FORMAT API change. | Tim-Philipp Müller | 2 | -4/+5 |
2005-11-21 | Rename gst_caps_structure_fixate_* to gst_structure_fixate_* (#322027) | Jan Schmidt | 1 | -4/+2 |
2005-10-12 | renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu... | Stefan Kost | 1 | -1/+1 |
2005-09-05 | Fix up all the state change functions. | Jan Schmidt | 2 | -31/+32 |
2005-07-05 | Way, way, way too many files: Remove crack comment from the 2000 era. | Andy Wingo | 1 | -2/+0 |
2005-01-10 | sys/: Add debug categories, fix overlay disabling. | Ronald S. Bultje | 1 | -1/+15 |
2005-01-07 | sys/v4l2/gstv4l2src.c: Fix against template (#150576). | Ronald S. Bultje | 1 | -0/+9 |
2004-12-19 | sys/: g_assert() can be a macro, don't use #ifdef inside it. | Ronald S. Bultje | 1 | -3/+5 |
2004-11-11 | sys/v4l2/gstv4l2element.c: Fix compilation if HAVE_XVIDEO is not defined | Zaheer Abbas Merali | 1 | -1/+6 |
2004-10-25 | sys/: Remove client-side overlay handling, use the X-server v4l plugin for th... | Ronald S. Bultje | 8 | -227/+155 |
2004-10-25 | sys/oss/gstosssrc.*: OK, so people want offset in DEFAULT. This time, actuall... | Ronald S. Bultje | 1 | -1/+3 |
2004-10-24 | sys/v4l2/gstv4l2element.c: Fix properties (channel, norm, frequency). | Ronald S. Bultje | 1 | -11/+12 |
2004-10-24 | sys/v4l2/gstv4l2element.c: Flag typo. | Ronald S. Bultje | 2 | -9/+12 |
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 | 4 | -7/+25 |
2004-08-03 | compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends | Benjamin Otte | 2 | -3/+3 |
2004-05-31 | - update links to v4l[12] API docs | Stéphane Loeuillet | 1 | -3/+7 |
2004-05-31 | gst-libs/gst/tuner/tunerchannel.h: - add a freq_multiplicator field to make t... | Stéphane Loeuillet | 2 | -6/+14 |
2004-05-07 | sys/v4l2/gstv4l2src.c: | Ronald S. Bultje | 1 | -0/+1 |
2004-04-10 | Workaround for missing struct v4l2_buffer declaration in Suse 9 and Mandrake ... | Ronald S. Bultje | 1 | -0/+30 |
2004-04-10 | sys/v4l2/gstv4l2src.c: fix Y41P (was typo'ed to | Ronald S. Bultje | 1 | -37/+42 |
2004-03-15 | don't mix tabs and spaces | Thomas Vander Stichele | 9 | -523/+524 |