summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* webrtcbin: Chain up to parent constructed methodJakub Adam2022-01-281-0/+2
* webrtc: fix log error message in function gst_webrtc_bin_set_local_descriptionDave Piché2022-01-181-1/+1
* assrender: Support RFC8081 mime typesRafał Dzięgiel2022-01-171-1/+5
* assrender: Add "application/vnd.ms-opentype" mimetype detectionRafał Dzięgiel2022-01-171-1/+2
* assrender: Handle ".ttc" attachment extensionRafał Dzięgiel2022-01-171-1/+2
* pitch: Specify layout as required for negotiationThibault Saunier2022-01-171-4/+6
* webrtcbin: Always set SINK/SRC flagsSebastian Dröge2021-10-311-0/+10
* zxing: update to support version 1.1.1Stéphane Cerveau2021-10-292-11/+46
* mpeg2enc: Only allow 1 pending frame for encodingJan Schmidt2021-09-063-16/+25
* mpeg2enc: fix interlace-mode detectionMathieu Duponchelle2021-08-301-1/+19
* openh264enc: fix broken header AU emission by base classTim-Philipp Müller2021-08-251-25/+0
* openh264enc: fix header buffer leakTim-Philipp Müller2021-08-251-1/+1
* openh264enc: fix broken sps/pps header generationTim-Philipp Müller2021-08-251-2/+7
* dashdemux: Properly initalize GErrorEdward Hervey2021-08-231-1/+1
* x265: Fix a deadlock when failing to create the x265enc.He Junyan2021-08-091-2/+5
* dashdemux: Remove duplicate logging callPhilippe Normand2021-07-091-1/+0
* dashdemux: Log protection events on corresponding padPhilippe Normand2021-07-081-1/+4
* ccconverter: fix framerate caps negotiation from non-cdp to cdpMatthew Waters2021-07-081-2/+9
* waylandsink: Fix for missing initial configureNicolas Dufresne2021-06-021-1/+1
* Fix build with OpenEXR 3Antonio Rojas2021-05-041-0/+1
* Revert "webrtc: Fix sctp task's return type."Tim-Philipp Müller2021-04-231-2/+1
* webrtc: Fix sctp task's return type.Doug Nazar2021-04-221-1/+2
* wpe: Remove code targeting WebKit < 2.24Thibault Saunier2021-04-161-4/+0
* wpe: Make threaded view singleton creation thread safeThibault Saunier2021-04-161-1/+6
* gst: don't use volatile to mean atomicMatthew Waters2021-04-139-10/+10
* vulkan: Fix elements long name.Víctor Manuel Jáquez Leal2021-02-252-2/+2
* dashsink: fix double unref of sinkpad capsHaihua Hu2021-01-281-2/+0
* dashsink: fix critical log when exit dynamic pipelineHaihua Hu2020-12-312-3/+4
* assrender: Don't try unlocking unlocked mutexSebastian Dröge2020-12-291-2/+4
* srt: Don't take object lock calling gst_srt_object_get_statsJan Alexander Steffens (heftig)2020-12-091-10/+25
* 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