summaryrefslogtreecommitdiff
path: root/sys/v4l2/gstv4l2.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-20v4l2: fix debug category initialisation againTim-Philipp Müller1-0/+5
2021-03-29v4l2: allow per feature registrationStéphane Cerveau1-24/+8
2019-10-05documentation: fix a number of typosAaron Boxer1-1/+1
2019-06-05v4l2: Profile and level probing support for encoders and decodersPhilippe Normand1-6/+6
2019-01-17v4l2: mark caps from probe as MAY_BE_LEAKEDGuillaume Desmottes1-0/+4
2018-10-24v4l2videoenc: Add HEVC supportAmit Pandya1-0/+5
2018-09-13v4l2: Add a debug message indicating probe operationEzequiel Garcia1-0/+2
2018-09-13v4l2: Add JPEG encoding supportEzequiel Garcia1-0/+5
2018-09-13v4l2: Add FWHT codec supportEzequiel Garcia1-0/+5
2018-07-13v4l2: Add a macro to check for M2MNicolas Dufresne1-6/+1
2017-08-02v4l2videoenc: Turn gst_v4l2_is_video_enc into a helperNicolas Dufresne1-1/+1
2017-08-01v4l2: Add VP8/9 encoder supportNicolas Dufresne1-0/+10
2017-07-31v4l2: Add H263 Encoder supportNicolas Dufresne1-0/+5
2017-07-27v4l2: Add interface for MPEG4 encodingNicolas Dufresne1-3/+9
2017-07-27v4l2: Ignore register issue and keep probingNicolas Dufresne1-11/+8
2017-07-17v4l2: Merge v4l2_calls.h into gstv4l2object.hNicolas Dufresne1-1/+1
2017-05-24v4l2: Add Video Encoder supportAyaka1-0/+4
2017-02-27Update Edgard Lima's emailEdgard Lima1-1/+1
2016-07-07v4l2: fix v4l2 probe build errorLuis de Bethencourt1-1/+1
2016-07-07v4l2: use opened device caps instead of physical device onesReynaldo H. Verdejo Pinochet1-4/+9
2015-11-25v4l2-probe: Skip devices without supported formatsNicolas Dufresne1-0/+7
2015-11-25v4l2: Track /dev/video* to triggered required probeNicolas Dufresne1-2/+15
2015-11-03v4l2: Set O_CLOEXEC on the device fdArun Raghavan1-1/+6
2014-06-26Rename GstDeviceMonitor to GstDeviceProviderOlivier Crête1-3/+3
2014-05-08v4l2transform: Expose BGRA and ARGB formatsNicolas Dufresne1-1/+19
2014-05-08Implement GstV4l2TransformNicolas Dufresne1-0/+4
2014-05-05v4l2: minor fix for closing the fdTim-Philipp Müller1-2/+2
2014-05-03v4l2: Use single pass iterator for M2M probeNicolas Dufresne1-2/+128
2014-05-03v4l2: Cleanup plugin registrationNicolas Dufresne1-9/+1
2014-03-16v4l2: Implement GstDeviceMonitor subclassOlivier Crête1-0/+3
2014-02-25v4l2videodec: Create one element per deviceBenjamin Gaignard1-2/+1
2014-02-25v4l2videodec: Implement v4l2videodecNicolas Dufresne1-0/+3
2013-09-01Don't use setlocale in plugins()Tim-Philipp Müller1-1/+0
2013-06-20v4l2: don't redefine the PERFORMANCE debug variableWim Taymans1-2/+0
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2011-11-04controller: port to new controller location and apiStefan Sauer1-4/+0
2011-07-08v4l2: port and enable v4l2sinkWim Taymans1-4/+0
2011-03-27v4l2: new v4l2radio element to control analog radio devicesAlexey Chernov1-0/+3
2011-01-02v4l2: mark v4l2sink as experimental and build only if --enable-experimental i...Tim-Philipp Müller1-0/+4
2010-09-10v4l2src: add controlable colorbalance parametersStefan Kost1-0/+4
2010-02-13v4l2sink: change rank to NONE so it is never autopluggedTim-Philipp Müller1-1/+1
2010-02-12v4lsink: lower rank to MARGINALTim-Philipp Müller1-1/+1
2009-09-11v4l2: log buffer copies on queue underrun in perf categoryStefan Kost1-0/+2
2009-08-04v4l2: Add v4l2sink elementRob Clark1-7/+11
2008-11-14sys/v4l2/gstv4l2.c: Give it a primary rank for autovideosrc.Stefan Kost1-1/+1
2008-08-07Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat1-0/+1
2006-09-02sys/v4l2/: Whitespace cleanups, dashify property-names.Stefan Kost1-1/+2
2006-09-02sys/v4l2/: Cleanup error messages and unify header commentsStefan Kost1-3/+3
2006-05-19Some clean-ups requested by wingo in bug #338818.Edgard Lima1-1/+1