summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* curlsmtpsink: Use correct email date formatcketti2020-06-051-1/+1
* ccconverter: signal cea608 padding as invalidMatthew Waters2020-06-051-2/+2
* ccconverter: also copy buffer metadata when drainingMatthew Waters2020-06-051-0/+15
* ccconverter: Output the limit hit in debug linesMatthew Waters2020-06-051-11/+15
* doc: Fix spelling of GstWebRTCICEThibault Saunier2020-06-041-1/+1
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-0427-1/+74
* srtobject: continue polling or report error on failed receivePeter Workman2020-06-031-0/+11
* srt: Make logging regarding callers more usefulJan Alexander Steffens (heftig)2020-06-031-12/+23
* webrtc: Add GstWebRTCDataChannel to the library APISebastian Dröge2020-06-023-551/+195
* avtp: Ensure that the avtp plugin is only built on LinuxEderson de Souza2020-06-011-1/+12
* vulkan: fix use of assert() with older meson versionsTim-Philipp Müller2020-05-281-1/+2
* vulkan: don't run tests or build lib if plugin isn't actually builtTim-Philipp Müller2020-05-281-4/+1
* webrtc: handle an ice-lite remote offerMatthew Waters2020-05-283-7/+25
* srt: Don't leak the connection_poll_id on close()Jan Schmidt2020-05-241-0/+1
* pitch: Remove useless restriction on number of channelThibault Saunier2020-05-221-2/+2
* meson: add libopenjp2 fallback for openjpegStéphane Cerveau2020-05-211-1/+3
* avtp: Add libavtp fallback dependenceEderson de Souza2020-05-211-1/+2
* gstcurlhttpsink: Set 'Expect: 100-continue'-headerMats Lindestam2020-05-181-0/+7
* srtobject: add streamid propertyJ. Kim2020-05-131-0/+20
* meson: Pass native: false to add_languages()Nirbheek Chauhan2020-05-132-2/+2
* ccconverter: check fraction multiply for overflowMatthew Waters2020-05-121-2/+4
* ccconverter: tighten up a couple of NULL checksMatthew Waters2020-05-121-3/+3
* ccconverter: fix unintialized read of mapped output info in error caseMatthew Waters2020-05-121-16/+11
* ccconverter: fix uninitialized read in error caseMatthew Waters2020-05-121-1/+0
* ccconverter: implement discont handlingMatthew Waters2020-05-111-28/+59
* ccconverter: use a better padding byte sequence for writing cdpMatthew Waters2020-05-111-1/+1
* ccconverter: split temporary storage into 3Matthew Waters2020-05-112-253/+789
* ccconvert: compact input cc_data where possibleMatthew Waters2020-05-111-15/+100
* ccconverter: implement support for CDP framerate conversionsMatthew Waters2020-05-112-224/+576
* ccconverter: introduce define for max cdp packet lengthMatthew Waters2020-05-112-7/+9
* ccconverter: don't rely on external state in *_internal()Matthew Waters2020-05-111-20/+32
* ccconverter: cc_count limits are per framerateMatthew Waters2020-05-112-18/+32
* ccconverter: refactor cdp id, fps, max_cc_count into a tableMatthew Waters2020-05-111-64/+52
* ccconverter: pivot to implementing generate_outputMatthew Waters2020-05-111-5/+43
* webrtc: move filtering properties to webrtciceChris Ayoup2020-05-113-46/+25
* webrtc: allow setting local IP addressesChris Ayoup2020-05-113-5/+54
* webrtc: Allow toggling TCP and UDP candidatesChris Ayoup2020-05-112-2/+50
* spanplc: Don't segfault when retrieving the stats property without a spanplc ...Sebastian Dröge2020-05-101-8/+10
* musepackdec: Don't fail all queries if no sample rate is known yetSebastian Dröge2020-05-061-3/+6
* opencv: allow compilation against 4.3.xLuka Blaskovic2020-05-061-1/+1
* webrtc: fix an off-by-one calculating low-thresholdMatthew Waters2020-05-061-1/+7
* webrtc: remove debugging leftoverMatthew Waters2020-05-061-1/+0
* webrtc: always reply to a promiseMatthew Waters2020-05-065-28/+112
* webrtc: name threads based on the element nameMatthew Waters2020-05-063-16/+42
* webrtc: correctly use the pad templateMatthew Waters2020-05-061-12/+36
* webrtc: Fix a couple of renegotiation racesMatthew Waters2020-05-061-9/+58
* iqa: Fix all leaks in error pathEdward Hervey2020-05-051-7/+16
* sctp: enable usrsctp debug when supportedMatthew Waters2020-05-051-1/+25
* avtpsink: Log that AVTPDU transmission failure is due latenessEderson de Souza2020-05-021-1/+51
* avtpsink: Accept buffers that fall out of segmentEderson de Souza2020-05-021-2/+7