summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* msdk: set some parameters in mfxFrameData for a MFX_FOURCC_A2RGB10 frameHaihao Xiang2019-04-092-2/+14
* msdk: map MFX_FOURCC_A2RGB10 to VA_FOURCC_A2R10G10B10Haihao Xiang2019-04-092-0/+4
* msdk: map GST_VIDEO_FORMAT_BGR10A2_LE to VA_FOURCC_A2R10G10B10Haihao Xiang2019-04-091-1/+4
* msdk: map GST_VIDEO_FORMAT_BGR10A2_LE to MFX_FOURCC_A2RGB10Haihao Xiang2019-04-091-0/+1
* decklinkvideosrc: add missing break in set_property-codePeter Körner2019-04-092-1/+4
* cea708decoder: use correct mask for font styleAaron Boxer2019-04-091-1/+1
* tests: h264parse: add minimal unit test for closed caption SEI parsingTim-Philipp Müller2019-04-082-3/+64
* h264parse: extract CEA-708 closed captionsTim-Philipp Müller2019-04-084-0/+185
* vulkan: Add iOS window implementationMatthew Waters2019-04-0814-7/+646
* 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