ci: use 8 parallel jobs for the integration test suite
[platform/upstream/gstreamer.git] / subprojects / gst-plugins-good / gst / rtpmanager /
2022-10-10 Sebastian Drögertpsource: Don't do probation for RTX sources
2022-10-10 Sebastian Drögertpsession: Remember the corresponding media SSRC for...
2022-10-10 Sebastian Drögertpsource: Rename rtp_source_update_caps to rtp_source_...
2022-10-10 Sebastian Drögertpsession: Rename gst_rtp_session_sink_setcaps to...
2022-09-12 Matt Cranertpjitterbuffer: Fix calculation of reference timestamp...
2022-09-03 Sebastian Drögertpjitterbuffer: Make it more explicit that update_rtx_...
2022-09-03 Sebastian Drögertpjitterbuffer: Don't shadow variable
2022-09-03 Sebastian Drögertpjitterbuffer: Change RTX timer availability checks...
2022-09-03 Sebastian Drögertpjitterbuffer: Only unschedule timers for late packet...
2022-09-01 Thibault Sauniermeson: Call pkgconfig.generate in the loop where we...
2022-09-01 Raul Tambrertpjitterbuffer: remove lost timer for out of order...
2022-08-12 Nirbheek Chauhanrtpst2022-1-fecenc: Drain column packets on EOS
2022-07-11 Sebastian Drögertpjitterbuffer: Fix calculation of RFC7273 RTP time...
2022-07-04 Thibault Saunierrtprtx: Fix copying extension headers
2022-06-17 Marc Leemanrtpsession: properly initialise favor-new property
2022-06-10 Tim-Philipp MüllerBump GLib requirement to >= 2.62
2022-05-29 Jan Schmidtrtpptdemux: Don't GST_FLOW_ERROR when ignoring invalid...
2022-05-13 Thibault Saunierrtpbin: Avoid holding lock GST_RTP_BIN_LOCK when emitt...
2022-04-29 Sebastian Drögertpjitterbuffer: Free CNAME/SSRC mappings on finalize...
2022-04-29 Sebastian Drögertpmanager: Refactor RTCP packet loops to fix control...
2022-04-28 Seungha Yangrtpjitterbuffer: Initialize variables
2022-04-27 Sebastian Drögertpjitterbuffer: add the reference timestamp meta in...
2022-04-26 Havard Graffrtptwcc: don't map the buffer twice
2022-04-26 Thibault Saunierrtpsession: Emit "notify::stats" when we update stats...
2022-04-22 Havard Graffrtprtxsend: mark RTX buffers with GST_RTP_BUFFER_FLAG_R...
2022-04-20 Sebastian Drögertpmanager: Move some duplicated constant and helper...
2022-04-20 Sebastian Drögertpbin/rtpjitterbuffer: Don't parse RTCP SRs twice...
2022-04-20 Sebastian Drögertpjitterbuffer: Add property to throttle handling...
2022-04-20 Sebastian Drögertpsession: Handle RTCP-SR-REQ (RFC6051) RTCP feedback...
2022-04-20 Sebastian Drögertpbin/rtpjitterbuffer: Allow syncing to an SR without...
2022-04-20 Sebastian Drögertpbin/jitterbuffer: Use inband 64-bit NTP timestamps...
2022-04-20 Sebastian Drögertpsession: Only add send latency to the running time...
2022-04-20 Sebastian Drögertpsession: Update 64-bit NTP header extensions with...
2022-04-20 Sebastian Drögertpmanager: Add header extension implementation for...
2022-04-11 Robert Rosengrenrtpbin: Fix division by zero when using ts-offset-smoot...
2022-04-06 Sebastian Drögertpstats: Remove non-existing twcc field docs from...
2022-04-06 Sebastian Drögertpsession: Remove unused twcc fields from the struct
2022-03-25 Matthew Watersrtpptdemux: fix leak of caps when ignoring a pt
2022-03-21 Matthew Watersrtpmanager/rtx: implement initial support for reading...
2022-03-21 Matthew Watersrtpmanager: add support for RFC8852 (rid) RTP header...
2022-03-21 Matthew Watersrtpmanager: add support for writing RFC8843 (BUNDLE...
2022-03-17 Sangchul Leertpjitterbuffer: Fix invalid memory access in rtp_jitte...
2022-03-16 Tim-Philipp Müllerrtpbin: proxy new "add-reference-timestamp-meta" proper...
2022-03-16 Tim-Philipp Müllerrtpjitterbuffer: add "add-reference-timestamp-meta...
2022-03-15 Sebastian Drögertpjitterbuffer: Improve accuracy of RFC7273 clock...
2022-03-15 Nirbheek Chauhantwcc: Add some logging to debug TWCC feedback
2022-03-15 Nirbheek Chauhantwcc: Note that packet-loss-pct can count reordering...
2022-03-15 Havard Graffrtprtxsend: don't require clock-rate in caps
2022-03-15 Havard Graffrtprtxsend: don't start the task unless we are doing rtx
2022-03-14 Havard Graffrtprtxreceive: add ssrc-map property
2022-03-10 Tomasz Andrzejakrtpbin: allow FEC elements with Always pads
2022-03-09 Havard Graffrtprtxsend: if no rtx is present, don't expose a rtx...
2022-03-09 Havard Graffrtprtxsend: don't process or warn if no map is set
2022-03-08 Mikhail Fludkovrtprtxreceive: fix crash when RTX payload has zero...
2022-03-07 Havard Graffrtprtxreceive: allow passthrough and non-rtp buffers
2022-03-07 Havard Graffrtprtx: don't access type-system per buffer
2022-02-22 Guillaume Desmottesrtpsource: fix rtp_source_get_nack_deadlines doc
2022-02-08 Robert Rosengrenrtpbin: Safer ts-offset-smoothing-factor calculation
2022-02-08 Robert Rosengrenrtpbin: add ts-offset-smoothing-factor property
2022-02-08 Danny Smithrtpbin: applied smoothing to jittery sender time-stamps
2022-02-08 Danny Smithrtpbin: added option for setting min_ts_offset in ntp...
2021-12-14 Mathieu Duponchellertpbin: add new request-fec-decoder-full signal for...
2021-11-23 Mathieu Duponchellertpfunnel: fix extmap handling on accept-caps
2021-11-12 Mathieu Duponchellertpfunnel: don't enforce twcc during upstream negotiation
2021-11-12 Mathieu Duponchellertptwcc: complete bufferlist fix
2021-11-12 Mathieu Duponchellest2022-1-fecdec: fix packet trimming
2021-11-10 Matthew Watersrtpbin: separate out the two fec decoder locations
2021-10-29 Mathieu Duponchellertptwcc: don't assume all PacketInfo->data are buffers
2021-10-21 Matthew Watersrtpbin: fix leak of pad when a fec encoder and aux...
2021-10-20 Olivier Crêtertphdrext-clientaudiolevel: Rename RFC 6464 element
2021-09-28 Olivier Crêtertphdrext: Pass just the attributes to the subclass
2021-09-28 Olivier Crêtertphdrext-rfc6464: Use helper function to set caps...
2021-09-28 Olivier Crêtertphdrext: Set caps without attributes as the default
2021-09-28 Olivier Crêtertphdrext: Put simple caps generation as the base class...
2021-09-24 Thibault SaunierMerging gst-build
2021-09-24 Thibault SaunierMerging gstreamer-sharp
2021-09-24 Thibault SaunierMerging gst-python
2021-09-24 Thibault SaunierMerging gst-examples
2021-09-24 Thibault SaunierMerging gst-docs
2021-09-24 Thibault SaunierMerging gst-devtools
2021-09-24 Thibault SaunierMerging gst-editing-services
2021-09-24 Thibault SaunierMerging gst-rtsp-server
2021-09-24 Thibault SaunierMerging gst-ci
2021-09-24 Thibault SaunierMerging gst-libav
2021-09-24 Thibault SaunierMerging gst-omx
2021-09-24 Thibault SaunierMerging gstreamer-vaapi
2021-09-24 Thibault SaunierMerging gst-plugins-ugly
2021-09-24 Thibault SaunierMerging gst-plugins-bad
2021-09-24 Thibault SaunierMove files from gst-plugins-good into the "subprojects...