summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpamrpay.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-25update for new memory APIWim Taymans1-13/+13
2011-11-22Fix printf format compiler warnings on OS X / 64bitMatej Knopp1-1/+1
2011-11-11update for base class renameWim Taymans1-14/+14
2011-11-10update for changed base classesWim Taymans1-4/+4
2011-04-25rtp: port some more elementsWim Taymans1-32/+36
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-09-17rtppay: some printf format fixesWim Taymans1-2/+2
2010-09-06rtp: mark constant tables as constTim-Philipp Müller1-3/+3
2010-09-06rtpamrpay: properly support perfect-rtptimeMark Nauwelaerts1-1/+82
2010-09-06rtpamrpay: proper duration for multiple frame payloadMark Nauwelaerts1-2/+1
2010-09-06rtpamr(de)pay: support AMR-WB SID frameMark Nauwelaerts1-1/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+4
2010-02-12rtppay: don't ignore result from set_outcapsWim Taymans1-2/+3
2009-12-23rtp: use boilerplateWim Taymans1-2/+0
2009-08-31rtp: whitespace fixesWim Taymans1-8/+9
2009-04-18rtpamrpay: Remove unneeded variable, the value is only read once.Edward Hervey1-4/+1
2009-04-18Remove unused variables in _class_initEdward Hervey1-4/+0
2008-11-25gst/rtp/: Fix the descriptions and fix some email addresses.Wim Taymans1-3/+3
2008-09-26gst/rtp/gstrtpamrdepay.c: Mark DISCONT on output buffers when the marker bit ...Wim Taymans1-10/+12
2008-01-09gst/rtp/: Remove copy/paste unused code (property setters and getter) found b...Stefan Kost1-0/+1
2007-09-19gst/rtp/gstrtpL16pay.c: Removed some unused code.Wim Taymans1-1/+8
2007-06-01gst/rtp/: Add support for AMR-WB.Daniel Charles1-44/+75
2006-11-08gst/rtp/: Fix element descriptions.Christian Schaller1-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-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
2006-02-12gst/rtp/gstrtpamrpay.c: set timestamps if no incoming timestamps setThomas Vander Stichele1-3/+11
2006-02-10gst/rtp/README: Say something about case-sensitivity of caps vs mime-attributes.Wim Taymans1-1/+1
2006-02-09gst/rtp/gstrtpamrdepay.c: Added more meaningfull warnings when something goes...Wim Taymans1-17/+109
2005-12-14gst-plugins-good/gst/rtp/: Fixed payload range in payloder caps. Removed payl...Philippe Kalaf1-1/+1
2005-12-01Do burger's rename for rtp payloaders and depayloadersThomas Vander Stichele1-44/+44
2005-09-30gst/rtp/: Various class and caps fixes from Andre Magalhaes (andrunko)Wim Taymans1-1/+1
2005-09-21gst/rtp/gstrtpamrdec.c: Handle multiple AMr packets per payload. Handle CRC a...Wim Taymans1-10/+13
2005-09-20don't use underscoresThomas Vander Stichele1-4/+4
2005-09-15Updates to payloader/depayloaders, make payloaders use the base classes.Wim Taymans1-164/+36
2005-09-02All plugins updated for element state changes.Andy Wingo1-10/+9
2005-08-23gst/rtp/: Small updates, RFC reference to payload encoders.Wim Taymans1-0/+7
2005-08-19ext/amrnb/: Update caps with audio/AMR.Wim Taymans1-8/+39
2005-08-18gst/rtp/gstrtpamrenc.*: Added payload_type and ssrc properties to the payloader.Wim Taymans1-1/+29
2005-08-18gst/rtp/: Added very simplistic amr payloader. depayloader does not work yet.Wim Taymans1-0/+285