Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/gst/rtp
AgeCommit message (Expand)Author
2020-10-16rtpvp8pay: payload temporally scaled bitstreams.John-Mark Bell
2020-10-16rtpvp8pay: Add picture-id-offset propertyStian Selnes
2020-10-16rtpvp8pay: move duplicate code to separate functionsMikhail Fludkov
2020-10-09rtpulpfec: fix potential alignment issue in xor functionMathieu Duponchelle
2020-09-28rtp: Fix allocations to support source-info propertySebastian Dröge
2020-09-28rtpvp8pay: Fix allocation to support source-info propertyStian Selnes
2020-09-21rtph26*depay: drop FU's without a corresponding start bitMatthew Waters
2020-09-18rtpmp4gdepay: Allow lower-case "aac-hbr" instead of correct "AAC-hbr"Sebastian Dröge
2020-09-14rtp/vrawpay: use alloc_output_buffer from base classCamilo Celis Guzman
2020-08-24rtpL16depay: unref buffer on errorZeid Bekli
2020-08-18rtputils: Don't call NULL GstMeta transform functionSebastian Dröge
2020-08-13rtp: Do not register rtpreddec and rtpredenc twiceJulian Bouzas
2020-08-08rtph26[45]pay: Change default aggregate-mode to "none" for backwards compatib...Sebastian Dröge
2020-07-17rtp*pay: Allocate using the base class for audio codecsOlivier Crête
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle
2020-06-04plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesMathieu Duponchelle
2020-04-03rtpLXXdepay: Set the UNPOSITIONED flag on the audio-info when configuring an ...Sebastian Dröge
2020-04-03rtpjpeg: Use gst_memory_map() instead of gst_buffer_map()Kristofer Björkström
2020-04-03buffermemory: keep track of buffer size and current offsetKristofer Björkström
2020-04-03rtpopuspay: make depay ! pay workHavard Graff
2020-03-12rtpvp8pay, rtpvp9pay: fix caps leak in set_caps()Stian Selnes
2020-03-06rtph26x: Use gst_memory_map() instead of gst_buffer_map() in avc modeOgnyan Tonchev
2020-01-13rtph265pay: TID for NALU type 48 was always set to 7Kristofer Björkström
2019-12-04rtpjpegdepay: outputs framed jpegTim-Philipp Müller
2019-12-03rtpL16depay: don't crash if data is not modulo channels*widthHavard Graff
2019-12-02rtpopuspay: use baseclass allocator for buffersHavard Graff
2019-11-17Don't pass default GLib marshallers for signalsNiels De Graef
2019-10-14Remove autotools build systemTim-Philipp Müller
2019-10-06documentation: fix a number of typosAaron Boxer
2019-08-12rtpvp8depay: Add property for waiting until the next keyframe after packet lossSebastian Dröge
2019-08-01rtpmp4vpay: config-interval -1 send at idrMarc Leeman
2019-07-22rtp: opuspay: fix memory leak in gst_rtp_opus_pay_setcaps.Knut Andre Tidemann
2019-07-03rtph265pay: Also immediately send packet if it is a suffix NALOlivier Crête
2019-07-03rtph265pay: Don't drop second byte of NAL headerOlivier Crête
2019-07-03rtph26xpay: Avoid print when there is no bundle at end of packetOlivier Crête
2019-07-03rtph26xpay: Wait until there is a VCL or suffix NAL to sendOlivier Crête
2019-07-03rtph265pay: Implement Aggregation packetsOlivier Crête
2019-07-03rtph264pay: Report latency when in maximal aggregation modeOlivier Crête
2019-07-03rtph264pay: Default to not adding latency when aggregatingOlivier Crête
2019-07-03rtph265pay: Replace fragmentation while-loop with for-loopOlivier Crête
2019-07-03rtph265pay: Rename payload_len to max_fragment_sizeOlivier Crête
2019-07-03rtph265pay: Clean up _payload_nalOlivier Crête
2019-07-03rtph265pay: Extract sending fragments into _payload_nal_fragmentOlivier Crête
2019-07-03rtph265pay: Extract sending a single packet into _payload_nal_singleOlivier Crête
2019-07-03rtph265pay: Define and use FU_A_TYPE_IDOlivier Crête
2019-07-03rtph265pay: Use snake_case variablesOlivier Crête
2019-07-03rtph265pay: Clean up whitespace and syntaxOlivier Crête
2019-07-03rtph264pay: Support STAP-A bundlingJan Alexander Steffens (heftig)
2019-07-03rtph264pay: Fix delta-unit/discont handling when injecting SPS/PPSJan Alexander Steffens (heftig)
2019-07-03rtph264pay: Replace fragmentation while-loop with for-loopJan Alexander Steffens (heftig)