summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2017-07-27v4l2: Add missing no-inst headerNicolas Dufresne1-0/+1
2017-07-27v4l2: Add interface for MPEG4 encodingNicolas Dufresne7-3/+524
2017-07-27v4l2: Ignore register issue and keep probingNicolas Dufresne9-29/+25
2017-07-26v4l2: Update external files with latestNicolas Dufresne3-97/+271
2017-07-24v4l2: Fix compilation without libv4l2Nicolas Dufresne3-10/+11
2017-07-24v4l2: Keep ref to element in allocator/poolNicolas Dufresne2-2/+5
2017-07-24v4l2object: Removed unused membersNicolas Dufresne2-16/+0
2017-07-24v4l2: Add run-time environment to enable libv4l2Nicolas Dufresne12-130/+171
2017-07-21v4l2object: Fix colorimetry validationNicolas Dufresne1-4/+7
2017-07-21v4l2encoder: Fix negotiation error handlingNicolas Dufresne1-4/+4
2017-07-21v4l2src: Speedup camera startup by skipping try_fmtNicolas Dufresne1-133/+219
2017-07-21v4l2object: Introduce quirk to skip slow probesNicolas Dufresne2-9/+38
2017-07-21v4l2object: always set the GstV4l2Error on errorNicolas Dufresne1-22/+16
2017-07-21v4l2object: Minor style fix and useful traceNicolas Dufresne1-0/+6
2017-07-21v4l2object: Fix try/s_fmt errorsNicolas Dufresne1-6/+19
2017-07-21v4l2object: Validate colorimetry in S/TRY_FMTNicolas Dufresne1-0/+22
2017-07-21v4l2object: Validate field in S/TRY_FMTNicolas Dufresne1-0/+21
2017-07-20directsound: Fix .c file name in MakefileNicolas Dufresne1-1/+1
2017-07-20waveform: Fix DLL name to match plugin nameNicolas Dufresne1-5/+5
2017-07-20directsound: Fix DLL name to match plugin nameNicolas Dufresne2-8/+8
2017-07-19v4l2videodec: add some useful debug messagesNicolas Dechesne1-0/+3
2017-07-18v4l2: Fix 4K colorimetryNicolas Dufresne1-2/+5
2017-07-18v4l2object: Only check CROPCAP for par onceNicolas Dufresne1-36/+21
2017-07-17v4l2: UVC driver is named uvcvideo these daysNicolas Dufresne1-1/+2
2017-07-17v4l2object: Remove unused definesNicolas Dufresne1-2/+0
2017-07-17v4l2: Make gst_v4l2_get_capabilities staticNicolas Dufresne2-3/+1
2017-07-17v4l2: Merge v4l2_calls.h into gstv4l2object.hNicolas Dufresne17-181/+105
2017-07-14v4l2object: Trace unknown fourcc as textNicolas Dufresne1-2/+3
2017-07-14v4l2: Don't probe for unneeded formatNicolas Dufresne3-18/+39
2017-07-14v4l2videodec: Implement stable element namesNicolas Dufresne1-33/+109
2017-06-29v4l2: Block recursive calls to resurect_bufferMatt Fischer1-0/+5
2017-06-29v4l2: increase by one the number of allocated buffersGuillaume Desmottes1-4/+6
2017-06-28v4l2allocator: Fix memory leak with dmabufMatt Fischer1-1/+2
2017-06-23sys: remove sunaudio pluginTim-Philipp Müller16-2730/+2
2017-06-23meson: build oss4 pluginTim-Philipp Müller2-1/+24
2017-06-23meson: build oss pluginTim-Philipp Müller2-2/+30
2017-06-05v4l2videoenc: Make sure min_buffers is validNicolas Dufresne1-2/+3
2017-05-26v4l2videoenc: Don't leak VideoCodecStateEdward Hervey1-1/+3
2017-05-24v4l2videoenc: Remove unused functionNicolas Dufresne1-12/+0
2017-05-24v4l2: Don't redefine __bitwise if already setNicolas Dufresne1-8/+13
2017-05-24v4l2: Add Video Encoder supportAyaka7-0/+1656
2017-05-24v4l2videodec: Remove unused forward declarationNicolas Dufresne1-2/+0
2017-05-24v4l2pool: Fix wrong error messageAyaka1-1/+1
2017-05-24v4l2: increase pre-allocated encoded buffer sizeAyaka1-1/+1
2017-05-20osxaudio: fixes playback of mono streams with no channel-mask field in capsJosep Torra1-14/+23
2017-05-20osxvideo: fix macOS 10.12 deprecation warningsJosep Torra2-11/+28
2017-05-17gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge2-0/+2
2017-05-16Remove plugin specific static build optionNicolas Dufresne9-9/+0
2017-05-08directsoundsink: Use GstClock API instead of Sleep() for waitingDustin Spicuzza2-5/+53
2017-05-08directsoundsink: Fix corner case causing large CPU usageNirbheek Chauhan1-16/+23