summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* decklink: Initialize capture_time to NONE so it can be used if no video frame...Sebastian Dröge2016-04-081-1/+1
* decklinkaudiosrc: Don't accept packets without timestamps after a discontSebastian Dröge2016-04-061-1/+10
* decklinkaudiosrc: Don't crash when receiving video frames but no audioSebastian Dröge2016-04-063-7/+16
* decklinkvideosrc: don't crash if we get NULL video frames in the callbackTim-Philipp Müller2016-04-061-1/+6
* directsoundsrc: add missing -lole32Kouhei Sutou2016-04-061-1/+1
* dvbbasebin: unref pat table after usageThiago Santos2016-04-061-0/+1
* dvbbasebin: plug some leaksThiago Santos2016-04-061-0/+5
* fbdevsink: fix bytes per pixel calculationPeter Seiderer2016-04-061-1/+1
* decklinkaudiosrc: Fix discont trackingJan Schmidt2016-04-061-1/+2
* shmsink: fix possible deadlock in _render()/ _allocator_free()Matt Crane2016-01-161-1/+1
* directsoundsrc: Check return values of DirectSound functions in read loopThomas Roos2015-12-111-1/+13
* d3dvideosink: Don't try to recreate swapchain while the window is minimizedSebastian Dröge2015-12-011-1/+19
* vtenc: Set profile_level to NULL after releaseHeinrich Fink2015-11-161-0/+1
* Revert "vtenc: free input buffer ASAP"Alessandro Decina2015-11-031-4/+0
* amcvideodec: Properly forward the return value of gst_video_decoder_negotiate()Sebastian Dröge2015-10-201-2/+3
* amcvideodec: Implement support for COLOR_QCOM_FormatYVU420SemiPlanar32mMultiV...Sebastian Dröge2015-10-202-0/+9
* dshowvideosink: Fix 64bit compatibility issueplamot2015-10-201-9/+5
* applemedia: dist missing header filesAleix Conchillo Flaqué2015-09-301-0/+2
* decklink: Add a clock epoch that is used as offset whenever restarting the clockSebastian Dröge2015-09-244-2/+10
* decklink: Disable inputs/outputs in PAUSED->READY to allow going to PAUSED ag...Sebastian Dröge2015-09-243-21/+72
* vtdec: disable the texture cache on OSXMatthew Waters2015-09-181-0/+5
* vtdec: gst-indent fileMatthew Waters2015-09-181-3/+6
* applemedia/vtdec: fix negotiation errors when resizing glimagesinkMatthew Waters2015-09-171-16/+16
* avdtputil: fix GError memory leak during failuresVineeth T M2015-09-171-4/+7
* vtdec: Use R/RG textures for NV12 when the context provides themJan Schmidt2015-09-121-5/+15
* vtdec: Prefer GL output caps.Jan Schmidt2015-09-121-23/+33
* decklinkvideosink: less-than-zero comparison of an unsigned value is never trueSebastian Dröge2015-09-101-2/+3
* decklinkvideosink: Handle pipelines where the running time does not start aro...Sebastian Dröge2015-09-091-4/+26
* decklinkvideosink: Consider pipeline latency, render delay and ts offset when...Sebastian Dröge2015-09-091-0/+23
* directsoundsrc: fix build error for 64bit Windows build by MinGWKouhei Sutou2015-09-091-1/+1
* Fix file permissions of some filesTim-Philipp Müller2015-08-287-0/+0
* configure.ac: fix build when the uvch264 plugin is not selectedArnaud Vrac2015-08-191-3/+1
* winscreencap: Properly timestamp buffers with the current clock running time ...Sebastian Dröge2015-08-034-108/+182
* applemedia/avsample: Fix racy cleanup of CA layerHeinrich Fink2015-07-311-2/+3
* amcvideoenc: Always set i-frame-interval settingSebastian Dröge2015-07-291-3/+2
* bluez: Add built sources to CLEANFILESNicolas Dufresne2015-07-251-0/+2
* vtdec: handle non-consecutive GstBuffer input without copyingIlya Konstantinov2015-07-131-27/+79
* applemedia/avsample: fix unconditional use of OSX 10.10 APIMatthew Waters2015-07-131-0/+2
* bluez: Fix make dist while bluez >= 5 is not availableRico Tzschichholz2015-07-101-3/+4
* bluez: Include new file in dist'ed filesEdward Hervey2015-07-091-0/+2
* bluez: remove unnecessary gotoLuis de Bethencourt2015-07-081-10/+4
* androidmedia: Add support for H265/HEVCSebastian Dröge2015-07-085-3/+215
* vtdec: fix refcount error in error handlingIlya Konstantinov2015-07-071-3/+0
* bluez: refactor to use glib and add connection state trackingNick Stoughton2015-07-036-196/+151
* amc: fix check whether we managed to acquire a bufferVineeth TM2015-07-021-1/+1
* androidmedia: Call initialize_classes() also when we got the Java VM from the...Sebastian Dröge2015-06-291-1/+1
* docs: decodebin2 -> decodebinLuis de Bethencourt2015-06-251-1/+1
* applemedia: enable sharing of CMBlockBuffer dataIlya Konstantinov2015-06-251-2/+3
* applemedia: CMBlockBuffer can be non-contiguousIlya Konstantinov2015-06-251-10/+15
* avfvideosrc: add frame rate range to capsIlya Konstantinov2015-06-221-9/+29