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-11-21v4l2allocator: Remove unused variableNicolas Dufresne
2014-11-21v4l2: Handle corrupted buffer with empty payloadNicolas Dufresne
2014-11-21v4l2object: allow to automatic selection of dmabufBenjamin Gaignard
2014-11-21v4l2: move vb_queue probing from allocator to v4l2objectBenjamin Gaignard
2014-11-07v4l2allocator: fix error message if allocator is already activeAurélien Zanelli
2014-11-07v4l2bufferpool: Improve buffer validationNicolas Dufresne
2014-11-03v4l2bufferpool: fix typo in flagsAurélien Zanelli
2014-11-03v4l2src: fix a couple of minor leaksTim-Philipp Müller
2014-11-01v4l2: Clean up interlace supportSimon Farnsworth
2014-10-29v4l2bufferpool: cleanly handle streamon failure for output deviceAurélien Zanelli
2014-10-29v4l2bufferpool: implement dispose methodAurélien Zanelli
2014-10-29v4l2bufferpool: check that allocator is non null when stopping poolAurélien Zanelli
2014-10-29v4l2sink: Implement unlock/unlock_stopNicolas Dufresne
2014-10-29pulse, v4l2: add missing G_END_DECLS in some placesTim-Philipp Müller
2014-09-30v4l2object: set colorspace for output devicesAurélien Zanelli
2014-09-27v4l2: remove redundant struct declarationTim-Philipp Müller
2014-09-22ximagesrc: Fix build problem without XFIXESLinus Svensson
2014-09-17osxaudio: OSStatus is not a fourcc, so don't print it as one...Sebastian Dröge
2014-09-16ximagesrc: Remove unused screen-num propertyAntonio Ospite
2014-09-16ximagesrc: Draw the cursor only when it is active in the capturing regionAntonio Ospite
2014-09-16ximagesrc: Fix drawing the cursor when it is outside the capturing regionAntonio Ospite
2014-09-16ximagesrc: Fix the destination coordinates of the cursorAntonio Ospite
2014-09-16v4l2allocator: O_CLOEXEC needs _GNU_SOURCEPeter Korsgaard
2014-09-10v4l2sink: Unref pool after usageOgnyan Tonchev
2014-09-10v4l2transform: Don't rank it for nowNicolas Dufresne
2014-09-10v4l2: Detect bad drivers timestampsNicolas Dufresne
2014-09-10v4l2allocator: Workaround driver that don't support REQBUFS(0)Nicolas Dufresne
2014-09-10v4l2: Merge min_buffers_for* variable into oneNicolas Dufresne
2014-09-10v4l2: set min_latency for output device according to required minimum number ...Aurélien Zanelli
2014-08-30v4l2: get_nearest_size: Fix "Unsupported field type" errorsHans de Goede
2014-08-30v4l2: get_nearest_size: Always reinit all struct fields on retryHans de Goede
2014-07-31ximagesrc: Fix warning about missing return valueNicolas Dufresne
2014-07-31ximagesrc: Add missing return value to Buffer dispose functionNicolas Dufresne
2014-07-26v4l2bufferpool: clear gcondThiago Santos
2014-07-25Revert "v4l2bufferpool: Workaround elements not requesting any buffers"Nicolas Dufresne
2014-07-25v4l2object: Don't share own pool if min exceed V4L2 capacityNicolas Dufresne
2014-07-25v4l2object: query minimum required buffers for outputAurélien Zanelli
2014-07-25v4l2sink: use directly 'obj' instead of 'v4l2sink->v4l2object'Aurélien Zanelli
2014-07-25v4l2: set debug messages according to device type and IO modeAurélien Zanelli
2014-07-25v4l2object: Remove is_active checksNicolas Dufresne
2014-07-11v4l2bufferpool: Fix copy threshold implementationNicolas Dufresne
2014-07-11v4l2allocator: Use qdata instead of parenting to DmabufMemoryNicolas Dufresne
2014-07-11v4l2bufferpool: Workaround elements not requesting any buffersNicolas Dufresne
2014-07-09v4l2src: Ensure internal pool activationNicolas Dufresne
2014-07-03v4l2object: Pool might be NULL in decide allocationNicolas Dufresne
2014-07-03v4l2bufferpool: Handle FD error during pollNicolas Dufresne
2014-07-03v4l2bufferpool: Wait before polling if queue is emptyNicolas Dufresne
2014-07-01v4l2: fix probing and enumeration of stepwise frame sizesTim-Philipp Müller
2014-07-01v4l2object: drop workaround for misbehaving TRY_FMTDaniel Drake
2014-06-29v4l2: fix compiler warnings when compiling with -DG_DISABLE_ASSERTTim-Philipp Müller