| Commit message (Expand) | Author | Age | Files | Lines |
* | sys/v4l2/gstv4l2src.c: Fix error code (the message string also needs love, bu...GIT_CONVERSION | Tim-Philipp Müller | 2009-01-20 | 1 | -1/+1 |
* | sys/osxaudio/Makefile.am: Link against CoreServices (needed for osx 10.4) and... | Michael Smith | 2009-01-15 | 1 | -1/+1 |
* | sys/osxaudio/Makefile.am: osxaudio plugin now requires AudioUnit framework, s... | Michael Smith | 2009-01-13 | 1 | -16/+16 |
* | sys/v4l2/gstv4l2src.c: Remove () from translateable string, so that it makes ... | Jan Schmidt | 2009-01-07 | 1 | -1/+1 |
* | sys/v4l2/gstv4l2src.c: Add support for grayscale v4l2 devices. Fixes bug #566... | Sascha Hauer | 2009-01-05 | 1 | -0/+5 |
* | sys/osxaudio/: Rewrite osxaudio to work more flexibly and more reliably, usin... | Justin Karnegas | 2009-01-02 | 9 | -451/+723 |
* | sys/sunaudio/gstsunaudiomixerctrl.c: Set the mixer fd before calling ioctl() ... | Brian Cameron | 2008-12-07 | 1 | -1/+2 |
* | sys/osxvideo/osxvideosink.*: Handle video window resizing more correctly, avo... | Michael Smith | 2008-11-20 | 2 | -25/+24 |
* | sys/v4l2/v4l2src_calls.c: Turns out we don't always get the frame sizes in a ... | Tim-Philipp Müller | 2008-11-17 | 1 | -10/+20 |
* | sys/v4l2/gstv4l2.c: Give it a primary rank for autovideosrc. | Stefan Kost | 2008-11-14 | 1 | -1/+1 |
* | sys/: Fix some spelling mistakes. Fixes #556802. | Fabricio Godoy | 2008-11-13 | 4 | -4/+4 |
* | Optionally use libv4l to access v4l2 devices. Fixes bug #545033. | Bastien Nocera | 2008-11-04 | 5 | -47/+72 |
* | Don't install static libs for plugins. Fixes #550851 for -good. | Stefan Kost | 2008-11-04 | 9 | -0/+9 |
* | sys/v4l2/v4l2src_calls.c: Guard more uncommon formats with ifdefs so that we ... | Wim Taymans | 2008-10-31 | 1 | -0/+8 |
* | sys/ximage/gstximagesrc.c: Fix build for systems that don't have XDamage. | Edward Hervey | 2008-10-08 | 1 | -0/+4 |
* | sys/ximage/gstximagesrc.c: Stop leaking the cursor image. | Wim Taymans | 2008-10-03 | 1 | -0/+12 |
* | sys/v4l2/gstv4l2object.h: Getting the Class from an instance is not just a ma... | Wim Taymans | 2008-10-03 | 1 | -3/+3 |
* | configure.ac: Fix libs for linking directsound. | Michael Smith | 2008-10-01 | 1 | -9/+94 |
* | sys/osxaudio/: Fix the build on macosx. | Edward Hervey | 2008-08-27 | 3 | -14/+16 |
* | sys/osxaudio/gstosxaudio.c: Oops. Revert more completely. | Michael Smith | 2008-08-27 | 1 | -2/+2 |
* | sys/osxaudio/gstosxaudio.c: Revert accidental element rename from testing. | Michael Smith | 2008-08-26 | 1 | -2/+2 |
* | sys/osxaudio/: Rewrite caps setting and ring buffer initialisation. | Michael Smith | 2008-08-26 | 8 | -136/+324 |
* | sys/v4l2/: Fix memory leaks. Small code cleanups : No need for empty _init().... | Stefan Kost | 2008-08-26 | 5 | -16/+29 |
* | sys/v4l2/gstv4l2tuner.c: v4l2src doesn't have a property named "norm" so don'... | Filippo Argiolas | 2008-08-23 | 1 | -0/+2 |
* | sys/v4l2/gstv4l2object.c: Reprobe devices again instead of taking a cached li... | Mike Ruprecht | 2008-08-23 | 1 | -4/+4 |
* | sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_buffer_alloc, gst_dir... | Ole André Vadla Ravnås | 2008-08-21 | 1 | -0/+2 |
* | sys/directdraw/gstdirectdrawsink.c: Fix buffer ref leak. | Ole André Vadla Ravnås | 2008-08-21 | 1 | -6/+4 |
* | sys/v4l2/gstv4l2src.c: Add S910 and PWC formats with a low priority. | Wim Taymans | 2008-08-21 | 2 | -9/+62 |
* | sys/v4l2/gstv4l2src.c: Properly set the maximum latency value, in the same wa... | Edward Hervey | 2008-08-13 | 2 | -15/+5 |
* | sys/v4l2/gstv4l2src.c: Add warning messages stating exactly why the latency q... | Edward Hervey | 2008-08-12 | 2 | -3/+11 |
* | Make sure gettext returns translations in UTF-8 encoding rather than in the c... | Frederic Crozat | 2008-08-07 | 2 | -0/+2 |
* | sys/v4l2/v4l2src_calls.c: When outputting a pad template range for the size, ... | Jan Schmidt | 2008-08-07 | 1 | -1/+2 |
* | sys/osxvideo/osxvideosink.m: Fix minor build issues on macosx. | Edward Hervey | 2008-07-17 | 1 | -2/+2 |
* | sys/v4l2/gstv4l2src.c: Avoid compiler warning by initialising variable to NUL... | Benoit Fouet | 2008-07-17 | 1 | -2/+1 |
* | Don't use declarations after statements and variable length arrays. | Sebastian Dröge | 2008-07-08 | 2 | -4/+3 |
* | sys/v4l2/v4l2src_calls.c: Try progressive video if interlaced fails. Fixes bu... | Daniel Drake | 2008-07-07 | 1 | -9/+42 |
* | sys/v4l2/v4l2_calls.c: Don't include unused gstv4l2xoverlay.h. Fixes build in... | Tim-Philipp Müller | 2008-06-26 | 1 | -0/+2 |
* | sys/sunaudio/gstsunaudiomixerctrl.c: Improvements for the SunAudio mixer by h... | Brian Cameron | 2008-06-10 | 1 | -4/+31 |
* | sys/v4l2/gstv4l2src.c: Improve negotiation a bit more by picking the smallest... | Sjoerd Simons | 2008-06-09 | 1 | -5/+40 |
* | sys/v4l2/: Fix compilation with newer GIT kernels that deprecated | Bastien Nocera | 2008-06-09 | 2 | -0/+29 |
* | sys/v4l2/gstv4l2src.c: Provide a custom negotiation function to make sure to ... | Sjoerd Simons | 2008-06-04 | 1 | -2/+129 |
* | sys/v4l2/v4l2src_calls.c: Fix potential caps leak. | William M. Brack | 2008-05-26 | 1 | -10/+34 |
* | sys/v4l2/v4l2src_calls.c: If we fail to get the frame intervals, simply don't... | William M. Brack | 2008-05-26 | 1 | -9/+12 |
* | sys/v4l2/gstv4l2src.c: Add NV12, NV21 and bayer support. See #520092. | William M. Brack | 2008-05-26 | 1 | -2/+20 |
* | sys/v4l2/gstv4l2src.c: Don't include the gstv4l2xoverlay.h header as the XOve... | Sebastian Dröge | 2008-05-17 | 1 | -0/+2 |
* | sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_setup_ddraw): Do IDir... | Haakon Sporsheim | 2008-05-07 | 1 | -0/+3 |
* | sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame): Added ch... | Haakon Sporsheim | 2008-05-07 | 1 | -1/+5 |
* | sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_show_frame, | Haakon Sporsheim | 2008-05-07 | 1 | -19/+23 |
* | sys/directdraw/gstdirectdrawsink.c (gst_directdraw_sink_set_caps): Fixed mid ... | Haakon Sporsheim | 2008-05-07 | 1 | -0/+6 |
* | sys/directdraw/gstdirectdrawsink.c | Ole André Vadla Ravnås | 2008-05-07 | 1 | -5/+13 |