Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-11-01v4l2: Warn, don't assert if v4l gives us a buffer with a too large sizeWilliam Manley
2016-10-31v4l2object: fix extra-controls leakTobias Schneider
2016-10-21meson: directsound: Add ole32 library dependencyScott D Phillips
2016-10-20waveformsink: Fix Memory leak using GST_PTR_FORMATGaurav Gupta
2016-09-07osxaudio: Distribute device provider filesNicolas Dufresne
2016-08-30osxvideo: Remove QuickTime references.Jan Schmidt
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan
2016-08-18v4l2: consistently check #ifdef HAVE_GUDEV instead of #ifNirbheek Chauhan
2016-08-18directsound: port away from old DirectX APINirbheek Chauhan
2016-07-12v4l2provider: Fix device type detectionNicolas Dufresne
2016-07-12v4l2object: Don't assert when used by the monitorNicolas Dufresne
2016-07-12v4l2object: Indent very long lineNicolas Dufresne
2016-07-11v4l2: Also copy device_caps in gst_v4l2_dupNicolas Dufresne
2016-07-08v4l2: fix multiplanar captureLuis de Bethencourt
2016-07-08v4l2: fix v4l2 probe build errorLuis de Bethencourt
2016-07-08v4l2src: use gst_caps_intersect_full in negotiate()Reynaldo H. Verdejo Pinochet
2016-07-08v4l2: use opened device caps instead of physical device onesReynaldo H. Verdejo Pinochet
2016-07-01v4l2: fix potential double-free of error debug stringTim-Philipp Müller
2016-06-08v4l2videodec: Keep part of the input bufferNicolas Dufresne
2016-06-08v4l2videodec: Coding style fixesNicolas Dufresne
2016-06-08v4l2object: Coding style fixesNicolas Dufresne
2016-06-08v4l2: Add an error return to _try/_set_formatNicolas Dufresne
2016-06-08v4l2-util: Introduce GstV4l2ErrorNicolas Dufresne
2016-06-07v4l2src: Avoid decide allocation on active poolNicolas Dufresne
2016-06-07v4l2videodec: use decoder stop command instead of queueing empty buffersPhilipp Zabel
2016-06-07v4l2videodec: add gst_v4l2_decoder_cmd helperPeter Seiderer
2016-06-07v4l2transform: Use looser caps for upstreamNicolas Dufresne
2016-06-07gstv4l2transform: format fixation for preferring passthroughEnrico Jorns
2016-06-07v4l2transform: allow to change pixel aspect ratioPhilipp Zabel
2016-06-07v4l2transform: fix scaling in case of fixed pixel aspect ratioPhilipp Zabel
2016-06-07v4l2object: fill colorimetry in gst_v4l2_object_acquire_formatPhilipp Zabel
2016-06-07v4l2object: refactor gst_v4l2_object_get_colorspace to take a v4l2_format par...Philipp Zabel
2016-06-07v4l2videodec: use visible size, not coded size, for downstream negotiation fi...Philipp Zabel
2016-06-07v4l2object: use G_SELECTION instead of G_CROP in gst_v4l2_object_acquire_formatPhilipp Zabel
2016-06-07v4l2sink: Use V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY if driver advertises it.Andreas Naumann
2016-06-07v4l2object: Use non-deprecated V4L2 type for RGB15Kieran Bingham
2016-06-01v4l2src: check for valid size on raw video buffersJosep Torra
2016-05-25v4l2object: fix caps leakGuillaume Desmottes
2016-05-02osxaudio: Support audio device provider on osxHyunjun Ko
2016-04-29ximageutil: shouldn't implement transform if don't support itSong Bing
2016-04-16v4l2: Change warning handling to break infinite message loopDimitrios Katsaros
2016-04-13ximage: Initialize all fields in the meta explicitlySebastian Dröge
2016-04-12v4l2: avoid leaking GValuesWim Taymans
2016-04-04v4l2: Don't leak v4l2 objects and props on probe errorsNirbheek Chauhan
2016-03-24v4l2object: probe all colorspace supported by deviceAurélien Zanelli
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM
2016-03-08dirctsoundsink: Setting volume should not unmuteThomas Roos
2016-03-08dirctsoundsink: Fix volume reset on unmuteThomas Roos
2016-03-08v4l2object: fix capture with bayer formats other than bggrAlban Bedel
2016-03-07v4l2: fix colorimetry for NV12Josep Torra