summaryrefslogtreecommitdiff
path: root/sys/v4l2/gstv4l2src.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-27Update Edgard Lima's emailEdgard Lima1-2/+2
2017-01-16v4l2: Remove usage and definition of LOG_CAPS macroEnrico Jorns1-5/+0
2016-11-24v4l2src: release buffer if create failsPhilipp Zabel1-0/+1
2016-07-07v4l2src: use gst_caps_intersect_full in negotiate()Reynaldo H. Verdejo Pinochet1-17/+4
2016-06-07v4l2: Add an error return to _try/_set_formatNicolas Dufresne1-4/+9
2016-06-07v4l2src: Avoid decide allocation on active poolNicolas Dufresne1-0/+28
2016-02-19v4l2src: fix indentationTim-Philipp Müller1-5/+8
2015-07-25v4l2: Allow framerate to be large then 100pfsDimitrios Katsaros1-1/+1
2015-04-02v4l2src: device sequence/offset correction in case of renegotiationPeter Seiderer1-2/+8
2015-04-02v4l2src: add frame loss detectionPeter Seiderer1-7/+23
2015-04-02v4l2: use v4l2 capture device sequence counterPeter Seiderer1-2/+7
2015-03-13v4l2src: delay renegotiation until it is likely buffers were reclaimedThiago Santos1-21/+53
2014-11-21v4l2: Handle corrupted buffer with empty payloadNicolas Dufresne1-8/+18
2014-11-01v4l2: Clean up interlace supportSimon Farnsworth1-0/+3
2014-09-09v4l2: Detect bad drivers timestampsNicolas Dufresne1-6/+40
2014-07-09v4l2src: Ensure internal pool activationNicolas Dufresne1-0/+13
2014-05-25v4l2: Cleanup and fix calculation of latencyNicolas Dufresne1-1/+1
2014-05-08v4l2: Replace miss-use of crop meta in favour of proper offsetNicolas Dufresne1-1/+1
2014-05-08v4l2bufferpool: Acquire cannot return a buffer from another poolNicolas Dufresne1-9/+21
2014-04-01v4l2: Fix support for caps without width, height, framerate or formatNicolas Dufresne1-6/+13
2014-03-15v4l2: Remove XV supportNicolas Dufresne1-13/+0
2014-01-10v4l2: Move decide allocation into v4l2objectNicolas Dufresne1-86/+5
2013-08-19v4l2: De-duplicate caps probing between src and sinkOlivier Crête1-56/+1
2013-06-19v4l2: Optimize negotiation by removing the query filterSjoerd Simons1-2/+2
2013-05-20v4l2: Don't stop streaming when set_caps is called with unchanged capsMichael Olbrich1-0/+4
2013-04-17v4l2src: Disable renegotiation in the negotiate methodOlivier Crête1-0/+9
2013-04-17Revert "v4l2: disable renegotiation"Olivier Crête1-18/+0
2013-02-19v4l2: Add support of dmabufBenjamin Gaignard1-0/+1
2013-01-23v4l2: Re-enable prepare-format emissionSjoerd Simons1-6/+5
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-09-20v4l2src: handle latency query before setting up the bufferpoolSjoerd Simons1-2/+3
2012-09-13v4l2: remove unused propertiesWim Taymans1-47/+1
2012-09-11v4l2: disable renegotiationWim Taymans1-0/+18
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller1-2/+2
2012-07-06update for query api changesWim Taymans1-1/+1
2012-06-26v4l2src: improve debugWim Taymans1-1/+3
2012-05-01v4l2src: Update for basesrc API changesSebastian Dröge1-1/+1
2012-04-25v4l2: improve timestamp codeWim Taymans1-29/+32
2012-04-24v4l2: use driver timestampsWim Taymans1-2/+44
2012-04-23v4l2: Improve buffer managementWim Taymans1-4/+4
2012-04-23docs: Add Since tag for new GstV4l2Src::prepare-format signalMart Raudsepp1-0/+2
2012-04-19v4l2src: Rename pre-set-format signal to prepare-formatSebastian Dröge1-2/+2
2012-04-19v4l2src: Adding a pre-set-format signalYouness Alaoui1-2/+32
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-03-27caps: improve caps handlingWim Taymans1-4/+1
2012-03-27v4l2: update for get_paramWim Taymans1-1/+1
2012-03-26v4l2src: don't error in shutdownWim Taymans1-1/+2
2012-03-26v4l2: fix latencyWim Taymans1-2/+7
2012-03-15update for bufferpool changesWim Taymans1-3/+2
2012-03-15update for allocation query changesWim Taymans1-10/+18