summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Release 1.17.1gst-plugins-good-1.17.1Tim-Philipp Müller6-1316/+5806
2020-06-19meson: deinterlace: Check host cpu type for asm buildSeungha Yang1-1/+1
2020-06-19meson: Fix build error with MSVC caused by ARCH_X86_64 defineSeungha Yang1-1/+0
2020-06-19shout2: advertise documentation caps properlyTim-Philipp Müller2-4/+19
2020-06-18qtdemux: Split tag reading functions outJan Schmidt5-1229/+1311
2020-06-18qtdemux: Move some tree parsing files out to a separate file.Jan Schmidt4-93/+171
2020-06-18qtdemux: Factor out svmi parsing. Fix bounds checking.Jan Schmidt2-45/+74
2020-06-18pulse: fix discovery of newly added devicesGuillaume Desmottes1-2/+0
2020-06-18examples: qmlsink: rename qrc file to avoid naming conflicts with older meson...Tim-Philipp Müller3-2/+2
2020-06-17meson: Check the nasm version with run_commandNirbheek Chauhan1-5/+29
2020-06-16rtspsrc: Don't return TRUE for unhandled querySeungha Yang1-2/+3
2020-06-16deinterlace: Add yadif ASM optimisationsVivia Nikolaidou7-40/+2411
2020-06-12deinterlace: Fix invalid read in yadifVivia Nikolaidou1-2/+2
2020-06-12qt/gloverlay: reset OpenGL state after Qt drawingMatthew Waters1-0/+7
2020-06-12qt/gloverlay: reset current OpenGL context after QtMatthew Waters1-0/+6
2020-06-12flvdemux: Change a GST_ERROR_OBJECT() back to GST_DEBUG_OBJECT()Sebastian Dröge1-1/+1
2020-06-11Use gst_element_class_set_metadata when passing dynamic stringsJordan Petridis2-2/+2
2020-06-10Revert "rtpjitterbuffer: Avoid deadlock on flush"Sebastian Dröge1-7/+4
2020-06-10docs: Update plugins cacheThibault Saunier1-2336/+2420
2020-06-09rtpjitterbuffer: g_queue_clear_full introduced in glib 2.60U. Artie Eoff1-0/+12
2020-06-09rtpsession: Make internal-ssrc as show default for docThibault Saunier2-2/+4
2020-06-09docs: Update plugins cacheThibault Saunier1-15/+7193
2020-06-09tests: don't pull in all -bad plugin, only allow the one we needTim-Philipp Müller1-1/+1
2020-06-08rtptimerqueue: Fix leak on timer collisionNicolas Dufresne1-3/+6
2020-06-08rtpjitterbuffer: Keep JBUF lock while processing timersNicolas Dufresne1-27/+42
2020-06-08tests: vp9enc: enforce I420 formatGuillaume Desmottes1-1/+1
2020-06-08rtpjitterbuffer: Avoid deadlock on flushEdward Hervey1-4/+7
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle49-80/+80
2020-06-05rtpbin: Initialize uninitialized variable correctlySebastian Dröge1-1/+1
2020-06-04vpxenc: Add new bit-per-pixel property to select a better "default" bitrateMikhail Fludkov5-16/+231
2020-06-03doc: Require hotdoc >= 0.11.0Thibault Saunier1-0/+11
2020-06-03doc: Fix wrong link to GString in rtpjitterbufferThibault Saunier1-1/+1
2020-06-03docs: Update gst_plugins_cache.jsonSebastian Dröge1-11185/+10854
2020-06-03plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle49-1/+129
2020-06-02vpxdec: Check that output width and height != 0Stian Selnes2-0/+43
2020-05-29speex: Fix crash on Windows caused by cross-CRT issueSeungha Yang2-2/+3
2020-05-27rtspsrc: Use the correct type for storing the max-rtcp-rtp-time-diff propertySebastian Dröge1-1/+1
2020-05-27tests: fix meson test env setup to make sure we use the right gst-plugin-scannerTim-Philipp Müller1-1/+6
2020-05-25rtspsrc: Error out when failling to receive message responseThibault Saunier1-0/+18
2020-05-22v4l2: videodec: Fix broken template capsNicolas Dufresne1-4/+4
2020-05-22v4l2: codec: Fix GValue leakNicolas Dufresne4-41/+48
2020-05-22v4l2codec: Remove uneeded factorisationNicolas Dufresne1-12/+5
2020-05-20v4l2src: Ignore non-increasing sequence numberNicolas Dufresne1-1/+3
2020-05-20qtoverlay: add the root item as a propertyMatthew Waters3-11/+68
2020-05-20flvdemux: Send gap events if one of the streams falls behind the other by mor...Sebastian Dröge1-0/+53
2020-05-20flvdemux: Remove unused audio_linked/video_linked booleansSebastian Dröge1-2/+0
2020-05-20flvdemux: Answer bitrate queries from upstreamEdward Hervey2-2/+61
2020-05-20flvdemux: Handle empty metadata stringsEdward Hervey1-1/+2
2020-05-20flvdemux: Set ACCEPT_TEMPLATE flag on sinkpadEdward Hervey1-1/+1
2020-05-15qtglrenderer.cc: Fix compilingRaul Tambre1-2/+3