summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)AuthorFilesLines
2020-12-31dashsink: fix critical log when exit dynamic pipelineHaihua Hu2-3/+4
2020-12-29assrender: Don't try unlocking unlocked mutexSebastian Dröge1-2/+4
2020-12-09srt: Don't take object lock calling gst_srt_object_get_statsJan Alexander Steffens (heftig)1-10/+25
2020-12-05ttmlparse: Handle whitespace before XML declarationChris Bass1-3/+8
2020-12-05ttmlparse: Ensure only single TTML doc parsedChris Bass1-1/+1
2020-12-04hlsdemux: Use actual object for loggingEdward Hervey1-1/+1
2020-12-04curl: Remove incorrect GST_DEBUG_OBJECT() callsArun Raghavan8-10/+0
2020-12-04adaptivedemux: Store QoS values on the elementEdward Hervey1-5/+7
2020-11-18hlsdemux: Don't double-free variant streams on errorsEdward Hervey1-1/+4
2020-11-04vkdeviceprovider: Avoid deadlock on physical deviceJan Schmidt1-1/+4
2020-11-04wlvideoformat: fix DMA format convertorRandy Li1-1/+1
2020-10-31sctp: Do downward state change logic after chaining up.Jan Schmidt2-5/+13
2020-10-31dtls: Avoid bio_buffer assertion on shutdown.Jan Schmidt1-3/+4
2020-10-31webrtc: Fix a race on shutdown.Jan Schmidt1-3/+16
2020-10-30opencv: allow compilation against 4.5.xNicola Murino1-1/+1
2020-10-12srtsrc: Prevent `delay` from being negativeJan Alexander Steffens (heftig)1-4/+11
2020-10-12srtsrc: Don't calculate a delay if the srctime is 0Jan Alexander Steffens (heftig)1-2/+9
2020-10-12srtsrc: Defend against missing clockJan Alexander Steffens (heftig)1-0/+5
2020-10-12srt: Remove unused sa_family trackingJan Alexander Steffens (heftig)1-14/+8
2020-10-12srt: Move off deprecated `srt_socket()`.Niklas Hambüchen2-3/+3
2020-10-12srt: Register a log handlerJan Alexander Steffens (heftig)1-0/+49
2020-10-12srt: Avoid removing invalid sockets from the pollsJan Alexander Steffens (heftig)1-6/+12
2020-10-12srt: Fix use of srt_startupJan Alexander Steffens (heftig)1-4/+2
2020-10-12srt: Fix parameter types used for socket optionsJan Alexander Steffens (heftig)1-28/+30
2020-10-11srtsrc: Fix timestampingEdward Hervey4-5/+80
2020-10-11srt: Consume the error from gst_srt_object_writeJan Alexander Steffens (heftig)1-0/+4
2020-10-11dtlsconnection: Ignore OpenSSL system call errorsOlivier Crête1-29/+7
2020-10-11srt: Check socket state before retrieving payload sizeJan Alexander Steffens (heftig)1-7/+8
2020-10-11x265enc: fix deadlock on reconfigJakub Adam1-16/+21
2020-10-11srtobject: typecast SRTO_LINGER to lingerraghavendra1-1/+9
2020-10-05wpesrc: fix some caps leaks using the non-GL outputMatthew Waters1-6/+11
2020-10-05smoothstreaming: clear live adapter on seekHosang Lee2-1/+12
2020-10-05wpe: Plug event leakPhilippe Normand1-0/+2
2020-10-05wpesrc: Don't crash if WPE doesn't generate a buffer.Jan Schmidt1-4/+7
2020-10-05wpe: Plug SHM buffer leaksPhilippe Normand1-0/+8
2020-10-05wpe: Move webview load waiting to WPEViewPhilippe Normand2-24/+34
2020-10-04wpe: Use proper callback for TLS errors signal handlingPhilippe Normand1-1/+7
2020-10-04avtp: avtpaafdepay: fix crash when building capsMarian Cichy1-1/+1
2020-10-03opencv: set opencv_dep when option is disabled (#1406)Adam Williamson1-0/+1
2020-10-03line21enc: add remove-caption-meta propertyMathieu Duponchelle2-2/+67
2020-10-03line21enc: heavily constrain video heightMathieu Duponchelle1-2/+9
2020-10-03line21enc: add support for CDP closed caption metaMathieu Duponchelle1-20/+260
2020-09-30hlssink2: Actually release splitmuxsink's padsJan Alexander Steffens (heftig)1-2/+2
2020-09-07gst: Update for gst_video_transfer_function_*() function renamingSebastian Dröge1-1/+1
2020-08-30webrtc: Clean up the userinfo unescaping codeNirbheek Chauhan1-10/+6
2020-08-28modplug: avoid division by zeroJonathan Matthew1-5/+9
2020-08-26webrtc: Unescape turnserver user and passwordtrilene1-5/+9
2020-08-26sctp: usrsctp: increase DIAG_MSG_LEN to accomodate longer file pathTim-Philipp Müller1-1/+1
2020-08-24wpe: skip glbasesrc decide_allocation when non-GL caps are negotiatedPhilippe Normand1-10/+64
2020-08-24webrtc/datachannel: clear the error after useMatthew Waters1-1/+3