summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* v4l2: Re-add colorimetry field for RGB formatsNicolas Dufresne2016-04-071-25/+20
* v4l2: fix sRGB colorspace definitionWim Taymans2016-04-071-1/+0
* v4l2: Don't leak v4l2 objects and props on probe errorsNirbheek Chauhan2016-04-061-4/+5
* dirctsoundsink: Setting volume should not unmuteThomas Roos2016-04-061-2/+2
* dirctsoundsink: Fix volume reset on unmuteThomas Roos2016-04-061-1/+2
* v4l2object: Don't set colorimetry for non YUV formatsNicolas Dufresne2016-01-191-0/+39
* osxaudio: Fix error handling when selecting/opening devicesNirbheek Chauhan2016-01-162-3/+14
* directsoundsink: Fix handling of the mute propertyThomas Roos2015-12-141-5/+10
* v4l2bufferpool: don't block when resurecting a bufferWim Taymans2015-12-141-1/+3
* directsoundsink: Check the return value of GetStatus() too to decide if there...Thomas Roos2015-12-111-8/+13
* v4l2: Set O_CLOEXEC on the device fdArun Raghavan2015-11-051-1/+6
* v4l2: fix double-unref in the v4l2 device providerNirbheek Chauhan2015-10-281-1/+0
* 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
* ximagesrc: add meta transform functionHyunjun Ko2015-07-061-1/+10
* v4l2transform: fix memory leakLuis de Bethencourt2015-07-021-0/+1
* v4l2: document fallthrough casesLuis de Bethencourt2015-06-291-0/+4
* osxaudio: fix latency property query on RemoteIOIlya Konstantinov2015-06-121-1/+1
* gstv4l2bufferpool: handle -EPIPE from DQBUF to signal EOSPhilipp Zabel2015-06-093-9/+23
* v4l2: Allow scaling in the v4l2*convert elementEnrico Jorns2015-06-091-11/+424
* v4l2: Also set colorimetry on output devicesNicolas Dufresne2015-06-081-12/+127
* v4l2: Add missing SMTP240M matrixNicolas Dufresne2015-06-081-0/+3
* v4l2object: Fully implement colorimetry supportNicolas Dufresne2015-06-081-8/+127
* v4l2: Update kernel headers to latest from media treeNicolas Dufresne2015-06-084-52/+448
* v4l2: Don't warn when optional CID are not implementNicolas Dufresne2015-06-051-11/+10
* v4l2: don't add the same interlace mode twiceWim Taymans2015-04-221-2/+4
* v4l2: cast unused return to voidLuis de Bethencourt2015-04-211-1/+1
* osxaudio: fix spelling in debug messageIlya Konstantinov2015-04-171-2/+2
* v4l2src: device sequence/offset correction in case of renegotiationPeter Seiderer2015-04-022-2/+11
* v4l2src: add frame loss detectionPeter Seiderer2015-04-021-7/+23
* v4l2: use v4l2 capture device sequence counterPeter Seiderer2015-04-022-2/+9
* v4l2: Ask the driver about its requirements for min_buffers before initiating...Tobias Modschiedler2015-04-022-22/+36
* osxvideosink: check for deprecated constants prior to OSX 10.10Julien Isorce2015-03-241-0/+6
* osxaudio: Fix string format warning on 32-bitIlya Konstantinov2015-03-231-1/+1
* v4l2src: delay renegotiation until it is likely buffers were reclaimedThiago Santos2015-03-132-21/+55
* v4l2object: add gst_v4l2_object_try_formatThiago Santos2015-03-132-24/+63
* Remove a couple of superfluous trailing semi-colonsJan Schmidt2015-03-121-2/+2
* Fix double semicolonsTim-Philipp Müller2015-03-102-2/+2