summaryrefslogtreecommitdiff
path: root/sys/v4l2/gstv4l2videoenc.c
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-12-13v4l2object: Use a debug object for tracingNicolas Dufresne1-0/+2
2017-10-07v4l2videoenc: Fix driver capability dectectionNicolas Dufresne1-1/+1
2017-10-07v4l2videoenc/dec: Don't leak template capsNicolas Dufresne1-0/+2
2017-10-07v4l2videodec: Protect against null pool in _stopNicolas Dufresne1-2/+4
2017-09-19v4l2bufferpool: Don't stop streaming when pool is flushingNicolas Dufresne1-0/+3
2017-08-02v4l2videoenc: Move the profile/level negotation in the base classNicolas Dufresne1-0/+212
2017-08-02v4l2videoenc: Turn gst_v4l2_is_video_enc into a helperNicolas Dufresne1-2/+11
2017-07-27v4l2: Add interface for MPEG4 encodingNicolas Dufresne1-0/+12
2017-07-27v4l2: Ignore register issue and keep probingNicolas Dufresne1-4/+4
2017-07-24v4l2: Add run-time environment to enable libv4l2Nicolas Dufresne1-1/+1
2017-07-21v4l2encoder: Fix negotiation error handlingNicolas Dufresne1-4/+4
2017-07-17v4l2: Merge v4l2_calls.h into gstv4l2object.hNicolas Dufresne1-1/+1
2017-07-14v4l2: Don't probe for unneeded formatNicolas Dufresne1-3/+6
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: Add Video Encoder supportAyaka1-0/+956