summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2014-09-19osxaudio: OSStatus is not a fourcc, so don't print it as one...Sebastian Dröge4-94/+57
2014-09-16v4l2allocator: O_CLOEXEC needs _GNU_SOURCEPeter Korsgaard1-0/+4
2014-09-10v4l2sink: Unref pool after usageOgnyan Tonchev1-0/+1
2014-09-09v4l2transform: Don't rank it for nowNicolas Dufresne1-1/+1
2014-09-09v4l2allocator: Workaround driver that don't support REQBUFS(0)Nicolas Dufresne1-20/+14
2014-08-29v4l2: get_nearest_size: Fix "Unsupported field type" errorsHans de Goede1-17/+27
2014-08-29v4l2: get_nearest_size: Always reinit all struct fields on retryHans de Goede1-2/+10
2014-07-31ximagesrc: Fix warning about missing return valueNicolas Dufresne1-1/+1
2014-07-31ximagesrc: Add missing return value to Buffer dispose functionNicolas Dufresne3-5/+11
2014-07-11v4l2bufferpool: Fix copy threshold implementationNicolas Dufresne1-24/+26
2014-07-11v4l2allocator: Use qdata instead of parenting to DmabufMemoryNicolas Dufresne3-10/+21
2014-07-10v4l2bufferpool: Workaround elements not requesting any buffersNicolas Dufresne1-0/+6
2014-07-09v4l2src: Ensure internal pool activationNicolas Dufresne1-0/+13
2014-07-03v4l2object: Pool might be NULL in decide allocationNicolas Dufresne1-5/+7
2014-07-03v4l2bufferpool: Handle FD error during pollNicolas Dufresne2-5/+9
2014-07-03v4l2bufferpool: Wait before polling if queue is emptyNicolas Dufresne2-1/+25
2014-07-01v4l2: fix probing and enumeration of stepwise frame sizesTim-Philipp Müller1-12/+27
2014-07-01v4l2object: drop workaround for misbehaving TRY_FMTDaniel Drake1-17/+1
2014-06-29v4l2: fix compiler warnings when compiling with -DG_DISABLE_ASSERTTim-Philipp Müller1-2/+2
2014-06-26Rename GstDeviceMonitor to GstDeviceProviderOlivier Crête4-85/+87
2014-06-23osxvideosink: remove legacy code for passing a window handleAndoni Morales Alastruey2-52/+21
2014-06-21pulse, v4l2: update for device "klass" -> "device-class" renameTim-Philipp Müller1-1/+1
2014-06-13oss: simplify probed caps before returning themTim-Philipp Müller1-0/+2
2014-06-13oss: make sure 16-bit formats are before 8-bit formats in probed capsTim-Philipp Müller1-48/+42
2014-06-12v4l2bufferpool: Cleanly handle v4l2_allocator_new failureNicolas Dufresne1-0/+7
2014-06-04v4l2bufferpool: Cleanup poll method and retry on EINTR/EAGAINNicolas Dufresne1-11/+21
2014-05-26v4l2sink: implement gstvideosink.show_frame instead of gstbasesink.renderJulien Isorce1-7/+10
2014-05-26v4l2sink: Cleanup old pad alloc declarationNicolas Dufresne1-4/+0
2014-05-26v4l2bufferpool: Copy already queued bufferNicolas Dufresne2-28/+50
2014-05-26v4l2bufferpool: Port to bufferpool flush_start/stop methodNicolas Dufresne8-330/+263
2014-05-25v4l2bufferpool: Don't queue all the buffers before dequeueing firstNicolas Dufresne1-2/+1
2014-05-25v4l2object: Simply read back the config to update the queryNicolas Dufresne1-4/+6
2014-05-25v4l2: Cleanup and fix calculation of latencyNicolas Dufresne3-42/+39
2014-05-24Revert "v4l2bufferpool: Port to bufferpool flush_start/stop method"Nicolas Dufresne8-247/+326
2014-05-24v4l2object: Fix configuration of other_pool and importation caseNicolas Dufresne1-9/+20
2014-05-24v4l2object: Use proposed allocator as defaultNicolas Dufresne1-0/+13
2014-05-24v4l2bufferpool: Fix USERPTR map flagsNicolas Dufresne1-1/+1
2014-05-24v4l2bufferpool: Prevent num_queued from going negativeNicolas Dufresne1-3/+5
2014-05-24v4l2videodec: don't stop if loop returned FLUSHINGNicolas Dufresne1-2/+3
2014-05-24v4l2videodec: Handle early task stopNicolas Dufresne1-1/+16
2014-05-24v4l2videodec: Handle gst_pad_start_task() failureNicolas Dufresne1-2/+12
2014-05-24v4l2videodec: Add trace for FLUSH_START/STOP handlingNicolas Dufresne1-0/+2
2014-05-24v4l2videodec: Fix use of atomic valueNicolas Dufresne1-1/+1
2014-05-24v4l2bufferpool: Improve debuggingNicolas Dufresne1-7/+10
2014-05-24v4l2videodec: Fix handle_frame error handlingNicolas Dufresne1-1/+13
2014-05-24v4l2bufferpool: Add a trace when _start() is calledNicolas Dufresne1-0/+2
2014-05-24v4l2allocator: Add debug assert to detect calls in the wrong stateNicolas Dufresne1-0/+4
2014-05-24v4l2allocator: Reset count when stoppedNicolas Dufresne1-0/+2
2014-05-24v4l2allocator: Return a GstFlowReturn instead of boolean in allocNicolas Dufresne1-1/+1
2014-05-24v4l2object: Don't leak config structureNicolas Dufresne1-0/+1