summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpmp4vpay.c
Commit message (Expand)AuthorAgeFilesLines
* rtpmp4vpay: add support for buffer-listOgnyan Tonchev2009-06-191-8/+60
* rtpmp4vpay: don't look for headers in some casesWim Taymans2009-05-251-1/+6
* rtpmp4vpay: Remove dead assignment. The value is never read after.Edward Hervey2009-04-181-1/+0
* Remove unused variables in _class_initEdward Hervey2009-04-181-2/+0
* rtpmp4vpay: Add support for more formatsWim Taymans2009-03-021-9/+20
* gst/rtp/gstrtpmp4vpay.c: Don't try to push packets before we could find a val...Wim Taymans2008-12-081-0/+6
* gst/rtp/: Fix the descriptions and fix some email addresses.Wim Taymans2008-11-251-1/+1
* gst/rtp/gstrtpmp4vpay.c: Flush the remaining frames on EOS. Fixes #560641.Yotam2008-11-131-2/+5
* gst/rtp/gstrtpL16depay.c: Check if clock-rate and channels are valid.Wim Taymans2008-10-271-4/+10
* gst/rtp/gstrtpmp4vpay.c: Use correct unref function for buffers. #488844.Peter Kjellerstedt2007-10-221-1/+1
* gst/rtp/gstrtpmp4vpay.*: Free the config string. Fixes #480707.Antoine Tremblay2007-09-271-6/+17
* gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details): Fix element description.Thomas Vander Stichele2007-06-081-2/+2
* gst/rtp/gstrtpmp4vpay.*: Handle NEWSEGMENT and FLUSH events. Fixes #434824.Sjoerd Simons2007-05-011-0/+42
* gst/rtp/: Use more efficient adapter and rtpbuffer methods when possible.Wim Taymans2007-03-291-3/+1
* gst/rtp/: Fix caps with payload numbers.Wim Taymans2007-01-241-1/+1
* gst/rtp/: Fix element descriptions.Christian Schaller2006-11-081-1/+1
* docs/plugins/: Update files to CVS/Prerelease version, add esdsink docs.Tim-Philipp Müller2006-07-241-1/+1
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-221-1/+1
* fix descriptions and license blocks cut and paste anyone ?Thomas Vander Stichele2006-05-221-2/+7
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* gst/rtp/: It's codec_data, not codec_info.Wim Taymans2006-04-251-7/+7
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* better/unified long descriptionsWim Taymans2006-03-301-6/+5
* gst/rtp/gstrtpmp4vpay.c: First set options, then set caps or else the basecla...Wim Taymans2006-02-101-3/+3
* gst/rtp/gstrtpmp4vpay.c: Don't waste time looking for a config string if we h...Wim Taymans2006-02-101-0/+38
* gst/rtp/gstrtpamrdepay.c: Added more meaningfull warnings when something goes...Wim Taymans2006-02-091-0/+5
* gst-plugins-good/gst/rtp/: Fixed payload range in payloder caps. Removed payl...Philippe Kalaf2005-12-141-1/+1
* expand tabsThomas Vander Stichele2005-12-061-7/+7
* gst/rtp/: parsers are depayersThomas Vander Stichele2005-12-011-3/+3
* Do burger's rename for rtp payloaders and depayloadersThomas Vander Stichele2005-12-011-99/+99
* gst/rtp/: Various class and caps fixes from Andre Magalhaes (andrunko)Wim Taymans2005-09-301-1/+1
* gst/rtp/: Use is_filled to both check MTU and max-ptime of base class.Wim Taymans2005-09-221-5/+9
* gst/rtp/gstrtpmp4venc.c: Don't fragment packets with multiple frames.Wim Taymans2005-09-221-4/+9
* gst/rtp/: Remove g_print.Wim Taymans2005-09-221-13/+96
* gst/rtp/gstrtpamrdec.c: Handle multiple AMr packets per payload. Handle CRC a...Wim Taymans2005-09-211-6/+19
* don't use underscoresThomas Vander Stichele2005-09-201-2/+2
* Updates to payloader/depayloaders, make payloaders use the base classes.Wim Taymans2005-09-151-177/+136
* gst/rtp/: Added mpeg4 video payload encoder/decoder.Wim Taymans2005-09-061-0/+385