rtprtxsend: Improve looging of not found RTX packet
[platform/upstream/gstreamer.git] / gst / rtpmanager / gstrtprtxsend.c
2019-03-21 George Kiagiadakisrtprtxsend: Improve looging of not found RTX packet
2018-12-25 Tim-Philipp MüllerMove stereo plugin from -bad
2018-04-06 Mathieu Duponchellertxsend: fix wrong memory layout assumption
2018-02-12 Tim-Philipp MüllerMove qt plugin from -bad
2018-02-10 Tim-Philipp MüllerMove gtk plugin from -bad
2017-09-07 George Kiagiadakisrtprtx{send,receive}: improve the debug messages
2017-08-26 Tim-Philipp MüllerMoving twolame mp2 encoder plugin from -ugly
2017-08-25 Tim-Philipp MüllerMoving lame mp3 encoder plugin from -ugly
2017-08-20 Tim-Philipp MüllerMoving mpg123 plugin from -ugly
2017-03-16 George Kiagiadakisrtprtxsend: convert LOG message to TRACE
2016-11-27 Edward Herveyrtprtxsend: Update statistics before pushing
2016-03-24 Vineeth TMgood: use new gst_element_class_add_static_pad_template()
2016-02-25 Tim-Philipp MüllerMerge branch 'plugin-move-rtp-opus'
2016-02-16 Tim-Philipp MüllerMerge branch 'plugin-move-rtp-h265'
2015-08-06 Hyunjun Kortprtxsend: print valid type where guint32 is expected
2015-04-24 Luis de Bethencourtremove unused enum items PROP_LAST
2015-04-16 Sebastian Drögertpsource/rtprtxsend: Also pass correct seqnum-offset...
2015-04-16 Arun Raghavanrtpsession: Track RTX ssrc caps
2015-04-16 Sebastian Drögertprtxsend: Copy over timestamps from the orignal buffe...
2015-04-14 Sebastian Drögertprtx*: Fix typos
2015-03-19 Sebastian Drögertprtxsend: Add support for buffer lists
2014-04-17 Sebastian Drögertprtxsend: Require clock-rate in the caps and handle...
2014-02-08 Sebastian Drögertprtxsend: Fix unitialized variable compiler warning
2014-01-21 George Kiagiadakisrtprtxsend: ensure that no rtx buffers are sent after EOS
2014-01-21 George Kiagiadakisrtprtxsend: run a new GstTask on the src pad
2014-01-15 George Kiagiadakisrtprtxsend: remove wrong check for payload type not...
2014-01-15 George Kiagiadakisrtprtxsend: fix data locking when creating rtx packets
2014-01-15 George Kiagiadakisrtprtxsend: lock access to internal data in sink_event...
2014-01-15 George Kiagiadakisrtprtxsend: remove unnecessary call to reset() from...
2014-01-15 George Kiagiadakisrtprtxsend: remove unused parameter from the internal...
2014-01-15 George Kiagiadakisrtprtxsend: Use g_slice_* for allocating internal struc...
2014-01-15 George Kiagiadakisrtprtxsend: change the rtx_pt_map directly in set_prope...
2014-01-15 George Kiagiadakisrtprtxsend: use the GstObject lock instead of a new one
2014-01-09 Tim-Philipp Müllerrtprtxsend: remove duplicate assignment
2014-01-03 George Kiagiadakisrtprtxsend: do not keep history of packets with an...
2014-01-03 Wim Taymansrtprtxsend: Allow SSRC-multiplexing and multiple payloa...
2014-01-03 George Kiagiadakisrtprtxsend: Add an rtx-ssrc property to allow external...
2014-01-03 George Kiagiadakisrtprtxsend: use a realistic limit for the value of...
2014-01-03 George Kiagiadakisrtprtxsend: use a GSequence to implement the buffer...
2014-01-03 George Kiagiadakisrtprtxsend: retransmit packets in the same order as...
2014-01-03 George Kiagiadakisrtprtxsend: Handle the max_size_time property
2014-01-03 George Kiagiadakisrtprtxsend: keep important buffer information in a...
2014-01-03 Julien Isorcertpmanager: add new rtprtxsend / rtprtxreceive elements