summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* aes: add aes encryption and decryption elementsAaron Boxer2021-08-259-0/+1780
* webrtcbin: Return typed "sctp-transport"Johan Sternerup2021-08-251-1/+2
* webrtc: Split sctptransport into lib and implementation partsJohan Sternerup2021-08-258-158/+128
* webrtcbin: Expose SCTP TransportJohan Sternerup2021-08-251-1/+18
* openh264enc: fix broken header AU emission by base classTim-Philipp Müller2021-08-241-25/+0
* openh264enc: fix caps and header buffer leakTim-Philipp Müller2021-08-241-1/+3
* openh264enc: fix broken sps/pps header generationTim-Philipp Müller2021-08-241-2/+7
* dashdemux: Properly initalize GErrorEdward Hervey2021-08-201-1/+1
* webrtc: improve matching on the correct jitterbufferMatthew Waters2021-08-161-13/+32
* fdkaacdec: Add Converter class to hint gst-validateThibault Saunier2021-08-131-1/+1
* ccconverter: fix overflow when not doing framerate conversionMathieu Duponchelle2021-08-131-0/+6
* webrtcbin: Don't assume that non-audio medias are video medias when creating ...Sebastian Dröge2021-08-121-3/+10
* webrtcbin: Use the correct media for deciding the media kind when creating th...Sebastian Dröge2021-08-121-1/+1
* openh264: Respect level set downstreamThibault Saunier2021-08-092-1/+16
* x265: Fix a deadlock when failing to create the x265enc.He Junyan2021-08-091-2/+5
* rtmpsrc: mention setting librtmp flags in docsR S Nikhil Krishna2021-08-091-0/+10
* mpeg2enc: fix interlace-mode detectionMathieu Duponchelle2021-08-051-1/+19
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-08-055-5/+5
* cccombiner: fix CDP padding detectionMathieu Duponchelle2021-07-281-1/+1
* dash: Store entire ContentProtection node in protection event dataPhilippe Normand2021-07-151-29/+8
* wpesrcbin: Use gst_buffer_new_memdup()Philippe Normand2021-07-131-1/+1
* vulkansink: Fix element metadata.Víctor Manuel Jáquez Leal2021-07-121-1/+1
* dashdemux: Log protection events on corresponding padPhilippe Normand2021-07-081-2/+4
* cccombiner: mark field 0 as valid when generating padding CDPMathieu Duponchelle2021-07-081-1/+1
* dashsink: fix crash with no pad name for representationStéphane Cerveau2021-07-071-1/+38
* dashsink: Add signals for allowing custom playlist/fragmentStéphane Cerveau2021-07-071-56/+200
* ccconverter: fix framerate caps negotiation from non-cdp to cdpMatthew Waters2021-07-021-2/+9
* webrtc receivebin: Drop serialized queries before receive queueOlivier Crête2021-06-291-1/+18
* webrtc receivebin: Only set queue to leaky when the pad is blockedOlivier Crête2021-06-292-7/+13
* webrtc receivebin: Don't unblock pad until sender is unblockedOlivier Crête2021-06-291-2/+27
* webrtcbin: Sync to the clock per stream and not per bundleSebastian Dröge2021-06-281-25/+41
* webrtc: Remove the webrtc-priv.h header from public headersOlivier Crête2021-06-283-0/+3
* webrtcbin: Set transceiver kind and codec preferences immediately when creati...Sebastian Dröge2021-06-252-22/+28
* webrtcbin: Store newly created transceivers when creating an answer also in t...Sebastian Dröge2021-06-251-2/+2
* webrtcbin: When creating a new transceiver as part of creating the answer als...Sebastian Dröge2021-06-251-13/+29
* webrtcbin: Fix a couple of caps leaks of the offer capsSebastian Dröge2021-06-251-0/+3
* webrtcbin: Stop transceivers update after first SDP error on data channelPhilippe Normand2021-06-251-0/+2
* webrtc lib: Make the datachannel struct privateOlivier Crête2021-06-211-0/+2
* webrtc lib: Make the icetransport struct privateOlivier Crête2021-06-211-0/+2
* webrtc lib: Make the rtpsender struct privateOlivier Crête2021-06-211-0/+2
* webrtc lib: Make the transceiver struct privateOlivier Crête2021-06-211-0/+1
* x265enc: add negative DTS supportMathieu Duponchelle2021-06-211-0/+4
* faad: fix typo in element documentationStéphane Cerveau2021-06-211-1/+1
* waylandsink: prevent frame callback being released twiceRandy Li (ayaka)2021-06-154-14/+18
* jpeg2000parse, openjpeg: add support for YCrCb 4:1:1 samplingStéphane Cerveau2021-06-141-0/+3
* wpe: Rename `undeserializable_type` to `not_deserializable_type`Thibault Saunier2021-06-081-4/+4
* wpe: Make forwarded messages layout more like GstBinForwaded messagesThibault Saunier2021-06-083-51/+61
* wpe: Make wpesrc!video pad an always padThibault Saunier2021-06-081-26/+20
* wpe: Remove unused env varThibault Saunier2021-06-081-4/+0
* wpe: Fix atomic usageThibault Saunier2021-06-081-2/+1