summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* vp9dec: Fix broken 4:4:4 8bits decodingSeungha Yang2019-11-291-2/+5
* jpegdec: Fix incorrect logic in EOI tag detectionScott Kanowitz2019-11-181-1/+1
* vpx: Error out if enabled and no features foundNirbheek Chauhan2019-11-111-2/+9
* jpegdec: don't overwrite the last valid lineMichael Olbrich2019-11-102-3/+16
* souphttpsrc: Fix incompatible type build warningSeungha Yang2019-08-211-1/+1
* gtkglsink: fix crash when widget is resized after element destructionGuillaume Desmottes2019-08-082-1/+51
* jpegdec: Don't dereference NULL input state if we have no caps in TIME segmentsSebastian Dröge2019-08-081-0/+4
* qmlglsink: fix compilation with Qt >= 5.5 on WindowsBenjamin Sigonneau2019-04-181-0/+2
* meson: Build qt plugin in C++11 mode explicitlyNirbheek Chauhan2019-04-171-0/+1
* shout2: Fix leak on error in startNicolas Dufresne2019-04-051-0/+2
* meson: Only ensure that moc is available on LinuxNirbheek Chauhan2019-04-011-2/+12
* flac: report latency in flacenc and flacdecJulian Bouzas2019-03-252-1/+54
* docs: fix typos s/recieve/receive/Antonio Ospite2019-03-071-1/+1
* gtkgl: Also try retrieving an EGL context from Gdk with X11Matthew Waters2019-03-052-16/+47
* pulse: Post DEVICE_CHANGED on modificationThibault Saunier2019-02-081-0/+41
* pulse: Mark default devices as "default"Thibault Saunier2019-02-082-42/+89
* vpx: Fix build against libvpx 1.8Jan Alexander Steffens (heftig)2019-02-072-0/+6
* pulsesink: Deal with not being able to convert a format to capsArun Raghavan2019-02-061-2/+3
* qmlgl: Fix opengl header guard changes againMatthew Waters2019-02-051-9/+9
* meson: qmlgl plugin iOS definitionsNirbheek Chauhan2019-02-011-2/+8
* qt: Don't define GLsync inside gstglfuncs.hNirbheek Chauhan2019-02-011-10/+9
* meson: Fix indentation in qt plugin and add a FIXME commentNirbheek Chauhan2019-02-011-3/+4
* gdkpixbufdec: always output a TIME segmentMathieu Duponchelle2019-01-291-0/+12
* meson: Add macOS definitions for qmlgl pluginNirbheek Chauhan2019-01-291-1/+9
* meson: Fix building of qmlgl plugin on AndroidNirbheek Chauhan2019-01-291-5/+13
* Meson: fallback to libsoup subprojectXavier Claessens2019-01-231-1/+2
* qmlgl: add README.md with information on building for non-linux platforms wit...George Kiagiadakis2019-01-211-0/+50
* qmlgl: meson: fix theoretical support for building for androidGeorge Kiagiadakis2019-01-211-1/+1
* qmlgl: qmake: add support for MacOS targetGeorge Kiagiadakis2019-01-211-0/+1
* qmlgl: qmake: remove cerbero's include dir from the include pathGeorge Kiagiadakis2019-01-211-3/+0
* qmlgl: qualify Qt includes with their module and remove module include dir fr...George Kiagiadakis2019-01-212-5/+3
* qmlgl: qmake: don't link against QtWidgets, it's not usedGeorge Kiagiadakis2019-01-211-1/+1
* qmlgl: qmake: fix building for androidGeorge Kiagiadakis2019-01-212-6/+12
* meson: Generate pkg-config file for qmlgl pluginNirbheek Chauhan2019-01-181-1/+2
* pulse: Fix format info to caps conversion for PCMArun Raghavan2019-01-181-1/+1
* Revert "pulsesrc: Move to extended stream API"Arun Raghavan2019-01-185-84/+27
* meson: Search for qmake-qt5 before qmakeNirbheek Chauhan2019-01-181-1/+1
* gtk/gl: Only unbind buffers/vertex attrib arrays if we can't directly bind th...Sebastian Dröge2019-01-161-1/+2
* pulsesrc: Move to extended stream APIArun Raghavan2019-01-105-27/+84
* pulsesrc: fix checking for invalid stream indexMarc-André Lureau2019-01-071-3/+3
* souphttpsrc: check difference in time from the last socket read before changi...Nicola Murino2018-12-172-4/+16
* qtgl: Handle OPENGL header guard changesEdward Hervey2018-12-171-0/+15
* flacdec: Use new channel count for audio infoJochen Henneberg2018-12-141-4/+2
* flacdec: Caps may have changed on FLAC metadata changeJochen Henneberg2018-12-141-0/+5
* flacdec: Reset decoder on set_format()Jochen Henneberg2018-12-141-0/+3
* cairooverlay: Optimize premultiplication/unpremultiplication loopsSebastian Dröge2018-12-071-16/+36
* pulse: Expose the correct max rate that we supportArun Raghavan2018-11-194-14/+60
* cairooverlay: Don't map input buffers if we just attach the overlay as metaSebastian Dröge2018-10-032-33/+45
* cairooverlay: Add overlay as meta to the buffers if we canSebastian Dröge2018-10-032-7/+68
* cairooverlay: Pre-multiply and un-premultiply alpha in case of ARGB32Sebastian Dröge2018-10-031-2/+129