summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2013-02-19v4l2: Add support of dmabufBenjamin Gaignard5-20/+56
2013-02-15v4l2: don't check stride for encoded formatsBenjamin Gaignard1-2/+4
2013-01-31osxvideosink: Make GstNavigation key input events in osxvideosink compatible ...Alexey Chernov2-10/+302
2013-01-23ximagesrc: Set the pixel aspect ratio correctly in the capsOlivier Crête3-18/+12
2013-01-23v4l2: Re-enable prepare-format emissionSjoerd Simons1-6/+5
2013-01-16osxvideosink: Fix crash in osxvideosink with external window outputAlexey Chernov2-3/+10
2013-01-16osxvideosink: Make GstGLView propagate input events to its parent viewAlexey Chernov1-0/+7
2013-01-04v4l2: Also handle the new ENOENT return value of VIDIOC_QUERYCTRLRobert Krakora1-1/+1
2012-12-25oss4sink: notify "volume" property on open to make apps query initial volumeTim-Philipp Müller1-1/+7
2012-12-17v4l2: Teach where the videodev2.h header lives on freebsd.Koop Mast1-3/+5
2012-12-12directsound, waveform: fix compilation errors caused by circular includesРуслан Ижбулатов3-1/+2
2012-12-12ext/sys: Fix some compilation errors caused by circular includesSebastian Dröge4-2/+5
2012-12-10osxvideosink: Fix resizing the Cocoa window on receiving new capsAlexey Chernov1-1/+2
2012-11-30v4l2src: link against -lrt for clock_gettime()Tim-Philipp Müller1-1/+2
2012-11-25v4l2: remove unused defineTim-Philipp Müller1-6/+0
2012-11-04Fix FSF addressTim-Philipp Müller82-160/+160
2012-10-03meta info: threadsafe registration using g_onceMichael Smith2-4/+6
2012-09-20v4l2src: handle latency query before setting up the bufferpoolSjoerd Simons1-2/+3
2012-09-19osxaudiosink: Specify endianness in IEC 61937 payloadingArun Raghavan1-1/+2
2012-09-19directsoundsink: Specify endianness in IEC 61937 payloadingArun Raghavan1-1/+1
2012-09-14replace _get_caps_reffed with _get_capsMark Nauwelaerts1-1/+1
2012-09-13v4l2: remove unused propertiesWim Taymans3-50/+1
2012-09-11v4l2: disable renegotiationWim Taymans1-0/+18
2012-09-11directsoundsink: port to the new GLib thread APIMark Nauwelaerts2-4/+8
2012-09-10update for audio base src api changeWim Taymans2-4/+7
2012-09-06v4l2: remove unused code.Wim Taymans1-106/+0
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller14-21/+21
2012-08-22osxvideosink: Make osxvideosink use the non-deprecated threading api from glib.Martin Ertsaas2-29/+25
2012-08-21v4l2: make gst_v4l2_fill_lists() adapt to kernel 3.3+Huacai Chen1-1/+1
2012-08-09v4l2: fix build with recent kernels, the v4l2_buffer input field was removedMatthias Clasen1-1/+0
2012-08-08Silence some 'variable may be used uninitialized' compiler warningsTim-Philipp Müller3-4/+8
2012-08-06osxvideosink: add a better detection for the main run loopAndoni Morales Alastruey2-1/+69
2012-08-06directsoundsink: Do not overwrite the DS buffer when testing for AC3 supportXavi Artigas1-51/+44
2012-07-09fix for allocator API changesWim Taymans1-3/+3
2012-07-06update for query api changesWim Taymans1-2/+2
2012-07-06update for query api changesWim Taymans1-1/+1
2012-07-06update for allocation query changesWim Taymans1-2/+2
2012-07-04directsoundsink: Fix query function implementation; more debuggingРуслан Ижбулатов1-2/+14
2012-07-04directsoundsink: Fix spec stuff in directsoundsinkРуслан Ижбулатов1-14/+10
2012-07-04directsoundsink: fix access to invalid pointer in set_volumeAndoni Morales Alastruey1-0/+1
2012-07-04directsoundsink: Fix caps leaksSebastian Dr=C3=B6ge1-5/+23
2012-07-04directsoundsink: fix acceptcaps checkAndoni Morales Alastruey1-3/+9
2012-07-04directsoundsink: use helper function to check for spdif formatsAndoni Morales Alastruey1-11/+6
2012-07-04directsoundsink: add support for DTSAndoni Morales Alastruey1-2/+6
2012-07-04directsoundsink: force 48000 kHz force AC-3 over spdifAndoni Morales Alastruey1-1/+1
2012-07-04directsoundsink: add support for ac-3 over spdifAndoni Morales Alastruey1-11/+150
2012-06-29osxvideosink: default to force-aspect-ratio=trueTim-Philipp Müller1-1/+1
2012-06-26v4l2: improve debugWim Taymans1-1/+2
2012-06-26Revert "v4l2: free kernel buffers before allocating new ones"Wim Taymans1-11/+0
2012-06-26v4l2: free kernel buffers before allocating new onesWim Taymans1-0/+11