summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-07v4l2videodec: add gst_v4l2_decoder_cmd helperPeter Seiderer1-0/+31
2016-06-06v4l2transform: Use looser caps for upstreamNicolas Dufresne1-0/+6
2016-06-06gstv4l2transform: format fixation for preferring passthroughEnrico Jorns1-0/+14
2016-06-06v4l2transform: allow to change pixel aspect ratioPhilipp Zabel1-1/+1
2016-06-06v4l2transform: fix scaling in case of fixed pixel aspect ratioPhilipp Zabel1-2/+4
2016-06-06v4l2object: fill colorimetry in gst_v4l2_object_acquire_formatPhilipp Zabel1-0/+2
2016-06-06v4l2object: refactor gst_v4l2_object_get_colorspace to take a v4l2_format par...Philipp Zabel1-51/+29
2016-06-06v4l2videodec: use visible size, not coded size, for downstream negotiation fi...Philipp Zabel1-2/+42
2016-06-06v4l2object: use G_SELECTION instead of G_CROP in gst_v4l2_object_acquire_formatPhilipp Zabel1-9/+22
2016-06-06v4l2sink: Use V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY if driver advertises it.Andreas Naumann1-1/+4
2016-06-06v4l2object: Use non-deprecated V4L2 type for RGB15Kieran Bingham1-0/+1
2016-06-01v4l2src: check for valid size on raw video buffersJosep Torra1-1/+10
2016-05-25v4l2object: fix caps leakGuillaume Desmottes1-2/+4
2016-05-02osxaudio: Support audio device provider on osxHyunjun Ko8-11/+495
2016-04-29ximageutil: shouldn't implement transform if don't support itSong Bing1-10/+1
2016-04-16v4l2: Change warning handling to break infinite message loopDimitrios Katsaros1-6/+6
2016-04-13ximage: Initialize all fields in the meta explicitlySebastian Dröge1-1/+19
2016-04-12v4l2: avoid leaking GValuesWim Taymans1-8/+12
2016-04-04v4l2: Don't leak v4l2 objects and props on probe errorsNirbheek Chauhan1-4/+5
2016-03-24v4l2object: probe all colorspace supported by deviceAurélien Zanelli1-6/+89
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM10-23/+18