summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.14.01.14.0Tim-Philipp Müller2018-03-196-65/+455
* Update docsTim-Philipp Müller2018-03-19126-126/+126
* wasapi: try to satisfy both mingw and msvcTim-Philipp Müller2018-03-182-0/+3
* kmssink: Add Amlogic upstreamer DRM driver supportNicolas Dufresne2018-03-181-1/+1
* wasapi: fix indentationTim-Philipp Müller2018-03-171-2/+3
* wasapi: fix unresolved symbol linker error with vs2017 on win10Tim-Philipp Müller2018-03-172-1/+1
* webrtc: Fix make distcheck for g-i buildSebastian Dröge2018-03-161-1/+1
* webrtc: Include webrtc-enumtypes in the g-i buildSebastian Dröge2018-03-161-1/+1
* webrtcbin: Remove parameter from gst_webrtc_rtp_sender_new()Sebastian Dröge2018-03-161-1/+1
* webrtc: Remove unused parameter from rtpsender constructorSebastian Dröge2018-03-162-2/+2
* webrtc: Add some locks to setters and remove non-existing functions from headersSebastian Dröge2018-03-167-15/+14
* webrtc: Rename GstWebRTCIceRole to GstWebRTCICERole for consistencySebastian Dröge2018-03-162-4/+4
* webrtc: Fix gobject-introspection build with mesonSebastian Dröge2018-03-151-1/+1
* webrtc: Add gobject-introspection integrationSebastian Dröge2018-03-152-1/+72
* srt: Add missing gstsrt.h to noinst_HEADERSJan Alexander Steffens (heftig)2018-03-141-4/+6
* msdk: libva: remove unnecessary code and commentsHyunjun Ko2018-03-131-8/+0
* msdk: adds new debug categoryHyunjun Ko2018-03-132-2/+4
* msdk: fix typoHyunjun Ko2018-03-132-6/+6
* msdk: Fix the I420 video format supportWang,Fei2018-03-131-2/+8
* Release 1.13.911.13.91Tim-Philipp Müller2018-03-136-41/+1441
* Update docsTim-Philipp Müller2018-03-13127-128/+126
* docs: update api decorators to ignoreTim-Philipp Müller2018-03-131-1/+2
* webrtc: GST_EXPORT -> GST_WEBRTC_APITim-Philipp Müller2018-03-137-27/+32
* wayland: GST_EXPORT -> GST_WAYLAND_APITim-Philipp Müller2018-03-131-6/+10
* video: GST_EXPORT -> GST_URI_VIDEO_BAD_APITim-Philipp Müller2018-03-135-4/+37
* uridownloader: GST_EXPORT -> GST_URI_DOWNLOADER_APITim-Philipp Müller2018-03-135-14/+47
* player: GST_EXPORT -> GST_PLAYER_APITim-Philipp Müller2018-03-1312-112/+150
* opencv: GST_EXPORT -> GST_OPENCV_APITim-Philipp Müller2018-03-135-6/+42
* mpegts: GST_EXPORT -> GST_MPEGTS_APITim-Philipp Müller2018-03-1310-125/+162
* isoff: GST_EXPORT -> GST_ISOFF_APITim-Philipp Müller2018-03-131-9/+13
* photography: GST_EXPORT -> GST_PHOTOGRAPHY_APITim-Philipp Müller2018-03-136-34/+68
* insertbin: GST_EXPORT -> GST_INSERT_BIN_APITim-Philipp Müller2018-03-131-7/+11
* codecparsers: GST_EXPORT -> GST_CODEC_PARSERS_APITim-Philipp Müller2018-03-1314-113/+156
* basecamerabinsrc: GST_EXPORT -> GST_BASE_CAMERA_BIN_SRC_APITim-Philipp Müller2018-03-136-12/+48
* audio: GST_EXPORT -> GST_AUDIO_BAD_APITim-Philipp Müller2018-03-134-9/+40
* adaptivedemux: GST_EXPORT -> GST_ADAPTIVE_DEMUX_APITim-Philipp Müller2018-03-133-13/+45
* docs: plugins: add some more elements and pluginsTim-Philipp Müller2018-03-121-17/+254
* wasapi: Minor fixes for debug loggingNirbheek Chauhan2018-03-101-3/+3
* meson: Add deviceprovider changes to directsoundsrcNirbheek Chauhan2018-03-101-1/+10
* wasapi: Guard IAudioClient2 structs and enumsNirbheek Chauhan2018-03-101-13/+11
* docs: add wasapi elementsTim-Philipp Müller2018-03-105-0/+188
* meson: fix build when msdk is not foundTim-Philipp Müller2018-03-092-1/+5
* tests: add msdkh264enc element unit testWang,Fei2018-03-093-0/+175
* msdk: Fix the misspelled file name in meson buildSreerenj Balachandran2018-03-091-1/+1
* wasapi: ship audioclient3 header in tarballsEmilio Pozuelo Monfort2018-03-091-1/+2
* msdk: enc: fix missing some frames to be encodedHyunjun Ko2018-03-082-31/+36
* msdk: dec: fix leaks when flushingHyunjun Ko2018-03-081-8/+16
* msdk: manage child sessions on parent GstMsdkContextHyunjun Ko2018-03-081-3/+19
* msdk: dec: remove code to manage buffers with locked surfaceHyunjun Ko2018-03-082-66/+2
* msdk: manage MSDK surfaces seperatelyHyunjun Ko2018-03-085-43/+279