summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* v4l2object: Also add videometa if there is padding to the right and bottomCarlos Rafael Giani2017-03-241-2/+3
* v4l2object: Update image size when extrapolatingNicolas Dufresne2017-02-221-0/+7
* v4l2: fix typo in _acquire_format() error messagesReynaldo H. Verdejo Pinochet2017-02-211-2/+2
* v4l2object: mark singleton caps as "may be leaked" objects.Juan Pablo Ugarte2017-02-211-9/+18
* v4l2allocator: reference memory before the buffer is queuedJean-Christophe Trotin2017-02-211-4/+9
* v4l2object: Don't check size in a non-list valueVíctor Manuel Jáquez Leal2017-02-211-3/+2
* v4l2object: Don't set empty interlace-mode listArun Raghavan2017-02-211-1/+6
* v4l2allocator: fix memory type in allocator probeJean-Christophe Trotin2017-01-161-1/+1
* gstv4l2bufferpool: lock flush_stop against regular qbufPhilipp Zabel2016-11-241-8/+13
* gstv4l2bufferpool: remove critical error message when process is called on an...Philipp Zabel2016-11-241-2/+0
* v4l2src: release buffer if create failsPhilipp Zabel2016-11-241-0/+1
* v4l2: Warn, don't assert if v4l gives us a buffer with a too large sizeWilliam Manley2016-11-041-1/+10
* v4l2object: fix extra-controls leakTobias Schneider2016-10-311-0/+4
* meson: directsound: Add ole32 library dependencyScott D Phillips2016-10-211-1/+1
* waveformsink: Fix Memory leak using GST_PTR_FORMATGaurav Gupta2016-10-201-2/+2
* osxaudio: Distribute device provider filesNicolas Dufresne2016-09-071-10/+10
* osxvideo: Remove QuickTime references.Jan Schmidt2016-08-313-3/+1
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-204-0/+105
* v4l2: consistently check #ifdef HAVE_GUDEV instead of #ifNirbheek Chauhan2016-08-182-6/+6
* directsound: port away from old DirectX APINirbheek Chauhan2016-08-182-11/+52
* v4l2provider: Fix device type detectionNicolas Dufresne2016-07-111-10/+18
* v4l2object: Don't assert when used by the monitorNicolas Dufresne2016-07-111-1/+6
* v4l2object: Indent very long lineNicolas Dufresne2016-07-111-1/+4
* v4l2: Also copy device_caps in gst_v4l2_dupNicolas Dufresne2016-07-101-0/+1
* v4l2: fix multiplanar captureLuis de Bethencourt2016-07-081-4/+4
* v4l2: fix v4l2 probe build errorLuis de Bethencourt2016-07-071-1/+1
* v4l2src: use gst_caps_intersect_full in negotiate()Reynaldo H. Verdejo Pinochet2016-07-071-17/+4
* v4l2: use opened device caps instead of physical device onesReynaldo H. Verdejo Pinochet2016-07-078-32/+52
* v4l2: fix potential double-free of error debug stringTim-Philipp Müller2016-07-011-0/+1
* v4l2videodec: Keep part of the input bufferNicolas Dufresne2016-06-071-6/+13
* v4l2videodec: Coding style fixesNicolas Dufresne2016-06-071-5/+5
* v4l2object: Coding style fixesNicolas Dufresne2016-06-071-4/+5
* v4l2: Add an error return to _try/_set_formatNicolas Dufresne2016-06-076-25/+46
* v4l2-util: Introduce GstV4l2ErrorNicolas Dufresne2016-06-072-0/+63
* v4l2src: Avoid decide allocation on active poolNicolas Dufresne2016-06-071-0/+28
* v4l2videodec: use decoder stop command instead of queueing empty buffersPhilipp Zabel2016-06-071-8/+21
* v4l2videodec: add gst_v4l2_decoder_cmd helperPeter Seiderer2016-06-071-0/+31
* v4l2transform: Use looser caps for upstreamNicolas Dufresne2016-06-061-0/+6
* gstv4l2transform: format fixation for preferring passthroughEnrico Jorns2016-06-061-0/+14
* v4l2transform: allow to change pixel aspect ratioPhilipp Zabel2016-06-061-1/+1
* v4l2transform: fix scaling in case of fixed pixel aspect ratioPhilipp Zabel2016-06-061-2/+4
* v4l2object: fill colorimetry in gst_v4l2_object_acquire_formatPhilipp Zabel2016-06-061-0/+2
* v4l2object: refactor gst_v4l2_object_get_colorspace to take a v4l2_format par...Philipp Zabel2016-06-061-51/+29
* v4l2videodec: use visible size, not coded size, for downstream negotiation fi...Philipp Zabel2016-06-061-2/+42
* v4l2object: use G_SELECTION instead of G_CROP in gst_v4l2_object_acquire_formatPhilipp Zabel2016-06-061-9/+22
* v4l2sink: Use V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY if driver advertises it.Andreas Naumann2016-06-061-1/+4
* v4l2object: Use non-deprecated V4L2 type for RGB15Kieran Bingham2016-06-061-0/+1
* v4l2src: check for valid size on raw video buffersJosep Torra2016-06-011-1/+10
* v4l2object: fix caps leakGuillaume Desmottes2016-05-251-2/+4
* osxaudio: Support audio device provider on osxHyunjun Ko2016-05-028-11/+495