summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-10-08sys/ximage/gstximagesrc.c: Fix build for systems that don't have XDamage.Edward Hervey
2008-10-03sys/ximage/gstximagesrc.c: Stop leaking the cursor image.Wim Taymans
2008-10-03sys/v4l2/gstv4l2object.h: Getting the Class from an instance is not just a ma...Wim Taymans
2008-10-01configure.ac: Fix libs for linking directsound.Michael Smith
2008-08-27sys/osxaudio/: Fix the build on macosx.Edward Hervey
2008-08-27sys/osxaudio/gstosxaudio.c: Oops. Revert more completely.Michael Smith
2008-08-26sys/osxaudio/gstosxaudio.c: Revert accidental element rename from testing.Michael Smith
2008-08-26sys/osxaudio/: Rewrite caps setting and ring buffer initialisation.Michael Smith
2008-08-26sys/v4l2/: Fix memory leaks. Small code cleanups : No need for empty _init()....Stefan Kost
2008-08-23sys/v4l2/gstv4l2tuner.c: v4l2src doesn't have a property named "norm" so don'...Filippo Argiolas
2008-08-23sys/v4l2/gstv4l2object.c: Reprobe devices again instead of taking a cached li...Mike Ruprecht
2008-08-21sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc, gst_dir...Ole André Vadla Ravnås
2008-08-21sys/directdraw/gstdirectdrawsink.c: Fix buffer ref leak.Ole André Vadla Ravnås
2008-08-21sys/v4l2/gstv4l2src.c: Add S910 and PWC formats with a low priority.Wim Taymans
2008-08-13sys/v4l2/gstv4l2src.c: Properly set the maximum latency value, in the same wa...Edward Hervey
2008-08-12sys/v4l2/gstv4l2src.c: Add warning messages stating exactly why the latency q...Edward Hervey
2008-08-07Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat
2008-08-07sys/v4l2/v4l2src_calls.c: When outputting a pad template range for the size, ...Jan Schmidt
2008-07-17sys/osxvideo/osxvideosink.m: Fix minor build issues on macosx.Edward Hervey
2008-07-17sys/v4l2/gstv4l2src.c: Avoid compiler warning by initialising variable to NUL...Benoit Fouet
2008-07-08Don't use declarations after statements and variable length arrays.Sebastian Dröge
2008-07-07sys/v4l2/v4l2src_calls.c: Try progressive video if interlaced fails. Fixes bu...Daniel Drake
2008-06-26sys/v4l2/v4l2_calls.c: Don't include unused gstv4l2xoverlay.h. Fixes build in...Tim-Philipp Müller
2008-06-10sys/sunaudio/gstsunaudiomixerctrl.c: Improvements for the SunAudio mixer by h...Brian Cameron
2008-06-09sys/v4l2/gstv4l2src.c: Improve negotiation a bit more by picking the smallest...Sjoerd Simons
2008-06-09sys/v4l2/: Fix compilation with newer GIT kernels that deprecatedBastien Nocera
2008-06-04sys/v4l2/gstv4l2src.c: Provide a custom negotiation function to make sure to ...Sjoerd Simons
2008-05-26sys/v4l2/v4l2src_calls.c: Fix potential caps leak.William M. Brack
2008-05-26sys/v4l2/v4l2src_calls.c: If we fail to get the frame intervals, simply don't...William M. Brack
2008-05-26sys/v4l2/gstv4l2src.c: Add NV12, NV21 and bayer support. See #520092.William M. Brack
2008-05-17sys/v4l2/gstv4l2src.c: Don't include the gstv4l2xoverlay.h header as the XOve...Sebastian Dröge
2008-05-07sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw): Do IDir...Haakon Sporsheim
2008-05-07sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame): Added ch...Haakon Sporsheim
2008-05-07sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame,Haakon Sporsheim
2008-05-07sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps): Fixed mid ...Haakon Sporsheim
2008-05-07sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås
2008-05-07sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås
2008-05-07sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås
2008-05-07sys/directdraw/gstdirectdrawsink.cOle André Vadla Ravnås
2008-05-06sys/osxvideo/cocoawindow.m: Fix compiler warnings on PPC64. Fixes bug #499318.Thijs Vermeir
2008-04-08sys/oss/: More logging when probing (see #518474), some comments in _reset().Tim-Philipp Müller
2008-04-02sys/sunaudio/: Fix up copyrights (#525860).Brian Cameron
2008-03-27sys/sunaudio/: Fix up the mixer tracks to use a volume range of 0-255, which ...Brian Cameron
2008-03-26Add device-fd property to make it possible to apps to call ioctl's.Edgard Lima
2008-03-25sys/v4l2/v4l2src_calls.c: Remove superfluous DEBUG macro.Tim-Philipp Müller
2008-03-25sys/v4l2/v4l2src_calls.c: Check whether the device supports setting the frame...William M. Brack
2008-03-18sys/osxvideo/osxvideosink.m (gst_osx_video_sink_osxwindow_destroy)Andy Wingo
2008-03-18sys/osxvideo/osxvideosink.m (gst_osx_video_sink_osxwindow_destroy)Andy Wingo
2008-03-17sys/v4l2/v4l2src_calls.c: Make sure the probed frame sizes are reversed in th...William M. Brack
2008-03-11sys/oss/gstosssrc.*: Cache probed caps, so _get_caps() during recording doesn...Mark Nauwelaerts