summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtph263pdepay.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-22rtph263pdepay: flag keyframes on output buffersTim-Philipp Müller1-0/+94
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
2016-08-26rtph263pdepay: Don't try to push empty frameStian Selnes1-0/+8
2016-08-26rtph263pdepay: Fix picture header for non-writable payloadStian Selnes1-5/+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-17/+10
2015-07-06rtph263pdepay: init debug categoryStian Selnes1-0/+6
2015-07-02rtph263pdepay: Simplify code a bit and do less direct memcpy and let GstBuffe...Sebastian Dröge1-15/+13
2013-01-28rtp: remove payload requirements from selected depayloadersMarc Leeman1-2/+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
2012-01-25update for new memory APIWim Taymans1-6/+6
2011-11-11update for base class renameWim Taymans1-10/+10
2011-06-13rtp: port to 0.11Wim Taymans1-81/+86
2011-04-25rtp: port some more elementsWim Taymans1-23/+16
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-08-04rtph263pdepay: allow more clock-rates as inputWim Taymans1-2/+4
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+4
2009-12-23rtp: use boilerplateWim Taymans1-2/+0
2008-11-25gst/rtp/: Fix the descriptions and fix some email addresses.Wim Taymans1-3/+3
2008-10-27gst/rtp/gstrtpL16depay.c: Check if clock-rate and channels are valid.Wim Taymans1-16/+8
2008-05-02gst/rtp/gstrtph263pdepay.c: Add some more debug info and guard against small ...Wim Taymans1-3/+19
2008-04-24Stop using deprecated GLib functions.Sebastian Dröge1-4/+4
2008-03-08gst/rtp/gstrtph263pdepay.c: Check that a buffer is large enough before readin...Olivier Crete1-0/+6
2008-01-09gst/rtp/: Remove copy/paste unused code (property setters and getter) found b...Stefan Kost1-50/+0
2007-08-20gst/rtp/: Added an H263 depayloader. Fixes #369392.Wim Taymans1-16/+107
2007-04-25gst/rtp/: Make sure we configure the clock_rate in the baseclass in the setca...Wim Taymans1-2/+7
2007-03-29gst/rtp/: Flush adapter on disconts.Wim Taymans1-7/+31
2007-01-24gst/rtp/: Fix caps with payload numbers.Wim Taymans1-0/+1
2007-01-09gst/rtp/: Added RFC 2250 MPEG Video Depayloader.Wim Taymans1-26/+2
2006-11-16gst/rtp/: Specify H.263 variant and version in the caps (fixes #361637)Ville Syrjala1-1/+2
2006-11-08gst/rtp/: Fix element descriptions.Christian Schaller1-1/+1
2006-09-23gst/rtp/: Fix klass typos.Wim Taymans1-2/+2
2006-09-20gst/rtp/: Correctly calculate size of each H263+ RTP buffer taking into accou...Philippe Kalaf1-0/+1
2006-05-22fix descriptions and license blocks cut and paste anyone ?Thomas Vander Stichele1-1/+6
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-08Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost1-1/+1
2006-03-30better/unified long descriptionsWim Taymans1-6/+5
2005-12-22gst-plugins-good/gst/rtp/: Making these depayloaders (H263+ and mpeg4 video) ...Philippe Kalaf1-62/+54
2005-12-14gst-plugins-good/gst/rtp/: Fixed payload range in payloder caps. Removed payl...Philippe Kalaf1-1/+0
2005-12-01gst/rtp/: parsers are depayersThomas Vander Stichele1-1/+1
2005-12-01Do burger's rename for rtp payloaders and depayloadersThomas Vander Stichele1-78/+81
2005-09-20don't use underscoresThomas Vander Stichele1-1/+1
2005-09-19gst/rtp/gstrtph263pdec.c: Don't check payload for now.Wim Taymans1-10/+15
2005-09-15Updates to payloader/depayloaders, make payloaders use the base classes.Wim Taymans1-1/+23
2005-09-02All plugins updated for element state changes.Andy Wingo1-10/+8
2005-08-19gst/rtp/: Some cleanups in the h263p (de)payloaders.Wim Taymans1-2/+2