Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-06-21pulse, v4l2: update for device "klass" -> "device-class" renameTim-Philipp Müller
2014-06-13oss: simplify probed caps before returning themTim-Philipp Müller
2014-06-13oss: make sure 16-bit formats are before 8-bit formats in probed capsTim-Philipp Müller
2014-06-13v4l2bufferpool: Cleanly handle v4l2_allocator_new failureNicolas Dufresne
2014-06-04v4l2bufferpool: Cleanup poll method and retry on EINTR/EAGAINNicolas Dufresne
2014-05-26v4l2sink: implement gstvideosink.show_frame instead of gstbasesink.renderJulien Isorce
2014-05-26v4l2sink: Cleanup old pad alloc declarationNicolas Dufresne
2014-05-26v4l2bufferpool: Copy already queued bufferNicolas Dufresne
2014-05-26v4l2bufferpool: Port to bufferpool flush_start/stop methodNicolas Dufresne
2014-05-25v4l2bufferpool: Don't queue all the buffers before dequeueing firstNicolas Dufresne
2014-05-25v4l2object: Simply read back the config to update the queryNicolas Dufresne
2014-05-25v4l2: Cleanup and fix calculation of latencyNicolas Dufresne
2014-05-25Revert "v4l2bufferpool: Port to bufferpool flush_start/stop method"Nicolas Dufresne
2014-05-25v4l2object: Fix configuration of other_pool and importation caseNicolas Dufresne
2014-05-25v4l2object: Use proposed allocator as defaultNicolas Dufresne
2014-05-25v4l2bufferpool: Fix USERPTR map flagsNicolas Dufresne
2014-05-24v4l2bufferpool: Prevent num_queued from going negativeNicolas Dufresne
2014-05-24v4l2videodec: don't stop if loop returned FLUSHINGNicolas Dufresne
2014-05-24v4l2videodec: Handle early task stopNicolas Dufresne
2014-05-24v4l2videodec: Handle gst_pad_start_task() failureNicolas Dufresne
2014-05-24v4l2videodec: Add trace for FLUSH_START/STOP handlingNicolas Dufresne
2014-05-24v4l2videodec: Fix use of atomic valueNicolas Dufresne
2014-05-24v4l2bufferpool: Improve debuggingNicolas Dufresne
2014-05-24v4l2videodec: Fix handle_frame error handlingNicolas Dufresne
2014-05-24v4l2bufferpool: Add a trace when _start() is calledNicolas Dufresne
2014-05-24v4l2allocator: Add debug assert to detect calls in the wrong stateNicolas Dufresne
2014-05-24v4l2allocator: Reset count when stoppedNicolas Dufresne
2014-05-24v4l2allocator: Return a GstFlowReturn instead of boolean in allocNicolas Dufresne
2014-05-24v4l2object: Don't leak config structureNicolas Dufresne
2014-05-24v4l2bufferpool: Port to bufferpool flush_start/stop methodNicolas Dufresne
2014-05-21ximagesrc: Fix ximage leaks when buffer has more then one ximageNicolas Dufresne
2014-05-19v4l2bufferpool: Explicitly cast enum "subtype" to its "supertype"Sebastian Dröge
2014-05-17v4l2videodec: Handle flush while in start_streamingNicolas Dufresne
2014-05-17v4l2allocator: Don't trace twice the same messageNicolas Dufresne
2014-05-16v4l2: Cleanup M2M propertiesNicolas Dufresne
2014-05-15v4l2bufferpool: Update pool limit with hardware requiremenstBenjamin Gaignard
2014-05-15v4l2videodec: Handle start_streaming errorNicolas Dufresne
2014-05-15v4l2videodec: Print the flow return causing the loop to leaveNicolas Dufresne
2014-05-15v4l2videodec: Don't lock the decoder when stopping taskNicolas Dufresne
2014-05-15v4l2transform: Don't leak pool if activation failedNicolas Dufresne
2014-05-15v4l2: Split flush in start/stop_streamingNicolas Dufresne
2014-05-15v4l2transform: Flush buffer pools on flush stopNicolas Dufresne
2014-05-15v4l2allocator: Fix use of atomic active markerNicolas Dufresne
2014-05-15v4l2bufferpool: Don't deactivate otherpoolNicolas Dufresne
2014-05-15v4l2bufferpool: Also update num_buffers for import casesNicolas Dufresne
2014-05-13v4l2object: Fix regression in offset extrapolationNicolas Dufresne
2014-05-13v4l2bufferpool: Use default VideoInfo for frame operationNicolas Dufresne
2014-05-12v4l2src: minor GValue handling optimisation in probing codeTim-Philipp Müller
2014-05-12v4l2src: avoid lists with one single framerate in probed capsTim-Philipp Müller
2014-05-09v4l2transform: Fix NULL check copy paste errorNicolas Dufresne