summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* dtlsconnection: do not set keys_exported flag if actually not exportedMiguel Paris2020-09-291-2/+7
* lv2: Namespace global variables and explicitly make them privateThibault Saunier2020-09-284-185/+215
* lv2: Make it build with -fno-commonDebarshi Ray2020-09-282-31/+64
* modplug: avoid division by zeroJonathan Matthew2020-09-251-5/+9
* musepackdec: Don't fail all queries if no sample rate is known yetSebastian Dröge2020-09-251-3/+6
* vulkan: Drop use of VK_RESULT_BEGIN_RANGEJan Alexander Steffens (heftig)2020-09-251-3/+1
* meson: build with neon 0.31worldofpeace2020-09-251-1/+1
* dtls/connection: fix EOF handling with openssl 1.1.1eMatthew Waters2020-09-251-1/+1
* ladspa: only multiply bounded rate properties by sample rateTim-Philipp Müller2020-02-081-2/+4
* ladspa: fix unbounded integer propertiesTim-Philipp Müller2020-02-081-1/+1
* fdkaacdec: add support for mpegversion=2Stéphane Cerveau2020-02-081-1/+1
* waylandsink: Clear window when pipeline is stoppedGuillermo Rodríguez2020-02-051-6/+10
* hls: Check nettle version to ensure AES128 supportSeungha Yang2020-01-131-1/+1
* WebRTC: Support non-trickle ICE candidates in the SDPJan Schmidt2020-01-131-0/+41
* webrtc: Unmap all non-binary buffers received via the datachannelSebastian Dröge2020-01-081-0/+2
* opencv: allow compilation against 4.2.xNicola Murino2020-01-011-1/+1
* openexr: Fix check for when to pass -std=c++98Nirbheek Chauhan2019-12-021-4/+19
* waylandsink: Commit the parent after creating subsurfaceJeffy Chen2019-11-261-0/+2
* openexr: fix compilation with openexr >= 2.4.0 in autotoolsTim-Philipp Müller2019-11-111-1/+1
* openexr: Fix compilation with OpenEXR 2.4Jan Alexander Steffens (heftig)2019-11-041-2/+7
* ccextractor: Remove unused set/get_property() functionsSebastian Dröge2019-10-291-33/+0
* ccextractor: Always forward all sticky events to the caption padSebastian Dröge2019-10-291-44/+77
* ass: avoid infinite unref loop with bad dataMatthew Waters2019-10-061-8/+10
* fluidsynth: add sf3 to soundfont search pathFabian Greffrath2019-10-011-2/+3
* hls: Make crypto dependency optional when hls-crypto is autoSeungha Yang2019-09-093-43/+67
* srt: Set latency property on SRT socketOlivier Crête2019-09-011-0/+12
* srt: Add sender side statisticsOlivier Crête2019-09-011-35/+92
* srtobject: Remove pointless GMainLoopOlivier Crête2019-09-012-111/+107
* iqa: fix leak of map_meta.dataMathieu Duponchelle2019-08-211-0/+1
* ext/wayland: Define libdrm_dep in meson.buildThomas Coldrick2019-08-201-0/+2
* sctp: Fix crash on free() when using the MSVC binariesNirbheek Chauhan2019-08-201-1/+5
* webrtc: Fix signals documentationNiels De Graef2019-08-201-3/+6
* rtmp: Fix crash inside free() with MSVC on WindowsNirbheek Chauhan2019-08-201-0/+4
* pitch: Fix race between putSamples() and setting soundtouch parametersDoug Nazar2019-08-141-0/+2
* webrtc: fix type of max-retransmits, make it workDavid Gunzinger2019-08-131-1/+1
* Revert "dtls: fix generated cert dtls agent leak"Tim-Philipp Müller2019-08-121-1/+1
* ext/hls/meson.build: fix dependency logicAdam Duskett2019-08-111-2/+2
* dtlsagent: Do not overwrite openssl locking callbacksJose Antonio Santos Cadenas2019-08-111-1/+1
* adaptivedemux: remove some deadlocks using webkitwebsrc.Charlie Turner2019-08-101-2/+6
* webrtcbin: fix GInetAddress leakIlya Smelykh2019-08-101-1/+4
* dtls: fix generated cert dtls agent leakIlya Smelykh2019-08-101-1/+1
* dtls: fix dtls connection object leakIlya Smelykh2019-08-101-0/+2
* srt: Remove msg-size propertyOlivier Crête2019-08-091-28/+0
* srtsrc: Receive one frame per gstbufferOlivier Crête2019-08-091-16/+2
* srt: Fix listener crash if no URI is specifiedNicolas Dufresne2019-08-091-0/+2
* srt: Use macro instead of duplicating a default valueNicolas Dufresne2019-08-091-1/+1
* srt: Fix confusing typo in FIXME commentNicolas Dufresne2019-08-091-1/+1
* dtlsagent: Clear the certificate upon finalizeJuan Navarro2019-08-091-0/+2
* dtlsdec: Avoid duplicate ref when passing certificate propertyJuan Navarro2019-08-091-4/+10
* webrtcbin: fix DTLS when receivebin is set to DROPMathieu Duponchelle2019-08-092-13/+46