summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* dirctsoundsink: Setting volume should not unmuteThomas Roos2016-03-081-2/+2
* dirctsoundsink: Fix volume reset on unmuteThomas Roos2016-03-081-1/+2
* v4l2object: fix capture with bayer formats other than bggrAlban Bedel2016-03-081-1/+11
* v4l2: fix colorimetry for NV12Josep Torra2016-03-071-4/+13
* v4l2: don't use undeclared core debug category symbolsTim-Philipp Müller2016-02-201-3/+3
* v4l2src: fix indentationTim-Philipp Müller2016-02-192-8/+10
* v4l2allocator: Fix spelling of reenqueueingLuis de Bethencourt2016-02-081-1/+1
* v4l2allocator: Fix spelling of queueingNicolas Dufresne2016-02-081-1/+1
* v4l2: Re-add colorimetry field for RGB formatsNicolas Dufresne2016-01-221-25/+20
* v4l2: fix sRGB colorspace definitionWim Taymans2016-01-221-6/+0
* v4l2: Add adobe colorspace supportWim Taymans2016-01-211-13/+26
* v4l2: Don't free props structure twice.Jan Schmidt2016-01-201-1/+0
* v4l2object: Cleanup uneeded return statementNicolas Dufresne2016-01-191-2/+0
* v4l2object: Don't set colorimetry for non YUV formatsNicolas Dufresne2016-01-191-0/+39
* osxaudio: break as soon as the device is foundNirbheek Chauhan2016-01-141-0/+1
* osxaudio: Fix error handling when selecting/opening devicesNirbheek Chauhan2016-01-142-3/+14
* v4l2-*: Configuring output pool correctly for using drivers min_buffer if pre...Pablo Anton2016-01-041-1/+3
* v4l2deviceprovider: add properties to the deviceWim Taymans2015-12-291-13/+95
* directsoundsink: Fix sleep for buffer-time lower than 200000Thomas Roos2015-12-211-2/+13
* v4l2object: Update formats tableNicolas Dufresne2015-12-181-40/+167
* directsoundsink: Check device property and fail if device can't be foundThomas Roos2015-12-141-1/+8
* directsoundsink: Fix handling of the mute propertyThomas Roos2015-12-141-5/+10
* directsoundsink: Check the return value of GetStatus() too to decide if there...Thomas Roos2015-12-111-8/+13
* v4l2bufferpool: don't block when resurecting a bufferWim Taymans2015-12-011-1/+3
* v4l2: videodec: choose format from capsPhilipp Zabel2015-11-251-0/+30
* v4l2: add gst_v4l2_object_probe_capsPhilipp Zabel2015-11-252-22/+38
* v4l2-probe: Skip devices without supported formatsNicolas Dufresne2015-11-251-0/+7
* v4l2: Track /dev/video* to triggered required probeNicolas Dufresne2015-11-251-2/+15
* v4l2: Fix capture/output-io-mode propertiesNicolas Dufresne2015-11-192-5/+5
* v4l2/object: remove unnecessary NULL check before g_free()Reynaldo H. Verdejo Pinochet2015-11-151-4/+2
* osssrc: remove unnecessary NULL check before g_free()Reynaldo H. Verdejo Pinochet2015-11-151-2/+1
* sunaudiosrc: remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-151-2/+1
* v4l2object: add support of NV16, NV61 and NV24 formatsAurélien Zanelli2015-11-131-0/+38
* v4l2: Set O_CLOEXEC on the device fdArun Raghavan2015-11-031-1/+6
* v4l2: fix double-unref in the v4l2 device providerNirbheek Chauhan2015-10-281-1/+0
* ximagesrc: Gather and coalesce all damaged areas before retrieving.Jan Schmidt2015-10-021-81/+91
* v4l2transform: fix pad closingJean-Michel Hautbois2015-08-201-1/+1
* directsoundsink: allow specifying audio playback deviceDustin Spicuzza2015-08-172-2/+69
* v4l2: Allow framerate to be large then 100pfsDimitrios Katsaros2015-07-252-6/+6
* v4l2bufferpool: set GST_BUFFER_COPY_FLAGS to copy flags alsoHyunjun Ko2015-07-231-1/+2
* v4l2bufferpool: Set timestamp when queue buffer.Song Bing2015-07-201-0/+8
* osxaudiosrc: no resampling on OS XIlya Konstantinov2015-07-141-0/+15
* osxaudiosrc: avoid get_channel_layoutIlya Konstantinov2015-07-141-1/+4
* osxaudio: Avoid making a duplicate structure in caps for mono/stereo caseArun Raghavan2015-07-141-26/+14
* osxaudio: Don't set the format on an initialized AudioUnitArun Raghavan2015-07-144-3/+47
* osxaudio: Minor spelling fix (unitialize -> uninitialize)Arun Raghavan2015-07-143-3/+3
* osxaudio: Fix lockup in _audio_unit_property_listenerIlya Konstantinov2015-07-144-6/+16
* osxaudio: Invalidate cached caps on format changeIlya Konstantinov2015-07-141-0/+60
* osxaudio: Overhaul of probing capsIlya Konstantinov2015-07-1411-363/+604
* osxaudio: AudioUnitInitialize on openIlya Konstantinov2015-07-141-17/+25