summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* decklinkvideosrc: Do not append a zero timecode if none is found on the sourceVivia Nikolaidou2017-01-093-43/+44
* meson: decklink: fix plugin filenameTim-Philipp Müller2017-01-051-1/+1
* meson: build decklink pluginTim-Philipp Müller2017-01-052-1/+39
* androidmedia: Add support for Opus in the decoderSebastian Dröge2017-01-052-0/+7
* androidmedia: Silently skip COLOR_FormatAndroidOpaque when converting to capsSebastian Dröge2017-01-051-0/+5
* androidmedia: Add support for VP9Sebastian Dröge2017-01-043-0/+13
* androidmedia: Actively request the Java VM from the applicationSebastian Dröge2017-01-031-0/+29
* decklink: Fix indentationSebastian Dröge2017-01-032-8/+16
* decklinkaudiosrc: Add support for 8/16 channels via propertySebastian Dröge2017-01-034-4/+60
* Fix some caps leaks in pad template creation codeGarima Gaur2017-01-032-0/+3
* uvch264src: Add meson build supportArun Raghavan2017-01-022-1/+23
* uvch264src: Fix wrong argument order to force-key-unit eventArun Raghavan2017-01-021-1/+1
* androidmedia: some files are missing in the release tarballUrsula Maplehurst2016-12-301-1/+5
* dvb: move adapter number set-up by way of environment to dvbsrcReynaldo H. Verdejo Pinochet2016-12-222-6/+8
* dvb: parsechannels: replace missleadign error messageReynaldo H. Verdejo Pinochet2016-12-221-4/+4
* dvbsrc: add DTV_STREAM_ID to the >= v8 (minor) groupReynaldo H. Verdejo Pinochet2016-12-221-3/+2
* Remove various unported pluginsSebastian Dröge2016-12-2159-14373/+3
* gst: Fix memory leaks in usage of gst_element_get_request_pad() APIGarima Gaur2016-12-211-0/+1
* amcaudiodec: Set "is-adts" to 1 for ADTS AACSebastian Dröge2016-12-151-0/+15
* sys: Fix caps memory leak from pad template creationGarima Gaur2016-12-143-0/+15
* gst: Don't declare variables inside the for loop headerSebastian Dröge2016-12-131-4/+8
* msdk: add mjpeg decoderScott D Phillips2016-12-135-0/+163
* msdk: add mjpeg encoderScott D Phillips2016-12-135-0/+241
* msdk: Add H.265 decoderScott D Phillips2016-12-125-0/+185
* msdk: Add H.264 decoderScott D Phillips2016-12-127-0/+1064
* dvbsrc: fix unconditional use of FEC 2/5Reynaldo H. Verdejo Pinochet2016-12-081-0/+2
* dvbsrc: add delivery system to missing modulation check messageReynaldo H. Verdejo Pinochet2016-12-081-2/+2
* dvb/parsechannels: drop trailing whitespaceReynaldo H. Verdejo Pinochet2016-12-082-3/+3
* dvbsrc: drop needless wrapper around DVB API's dvb_diseqc_master_cmdReynaldo H. Verdejo Pinochet2016-12-051-13/+7
* dvbsrc: drop supperfluous wait in diseqc_send_msg()Reynaldo H. Verdejo Pinochet2016-12-051-1/+0
* dvbsrc: fix unconditional use of SYS_DVBC_ANNEX_CReynaldo H. Verdejo Pinochet2016-12-051-1/+2
* dvbsrc: fix value for DVB-C annex B field in adapter structureReynaldo H. Verdejo Pinochet2016-12-051-1/+1
* kmssink: post error message if start() failsVíctor Manuel Jáquez Leal2016-11-301-11/+26
* kmssink: configure display mode during set_capsMichael Tretter2016-11-302-18/+30
* kmssink: add parameter force-modesettingMichael Tretter2016-11-301-2/+21
* kmssink: allow only supported resolutionsMichael Tretter2016-11-301-21/+50
* kmssink: set mode based on framebuffer configurationMichael Tretter2016-11-301-1/+33
* kmssink: add mode setting and base plane renderingMichael Tretter2016-11-302-1/+94
* decklink: Fix compiler warningSebastian Dröge2016-11-291-1/+1
* decklink: Correctly set top-field-first/bottom-field-firstSebastian Dröge2016-11-284-24/+82
* decklinksrc: Add property to drop frames that are marked as having no input s...Sebastian Dröge2016-11-283-5/+30
* decklinksrc: Add property to skip the first N seconds of captureSebastian Dröge2016-11-283-1/+45
* decklinksrc: Set GAP flag on buffers that are captured without signalSebastian Dröge2016-11-284-11/+27
* decklinksrc: Keep track of a window of capture/stream time mappings and calcu...Sebastian Dröge2016-11-283-15/+219
* decklinksrc: Stop using the "hardware" timestamps and directly use the pipeli...Sebastian Dröge2016-11-286-366/+138
* decklinkvideosrc: Free timecodes when done with a frameSebastian Dröge2016-11-241-0/+2
* kmssink: include drm.h after stdlib.hVíctor Manuel Jáquez Leal2016-11-231-1/+3
* kms: include stdlib.hVíctor Manuel Jáquez Leal2016-11-231-0/+1
* kmssink: remove dependency on libkmsMichael Tretter2016-11-235-54/+158
* vtdec: Mark pad as needing reconfiguration again if it failedSebastian Dröge2016-11-181-1/+8