summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2017-04-10v4l2object: Copy timestamp when importing buffersTodor Tomov1-0/+6
2017-04-07v4l2dec: Fix race when going from PAUSED to READYThibault Saunier2-25/+9
2017-04-05v4l2videodec: Fix 32bit only printf formatNicolas Dufresne1-2/+3
2017-04-05v4l2object: set streamparm for outputs that support itPhilipp Zabel1-10/+53
2017-04-05v4l2videodec: only set latency if the frame duration is validPhilipp Zabel1-2/+8
2017-04-05v4l2sink: Block in preroll_wait on unlockOlivier Crête1-0/+8
2017-03-24v4l2object: Also add videometa if there is padding to the right and bottomCarlos Rafael Giani1-2/+3
2017-03-17v4l2: Fix meson plugin shared object nameNicolas Dufresne1-1/+1
2017-03-14v4l2: Remove unused macroOlivier Crête1-42/+0
2017-03-14v4l2: Remove unused definitionsOlivier Crête2-17/+0
2017-03-08Fix plugin filenames to match plugin namesNicolas Dufresne1-6/+6
2017-02-27Update Edgard Lima's emailEdgard Lima15-16/+16
2017-02-22v4l2object: Update image size when extrapolatingNicolas Dufresne1-0/+7
2017-02-21v4l2: fix typo in _acquire_format() error messagesReynaldo H. Verdejo Pinochet1-2/+2
2017-02-10v4l2object: mark singleton caps as "may be leaked" objects.Juan Pablo Ugarte1-9/+18
2017-01-24v4l2allocator: reference memory before the buffer is queuedJean-Christophe Trotin1-4/+9
2017-01-16v4l2: Remove usage and definition of LOG_CAPS macroEnrico Jorns4-9/+1
2017-01-16v4l2bufferpool: remove duplicated line of codeJean-Christophe Trotin1-1/+0
2017-01-16v4l2allocator: fix memory type in allocator probeJean-Christophe Trotin1-1/+1
2017-01-09Fix indentationTim-Philipp Müller1-2/+2
2016-12-14v4l2object: Don't check size in a non-list valueVíctor Manuel Jáquez Leal1-3/+2
2016-12-08v4l2object: Don't set empty interlace-mode listArun Raghavan1-1/+6
2016-11-24gstv4l2bufferpool: lock flush_stop against regular qbufPhilipp Zabel1-8/+13
2016-11-24gstv4l2bufferpool: remove critical error message when process is called on an...Philipp Zabel1-2/+0
2016-11-24v4l2src: release buffer if create failsPhilipp Zabel1-0/+1
2016-11-01v4l2: Warn, don't assert if v4l gives us a buffer with a too large sizeWilliam Manley1-1/+10
2016-10-31v4l2object: fix extra-controls leakTobias Schneider1-0/+4
2016-10-21meson: directsound: Add ole32 library dependencyScott D Phillips1-1/+1
2016-10-20waveformsink: Fix Memory leak using GST_PTR_FORMATGaurav Gupta1-2/+2
2016-09-07osxaudio: Distribute device provider filesNicolas Dufresne1-10/+10
2016-08-31osxvideo: Remove QuickTime references.Jan Schmidt3-3/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan4-0/+105
2016-08-18v4l2: consistently check #ifdef HAVE_GUDEV instead of #ifNirbheek Chauhan2-6/+6
2016-08-18directsound: port away from old DirectX APINirbheek Chauhan2-11/+52
2016-07-11v4l2provider: Fix device type detectionNicolas Dufresne1-10/+18
2016-07-11v4l2object: Don't assert when used by the monitorNicolas Dufresne1-1/+6
2016-07-11v4l2object: Indent very long lineNicolas Dufresne1-1/+4
2016-07-10v4l2: Also copy device_caps in gst_v4l2_dupNicolas Dufresne1-0/+1
2016-07-08v4l2: fix multiplanar captureLuis de Bethencourt1-4/+4
2016-07-07v4l2: fix v4l2 probe build errorLuis de Bethencourt1-1/+1
2016-07-07v4l2src: use gst_caps_intersect_full in negotiate()Reynaldo H. Verdejo Pinochet1-17/+4
2016-07-07v4l2: use opened device caps instead of physical device onesReynaldo H. Verdejo Pinochet8-32/+52
2016-07-01v4l2: fix potential double-free of error debug stringTim-Philipp Müller1-0/+1
2016-06-07v4l2videodec: Keep part of the input bufferNicolas Dufresne1-6/+13
2016-06-07v4l2videodec: Coding style fixesNicolas Dufresne1-5/+5
2016-06-07v4l2object: Coding style fixesNicolas Dufresne1-4/+5
2016-06-07v4l2: Add an error return to _try/_set_formatNicolas Dufresne6-25/+46
2016-06-07v4l2-util: Introduce GstV4l2ErrorNicolas Dufresne2-0/+63
2016-06-07v4l2src: Avoid decide allocation on active poolNicolas Dufresne1-0/+28
2016-06-07v4l2videodec: use decoder stop command instead of queueing empty buffersPhilipp Zabel1-8/+21