summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* ttmlparse: Handle whitespace before XML declarationChris Bass2020-12-051-3/+8
* ttmlparse: Ensure only single TTML doc parsedChris Bass2020-12-051-1/+1
* hlsdemux: Use actual object for loggingEdward Hervey2020-12-041-1/+1
* curl: Remove incorrect GST_DEBUG_OBJECT() callsArun Raghavan2020-12-048-10/+0
* adaptivedemux: Store QoS values on the elementEdward Hervey2020-12-041-5/+7
* hlsdemux: Don't double-free variant streams on errorsEdward Hervey2020-11-181-1/+4
* vkdeviceprovider: Avoid deadlock on physical deviceJan Schmidt2020-11-041-1/+4
* wlvideoformat: fix DMA format convertorRandy Li2020-11-041-1/+1
* sctp: Do downward state change logic after chaining up.Jan Schmidt2020-10-312-5/+13
* dtls: Avoid bio_buffer assertion on shutdown.Jan Schmidt2020-10-311-3/+4
* webrtc: Fix a race on shutdown.Jan Schmidt2020-10-311-3/+16
* opencv: allow compilation against 4.5.xNicola Murino2020-10-301-1/+1
* srtsrc: Prevent `delay` from being negativeJan Alexander Steffens (heftig)2020-10-121-4/+11
* srtsrc: Don't calculate a delay if the srctime is 0Jan Alexander Steffens (heftig)2020-10-121-2/+9
* srtsrc: Defend against missing clockJan Alexander Steffens (heftig)2020-10-121-0/+5
* srt: Remove unused sa_family trackingJan Alexander Steffens (heftig)2020-10-121-14/+8
* srt: Move off deprecated `srt_socket()`.Niklas Hambüchen2020-10-122-3/+3
* srt: Register a log handlerJan Alexander Steffens (heftig)2020-10-121-0/+49
* srt: Avoid removing invalid sockets from the pollsJan Alexander Steffens (heftig)2020-10-121-6/+12
* srt: Fix use of srt_startupJan Alexander Steffens (heftig)2020-10-121-4/+2
* srt: Fix parameter types used for socket optionsJan Alexander Steffens (heftig)2020-10-121-28/+30
* srtsrc: Fix timestampingEdward Hervey2020-10-114-5/+80
* srt: Consume the error from gst_srt_object_writeJan Alexander Steffens (heftig)2020-10-111-0/+4
* dtlsconnection: Ignore OpenSSL system call errorsOlivier Crête2020-10-111-29/+7
* srt: Check socket state before retrieving payload sizeJan Alexander Steffens (heftig)2020-10-111-7/+8
* x265enc: fix deadlock on reconfigJakub Adam2020-10-111-16/+21
* srtobject: typecast SRTO_LINGER to lingerraghavendra2020-10-111-1/+9
* wpesrc: fix some caps leaks using the non-GL outputMatthew Waters2020-10-051-6/+11
* smoothstreaming: clear live adapter on seekHosang Lee2020-10-052-1/+12
* wpe: Plug event leakPhilippe Normand2020-10-051-0/+2
* wpesrc: Don't crash if WPE doesn't generate a buffer.Jan Schmidt2020-10-051-4/+7
* wpe: Plug SHM buffer leaksPhilippe Normand2020-10-051-0/+8
* wpe: Move webview load waiting to WPEViewPhilippe Normand2020-10-052-24/+34
* wpe: Use proper callback for TLS errors signal handlingPhilippe Normand2020-10-041-1/+7
* avtp: avtpaafdepay: fix crash when building capsMarian Cichy2020-10-041-1/+1
* opencv: set opencv_dep when option is disabled (#1406)Adam Williamson2020-10-031-0/+1
* line21enc: add remove-caption-meta propertyMathieu Duponchelle2020-10-032-2/+67
* line21enc: heavily constrain video heightMathieu Duponchelle2020-10-031-2/+9
* line21enc: add support for CDP closed caption metaMathieu Duponchelle2020-10-031-20/+260
* hlssink2: Actually release splitmuxsink's padsJan Alexander Steffens (heftig)2020-09-301-2/+2
* gst: Update for gst_video_transfer_function_*() function renamingSebastian Dröge2020-09-071-1/+1
* webrtc: Clean up the userinfo unescaping codeNirbheek Chauhan2020-08-301-10/+6
* modplug: avoid division by zeroJonathan Matthew2020-08-281-5/+9
* webrtc: Unescape turnserver user and passwordtrilene2020-08-261-5/+9
* sctp: usrsctp: increase DIAG_MSG_LEN to accomodate longer file pathTim-Philipp Müller2020-08-261-1/+1
* wpe: skip glbasesrc decide_allocation when non-GL caps are negotiatedPhilippe Normand2020-08-241-10/+64
* webrtc/datachannel: clear the error after useMatthew Waters2020-08-241-1/+3
* webrtc/datachannel: free previous protocol/label fieldsMatthew Waters2020-08-241-0/+2
* sctpdec: unref after retrieving the static pad templateMatthew Waters2020-08-241-0/+1
* webrtc/ice: resolve .local candidates internallyMatthew Waters2020-08-201-2/+93