summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2018-01-25directsoundsink: Add missing \ in multi-line #defineSebastian Dröge1-9/+9
2018-01-25directsoundsink: Add support for a DeviceProviderSebastian Dröge6-15/+365
2018-01-17v4l2: fix division by 0 for complex video formatsGuillaume Desmottes1-2/+11
2018-01-17v4l2: display stride and width values if stride is too smallGuillaume Desmottes1-1/+2
2018-01-12v4l2videodec: add property set/get PROP_CAPTURE_IO_MODE error handlingPeter Seiderer1-4/+8
2018-01-12v4l2videodec: fold property set/get PROP_OUTPUT_IO_MODE case into defaultPeter Seiderer1-8/+0
2018-01-12v4l2videoenc: add property set/get PROP_CAPTURE_IO_MODE error handlingPeter Seiderer1-4/+8
2018-01-12v4l2videoenc: fold property set/get PROP_OUTPUT_IO_MODE case into defaultPeter Seiderer1-8/+0
2018-01-12v4l2videoenc: fix capture-io-mode property getPeter Seiderer1-2/+2
2018-01-11v4l2src: Maintain downstream caps orderNicolas Dufresne1-10/+42
2018-01-11v4l2videoenc: Also re-enabled paused taskNicolas Dufresne1-2/+3
2018-01-08v4l2videoenc: Call stop on object before renegotiationNicolas Dufresne1-0/+3
2018-01-08v4l2videoenc: Remove dead codeNicolas Dufresne1-5/+0
2018-01-08v4l2videoenc: Delay capture pool activationNicolas Dufresne1-6/+8
2018-01-08v4l2videodec: Add dynamic resolution change supportNicolas Dufresne2-6/+52
2017-12-22v4l2deviceprovider: Don't do slow probesNicolas Dufresne1-0/+1
2017-12-22v4l2object: Don't redefine mmap64Nicolas Dufresne1-1/+1
2017-12-22v4l2object: Don't use mmap64 if off_t is 64-bitTing-Wei Lan1-0/+4
2017-12-22Revert "v4l2object: Use mmap64 to match libv4l2 signature"Nicolas Dufresne1-6/+0
2017-12-21v4l2object: Check for mmap64 before using itTing-Wei Lan1-0/+4
2017-12-13v4l2object: Use a debug object for tracingNicolas Dufresne10-140/+150
2017-12-06v4l2videodec: Handle drivers that only round up heightPhilipp Zabel1-4/+11
2017-11-29v4l2object: Fix dmabuf support detectionFlorent Thiéry1-1/+1
2017-11-06v4l2deviceprovider: Ignore touch sensing devicesJan Alexander Steffens (heftig)1-1/+6
2017-11-03v4l2allocator: Add support for data_offsetNicolas Dufresne2-55/+56
2017-10-12directsoundsink: simplify how DirecSoundBuffer is clearedPhilippe Renon1-1/+1
2017-10-12directsoundsink: fix commentPhilippe Renon1-1/+1
2017-10-12directsoundsink: don't call set_volume with private scaled volumePhilippe Renon1-1/+2
2017-10-12directsoundsink: remove duplicate volume initializationPhilippe Renon1-1/+0
2017-10-07v4l2videoenc: Fix driver capability dectectionNicolas Dufresne1-1/+1
2017-10-07v4l2videoenc/dec: Don't leak template capsNicolas Dufresne2-0/+4
2017-10-07v4l2videodec: Protect against null pool in _stopNicolas Dufresne1-2/+4
2017-10-07v4l2: fix build without libv4lTim-Philipp Müller1-1/+1
2017-10-05v4l2object: auto-detect dmabuf export for V4L2_IO_AUTO on capture sideEnrico Jorns1-2/+28
2017-09-19v4l2videodec: Don't leak codec nameNicolas Dufresne1-0/+2
2017-09-19v4l2bufferpool: Don't stop streaming when pool is flushingNicolas Dufresne5-110/+97
2017-09-13v4l2src: Ensure all caps a fixatedNicolas Dufresne1-24/+28
2017-09-13v4l2object: Don't leak the par valueNicolas Dufresne1-1/+11
2017-09-06v4l2object: Handle BT2020 for colorspace and transferIan Jamison1-1/+5
2017-09-06v4l2object: Fix colorimetry transfer lookup for 4K videoIan Jamison1-1/+1
2017-09-06v4l2src: Check if caps have changed after try_fmtNicolas Dufresne1-4/+4
2017-08-08v4l2bufferpool: Don't mark jpeg frames as deltasCyril Lashkevich1-1/+4
2017-08-06osxvideo: rename library according to the plugin namePhilippe Normand1-6/+6
2017-08-02v4l2bufferpool: Don't drop buffer ref on qbufNicolas Dufresne1-3/+2
2017-08-02v4l2: Enable VP9 formatNicolas Dufresne2-0/+8
2017-08-02v4l2: Remove spurious CATEGORY_EXTERNNicolas Dufresne11-24/+0
2017-08-02v4l2videoenc: Move the profile/level negotation in the base classNicolas Dufresne6-749/+258
2017-08-02v4l2videoenc: Turn gst_v4l2_is_video_enc into a helperNicolas Dufresne8-64/+24
2017-08-01v4l2: Add VP8/9 encoder supportNicolas Dufresne7-0/+782
2017-08-01v4l2object: Use mmap64 to match libv4l2 signatureNicolas Dufresne1-1/+3