summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2016-03-08dirctsoundsink: Setting volume should not unmuteThomas Roos1-2/+2
2016-03-08dirctsoundsink: Fix volume reset on unmuteThomas Roos1-1/+2
2016-03-08v4l2object: fix capture with bayer formats other than bggrAlban Bedel1-1/+11
2016-03-07v4l2: fix colorimetry for NV12Josep Torra1-4/+13
2016-02-20v4l2: don't use undeclared core debug category symbolsTim-Philipp Müller1-3/+3
2016-02-19v4l2src: fix indentationTim-Philipp Müller2-8/+10
2016-02-08v4l2allocator: Fix spelling of reenqueueingLuis de Bethencourt1-1/+1
2016-02-08v4l2allocator: Fix spelling of queueingNicolas Dufresne1-1/+1
2016-01-22v4l2: Re-add colorimetry field for RGB formatsNicolas Dufresne1-25/+20
2016-01-22v4l2: fix sRGB colorspace definitionWim Taymans1-6/+0
2016-01-21v4l2: Add adobe colorspace supportWim Taymans1-13/+26
2016-01-20v4l2: Don't free props structure twice.Jan Schmidt1-1/+0
2016-01-19v4l2object: Cleanup uneeded return statementNicolas Dufresne1-2/+0
2016-01-19v4l2object: Don't set colorimetry for non YUV formatsNicolas Dufresne1-0/+39
2016-01-14osxaudio: break as soon as the device is foundNirbheek Chauhan1-0/+1
2016-01-14osxaudio: Fix error handling when selecting/opening devicesNirbheek Chauhan2-3/+14
2016-01-04v4l2-*: Configuring output pool correctly for using drivers min_buffer if pre...Pablo Anton1-1/+3
2015-12-29v4l2deviceprovider: add properties to the deviceWim Taymans1-13/+95
2015-12-21directsoundsink: Fix sleep for buffer-time lower than 200000Thomas Roos1-2/+13
2015-12-18v4l2object: Update formats tableNicolas Dufresne1-40/+167
2015-12-14directsoundsink: Check device property and fail if device can't be foundThomas Roos1-1/+8
2015-12-14directsoundsink: Fix handling of the mute propertyThomas Roos1-5/+10
2015-12-11directsoundsink: Check the return value of GetStatus() too to decide if there...Thomas Roos1-8/+13
2015-12-01v4l2bufferpool: don't block when resurecting a bufferWim Taymans1-1/+3
2015-11-25v4l2: videodec: choose format from capsPhilipp Zabel1-0/+30
2015-11-25v4l2: add gst_v4l2_object_probe_capsPhilipp Zabel2-22/+38
2015-11-25v4l2-probe: Skip devices without supported formatsNicolas Dufresne1-0/+7
2015-11-25v4l2: Track /dev/video* to triggered required probeNicolas Dufresne1-2/+15
2015-11-19v4l2: Fix capture/output-io-mode propertiesNicolas Dufresne2-5/+5
2015-11-15v4l2/object: remove unnecessary NULL check before g_free()Reynaldo H. Verdejo Pinochet1-4/+2
2015-11-15osssrc: remove unnecessary NULL check before g_free()Reynaldo H. Verdejo Pinochet1-2/+1
2015-11-15sunaudiosrc: remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-2/+1
2015-11-13v4l2object: add support of NV16, NV61 and NV24 formatsAurélien Zanelli1-0/+38
2015-11-03v4l2: Set O_CLOEXEC on the device fdArun Raghavan1-1/+6
2015-10-28v4l2: fix double-unref in the v4l2 device providerNirbheek Chauhan1-1/+0
2015-10-02ximagesrc: Gather and coalesce all damaged areas before retrieving.Jan Schmidt1-81/+91
2015-08-20v4l2transform: fix pad closingJean-Michel Hautbois1-1/+1
2015-08-17directsoundsink: allow specifying audio playback deviceDustin Spicuzza2-2/+69
2015-07-25v4l2: Allow framerate to be large then 100pfsDimitrios Katsaros2-6/+6
2015-07-23v4l2bufferpool: set GST_BUFFER_COPY_FLAGS to copy flags alsoHyunjun Ko1-1/+2
2015-07-20v4l2bufferpool: Set timestamp when queue buffer.Song Bing1-0/+8
2015-07-14osxaudiosrc: no resampling on OS XIlya Konstantinov1-0/+15
2015-07-14osxaudiosrc: avoid get_channel_layoutIlya Konstantinov1-1/+4
2015-07-14osxaudio: Avoid making a duplicate structure in caps for mono/stereo caseArun Raghavan1-26/+14
2015-07-14osxaudio: Don't set the format on an initialized AudioUnitArun Raghavan4-3/+47
2015-07-14osxaudio: Minor spelling fix (unitialize -> uninitialize)Arun Raghavan3-3/+3
2015-07-14osxaudio: Fix lockup in _audio_unit_property_listenerIlya Konstantinov4-6/+16
2015-07-14osxaudio: Invalidate cached caps on format changeIlya Konstantinov1-0/+60
2015-07-14osxaudio: Overhaul of probing capsIlya Konstantinov11-363/+604
2015-07-14osxaudio: AudioUnitInitialize on openIlya Konstantinov1-17/+25