summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* bluez: Chain up to basesrc query instead of override pad query functionArun Raghavan2017-02-231-8/+5
* Builds for MacOSNick Kallen2017-02-143-9/+14
* applemedia: free videotexturecache texture in gl threadNick Kallen2017-02-143-10/+10
* shm: Change example pipelines to something that actually worksSebastian Dröge2017-02-132-3/+6
* amcvideoenc: Encoder output is generally not properly parsedSebastian Dröge2017-02-081-3/+2
* amcvideoenc: Set timestamps on header buffers tooSebastian Dröge2017-02-081-0/+3
* amcvideoenc: Encoded H264 is generally not AU alignedSebastian Dröge2017-02-081-2/+1
* decklinkvideosink: Show video frames synchronously in PAUSEDSebastian Dröge2017-02-011-0/+11
* decklinkvideosink: Do nothing if set_caps() is called with basically the same...Sebastian Dröge2017-02-011-1/+22
* decklinkaudiosrc: Fix get_caps returning EMPTYVivia Nikolaidou2017-02-011-3/+11
* decklink: Add to the meson Windows buildSebastian Dröge2017-01-311-0/+4
* decklink: Fix indentationSebastian Dröge2017-01-313-12/+11
* decklink: Fix compilation on Windows by properly using COM strings thereSebastian Dröge2017-01-311-3/+7
* decklink: Fix compilation with MSVCAxel Menzel2017-01-311-2/+2
* decklink: Include stdint.h for int32_t, etc as needed by the Decklink headersSebastian Dröge2017-01-311-0/+3
* decklink: Add "extern C" forward declaration for CreateDeckLinkIteratorInstan...Sebastian Dröge2017-01-311-0/+8
* decklink: Update Windows SDK to a newer versionAxel Menzel2017-01-313-315/+2243
* applemedia: Fix some compiler warnings on iOSSebastian Dröge2017-01-272-1/+3
* decklinkaudiosrc: Fix compilation on OSXSebastian Dröge2017-01-271-1/+5
* decklinkaudiosrc: Option to use max channels supported by deviceVivia Nikolaidou2017-01-264-1/+22
* applemedia: Fail cleanly instead of crashing if obtaining a GL display failedSebastian Dröge2017-01-261-0/+11
* decklink: Fix compiler warning with clangSebastian Dröge2017-01-251-1/+1
* msdk: Propagate GstFlowReturn valuesScott D Phillips2017-01-201-33/+92
* androidmedia: Use proper instance nameEdward Hervey2017-01-131-1/+1
* amcvideodec: fix build error from change in libgstglMatthew Waters2017-01-131-0/+2
* gl: update sys dependants for function removalsMatthew Waters2017-01-132-83/+9
* 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