summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* tsparse: Forward incoming timestampsEdward Hervey2020-12-023-22/+52
* mpegdemux: Set duration on seeking query if possibleSeungha Yang2020-11-231-3/+7
* mpegtspacketizer: Handle PCR issues with adaptive streamsEdward Hervey2020-11-201-3/+15
* mpegtsdemux: Fix off by one errorEdward Hervey2020-11-181-1/+1
* mpegtsmux: Restore intervals when creating TsMuxJan Alexander Steffens (heftig)2020-10-291-0/+3
* h265parse: Don't enable passthrough by defaultSeungha Yang2020-10-151-0/+6
* rtmp2sink: don't expose stop-commands property in backported patchesTim-Philipp Müller2020-10-122-1/+11
* rtmp2sink: add docs section with since marker on new stop-commands propertyNazar Mokrynskyi2020-10-122-0/+16
* rtmp2: fix code style, update documentation cacheNazar Mokrynskyi2020-10-121-1/+1
* rtmp2: Clean up (improve) GstRtmpStopCommands typeJan Alexander Steffens (heftig)2020-10-124-43/+44
* rtmp2sink: handle EOS event and close streamNazar Mokrynskyi2020-10-123-0/+139
* h265parse: set interlace-mode=interleaved on interlaced contentGuillaume Desmottes2020-10-121-2/+2
* rtmp2: Replace stats queue with stats lockJan Alexander Steffens (heftig)2020-10-023-46/+38
* mpegtsmux: Make handling of sinkpads thread-safeJan Alexander Steffens (heftig)2020-10-012-42/+66
* mpegtsmux: Don't create streams with reserved PIDEdward Hervey2020-09-301-0/+11
* gst: Update for gst_video_transfer_function_*() function renamingSebastian Dröge2020-09-072-2/+2
* mpegtsmux: Keep mux usable after stopJan Alexander Steffens (heftig)2020-09-011-1/+1
* rtmp2: Need to unescape the userinfo before settingNirbheek Chauhan2020-08-301-1/+7
* proxysink: event_function needs to handle the event when it is disconnecetd f...Jose Quaresma2020-08-131-1/+3
* Correct typos in gsth264parse.cFelix Yan2020-08-121-2/+2
* h264parse: Add new H.264 levelsNicolas Dufresne2020-08-121-0/+4
* gstautoconvert.c: fix clang warningsJordan Petridis2020-08-041-3/+3
* webrtc, rtmp2: Warn if the user or password aren't escapedNirbheek Chauhan2020-08-031-0/+5
* webrtc, rtmp2: Fix parsing of userinfo in URI stringsNirbheek Chauhan2020-08-031-1/+1
* ristsrc: drop stream-start & eos messages posted from the internal udp sink(s)George Kiagiadakis2020-07-291-0/+19
* rtpsrc: drop stream-start & eos messages posted from the internal udp sink(s)George Kiagiadakis2020-07-291-0/+18
* tsmux: Fix PCR calculation for CBR live streamsVivia Nikolaidou2020-07-282-1/+10
* tsmux: Refactor get_current_pcrJan Alexander Steffens (heftig)2020-07-281-9/+16
* rtpsrc: Add domain name supportNicolas Dufresne2020-07-141-5/+33
* ristsrc: Add support for domain nameNicolas Dufresne2020-07-141-0/+26
* rtpsrc: Always set rtcp socket addressNicolas Dufresne2020-07-141-9/+1
* rtpsink: Fix error handling on bad DNSNicolas Dufresne2020-07-141-3/+1
* ristsink: Fix error handling on bad DNSNicolas Dufresne2020-07-141-3/+1
* basetsmux: make use of gst_aggregator_finish_buffer_listMathieu Duponchelle2020-07-101-25/+3
* docs: fix element names in section headersTim-Philipp Müller2020-07-1021-21/+21
* mpegtsmux: Don't assume English for ISO-639 language descriptorAndreas Frisch2020-07-081-1/+1
* mpegtsmux: Fix handling of MPEG-2 AACJan Schmidt2020-07-084-34/+175
* rtmp, transcodebin: fix i18n header includesTim-Philipp Müller2020-07-072-3/+3
* rist: Use g_signal_connect_object()Nicolas Dufresne2020-07-072-21/+22
* scenechange: use orc to compute scoreJosep Torra2020-07-075-13/+392
* rtpsrc/sink: Use g_signal_connect_object()Sebastian Dröge2020-07-072-16/+16
* mpegtsmux: Avoid crash releasing pad with NULL progJan Alexander Steffens (heftig)2020-07-071-6/+8
* meson: add update-orc-dist targetTim-Philipp Müller2020-07-043-0/+3
* videoparseutils: Only add a single closed caption metaVivia Nikolaidou2020-07-031-3/+8
* videoparsers: Fix parsing ATSC bar dataJan Alexander Steffens (heftig)2020-07-011-3/+4
* videoparsers: Fix parsing of ATSC AFD dataJan Alexander Steffens (heftig)2020-07-011-1/+0
* videoparsers: Give gstvideoparseutils.c a debug categoryJan Alexander Steffens (heftig)2020-07-012-0/+8
* rtmp2: Set connect args like libavformat doesJan Alexander Steffens (heftig)2020-07-013-2/+108
* rtmp2: Add support for AGGREGATE messagesJan Alexander Steffens (heftig)2020-07-011-0/+83
* rtmp2: Move FLV tag header parsing into rtmputils.cJan Alexander Steffens (heftig)2020-07-013-15/+61