summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* v4l2: mark caps from probe as MAY_BE_LEAKEDGuillaume Desmottes2019-05-061-0/+4
* v4l2: fix use after free when handling eventsGuillaume Desmottes2019-05-063-6/+9
* v4l2sink: fix pool-less allocation query handlingPhilipp Zabel2019-05-061-2/+3
* osxcoreaudio: fix typoNicola Murino2019-05-061-1/+1
* v4l2videodec: Move capture probe after input format is setNicolas Dufresne2018-11-071-15/+14
* osxaudio: add support for parsing more channel layouts ...Nicola Murino2018-09-271-36/+111
* v4l2object: Protect against zero PAR num/demuNicolas Dufresne2018-09-101-1/+1
* v4l2object: Only offer MMAP/DMABUF poolNicolas Dufresne2018-08-311-2/+10
* v4l2object: complete colorspace info in debug logPhilipp Zabel2018-08-211-2/+14
* v4l2object: fix typo in commentPhilipp Zabel2018-08-211-1/+1
* v4l2object: improve colorspace handling for JPEG sourcesPhilipp Zabel2018-08-211-9/+41
* v4l2object: stop V4L2 from zeroing extended colorimetry for non-mplanePhilipp Zabel2018-08-211-0/+1
* v4l2src: fix first input used is always used next timesIñigo Huguet2018-08-021-0/+5
* v4l2bufferpool: Validate that capture buffers were queuedNicolas Dufresne2018-07-131-0/+8
* v4l2bufferpool: Only return eos for M2M devicesNicolas Dufresne2018-07-131-19/+5
* v4l2: Add a macro to check for M2MNicolas Dufresne2018-07-133-14/+20
* v4l2allocator: Fix userptr importationNicolas Dufresne2018-07-131-7/+5
* v4l2src: Try to avoid TRY_FMT when camera is streamingNicolas Dufresne2018-07-113-1/+51
* v4l2videodec: Protect double calls to set_format()Nicolas Dufresne2018-07-091-4/+6
* v4l2videoenc: Only renegotiate with upstreamNicolas Dufresne2018-06-291-0/+4
* v4l2videoenc: Don't set colorimetry on captureNicolas Dufresne2018-06-271-1/+6
* v4l2object: Really always set colorimetryNicolas Dufresne2018-06-271-15/+13
* v4l2videodec: do not call streamon while pool is flushingMichael Tretter2018-06-271-3/+6
* v4l2object: use S_SELECTION instead of S_CROP in gst_v4l2_object_set_cropPhilipp Zabel2018-06-271-11/+28
* v4l2videoenc: activate capture pool after output poolMarian Mihailescu2018-06-271-8/+6
* v4l2object: Don't open the device in get propertyNicolas Dufresne2018-06-271-8/+5
* v4l2: Fix typo in debug messagesEdward Hervey2018-06-271-2/+2
* v4l2bufferpool: Drop truncated framesNicolas Dufresne2018-06-071-0/+12
* v4l2: rely on gst_v4l2_dup() to set no_initial_format and keep_aspectGuillaume Desmottes2018-04-264-6/+1
* v4l2object: Disable DMABuf for emulated formatsWhoopie2018-04-111-0/+6
* v4l2object: Only use BT2020_12 for BT2020 v4l2 colorspaceNicolas Dufresne2018-04-111-1/+1
* v4l2object: Always set the colorimetry in S_FMTNicolas Dufresne2018-04-111-123/+121
* v4l2: Fix unknown type name ‘off_t’ errorSeungha Yang2018-03-272-1/+1
* meson: Add deviceprovider changes to directsoundsinkNirbheek Chauhan2018-03-101-1/+9
* v4l2: Fix support for 32bit mmapNicolas Dufresne2018-03-072-5/+17
* directsoundsink: Downgrade rank to match directsoundsrc in -badNirbheek Chauhan2018-03-011-1/+1
* docs: remove pointless Since: 0.10.x markersTim-Philipp Müller2018-02-151-2/+0
* osxvideosink: fix build on macOS versions < 12.0Jérôme Laheurte2018-02-082-2/+2
* directsoundsink: Add missing \ in multi-line #defineSebastian Dröge2018-01-251-9/+9
* directsoundsink: Add support for a DeviceProviderSebastian Dröge2018-01-256-15/+365
* v4l2: fix division by 0 for complex video formatsGuillaume Desmottes2018-01-171-2/+11
* v4l2: display stride and width values if stride is too smallGuillaume Desmottes2018-01-171-1/+2
* v4l2videodec: add property set/get PROP_CAPTURE_IO_MODE error handlingPeter Seiderer2018-01-121-4/+8
* v4l2videodec: fold property set/get PROP_OUTPUT_IO_MODE case into defaultPeter Seiderer2018-01-121-8/+0
* v4l2videoenc: add property set/get PROP_CAPTURE_IO_MODE error handlingPeter Seiderer2018-01-121-4/+8
* v4l2videoenc: fold property set/get PROP_OUTPUT_IO_MODE case into defaultPeter Seiderer2018-01-121-8/+0
* v4l2videoenc: fix capture-io-mode property getPeter Seiderer2018-01-121-2/+2
* v4l2src: Maintain downstream caps orderNicolas Dufresne2018-01-111-10/+42
* v4l2videoenc: Also re-enabled paused taskNicolas Dufresne2018-01-111-2/+3
* v4l2videoenc: Call stop on object before renegotiationNicolas Dufresne2018-01-081-0/+3