summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-14flacdec: Use new channel count for audio infoJochen Henneberg1-4/+2
2018-12-14flacdec: Caps may have changed on FLAC metadata changeJochen Henneberg1-0/+5
2018-12-14flacdec: Reset decoder on set_format()Jochen Henneberg1-0/+3
2018-12-07cairooverlay: Optimize premultiplication/unpremultiplication loopsSebastian Dröge1-16/+36
2018-11-19pulse: Expose the correct max rate that we supportArun Raghavan4-14/+60
2018-10-03cairooverlay: Don't map input buffers if we just attach the overlay as metaSebastian Dröge2-33/+45
2018-10-03cairooverlay: Add overlay as meta to the buffers if we canSebastian Dröge2-7/+68
2018-10-03cairooverlay: Pre-multiply and un-premultiply alpha in case of ARGB32Sebastian Dröge1-2/+129
2018-10-03cairooverlay: Add property for drawing on a transparent surface and then blen...Sebastian Dröge2-5/+118