summaryrefslogtreecommitdiff
path: root/gst/rtp
Commit message (Expand)AuthorAgeFilesLines
* rtpsrc: drop stream-start & eos messages posted from the internal udp sink(s)George Kiagiadakis2020-07-291-0/+18
* rtpsrc: Add domain name supportNicolas Dufresne2020-07-141-5/+33
* rtpsrc: Always set rtcp socket addressNicolas Dufresne2020-07-141-9/+1
* rtpsink: Fix error handling on bad DNSNicolas Dufresne2020-07-141-3/+1
* rtpsrc/sink: Use g_signal_connect_object()Sebastian Dröge2020-07-072-16/+16
* rtpmanagerbad: fix two minor memory leaksMarc Leeman2020-02-211-0/+2
* rtpmanagerbad: reduce lock in rtpsinkMarc Leeman2020-02-211-2/+2
* rtpmanagerbad: documentation comment fixMarc Leeman2020-02-211-1/+2
* rtpmanagerbad: allow setting multicast-ifaceMarc Leeman2019-11-194-0/+66
* rtpmanagerbad: name the element childrenMarc Leeman2019-11-172-10/+11
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-2/+2
* Remove autotools build systemTim-Philipp Müller2019-10-141-16/+0
* build: fix werror build with newer gccMatthew Waters2019-09-241-1/+1
* rtpmanagerbad: allow creation of elements at initialisationMarc Leeman2019-09-203-248/+377
* rtp: do not overrule RtpInfo when non dynamic typeMarc Leeman2019-08-081-3/+8
* rtp: Fix incompatible type build warningSeungha Yang2019-06-262-2/+2
* rtpmanagerbad: fix the plugin registrationMarc Leeman2019-06-071-0/+2
* rtp: fix autotools build some moreTim-Philipp Müller2019-06-051-2/+2
* make: rtp: Remove spurious header fileNicolas Dufresne2019-06-031-1/+0
* rtpmanagerbad: add RTP streaming elementsMarc Leeman2019-06-039-0/+1567
* rtp: move RTP H.265 payloader/depayloader to -goodTim-Philipp Müller2016-02-166-3357/+0
* gstrtph265depay: keep consistency with rtph264depayLuis de Bethencourt2016-02-052-10/+27
* rtph265depay: fix termination of access unitLuis de Bethencourt2016-02-051-2/+0
* rtph265depay: fix unneeded sub-buffer creationLuis de Bethencourt2016-01-151-16/+8
* rtph265pay: add "send VPS/SPS/PPS with every key frame" modeLuis de Bethencourt2016-01-151-40/+46
* rtph265pay: change config-interval property type from uint to intLuis de Bethencourt2016-01-152-5/+5
* rtph265depay: make sure we call handle_nal for each NALLuis de Bethencourt2015-08-151-1/+5
* rtph265pay: Copy metadata in the payloader, but only the relevant onesLuis de Bethencourt2015-08-151-6/+8
* rtph265pay: Use GST_WARNING_OBJECT() instead of GST_WARNING()Luis de Bethencourt2015-08-151-2/+2
* rtph265pay: fix potential crash when shutting downLuis de Bethencourt2015-08-151-2/+7
* rtph265pay: fix buffer leak when using SPS/PPSLuis de Bethencourt2015-08-141-1/+3
* rtph265depay: copy metadata in the depayloader, but only the relevant onesLuis de Bethencourt2015-08-142-0/+89
* rtph265depay: checking if depay has sps/pps nals before insertionLuis de Bethencourt2015-08-121-1/+1
* rtph265depay: only update the srcpad caps if something else than the codec_da...Luis de Bethencourt2015-08-121-2/+41
* rtph265depay: PPS replaces old PPS if it has the same idLuis de Bethencourt2015-08-121-1/+1
* rtph265depay: Insert SPS/PPS NALs into the streamLuis de Bethencourt2015-08-121-0/+50
* rtph265depay: implement process_rtp_packet() vfuncLuis de Bethencourt2015-08-121-16/+8
* rtph265depay: Use GST_BUFFER_PTS() instead of GST_BUFFER_TIMESTAMP()Luis de Bethencourt2015-08-121-2/+2
* rtph265depay: prevent trying to get 0 bytes from adapterLuis de Bethencourt2015-08-121-4/+6
* rtp: remove dead assignmentLuis de Bethencourt2015-07-291-2/+0
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* remove unused enum items PROP_LASTLuis de Bethencourt2015-04-241-2/+1
* rtp: donl_present variable unusedLuis de Bethencourt2015-03-061-1/+11
* rtp: value truncated too short creates dead codeLuis de Bethencourt2015-01-081-1/+1
* rtp: fix nal unit type checkLuis de Bethencourt2015-01-081-1/+2
* rtp: fix dead code and check for impossible valuesLuis de Bethencourt2015-01-081-2/+1
* rtpbad: Fix make dist by removing non-existing file from EXTRA_DISTSebastian Dröge2014-10-191-2/+0
* rtpbad: include plugins base cflags (fix build on jenkins)Thijs Vermeir2014-10-171-1/+1
* rtp: add h265 RTP payloader + depayloaderThijs Vermeir2014-10-176-0/+3168