summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* switchbin: Initial checkinJan Schmidt2019-11-135-1/+1207
* rtmp2: Fix NULL check in gst_rtmp_meta_transformJan Alexander Steffens (heftig)2019-11-121-1/+2
* rtmp2: Check for missing GstRtmpMetaJan Alexander Steffens (heftig)2019-11-122-1/+5
* rtmp2sink: Add a check that meta isn't NULL before accessingVivia Nikolaidou2019-11-121-0/+1
* vc1parse: Avoid division by zero assertionNicolas Dufresne2019-11-111-2/+3
* vc1parser: Relax ASF Binding Byte validationNicolas Dufresne2019-11-111-3/+3
* bad: Avoid using deprecated APIEdward Hervey2019-11-082-8/+8
* tsdemux: Handle continuity mismatch in more casesEdward Hervey2019-11-071-4/+15
* debugutils: clockselect, a pipeline that enables clock selectionEderson de Souza2019-11-064-1/+281
* Don't pass default GLib marshallers for signalsNiels De Graef2019-11-061-2/+2
* sdp: don't leak the ghost padMichael Olbrich2019-11-061-12/+7
* basetsmux: allow null J2K profileAaron Boxer2019-11-051-6/+9
* jpeg2000parse: fail caps negotiation if caps are NOT fixedAaron Boxer2019-11-051-1/+1
* jpeg2000parse: use pre_push_frame to reset parserAaron Boxer2019-11-051-1/+15
* jpeg2000parse: parse_event: call base class at endAaron Boxer2019-11-051-1/+3
* jpeg2000parse: do hard reset if gst_base_parse_finish_frame failsAaron Boxer2019-11-051-1/+1
* jpeg2000parse: initialize some variables to make valgrind happyAaron Boxer2019-11-051-3/+9
* jpeg2000parse: use GST_INT in caps for profileAaron Boxer2019-11-051-3/+3
* jpeg2000parse: make explicit that codec_format is for src capsAaron Boxer2019-11-052-10/+10
* jpeg2000parse: refactorAaron Boxer2019-11-051-109/+109
* jpeg2000parse: set parsed to TRUE in src capsAaron Boxer2019-11-051-1/+1
* jpeg2000parse: only cache caps parameters when caps have in fact changedAaron Boxer2019-11-051-5/+4
* jpeg2000parse: fix typos in media formatAaron Boxer2019-11-051-2/+2
* jpeg2000parse: add reset methodAaron Boxer2019-11-052-13/+27
* documentation: fixed a heap o' typosAaron Boxer2019-11-0562-110/+110
* Add files from gst-rtmpVivia Nikolaidou2019-11-0524-4/+8142
* ristsrc: Apply BINDTODEVICE to socket created by udpsrc tooOlivier Crête2019-11-041-0/+18
* h265parse: Fix wrong NALU minimum length checkYeongjin Jeong2019-11-041-12/+18
* h264parse: Fix wrong NALU minimum length checkYeongjin Jeong2019-11-041-9/+15
* mpegtsmux: Add SCTE-35 supportEdward Hervey2019-10-315-10/+238
* mpegts: Add support for SCTE-35 sectionsEdward Hervey2019-10-311-4/+14
* tsmux: Disable bluray-isms from PMTEdward Hervey2019-10-311-0/+10
* mpegtspacketizer: Fix off-by-one errorEdward Hervey2019-10-311-1/+1
* timecodestamper: Add properties to time out cached upstream/LTC timecodes aft...Sebastian Dröge2019-10-232-10/+82
* timecodestamper: Add new auto-resync boolean propertySebastian Dröge2019-10-232-5/+21
* timecodestamper: Add last-known-or-zero modeSebastian Dröge2019-10-232-0/+11
* timecodestamper: Don't initialize upstream timecode with zero if none was seenSebastian Dröge2019-10-231-9/+9
* timecodestamper: Update set-tc property documentation with latest version of ...Sebastian Dröge2019-10-231-2/+2
* pnmdec: Return early on ::finish() if we have no actual data to parseSebastian Dröge2019-10-231-1/+4
* Remove autotools build systemTim-Philipp Müller2019-10-1468-1134/+0
* errorignore: Added convert-error signalVivia Nikolaidou2019-09-241-8/+84
* build: fix werror build with newer gccMatthew Waters2019-09-242-2/+2
* rtpmanagerbad: allow creation of elements at initialisationMarc Leeman2019-09-203-248/+377
* ristsrc: Fix comment about odd/even portsNicolas Dufresne2019-09-181-1/+1
* GstViewfinderBin: Fix typo in videoscale's name elementVaL Doroshchuk2019-09-161-2/+2
* Import GstTranscoderSaunier Thibault2019-08-287-1/+1501
* tsdemux: Make latency configurableOlivier Crête2019-08-272-4/+23
* h265parse: fix colorimetry in src caps if sink caps has no structureGuillaume Desmottes2019-08-271-1/+1
* h264parse: fix colorimetry in src caps if sink caps has no structureGuillaume Desmottes2019-08-271-1/+1
* h265parse: add support for SEI registered user dataAaron Boxer2019-08-262-1/+61