summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpmp4adepay.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-20rtpmp4adepay: prevent out-of-bound array accessMark Nauwelaerts1-1/+3
2011-11-28various: fix pad template leaksVincent Penquerc'h1-4/+4
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