summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* vtdec: destroy and create the GL context on start()/stop()Matthew Waters2017-12-111-2/+11
* androidmedia: when flushing, better handle IllegalStateException received fro...Ursula Maplehurst2017-12-063-15/+30
* decklink: Remove unused "bflags" variableVivia Nikolaidou2017-12-011-2/+0
* decklink: Print one "dropped N old frames" message, not one per frameVivia Nikolaidou2017-12-012-4/+26
* decklink: Ignore some driver-set timecode flagsVivia Nikolaidou2017-12-011-7/+2
* decklinkvideosink: Print "Starting" instead of "Stopping" when startingSebastian Dröge2017-12-011-1/+1
* kms: fix crash if bo allocation failed when copying to dumb bufferGuillaume Desmottes2017-09-081-6/+3
* sys: Convert source files to UTF-8Jan Alexander Steffens (heftig)2017-08-165-5/+5
* vtenc: assume 25 fps for unknown framerateNicola Murino2017-08-111-2/+9
* directsoundsrc: Properly pass pLockedBuffer by reference when calling IDirect...Philippe Renon2017-07-111-1/+1
* kmssink: Don't leak GEM primed from DMABufNicolas Dufresne2017-07-071-0/+12
* dvb: src: fix use of wrong array index for tune signalReynaldo H. Verdejo Pinochet2017-06-171-1/+1
* Fix up package name and origin in some pluginsTim-Philipp Müller2017-06-125-6/+6
* msdk: enc: set pts and dts, fix inverted sync_point flagScott D Phillips2017-06-121-2/+14
* amcvideodec: Unref downstream caps after usageSebastian Dröge2017-05-291-0/+2
* decklink: Always use the video stream time for audio tooSebastian Dröge2017-05-291-9/+2
* decklinkvideosink: Copy min(gstreamer_stride, decklink_stride) per lineSebastian Dröge2017-05-151-3/+3
* directsoundsrc: Use a GstClockID to wait instead of Sleep()Nirbheek Chauhan2017-05-122-12/+47
* decklink: Fix linking on MinGWNirbheek Chauhan2017-05-083-11/+20
* decklink: Fix building on WindowsNirbheek Chauhan2017-05-081-1/+1
* meson: Fix decklink building on WindowsNirbheek Chauhan2017-05-081-16/+26
* directsoundsrc: Use latency-time and buffer-time settingsNirbheek Chauhan2017-05-082-49/+94
* msdk: use a dummy.cpp file to force c++ linkingScott D Phillips2017-05-052-1/+8
* qtkit: drop the qtkitvideosrc elementJosep Torra2017-05-034-818/+0
* amcvideodec/enc: Correctly check for no PTS on input buffersshakin chou2017-04-262-2/+4
* kmssink: Add msm to the list of driversNicolas Dufresne2017-04-211-1/+1
* Revert "decklinkvideo/audiosrc: Add GstReferenceTimestampMeta with the stream...Sebastian Dröge2017-04-192-17/+0
* decklinkvideo/audiosrc: Add GstReferenceTimestampMeta with the stream time to...Sebastian Dröge2017-04-192-0/+17
* nvenc: Stop bitstream thread in ::stop()Ole André Vadla Ravnås2017-04-191-0/+3
* nvenc: Update to the current gstreamer-gl APIOle André Vadla Ravnås2017-04-191-2/+1
* kmssink: if the plane can not scale, retry without scaling and rememberPhilipp Zabel2017-04-122-2/+11
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-1224-88/+85
* Revert "directsoundsrc: Correctly calculate segsize and segtotal"Sebastian Dröge2017-04-122-15/+19
* meson: decklink: fix meson configure error on macOSTim-Philipp Müller2017-04-111-2/+1
* directsoundsrc: Correctly calculate segsize and segtotalSebastian Dröge2017-04-062-19/+15
* decklink: Use GstQueueArray instead of GQueueSebastian Dröge2017-03-244-91/+125
* kmssink: Fix compiler warning with gcc 7Sebastian Dröge2017-03-221-0/+1
* decklinkvideosrc: Add read-only "signal" propertyGeorg Lippitsch2017-03-221-1/+12
* dvb: camutils: drop macro disabling glib deprecation warningsReynaldo H. Verdejo Pinochet2017-03-211-4/+0
* dvb: fix distcheckTim-Philipp Müller2017-03-201-1/+0
* Update for 'mad' mp3 decoder removalTim-Philipp Müller2017-03-202-22/+3
* kmssink: adjust memory offset calculation for dmabuf buffersGeorge Kiagiadakis2017-03-141-0/+4
* applemedia/iosurfacememory: Fix missing variable name changeMatthew Waters2017-03-141-1/+1
* gl/format: use our own GL format enum's instead of gstvideo'sMatthew Waters2017-03-137-27/+22
* shmsink: continue polling after EINTRSamuel Maroy2017-03-101-1/+9
* avfvideosrc: Use AVCaptureDeviceTypeBuiltInDuoCamera instead of DualCamera fo...Sebastian Dröge2017-03-091-1/+1
* Rename plugin filesnames to match plugin namesNicolas Dufresne2017-03-082-7/+7
* applemedia/gl: Fix compile issues for OSXNick Kallen2017-03-081-0/+10
* applemedia: avfvideosrc supports position, device-type, and orientationNick Kallen2017-03-072-14/+215
* applemedia/gl: Update code to use ARCNick Kallen2017-03-0711-204/+126