summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vulkan: Add Cocoa window implementationMatthew Waters2019-04-0811-0/+875
* vulkan: make the debug extension optionalMatthew Waters2019-04-081-27/+30
* assrender: fix seeking backwardsTim-Philipp Müller2019-04-061-12/+5
* assrender: improve debug logging in video chainTim-Philipp Müller2019-04-061-5/+11
* assrender: use subtitle segment to calculate running time for textTim-Philipp Müller2019-04-061-2/+2
* rtponviftimestamp: prioritize PTS over DTS for NTP timestampMathieu Duponchelle2019-04-051-4/+4
* rtponviftimestamp: buffer without PTS or DTS is not an error.Mathieu Duponchelle2019-04-051-1/+1
* rtponviftimestamp: implement support for the T flagMathieu Duponchelle2019-04-052-3/+32
* Increase nvenc's encoding height to 4096Shi Yan2019-04-042-6/+6
* waylandsink: Wait for the surface to be configuredNicolas Dufresne2019-04-032-3/+23
* h264parse, h265parse: take unit_field_based_flag into account ..Mathieu Duponchelle2019-04-022-12/+21
* h265parse: forward time codesMathieu Duponchelle2019-04-014-4/+186
* h264parse: forward time codesMathieu Duponchelle2019-04-013-4/+107
* wpesrc: Switch to WPEBackend-fdo 1.2.0Philippe Normand2019-03-301-2/+2
* srtp: bump libsrtp requirement to 1.6.0Tim-Philipp Müller2019-03-292-3/+3
* msdkdec: add postinit_decoderHaihao Xiang2019-03-293-6/+26
* msdkdec: don't set unknown picture struct to progressive for vc1Haihao Xiang2019-03-294-5/+13
* msdkvc1dec: add the preinit_decoder functionHaihao Xiang2019-03-291-0/+13
* wpe: Bump required version to WPEWebKit 2.24Philippe Normand2019-03-282-3/+3
* mpegvideoparse: add debug code for closed captionsAaron Boxer2019-03-271-3/+42
* srtp: Add support for GCM (RFC 7714)Ulf Olsson2019-03-275-9/+46
* nvenc: Don't leak CUDA device memorySeungha Yang2019-03-261-0/+6
* nvenc: Ensure unmap resources before finalizing themSeungha Yang2019-03-261-0/+22
* h265parse: ignore VUI parse fail when parse SPSHaihua Hu2019-03-261-2/+8
* closedcaption: fix build error in OSXJosep Torra2019-03-251-1/+1
* closedcaption: fix build error in OSXJosep Torra2019-03-251-2/+4
* nvenc: Don't release stream lock on GstVideoEncoder::stop()Seungha Yang2019-03-251-3/+8
* msdkvpp: add VUYA format in the src and sink padsHaihao Xiang2019-03-251-6/+7
* msdk: return the right pointer for GST_VIDEO_FORMAT_VUYA frameHaihao Xiang2019-03-251-1/+5
* msdk: set some parameters in mfxFrameData for a MFX_FOURCC_AYUV frameHaihao Xiang2019-03-252-0/+20
* msdk: map MFX_FOURCC_AYUV to VA_FOURCC_AYUVHaihao Xiang2019-03-251-0/+1
* msdk: map GST_VIDEO_FORMAT_VUYA to VA_FOURCC_AYUVHaihao Xiang2019-03-251-0/+5
* msdk: map GST_VIDEO_FORMAT_VUYA to MFX_FOURCC_AYUVHaihao Xiang2019-03-251-0/+1
* msdkdec: avoid infinite loopHaihao Xiang2019-03-251-2/+5
* g-i: pass --quiet to g-ir-scannerTim-Philipp Müller2019-03-231-1/+1
* g-i: silence 'nested extern' compiler warnings when building scanner binaryTim-Philipp Müller2019-03-231-1/+0
* vulkan: fix some compiler warnings in gnu89 modeTim-Philipp Müller2019-03-221-1/+1
* Update LINGUASPiotr Drąg2019-03-211-1/+1
* openh264: fix build with gstreamer debug system disabledTim-Philipp Müller2019-03-211-9/+14
* meson: add -Wno-unused also to C++ args when gst debug system is disabledTim-Philipp Müller2019-03-211-2/+11
* mxfdemux: Avoid possible NULL caps 'dereferencing'Thibault Saunier2019-03-211-2/+4
* rtmpsrc: fix buffer leak on read error or EOSIlya Smelykh2019-03-201-0/+2
* wpesrc: Register backend activity statesPhilippe Normand2019-03-201-2/+5
* wpesrc: Always log loaded URIPhilippe Normand2019-03-201-2/+2
* wpesrc: Implement webview background configuration supportPhilippe Normand2019-03-201-4/+6
* srtpdec: Lower severity of srtp_err_status_replay_failJan Alexander Steffens (heftig)2019-03-192-1/+6
* srtpdec: Simplify code flow handling status_key_expiredJan Alexander Steffens (heftig)2019-03-191-16/+21
* srtpdec: Simplify checking the unprotect errorJan Alexander Steffens (heftig)2019-03-191-34/+33
* srtpdec: Simplify locking in gst_srtp_dec_decode_bufferJan Alexander Steffens (heftig)2019-03-191-8/+1
* netsim: don't use G_INLINE_FUNCTim-Philipp Müller2019-03-181-2/+2