summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpmp4vpay.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-19rtpmp4vpay: add support for buffer-listOgnyan Tonchev1-8/+60
2009-05-25rtpmp4vpay: don't look for headers in some casesWim Taymans1-1/+6
2009-04-18rtpmp4vpay: Remove dead assignment. The value is never read after.Edward Hervey1-1/+0
2009-04-18Remove unused variables in _class_initEdward Hervey1-2/+0
2009-03-02rtpmp4vpay: Add support for more formatsWim Taymans1-9/+20
2008-12-08gst/rtp/gstrtpmp4vpay.c: Don't try to push packets before we could find a val...Wim Taymans1-0/+6
2008-11-25gst/rtp/: Fix the descriptions and fix some email addresses.Wim Taymans1-1/+1
2008-11-13gst/rtp/gstrtpmp4vpay.c: Flush the remaining frames on EOS. Fixes #560641.Yotam1-2/+5
2008-10-27gst/rtp/gstrtpL16depay.c: Check if clock-rate and channels are valid.Wim Taymans1-4/+10
2007-10-22gst/rtp/gstrtpmp4vpay.c: Use correct unref function for buffers. #488844.Peter Kjellerstedt1-1/+1
2007-09-27gst/rtp/gstrtpmp4vpay.*: Free the config string. Fixes #480707.Antoine Tremblay1-6/+17
2007-06-08gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details): Fix element description.Thomas Vander Stichele1-2/+2
2007-05-01gst/rtp/gstrtpmp4vpay.*: Handle NEWSEGMENT and FLUSH events. Fixes #434824.Sjoerd Simons1-0/+42
2007-03-29gst/rtp/: Use more efficient adapter and rtpbuffer methods when possible.Wim Taymans1-3/+1
2007-01-24gst/rtp/: Fix caps with payload numbers.Wim Taymans1-1/+1
2006-11-08gst/rtp/: Fix element descriptions.Christian Schaller1-1/+1
2006-07-24docs/plugins/: Update files to CVS/Prerelease version, add esdsink docs.Tim-Philipp Müller1-1/+1
2006-06-22Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller1-1/+1
2006-05-22fix descriptions and license blocks cut and paste anyone ?Thomas Vander Stichele1-2/+7
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-25gst/rtp/: It's codec_data, not codec_info.Wim Taymans1-7/+7
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
2006-02-10gst/rtp/gstrtpmp4vpay.c: First set options, then set caps or else the basecla...Wim Taymans1-3/+3
2006-02-10gst/rtp/gstrtpmp4vpay.c: Don't waste time looking for a config string if we h...Wim Taymans1-0/+38
2006-02-09gst/rtp/gstrtpamrdepay.c: Added more meaningfull warnings when something goes...Wim Taymans1-0/+5
2005-12-14gst-plugins-good/gst/rtp/: Fixed payload range in payloder caps. Removed payl...Philippe Kalaf1-1/+1
2005-12-06expand tabsThomas Vander Stichele1-7/+7
2005-12-01gst/rtp/: parsers are depayersThomas Vander Stichele1-3/+3
2005-12-01Do burger's rename for rtp payloaders and depayloadersThomas Vander Stichele1-99/+99
2005-09-30gst/rtp/: Various class and caps fixes from Andre Magalhaes (andrunko)Wim Taymans1-1/+1
2005-09-22gst/rtp/: Use is_filled to both check MTU and max-ptime of base class.Wim Taymans1-5/+9
2005-09-22gst/rtp/gstrtpmp4venc.c: Don't fragment packets with multiple frames.Wim Taymans1-4/+9
2005-09-22gst/rtp/: Remove g_print.Wim Taymans1-13/+96
2005-09-21gst/rtp/gstrtpamrdec.c: Handle multiple AMr packets per payload. Handle CRC a...Wim Taymans1-6/+19
2005-09-20don't use underscoresThomas Vander Stichele1-2/+2
2005-09-15Updates to payloader/depayloaders, make payloaders use the base classes.Wim Taymans1-177/+136
2005-09-06gst/rtp/: Added mpeg4 video payload encoder/decoder.Wim Taymans1-0/+385