summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* sys/osxvideo/osxvideosink.m: Fix minor build issues on macosx.Edward Hervey2008-07-171-2/+2
* 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-082-4/+3
* sys/v4l2/v4l2src_calls.c: Try progressive video if interlaced fails. Fixes bu...Daniel Drake2008-07-071-9/+42
* sys/v4l2/v4l2_calls.c: Don't include unused gstv4l2xoverlay.h. Fixes build in...Tim-Philipp Müller2008-06-261-0/+2
* sys/sunaudio/gstsunaudiomixerctrl.c: Improvements for the SunAudio mixer by h...Brian Cameron2008-06-101-4/+31
* sys/v4l2/gstv4l2src.c: Improve negotiation a bit more by picking the smallest...Sjoerd Simons2008-06-091-5/+40
* sys/v4l2/: Fix compilation with newer GIT kernels that deprecatedBastien Nocera2008-06-092-0/+29
* sys/v4l2/gstv4l2src.c: Provide a custom negotiation function to make sure to ...Sjoerd Simons2008-06-041-2/+129
* sys/v4l2/v4l2src_calls.c: Fix potential caps leak.William M. Brack2008-05-261-10/+34
* sys/v4l2/v4l2src_calls.c: If we fail to get the frame intervals, simply don't...William M. Brack2008-05-261-9/+12
* 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
* sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw): Do IDir...Haakon Sporsheim2008-05-071-0/+3
* sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame): Added ch...Haakon Sporsheim2008-05-071-1/+5
* sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,Haakon Sporsheim2008-05-071-19/+23
* sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps): Fixed mid ...Haakon Sporsheim2008-05-071-0/+6
* sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås2008-05-071-5/+13
* sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås2008-05-071-0/+1
* sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås2008-05-071-13/+5
* sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås2008-05-071-5/+13
* sys/osxvideo/cocoawindow.m: Fix compiler warnings on PPC64. Fixes bug #499318.Thijs Vermeir2008-05-061-3/+3
* sys/oss/: More logging when probing (see #518474), some comments in _reset().Tim-Philipp Müller2008-04-083-20/+15
* sys/sunaudio/: Fix up copyrights (#525860).Brian Cameron2008-04-0211-11/+24
* sys/sunaudio/: Fix up the mixer tracks to use a volume range of 0-255, which ...Brian Cameron2008-03-272-10/+7
* Add device-fd property to make it possible to apps to call ioctl's.Edgard Lima2008-03-262-0/+14
* sys/v4l2/v4l2src_calls.c: Remove superfluous DEBUG macro.Tim-Philipp Müller2008-03-251-7/+2
* sys/v4l2/v4l2src_calls.c: Check whether the device supports setting the frame...William M. Brack2008-03-251-27/+50
* sys/osxvideo/osxvideosink.m (gst_osx_video_sink_osxwindow_destroy)Andy Wingo2008-03-182-1/+5
* sys/osxvideo/osxvideosink.m (gst_osx_video_sink_osxwindow_destroy)Andy Wingo2008-03-182-11/+19
* sys/v4l2/v4l2src_calls.c: Make sure the probed frame sizes are reversed in th...William M. Brack2008-03-171-4/+9
* sys/oss/gstosssrc.*: Cache probed caps, so _get_caps() during recording doesn...Mark Nauwelaerts2008-03-112-4/+20
* sys/ximage/gstximagesrc.c: Initialise variables when opening the X display ra...Jan Schmidt2008-02-121-3/+5
* sys/directdraw/gstdirectdrawsink.c: Properly chain up finalize functions. Fix...Sebastian Dröge2008-02-121-1/+8
* sys/v4l2/v4l2src_calls.c: Chain up the finalize functions. Fixes bug #515984.Sebastian Dröge2008-02-121-0/+12
* sys/ximage/ximageutil.c: Chain up in the finalize function for our custom buf...Sebastian Dröge2008-02-121-0/+8
* sys/ximage/gstximagesrc.c: Free allocated Damage memory before closing our co...Jan Schmidt2008-02-121-0/+19
* sys/v4l2/v4l2_calls.c: Treat ENOTTY (driver does not implement ioctl) the sam...Jan Schmidt2008-01-313-41/+53
* configure.ac: Detect video4linux headers on Solaris too.Brian Cameron2008-01-214-3/+17
* Revert previous change caused by a file that got stuck on an old revision.Stefan Kost2008-01-151-34/+41
* Managed to resolve most unused declarations. Filed a bug for one left.Stefan Kost2008-01-152-44/+34
* Generate the image-type values correctly. Leave them out of the caps when out...Jan Schmidt2008-01-111-0/+3
* sys/directdraw/gstdirectdrawsink.c: FALSE is not a gpointer.Tim-Philipp Müller2008-01-071-2/+2
* sys/directdraw/gstdirectdrawsink.c: Make sure we create our internal window o...Julien Moutte2008-01-051-38/+143
* Fix 'xyz may be used uninitialized' compiler warnings caused by broken g_asse...Tim-Philipp Müller2007-12-261-1/+1
* sys/v4l2/: Init some structs to zero before we pass them to ioctl, which avoi...Tim-Philipp Müller2007-12-112-6/+8
* sys/oss/gstosshelper.c: Verify that the format returned after the ioctl is th...Jan Schmidt2007-12-081-1/+1
* sys/oss/: Post decent (and translated) error message when we can't open the a...Tim-Philipp Müller2007-12-073-6/+40
* sys/oss/: Allow the AUDIODEV environment variable to redirect us to a differe...Jan Schmidt2007-12-072-2/+13
* Fix build on Mac OS X 10.5Julien Moutte2007-11-203-3/+4