summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* opencv: cvtracker: add draw propertyVivek R2021-09-222-0/+16
* opencv: add cvtracker pluginVivek R2021-09-224-2/+514
* opencv: patch to ensure headers are detectedVivek R2021-09-221-1/+3
* jpeg2000parse + openjpeg: Switch striped mode to its own capsStéphane Cerveau2021-09-202-57/+68
* openjpegdec: Fix crash with AYUV64 in subframe modeStéphane Cerveau2021-09-201-80/+2
* openjpegdec: support for a multithreaded decoding.Stéphane Cerveau2021-09-203-135/+617
* openjpegdec: enable sub frame modeAaron Boxer2021-09-202-153/+224
* openjpegdec: Reject stripes for nowOlivier Crête2021-09-201-1/+2
* openjpegenc: Only allow stripe with image/x-jpc formatOlivier Crête2021-09-201-1/+2
* openjpegenc: support for a multithreaded encoding.Stéphane Cerveau2021-09-203-147/+463
* wpe: context thread dispatch fixesPhilippe Normand2021-09-201-17/+36
* wpe: Properly wait on context thread startup conditionPhilippe Normand2021-09-202-1/+5
* waylandsink: Fix double render checkNicolas Dufresne2021-09-172-5/+14
* tests: skip cc tests if plugin is disabledU. Artie Eoff2021-09-151-3/+3
* tests: skip aes test if elements not builtU. Artie Eoff2021-09-141-5/+0
* wpe: Add support for web:// URIsPhilippe Normand2021-09-131-11/+13
* mpeg2enc: Only allow 1 pending frame for encodingJan Schmidt2021-09-063-16/+25
* wpe: Fix race condition on teardownThibault Saunier2021-09-031-4/+37
* wpe: Use the new element.get_current_running_time APIThibault Saunier2021-09-031-16/+3
* wpe: Mark first buffer as starting at 0Thibault Saunier2021-09-031-1/+1
* wpevideosrc: Uniformise default value for draw-background propertyPhilippe Normand2021-08-311-2/+3
* wpevideosrc: Implement basic heuristic for raw caps negotiationPhilippe Normand2021-08-311-6/+17
* wpevideosrc: Ensure debug category is setPhilippe Normand2021-08-311-0/+3
* cccombiner: fix scheduling with interlaced video buffersMathieu Duponchelle2021-08-301-5/+6
* dashdemux: copy ContentProtection element including xml namespacesAlex Ashley2021-08-271-1/+16
* 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