summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-19Release 1.14.0HEADmasterTim-Philipp Müller6-65/+455
2018-03-19Update docsTim-Philipp Müller126-126/+126
2018-03-18wasapi: try to satisfy both mingw and msvcTim-Philipp Müller2-0/+3
2018-03-18kmssink: Add Amlogic upstreamer DRM driver supportNicolas Dufresne1-1/+1
2018-03-17wasapi: fix indentationTim-Philipp Müller1-2/+3
2018-03-17wasapi: fix unresolved symbol linker error with vs2017 on win10Tim-Philipp Müller2-1/+1
2018-03-16webrtc: Fix make distcheck for g-i buildSebastian Dröge1-1/+1
2018-03-16webrtc: Include webrtc-enumtypes in the g-i buildSebastian Dröge1-1/+1
2018-03-16webrtcbin: Remove parameter from gst_webrtc_rtp_sender_new()Sebastian Dröge1-1/+1
2018-03-16webrtc: Remove unused parameter from rtpsender constructorSebastian Dröge2-2/+2
2018-03-16webrtc: Add some locks to setters and remove non-existing functions from headersSebastian Dröge7-15/+14
2018-03-16webrtc: Rename GstWebRTCIceRole to GstWebRTCICERole for consistencySebastian Dröge2-4/+4
2018-03-15webrtc: Fix gobject-introspection build with mesonSebastian Dröge1-1/+1
2018-03-15webrtc: Add gobject-introspection integrationSebastian Dröge2-1/+72
2018-03-14srt: Add missing gstsrt.h to noinst_HEADERSJan Alexander Steffens (heftig)1-4/+6
2018-03-13msdk: libva: remove unnecessary code and commentsHyunjun Ko1-8/+0
2018-03-13msdk: adds new debug categoryHyunjun Ko2-2/+4
2018-03-13msdk: fix typoHyunjun Ko2-6/+6
2018-03-13msdk: Fix the I420 video format supportWang,Fei1-2/+8
2018-03-13Release 1.13.91Tim-Philipp Müller6-41/+1441
2018-03-13Update docsTim-Philipp Müller127-128/+126
2018-03-13docs: update api decorators to ignoreTim-Philipp Müller1-1/+2
2018-03-13webrtc: GST_EXPORT -> GST_WEBRTC_APITim-Philipp Müller7-27/+32
2018-03-13wayland: GST_EXPORT -> GST_WAYLAND_APITim-Philipp Müller1-6/+10
2018-03-13video: GST_EXPORT -> GST_URI_VIDEO_BAD_APITim-Philipp Müller5-4/+37
2018-03-13uridownloader: GST_EXPORT -> GST_URI_DOWNLOADER_APITim-Philipp Müller5-14/+47
2018-03-13player: GST_EXPORT -> GST_PLAYER_APITim-Philipp Müller12-112/+150
2018-03-13opencv: GST_EXPORT -> GST_OPENCV_APITim-Philipp Müller5-6/+42
2018-03-13mpegts: GST_EXPORT -> GST_MPEGTS_APITim-Philipp Müller10-125/+162
2018-03-13isoff: GST_EXPORT -> GST_ISOFF_APITim-Philipp Müller1-9/+13
2018-03-13photography: GST_EXPORT -> GST_PHOTOGRAPHY_APITim-Philipp Müller6-34/+68
2018-03-13insertbin: GST_EXPORT -> GST_INSERT_BIN_APITim-Philipp Müller1-7/+11
2018-03-13codecparsers: GST_EXPORT -> GST_CODEC_PARSERS_APITim-Philipp Müller14-113/+156
2018-03-13basecamerabinsrc: GST_EXPORT -> GST_BASE_CAMERA_BIN_SRC_APITim-Philipp Müller6-12/+48
2018-03-13audio: GST_EXPORT -> GST_AUDIO_BAD_APITim-Philipp Müller4-9/+40
2018-03-13adaptivedemux: GST_EXPORT -> GST_ADAPTIVE_DEMUX_APITim-Philipp Müller3-13/+45
2018-03-12docs: plugins: add some more elements and pluginsTim-Philipp Müller1-17/+254
2018-03-10wasapi: Minor fixes for debug loggingNirbheek Chauhan1-3/+3
2018-03-10meson: Add deviceprovider changes to directsoundsrcNirbheek Chauhan1-1/+10
2018-03-10wasapi: Guard IAudioClient2 structs and enumsNirbheek Chauhan1-13/+11
2018-03-10docs: add wasapi elementsTim-Philipp Müller5-0/+188
2018-03-09meson: fix build when msdk is not foundTim-Philipp Müller2-1/+5
2018-03-09tests: add msdkh264enc element unit testWang,Fei3-0/+175
2018-03-09msdk: Fix the misspelled file name in meson buildSreerenj Balachandran1-1/+1
2018-03-09wasapi: ship audioclient3 header in tarballsEmilio Pozuelo Monfort1-1/+2
2018-03-08msdk: enc: fix missing some frames to be encodedHyunjun Ko2-31/+36
2018-03-08msdk: dec: fix leaks when flushingHyunjun Ko1-8/+16
2018-03-08msdk: manage child sessions on parent GstMsdkContextHyunjun Ko1-3/+19
2018-03-08msdk: dec: remove code to manage buffers with locked surfaceHyunjun Ko2-66/+2
2018-03-08msdk: manage MSDK surfaces seperatelyHyunjun Ko5-43/+279