summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtph263depay.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-29rtp: allow per feature registrationStéphane Cerveau1-7/+3
2017-05-24rtp: cache meta tag quarks and add more utility functions for metasTim-Philipp Müller1-2/+1
2017-01-09Fix indentationTim-Philipp Müller1-1/+1
2016-11-01rtph263depay: Don't drop mode b packets with picture start codeStian Selnes1-3/+4
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+4
2015-08-11rtp: Copy metadata in the (de)payloader, but only the relevant onesSebastian Dröge1-0/+5
2015-07-12rtp: depayloaders: implement process_rtp_packet() vfuncTim-Philipp Müller1-14/+9
2015-07-08rtph263depay: Make sure payload is large enoughStian Selnes1-0/+17
2015-04-08rtph263depay: Fix framesize parsingEdward Hervey1-16/+2
2015-04-02rtph263pay/-depay: add framesize SDP attributeSebastian Rasmussen1-4/+72
2015-02-10rtph263depay: fix compilation with gcc 5.0Wim Taymans1-1/+1
2013-01-28rtpdepay: remove payload type restrictionsWim Taymans1-1/+1
2013-01-28rtp: remove payload requirements from selected depayloadersMarc Leeman1-1/+0
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2011-11-11update for base class renameWim Taymans1-11/+11
2011-11-10update for changed base classesWim Taymans1-4/+2
2011-06-13rtp: port to 0.11Wim Taymans1-9/+12
2011-04-25rtp: port some more elementsWim Taymans1-23/+18
2010-12-21rtp: add RTP hint to the klassWim Taymans1-1/+1
2010-12-21rtp: fix rank of payloaders and depayloadersWim Taymans1-1/+1
2010-04-30rtph263depay: extra keyframe info from PTYPE headerMark Nauwelaerts1-1/+9
2010-04-30rtph263depay: also use Picture Start Code to detect packet lossMark Nauwelaerts1-0/+1
2010-04-30rtph263depay: detect frame start using Picture Start CodeMark Nauwelaerts1-5/+11
2010-04-30rtph263depay: handle a few FIXMEsMark Nauwelaerts1-7/+7
2010-04-30rtph263depay: slightly refactor payload droppingMark Nauwelaerts1-24/+23
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-9/+5
2010-03-08Revert "rtph263depay: baseclass handles timestamps for us"Wim Taymans1-1/+3
2009-12-23rtp: use boilerplateWim Taymans1-2/+0
2009-12-22rtph263depay: add some fixmesWim Taymans1-3/+5
2009-12-22rtph263depay: baseclass handles timestamps for usWim Taymans1-3/+1
2009-12-22rtph263depay: reset start variable properlyWim Taymans1-5/+5
2009-12-22Drop the whole frame if a packet is lost.Marco Ballesio1-41/+50
2008-11-25gst/rtp/: Fix the descriptions and fix some email addresses.Wim Taymans1-2/+2
2008-10-27gst/rtp/gstrtpL16depay.c: Check if clock-rate and channels are valid.Wim Taymans1-14/+3
2008-01-09gst/rtp/: Remove copy/paste unused code (property setters and getter) found b...Stefan Kost1-49/+0
2007-11-28gst/rtp/gstrtph263depay.c: Code beautification.Edward Hervey1-99/+96
2007-11-27gst/rtp/gstrtph263depay.*: Fix h263 depayloader so that ANY h263 decoder can ...Edward Hervey1-32/+95
2007-11-26gst/rtp/gstrtph263depay.c: Read the I flag for Mode A h263 rtp stream and set...Edward Hervey1-0/+5
2007-08-20gst/rtp/: Added an H263 depayloader. Fixes #369392.Wim Taymans1-0/+357