summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* opensles: Explicitly specify layout=interleaved in capsArun Raghavan2015-04-082-2/+4
* avfvideosrc: fix setting of buffer offset endIlya Konstantinov2015-04-071-1/+1
* shmsink: add an shm-area-name propertyGuillaume Emont2015-04-023-4/+32
* directsoundsrc: Implement volume and muteVictor Toso2015-03-313-3/+276
* androidmedia: Add helpers for calling static methodsSebastian Dröge2015-03-152-1/+65
* androidmedia: Fix indentionSebastian Dröge2015-03-152-25/+25
* androidmedia: Add more JNI helper functionsMatthieu Bouron2015-03-153-1/+312
* androidmedia: Split jni code to gstjniutils.cMatthieu Bouron2015-03-154-583/+676
* Remove unported and useless osxvideosrc elementTim-Philipp Müller2015-03-145-1541/+2
* Restricted activeVideoMaxFrameDuration to fix frame rateijsf2015-03-131-1/+2
* Remove a bunch of silly ';;' typos at the end of linesJan Schmidt2015-03-122-2/+2
* androidmedia: Remove unused label/variableEdward Hervey2015-03-111-2/+0
* vtdec: Register a hardware-only vtdec_hw on OSX and give it a higher rankSebastian Dröge2015-03-073-4/+61
* avfvideosrc: allow "capture-screen" mode to select which screen to capture vi...Florian Zwoch2015-03-061-8/+34
* decklinkaudiosrc: Calculate the duration more accurately from the capture tim...Sebastian Dröge2015-03-041-4/+7
* decklinkaudiosrc: Fix the timestamp and offset calculations even moreSebastian Dröge2015-03-041-6/+3
* decklinkaudiosrc: Don't subtract the duration from the capture timeSebastian Dröge2015-03-041-6/+3
* applemedia/avsamplesink: utilise a pull based approach of displaying video fr...Matthew Waters2015-03-042-41/+118
* decklink: Reset the clock calibration when unsetting the master clockSebastian Dröge2015-03-022-0/+4
* decklink{audio,video}src: Add some more debug outputSebastian Dröge2015-03-022-0/+14
* decklink: Incorrect frame rate for interlaced modesDanielD102015-03-021-3/+3
* decklinkvideosrc: Fix scaling with rate of internal/external clockSebastian Dröge2015-02-271-2/+2
* d3dvideosink: release existing D3D swap chain on initRoman Nowicki2015-02-251-0/+4
* vtdec: only attempt use of the texture cache with GLMemory caps featuresMatthew Waters2015-02-251-10/+19
* d3dvideosink: Don't initialize the render window swap chain while the device ...Sebastian Dröge2015-02-241-1/+6
* d3dvideosink: Deactivate the fallback buffer pool when replacing it during ca...Sebastian Dröge2015-02-241-1/+3
* applemedia: new AVSampleBufferLayerSinkMatthew Waters2015-02-244-1/+845
* 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