summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2021-06-17gst: don't use volatile to mean atomic1.16Matthew Waters10-19/+19
2020-09-25jpegdec: check buffer size before dereferencing. Fixes #541Jérôme Laheurte1-0/+2
2020-09-25flacenc: Pass audio info from set_format() to query_total_samples() explicitlySebastian Dröge1-4/+3
2020-09-25pulse: fix discovery of newly added devicesGuillaume Desmottes1-2/+0
2020-09-25speex: Fix crash on Windows caused by cross-CRT issueSeungha Yang2-2/+3
2020-09-25jack: Use jack_free(3) to release portsokuoku2-5/+5
2020-02-04vp8enc/vp8enc: set 1 for the default value of VP8E_SET_STATIC_THRESHOLDJulien Isorce1-3/+6
2020-02-04jpegdec: Check return value of gst_buffer_map()Nicolas Dufresne1-1/+10
2019-11-29vp9dec: Fix broken 4:4:4 8bits decodingSeungha Yang1-2/+5
2019-11-18jpegdec: Fix incorrect logic in EOI tag detectionScott Kanowitz1-1/+1
2019-11-11vpx: Error out if enabled and no features foundNirbheek Chauhan1-2/+9
2019-11-10jpegdec: don't overwrite the last valid lineMichael Olbrich2-3/+16
2019-08-21souphttpsrc: Fix incompatible type build warningSeungha Yang1-1/+1
2019-08-08gtkglsink: fix crash when widget is resized after element destructionGuillaume Desmottes2-1/+51
2019-08-08jpegdec: Don't dereference NULL input state if we have no caps in TIME segmentsSebastian Dröge1-0/+4
2019-04-18qmlglsink: fix compilation with Qt >= 5.5 on WindowsBenjamin Sigonneau1-0/+2
2019-04-17meson: Build qt plugin in C++11 mode explicitlyNirbheek Chauhan1-0/+1
2019-04-05shout2: Fix leak on error in startNicolas Dufresne1-0/+2
2019-04-01meson: Only ensure that moc is available on LinuxNirbheek Chauhan1-2/+12
2019-03-25flac: report latency in flacenc and flacdecJulian Bouzas2-1/+54
2019-03-07docs: fix typos s/recieve/receive/Antonio Ospite1-1/+1
2019-03-05gtkgl: Also try retrieving an EGL context from Gdk with X11Matthew Waters2-16/+47
2019-02-08pulse: Post DEVICE_CHANGED on modificationThibault Saunier1-0/+41
2019-02-08pulse: Mark default devices as "default"Thibault Saunier2-42/+89
2019-02-07vpx: Fix build against libvpx 1.8Jan Alexander Steffens (heftig)2-0/+6
2019-02-06pulsesink: Deal with not being able to convert a format to capsArun Raghavan1-2/+3
2019-02-05qmlgl: Fix opengl header guard changes againMatthew Waters1-9/+9
2019-02-01meson: qmlgl plugin iOS definitionsNirbheek Chauhan1-2/+8
2019-02-01qt: Don't define GLsync inside gstglfuncs.hNirbheek Chauhan1-10/+9
2019-02-01meson: Fix indentation in qt plugin and add a FIXME commentNirbheek Chauhan1-3/+4
2019-01-29gdkpixbufdec: always output a TIME segmentMathieu Duponchelle1-0/+12
2019-01-29meson: Add macOS definitions for qmlgl pluginNirbheek Chauhan1-1/+9
2019-01-29meson: Fix building of qmlgl plugin on AndroidNirbheek Chauhan1-5/+13
2019-01-23Meson: fallback to libsoup subprojectXavier Claessens1-1/+2
2019-01-21qmlgl: add README.md with information on building for non-linux platforms wit...George Kiagiadakis1-0/+50
2019-01-21qmlgl: meson: fix theoretical support for building for androidGeorge Kiagiadakis1-1/+1
2019-01-21qmlgl: qmake: add support for MacOS targetGeorge Kiagiadakis1-0/+1
2019-01-21qmlgl: qmake: remove cerbero's include dir from the include pathGeorge Kiagiadakis1-3/+0
2019-01-21qmlgl: qualify Qt includes with their module and remove module include dir fr...George Kiagiadakis2-5/+3
2019-01-21qmlgl: qmake: don't link against QtWidgets, it's not usedGeorge Kiagiadakis1-1/+1
2019-01-21qmlgl: qmake: fix building for androidGeorge Kiagiadakis2-6/+12
2019-01-18meson: Generate pkg-config file for qmlgl pluginNirbheek Chauhan1-1/+2
2019-01-18pulse: Fix format info to caps conversion for PCMArun Raghavan1-1/+1
2019-01-18Revert "pulsesrc: Move to extended stream API"Arun Raghavan5-84/+27
2019-01-18meson: Search for qmake-qt5 before qmakeNirbheek Chauhan1-1/+1
2019-01-16gtk/gl: Only unbind buffers/vertex attrib arrays if we can't directly bind th...Sebastian Dröge1-1/+2
2019-01-10pulsesrc: Move to extended stream APIArun Raghavan5-27/+84
2019-01-07pulsesrc: fix checking for invalid stream indexMarc-André Lureau1-3/+3
2018-12-17souphttpsrc: check difference in time from the last socket read before changi...Nicola Murino2-4/+16
2018-12-17qtgl: Handle OPENGL header guard changesEdward Hervey1-0/+15