h264/h265parse: Fix initial skip
[platform/upstream/gstreamer.git] / gst / rtp /
2020-02-21 Marc Leemanrtpmanagerbad: fix two minor memory leaks
2020-02-21 Marc Leemanrtpmanagerbad: reduce lock in rtpsink
2020-02-21 Marc Leemanrtpmanagerbad: documentation comment fix
2019-11-19 Marc Leemanrtpmanagerbad: allow setting multicast-iface
2019-11-17 Marc Leemanrtpmanagerbad: name the element children
2019-11-05 Aaron Boxerdocumentation: fixed a heap o' typos
2019-10-14 Tim-Philipp MüllerRemove autotools build system
2019-09-24 Matthew Watersbuild: fix werror build with newer gcc
2019-09-20 Marc Leemanrtpmanagerbad: allow creation of elements at initialisation
2019-08-08 Marc Leemanrtp: do not overrule RtpInfo when non dynamic type
2019-06-26 Seungha Yangrtp: Fix incompatible type build warning
2019-06-07 Marc Leemanrtpmanagerbad: fix the plugin registration
2019-06-05 Tim-Philipp Müllerrtp: fix autotools build some more
2019-06-04 Nicolas Dufresnemake: rtp: Remove spurious header file
2019-06-03 Marc Leemanrtpmanagerbad: add RTP streaming elements
2016-02-16 Tim-Philipp Müllerrtp: move RTP H.265 payloader/depayloader to -good
2016-02-05 Luis de Bethencourtgstrtph265depay: keep consistency with rtph264depay
2016-02-05 Luis de Bethencourtrtph265depay: fix termination of access unit
2016-01-15 Luis de Bethencourtrtph265depay: fix unneeded sub-buffer creation
2016-01-15 Luis de Bethencourtrtph265pay: add "send VPS/SPS/PPS with every key frame...
2016-01-15 Luis de Bethencourtrtph265pay: change config-interval property type from...
2015-08-15 Luis de Bethencourtrtph265depay: make sure we call handle_nal for each NAL
2015-08-15 Luis de Bethencourtrtph265pay: Copy metadata in the payloader, but only...
2015-08-15 Luis de Bethencourtrtph265pay: Use GST_WARNING_OBJECT() instead of GST_WAR...
2015-08-15 Luis de Bethencourtrtph265pay: fix potential crash when shutting down
2015-08-14 Luis de Bethencourtrtph265pay: fix buffer leak when using SPS/PPS
2015-08-14 Luis de Bethencourtrtph265depay: copy metadata in the depayloader, but...
2015-08-12 Luis de Bethencourtrtph265depay: checking if depay has sps/pps nals before...
2015-08-12 Luis de Bethencourtrtph265depay: only update the srcpad caps if something...
2015-08-12 Luis de Bethencourtrtph265depay: PPS replaces old PPS if it has the same id
2015-08-12 Luis de Bethencourtrtph265depay: Insert SPS/PPS NALs into the stream
2015-08-12 Luis de Bethencourtrtph265depay: implement process_rtp_packet() vfunc
2015-08-12 Luis de Bethencourtrtph265depay: Use GST_BUFFER_PTS() instead of GST_BUFFE...
2015-08-12 Luis de Bethencourtrtph265depay: prevent trying to get 0 bytes from adapter
2015-07-29 Luis de Bethencourtrtp: remove dead assignment
2015-04-26 Tim-Philipp MüllerRemove obsolete Android build cruft
2015-04-24 Luis de Bethencourtremove unused enum items PROP_LAST
2015-03-06 Luis de Bethencourtrtp: donl_present variable unused
2015-01-08 Luis de Bethencourtrtp: value truncated too short creates dead code
2015-01-08 Luis de Bethencourtrtp: fix nal unit type check
2015-01-08 Luis de Bethencourtrtp: fix dead code and check for impossible values
2014-10-19 Sebastian Drögertpbad: Fix make dist by removing non-existing file...
2014-10-17 Thijs Vermeirrtpbad: include plugins base cflags (fix build on jenkins)
2014-10-17 Thijs Vermeirrtp: add h265 RTP payloader + depayloader