summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* avfvideosrc: Only set latency if we already know our capsSebastian Dröge2015-02-191-1/+4
* d3dvideosink: Deactivate the fallback pool and unref the fallback buffer when...Sebastian Dröge2015-02-181-0/+4
* vtenc: Check if VTSessionCopyProperty() succeeds before using the resultSebastian Dröge2015-02-161-0/+5
* opensles: Make debug category naming a bit more consistentArun Raghavan2015-02-132-4/+4
* applemedia: avfvideosrc: fix crash when non-GL memory is usedAlessandro Decina2015-02-131-3/+8
* avfvideosrc: Only use the duration of the sample if it is validSebastian Dröge2015-02-121-2/+4
* openslesringbuffer: Only allocate at most half the number of internal buffers...Sebastian Dröge2015-02-101-1/+5
* decklinkvideosrc: Apply the diff between element and pipeline "base" time in ...Sebastian Dröge2015-02-101-12/+13
* decklinkvideosrc: Add the diff between the pipeline base time and when we sta...Sebastian Dröge2015-02-101-0/+12
* decklinkvideosink: Actually include the change mentioned in the last commitSebastian Dröge2015-02-101-0/+12
* decklinkvideo{src,sink}: Sample the internal clock immediately after starting...Sebastian Dröge2015-02-101-9/+10
* decklink: Fix compiler warning with gccSebastian Dröge2015-02-091-2/+2
* decklink{audio,video}src: Implement clock slaving if the pipeline clock is no...Sebastian Dröge2015-02-095-55/+161
* decklinkaudio{src,sink}: Only start streams / scheduled playback if there is ...Sebastian Dröge2015-02-092-4/+4
* decklinkaudiosrc: Don't provide a clockSebastian Dröge2015-02-091-20/+0
* decklinkaudiosink: Throttle reading from the ringbufferSebastian Dröge2015-02-091-0/+60
* decklinkaudiosink: Start scheduled playback when going to PLAYINGSebastian Dröge2015-02-091-6/+35
* vtdec: fix texture sharing on iOSAlessandro Decina2015-02-092-45/+101
* decklink{audio,video}src: Take the capture times from the pipeline clockSebastian Dröge2015-02-084-43/+61
* openslesringbuffer: Only pre-roll a single bufferSebastian Dröge2015-02-051-5/+2
* openslesringbuffer: Allocate at most 4 internal buffersSebastian Dröge2015-02-051-3/+5
* openslessink/src: Lower default buffer time to 200ms like alsasinkSebastian Dröge2015-02-052-2/+2
* ksvideosrc: Fix missing brace warningNicolas Dufresne2015-02-031-7/+7
* ksvideosrc: Fix buffer handlingNicolas Dufresne2015-02-033-14/+30
* corevideotexturecache: Add some assertions instead of just dereferencing NULLSebastian Dröge2015-02-031-0/+5
* corevideotexturecache: Don't unconditionally use the CoreMedia meta on iOSSebastian Dröge2015-02-031-1/+1
* vtdec: Don't dereference NULL frames when draining/flushingSebastian Dröge2015-02-031-1/+1
* applemedia: rework GL texture sharingAlessandro Decina2015-01-304-53/+101
* applemedia: vtdec: fix CMBlockBufferRef leakAlessandro Decina2015-01-301-0/+1
* applemedia: don't call CVPixelBufferLockBaseAddress when doing texture sharingAlessandro Decina2015-01-305-20/+23
* applemedia: corevideobuffer: make mapping the CVPixelBuffer in CPU optionalAlessandro Decina2015-01-305-13/+22
* decklinkvideosink: Always lock the mutex before starting the streamsSebastian Dröge2015-01-281-0/+2
* decklinkvideosink: Fix deadlockSebastian Dröge2015-01-281-2/+8
* decklink{audio,video}sink: Only start scheduled playback once both sources ar...Sebastian Dröge2015-01-284-62/+89
* decklink{audio,video}src: Only start the streams once both sources are ready ...Sebastian Dröge2015-01-283-14/+38
* decklink: Make sure our clock never returns NONE, always advances and does no...Sebastian Dröge2015-01-286-23/+162
* decklinkvideosink: Handle the clock returning GST_CLOCK_TIME_NONE properlySebastian Dröge2015-01-281-4/+6
* decklinkvideo{sink,src}: Make elements more similar to the audio elements by ...Sebastian Dröge2015-01-282-163/+210
* decklinkvideosrc: Properly report caps if mode!=auto and handle caps changes ...Sebastian Dröge2015-01-281-5/+24
* decklinkaudiosrc: Don't release input device twice on errors in set_caps()Sebastian Dröge2015-01-281-2/+0
* decklinkaudiosrc: Release the audio input on errors, not the video inputSebastian Dröge2015-01-261-1/+1
* Remove unported directdraw pluginTim-Philipp Müller2015-01-245-2420/+2
* applemedia: update for gstgl cocoa -> cgl changeMatthew Waters2015-01-231-8/+7
* Constify some static arrays everywhereSebastian Dröge2015-01-217-17/+17
* decklinkvideosink: Also consider max-lateness property value before dropping ...Sebastian Dröge2015-01-151-2/+4
* vtdec: implement the GL texture upload metaAlessandro Decina2015-01-153-43/+154
* avfvideosrc: implement the GL texture upload metaAlessandro Decina2015-01-155-6/+229
* decklinkvideosink: Stop scheduled playback shortly in PAUSED->PLAYING if it w...Sebastian Dröge2015-01-141-1/+15
* decklinkvideosink: Don't schedule too late frames in prepare()Sebastian Dröge2015-01-142-14/+54
* decklinkvideosink: Keep track of the time when we went to PLAYING for the ext...Sebastian Dröge2015-01-142-2/+13