summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.15.901.15.90Tim-Philipp Müller2019-04-116-48/+1232
* Update docsTim-Philipp Müller2019-04-11132-259/+449
* msdkdec: fix error handling in case of unsupported hardwarePeter Seiderer2019-04-101-2/+3
* msdkenc: fix error handling in case of unsupported hardwarePeter Seiderer2019-04-101-3/+3
* msdk: fix error handling in case of unsupported hardwarePeter Seiderer2019-04-101-1/+0
* waylandsink: make gst_wl_window_is_toplevel aware of XDG shellAndrey Konovalov2019-04-091-1/+4
* ccextractor: document importance of pipeline order for this elementAaron Boxer2019-04-091-0/+4
* msdkvpp: add BGR10A2_LE format in the src padHaihao Xiang2019-04-091-2/+2
* 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