summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-22osxaudio: Also set the big endian flag for floating point samplesSebastian Dröge1-3/+5
2014-12-22osxaudio: Fix deadlock and property change notification in device selection codeSebastian Dröge2-11/+19
2014-12-19v4l2pool: Update configuration sizeNicolas Dufresne1-3/+3
2014-12-16v4l2bufferpool: Disable create_buf with libv4l2Nicolas Dufresne1-0/+8
2014-12-16v4l2allocator: Add protection against broken libv4l2Nicolas Dufresne1-0/+18
2014-12-16osxvideosink: clear rectangle structures before useWim Taymans1-1/+3
2014-12-15v4l2object: Always set formatNicolas Dufresne1-69/+1
2014-12-15osxaudiosink: Prefer filter caps order while getting capsArun Raghavan1-1/+1
2014-12-15osxaudiosink: Add some error handling around channel layout parsingArun Raghavan1-4/+14
2014-12-15osxaudio: Take lock around sink/source before accessing the ringbufferArun Raghavan2-0/+13
2014-12-15osxaudiosrc: Probe channel layout tooArun Raghavan6-63/+112
2014-12-15osxaudiosink: Only fix up channels/layout for PCM caps while probingArun Raghavan1-6/+7
2014-12-15osxaudiosrc: Implement caps probingArun Raghavan4-37/+114
2014-12-15osxaudio: Bind audio device to audio unit earlyArun Raghavan1-4/+16
2014-12-15osxaudiosink: Fix up caps querying a bitArun Raghavan1-16/+30
2014-12-15osxaudio: Move osxaudiosrc-specific code out of the generic pathArun Raghavan2-30/+38
2014-12-15osxaudio: Clean up a GstCoreAudio -> GstOsxAudioSrc/Sink referenceArun Raghavan8-53/+112
2014-12-15osxaudiosink: Move device caps probing to get_caps()Arun Raghavan1-10/+16
2014-12-15osxaudio: Make some debug code compile conditionallyArun Raghavan1-1/+5
2014-12-15osxaudio: Move device selection to ringbuffer->open_device()Arun Raghavan4-19/+32
2014-12-15osxaudio: Consolidate input and output code paths a bitArun Raghavan6-74/+52
2014-12-09v4l2bufferpool: set buffer interlace flags when field is V4L2_FIELD_INTERLACEDAurélien Zanelli1-0/+10
2014-12-07v4l2: Workaround libv4l2 RW emulation bugNicolas Dufresne1-0/+9
2014-12-07v4l2: Fix RW io modeNicolas Dufresne1-6/+11
2014-12-04v4l2bufferpool: Cleanup uneeded check and casesNicolas Dufresne1-9/+2
2014-12-04v4l2pool: Fix CREATE_BUFS support for captureNicolas Dufresne1-9/+23
2014-12-04v4l2allocator: Fix CREATE_BUF probingNicolas Dufresne1-1/+1
2014-12-01v4l2allocator: fix gst_v4l2_allocator_stop prototypeAurélien Zanelli1-1/+1
2014-12-01v4l2bufferpool: unref pool when v4l2_allocator_new() failsAurélien Zanelli1-0/+1
2014-11-30v4l2: Remove last include to linux/videodev2.hNicolas Dufresne1-1/+1
2014-11-24Revert "v4l2allocator: Remove unused variable"Nicolas Dufresne1-0/+1
2014-11-24Revert "v4l2: move vb_queue probing from allocator to v4l2object"Nicolas Dufresne5-77/+76
2014-11-24Revert "v4l2object: allow to automatic selection of dmabuf"Nicolas Dufresne2-8/+2
2014-11-21v4l2allocator: Remove unused variableNicolas Dufresne1-1/+0
2014-11-21v4l2: Handle corrupted buffer with empty payloadNicolas Dufresne5-40/+85
2014-11-21v4l2object: allow to automatic selection of dmabufBenjamin Gaignard2-2/+8
2014-11-21v4l2: move vb_queue probing from allocator to v4l2objectBenjamin Gaignard5-76/+77
2014-11-07v4l2allocator: fix error message if allocator is already activeAurélien Zanelli1-2/+1