summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpmp4adepay.c
AgeCommit message (Expand)AuthorFilesLines
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-2/+5
2015-07-12rtp: depayloaders: implement process_rtp_packet() vfuncTim-Philipp Müller1-11/+7
2015-06-10rtp: Use GST_BUFFER_PTS() instead of GST_BUFFER_TIMESTAMP()Sebastian Dröge1-2/+2
2013-01-28rtpdepay: remove payload type restrictionsWim Taymans1-1/+0
2012-11-14gst_adapter_prev_timestamp -> gst_adapter_prev_ptsTim-Philipp Müller1-1/+1
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-25Merge branch '0.11' of ssh://git.freedesktop.org/git/gstreamer/gst-plugins-go...Sebastian Dröge1-7/+12
2012-01-25Merge branch 'master' into 0.11Sebastian Dröge1-1/+3
2012-01-25update for new memory APIWim Taymans1-7/+12
2012-01-20rtpmp4adepay: prevent out-of-bound array accessMark Nauwelaerts1-1/+3
2011-12-05rtp: Initialize GstRTPBuffer before usageEdward Hervey1-1/+1
2011-11-28various: fix pad template leaksVincent Penquerc'h1-4/+4
2011-11-11update for base class renameWim Taymans1-10/+10
2011-07-10rtp: port remaining to 0.11Mark Nauwelaerts1-32/+39
2011-06-21rtpmp4adepay: fix output buffer timestamps in case of multiple framesMark Nauwelaerts1-12/+6
2011-05-20rtp: fix static array overruns in a nicer wayStefan Kost1-2/+2
2011-05-20rtp: fix static array overrunsStefan Kost1-1/+1
2011-01-06rtp: Fix unitialized variables on macosxEdward Hervey1-2/+2
2010-12-31mp4adepay: improve timestamps on outgoing packetsWim Taymans1-16/+77
2010-12-30mp4adepay: fix timestamps on buffersWim Taymans1-10/+9
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-09mp4adepay: small logging cleanup and addition to debug config parsingStefan Kost1-1/+3
2010-09-06rtpmp4adepay: grab the sampling arte and put into capsStefan Kost1-0/+13
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-9/+5
2010-01-11rtpmp4a(de)pay: Only accept raw aacThiago Santos1-2/+4
2009-03-30rtpmp4adepay: output should be framed alreadyTim-Philipp Müller1-2/+2
2009-03-25rtpmp4apay,rtpmp4depay: fix buffer leaks in AAC payloader and depayloaderTim-Philipp Müller1-0/+3
2009-03-20rtpmp4adepay: don't append an extra 0 byte to the codec dataTim-Philipp Müller1-3/+3
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-17/+9
2008-01-09gst/rtp/: Remove copy/paste unused code (property setters and getter) found b...Stefan Kost1-48/+0
2007-11-27gst/rtp/gstrtpmp4adepay.c: Fix wrong comparison in overrun check. Fixes #4992...Jayarama S. Santana1-1/+1
2007-11-26gst/rtp/gstrtpmp4adepay.*: Fix depayloading when multiple frames are inside o...Wim Taymans1-23/+73
2007-10-08gst/rtp/gstrtpmp4adepay.c: Fix caps as to not confuse autopluggers.Wim Taymans1-0/+1
2007-04-25gst/rtp/: Make sure we configure the clock_rate in the baseclass in the setca...Wim Taymans1-1/+0
2007-04-05gst/rtp/gstrtpmp4adepay.c: This element is ready to be autoplugged.Wim Taymans1-1/+1
2007-03-29gst/rtp/: Flush adapter on disconts.Wim Taymans1-1/+2
2007-03-28gst/rtp/: Added MP4A-LATM depayloader. Fixes #417792.Stefan Kost1-0/+367