summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* wasapi: Correctly set ringbuffer segsize/segtotalNirbheek Chauhan2018-01-312-28/+77
* wasapi: Implement a device provider for probingNirbheek Chauhan2018-01-316-17/+451
* wasapi: Implement support for >2 channelsNirbheek Chauhan2018-01-316-32/+153
* kmssink: Make render rectangle property controllableNicolas Dufresne2018-01-301-5/+14
* ahc: enable autofocus callbackJustin Kim2018-01-261-3/+3
* directsoundsrc: Add missing \ in multi-line #defineSebastian Dröge2018-01-251-3/+3
* directsoundsrc: Add support for a DeviceProviderSebastian Dröge2018-01-256-9/+362
* wasapi: Fix some leaks, bugs, and compiler warningsNirbheek Chauhan2018-01-253-20/+75
* nvenc: add "gop-size" propertyTim-Philipp Müller2018-01-243-0/+26
* nvenc: mark properties that can be changed at runtime accordinglyTim-Philipp Müller2018-01-241-12/+18
* nvenc: Add support for dynamic bitrate/preset reconfigurationOle André Vadla Ravnås2018-01-242-0/+19
* nvenc: Add support for I420Ole André Vadla Ravnås2018-01-241-16/+45
* decklink: don't crash if there are no decklink devicesTim-Philipp Müller2018-01-231-0/+12
* decklink: don't limit number of devices to 16Tim-Philipp Müller2018-01-231-44/+48
* directsoundsrc: Don't dynamically load one DirectSound symbol at runtimeSebastian Dröge2018-01-222-41/+1
* wasapi: Rewrite most of the code to make it workNirbheek Chauhan2018-01-226-225/+696
* msdk: change plugin's descriptionVíctor Manuel Jáquez Leal2018-01-111-1/+1
* msdk: init the debug category for mpeg2decSreerenj Balachandran2018-01-101-0/+3
* msdk: Add mpeg2 decoderSreerenj Balachandran2018-01-105-0/+162
* decklinkaudiosrc: Extrapolate stream/hw reference timestamps when video frame...Vivia Nikolaidou2018-01-042-2/+25
* decklink: Detect gaps on incoming stream times, issue warningsVivia Nikolaidou2018-01-044-0/+89
* Revert "WIP: Revert "Revert "decklink: Detect gaps on incoming stream times, ...Vivia Nikolaidou2018-01-044-82/+0
* Revert "decklinkaudiosrc: Extrapolate stream/hw reference timestamps when vid...Vivia Nikolaidou2018-01-042-25/+2
* decklinkaudiosrc: Extrapolate stream/hw reference timestamps when video frame...Vivia Nikolaidou2018-01-042-2/+25
* WIP: Revert "Revert "decklink: Detect gaps on incoming stream times, issue wa...Vivia Nikolaidou2018-01-044-0/+82
* shmsink: Block in preroll_wait on unlockOlivier Crête2017-12-191-13/+33
* smhsink: Check return values of functions working on memoryMarcin Lewandowski2017-12-191-17/+38
* applemedia: don't include private cocoa gl headerTim-Philipp Müller2017-12-191-1/+0
* applemedia: fix build after gl move to -baseTim-Philipp Müller2017-12-191-1/+3
* gl: update plugins to use GstGL from -baseTim-Philipp Müller2017-12-194-19/+20
* decklinkaudiosink: Start audio pre-rolling if the output is not started yet i...Sebastian Dröge2017-12-141-55/+34
* decklinkvideosink: Only start if both sinks are set to PLAYING alreadySebastian Dröge2017-12-141-77/+99
* decklinkaudiosink: Include final flow return in debug outputSebastian Dröge2017-12-141-0/+2
* decklinkaudiosink: Check also against the clock if we run ahead of the clock ...Sebastian Dröge2017-12-141-4/+33
* decklinkaudiosink: Implement resampling/buffer reversing for trick-modesSebastian Dröge2017-12-142-10/+144
* decklinkaudiosink: Re-implement around GstBaseSink instead of GstAudioBaseSinkSebastian Dröge2017-12-146-633/+592
* vtenc: fix a warning when building in MacOS 10.12Josep Torra2017-12-121-1/+1
* kmssink: Fix CropMeta supportNicolas Dufresne2017-12-061-2/+12
* kmssink: Enforce pixel aspect ratio when we cannot scaleNicolas Dufresne2017-12-061-46/+58
* decklinkvideosink: Wait until scheduled playback is actually stopped before c...Sebastian Dröge2017-12-063-2/+28
* androidmedia: when flushing, better handle IllegalStateException received fro...Ursula Maplehurst2017-12-063-15/+30
* kmssink: Add display-width/height propertiesNicolas Dufresne2017-12-011-0/+51
* kmssink: support videooverlay interfaceHaihua Hu2017-12-012-14/+172
* kmssink: add can-scale propertyHaihua Hu2017-12-011-2/+18
* uvch264src: Check return values of all xu_query callsEdward Hervey2017-11-241-4/+13
* msdkdec: keep draining even if a finish_task failsHyunjun Ko2017-11-231-2/+5
* dvb: Fix previous commitEdward Hervey2017-11-231-1/+1
* dvb: Fix sock_addr usage (for real)Edward Hervey2017-11-231-1/+1
* ipcpipeline: Don't leak structureEdward Hervey2017-11-231-0/+2
* ipcpipeline: Simplify usage of g_cond_wait_until()Edward Hervey2017-11-231-2/+1