summaryrefslogtreecommitdiff
path: root/gst/rtp
AgeCommit message (Expand)AuthorFilesLines
2018-02-27rtp: fix another debug log printf format warning on 32-bit systemsTim-Philipp Müller1-1/+1
2018-02-26FEC elements: document, remove irrelevant propertiesMathieu Duponchelle6-55/+123
2018-02-24rtpgstdepay: do not warn when caps were not yet receivedMathieu Duponchelle1-2/+1
2018-02-23rtpulpfec: fix debug log printf format warning on 32-bit platformsArnaud Bonatti1-1/+1
2018-02-22docs: hook up new RTP FEC elementsTim-Philipp Müller5-0/+56
2018-02-21rtp: dist new header filesTim-Philipp Müller1-1/+11
2018-02-21rtp: fec: fix build with gstreamer debug log system disabledTim-Philipp Müller6-58/+15
2018-02-21rtp: Implement ULPFEC (RFC 5109)Mikhail Fludkov21-1/+4231
2018-02-14rtpvorbisdepay: fix unbounded memory usageAlban Bedel1-0/+23
2018-02-01rtph264depay: update output caps regardless formatJustin Kim1-30/+2
2017-12-24rtp: add L8 audio supportTim Allen7-0/+660
2017-11-23rtph265depay: don't insert SPS/PPS inline for hvc1 outputTim-Philipp Müller1-1/+2
2017-11-23rtph265depay: store negotiated output format as enumTim-Philipp Müller2-20/+39
2017-11-23rtph265depay: add support for hvc1 as output formatTim-Philipp Müller1-30/+27
2017-11-23rtph265pay: don't add trailing zeros to VPS/PPS/SPSTim-Philipp Müller1-1/+5
2017-11-23rtph265depay: assemble AUs into downstream-allocated memoryTim-Philipp Müller1-2/+56
2017-11-23rtph265depay: try to negotiate an allocator with downstreamTim-Philipp Müller2-4/+57
2017-11-23rtph265depay: simplify buffer accumulation control flowTim-Philipp Müller1-29/+18
2017-11-23rtph265depay: fix crash with empty sprops-parametersTim-Philipp Müller1-0/+4
2017-11-23rtph265depay: minor clean-upTim-Philipp Müller1-19/+14
2017-11-23rtph264pay: don't add trailing zeros to PPS/SPSPhilip Craig1-0/+4
2017-11-23rtph264depay: assemble AUs into downstream-allocated memoryTim-Philipp Müller1-2/+56
2017-11-23rtph264depay: try to negotiate an allocator with downstreamTim-Philipp Müller2-4/+57
2017-11-23rtph264depay: minor clean-upTim-Philipp Müller1-18/+13
2017-11-10rtpmpvpay: Don't create empty buffer listEdward Hervey1-0/+6
2017-11-03rtpg722pay: Add encoding-params to the src caps templateYouness Alaoui1-0/+2
2017-10-07rtpsbcdepay: Fix potential NULL pointer dereferenceSebastian Dröge1-1/+1
2017-09-28sbcdepay: Add property to ignore input timestampsSebastian Dröge2-3/+115
2017-09-26rtph265depay: Fix Memory leak in error casePonnam Srinivas1-0/+2
2017-09-05rtph265depay: fix keyunit detectionTim-Philipp Müller1-1/+9
2017-08-29rtpsbcpay: Fix some tabs that crept in somehowArun Raghavan1-14/+14
2017-08-14rtpsbcpay: Fix compile errorArun Raghavan1-1/+1
2017-08-14rtpsbcpay: fix if buffer size exceeds MTUJochen Henneberg1-28/+35
2017-07-09rtpgsmpay: fix accidental garbage data before actual payloadYasushi SHOJI1-1/+1
2017-06-02rtph265depay: fix caps leakTim-Philipp Müller1-0/+1
2017-06-01rtph264depay: simplify buffer accumulation control flowTim-Philipp Müller1-29/+16
2017-05-24rtpopusdepay: minor perf improvementsTim-Philipp Müller1-8/+5
2017-05-24rtp: opus: use existing utility funcs for copying/dropping metasTim-Philipp Müller2-55/+6
2017-05-24rtp: cache meta tag quarks and add more utility functions for metasTim-Philipp Müller59-142/+124
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-24rtph264depay: don't insert SPS/PPS inline for AVC outputTim-Philipp Müller1-2/+3
2017-03-16rtph264depay: fix crash with empty sprops-parametersTim-Philipp Müller1-0/+4
2017-03-10rtph264depay, rtph265depay: remove stray g_debug()Michael Dutka2-2/+0
2017-02-28rtph263pay: Free mac on errorsSebastian Dröge1-0/+1
2017-02-28rtpvorbispay: Add missing break to for loopSebastian Dröge1-0/+1
2017-02-27rtpvorbispay: When getting new headers, replace the old version of themSebastian Dröge1-3/+31
2017-02-27vorbispay: Only replace headers when receiving a new config headerSebastian Dröge1-2/+2
2017-02-27Update Edgard Lima's emailEdgard Lima16-22/+22
2017-02-20rtpvorbispay: Update and send out headers when new headers are receivedJochen Henneberg1-0/+7
2017-01-23rtph265pay: Fix handling of config-intervalJonas Holmberg1-211/+213