summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-06ximagesrc: add meta transform functionHyunjun Ko1-1/+10
2015-07-02v4l2transform: fix memory leakLuis de Bethencourt1-0/+1
2015-06-29v4l2: document fallthrough casesLuis de Bethencourt1-0/+4
2015-06-12osxaudio: fix latency property query on RemoteIOIlya Konstantinov1-1/+1
2015-06-09gstv4l2bufferpool: handle -EPIPE from DQBUF to signal EOSPhilipp Zabel3-9/+23
2015-06-09v4l2: Allow scaling in the v4l2*convert elementEnrico Jorns1-11/+424
2015-06-08v4l2: Also set colorimetry on output devicesNicolas Dufresne1-12/+127
2015-06-08v4l2: Add missing SMTP240M matrixNicolas Dufresne1-0/+3
2015-06-08v4l2object: Fully implement colorimetry supportNicolas Dufresne1-8/+127
2015-06-08v4l2: Update kernel headers to latest from media treeNicolas Dufresne4-52/+448
2015-06-05v4l2: Don't warn when optional CID are not implementNicolas Dufresne1-11/+10
2015-04-22v4l2: don't add the same interlace mode twiceWim Taymans1-2/+4
2015-04-21v4l2: cast unused return to voidLuis de Bethencourt1-1/+1
2015-04-17osxaudio: fix spelling in debug messageIlya Konstantinov1-2/+2
2015-04-02v4l2src: device sequence/offset correction in case of renegotiationPeter Seiderer2-2/+11
2015-04-02v4l2src: add frame loss detectionPeter Seiderer1-7/+23
2015-04-02v4l2: use v4l2 capture device sequence counterPeter Seiderer2-2/+9
2015-04-02v4l2: Ask the driver about its requirements for min_buffers before initiating...Tobias Modschiedler2-22/+36
2015-03-24osxvideosink: check for deprecated constants prior to OSX 10.10Julien Isorce1-0/+6
2015-03-23osxaudio: Fix string format warning on 32-bitIlya Konstantinov1-1/+1
2015-03-13v4l2src: delay renegotiation until it is likely buffers were reclaimedThiago Santos2-21/+55
2015-03-13v4l2object: add gst_v4l2_object_try_formatThiago Santos2-24/+63
2015-03-12Remove a couple of superfluous trailing semi-colonsJan Schmidt1-2/+2
2015-03-10Fix double semicolonsTim-Philipp Müller2-2/+2
2015-03-10osxaudio: stream format is an SPDIF-only fieldIlya Konstantinov1-2/+1
2015-03-10osxaudio: fix spacesIlya Konstantinov1-1/+1
2015-03-10osxaudio: add type check macroIlya Konstantinov1-0/+2
2015-03-10osxaudio: rename gst_core_audio_set_channels_layout()Ilya Konstantinov3-3/+3
2015-03-10osxaudio: remove unused finalizeIlya Konstantinov1-8/+0
2015-03-08v4l2bufferpool: Don't update buffer for OUTPUTNicolas Dufresne1-0/+5
2015-03-06directsoundsink: fix modulo math with ringbuffer parametersThiago Santos1-2/+2
2015-03-03osxaudiosrc: Allow caps renegotiationArun Raghavan1-7/+4
2015-03-03osxaudiosink: Allow renegotiating capsIlya Konstantinov1-8/+6
2015-03-02v4l2allocator: fix fd leak in DMABUF import mode.Gwenole Beauchesne1-1/+3
2015-03-01v4l2bufferpool: Add missing breakNicolas Dufresne1-0/+1
2015-03-01v4l2: Workaround driver not setting field correctlyNicolas Dufresne2-0/+31