summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-26v4l2: query crop configuration after each call of S_CROPAurélien Zanelli2-0/+10
2015-02-25v4l2bufferpool: Check corruption flag on the right bufferAleix Conchillo Flaqué1-1/+4
2015-02-25v4l2object: set colorspace in caps for capture devicesAurélien Zanelli1-0/+68
2015-02-25v4l2bufferpool: fix import_userptr() in single-planar API when n_planes > 1Aurélien Zanelli4-19/+60
2015-02-25v4l2allocator: let bufferpool calculate image size when importing userptrAurélien Zanelli3-17/+33
2015-02-25v4l2object: recognize and distinguish all bayer arrangementsPhilippe De Muyter1-1/+14
2015-02-25v4l2bufferpool: set v4l2_buffer.field when queuing buffer in an output deviceAurélien Zanelli1-0/+23
2015-02-24osxaudiosrc: iOS resampling causes stutteringIlya Konstantinov5-25/+40
2015-02-23ximagesrc: remove pointless g_return_val_if_fail()Tim-Philipp Müller1-2/+0
2015-02-19v4l2: Enable copy when no known allocation paramsNicolas Dufresne3-7/+26
2015-02-19v4l2bufferpool: Update allocator flagsNicolas Dufresne1-0/+4
2015-02-19v4l2bufferpool: Use specific debug categoryNicolas Dufresne1-2/+5
2015-02-18Revert "v4l2: fraction is reversed"Luis de Bethencourt1-5/+5
2015-02-18v4l2: fraction is reversedLuis de Bethencourt1-5/+5
2015-02-18v4l2pool: Deactivate other poolNicolas Dufresne1-0/+1
2015-02-15v4l2allocator: Fix freeing of shared memoryNicolas Dufresne1-21/+12
2015-01-22v4l2object: reuse caps framerate if not overwritten by v4l2 devicePeter Seiderer1-6/+14
2015-01-13v4l2videodec: Proxy getcapsNicolas Dufresne1-34/+9
2015-01-10osxvideosink: Disable hack for NSApp iteration with a special #defineSebastian Dröge4-3/+22
2015-01-09v4l2videodec: Prevent renegotiationNicolas Dufresne1-0/+7
2015-01-09v4l2videodec: Don't unlock the stream lock twiceNicolas Dufresne1-1/+1
2015-01-08v4l2allocator: Add protection against driver bugNicolas Dufresne1-0/+7
2015-01-08v4l2: Don't use allocator size to iterateNicolas Dufresne3-21/+1
2015-01-08v4l2bufferpool: Don't clean buffer array in disposeNicolas Dufresne1-6/+0
2015-01-08v4l2bufferpool: Don't ref queued output bufferNicolas Dufresne1-10/+14
2015-01-08v4l2bufferpool: Never fail on streamoffNicolas Dufresne1-33/+8
2014-12-22osxaudio: Directly return the ringbuffer's caps if it is acquiredSebastian Dröge2-14/+8
2014-12-22osxaudio: Put all audio formats into the template capsSebastian Dröge2-14/+2