summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpmp4gdepay.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-29rtp: allow per feature registrationStéphane Cerveau1-7/+3
2020-09-18rtpmp4gdepay: Allow lower-case "aac-hbr" instead of correct "AAC-hbr"Sebastian Dröge1-1/+1
2019-10-05documentation: fix a number of typosAaron Boxer1-1/+1
2019-05-28rtpmp4gdepay: don't spam debug log for broken ADTS-in-RTP AACTim-Philipp Müller1-2/+7
2018-09-26rtpmp4gdepay: detect broken senders who send AAC with ADTS framesTim-Philipp Müller1-0/+22
2018-09-26rtpmp4gdepay: factor out pushing of output bufferTim-Philipp Müller1-25/+24
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+4
2015-08-14rtpmp4gdepay: fix timestamps for RTP packets with multiple AUsRamiro Polla1-3/+19
2015-08-11rtp: Copy metadata in the (de)payloader, but only the relevant onesSebastian Dröge1-0/+4
2015-07-12rtp: depayloaders: implement process_rtp_packet() vfuncTim-Philipp Müller1-16/+11
2015-06-10rtp: Use GST_BUFFER_PTS() instead of GST_BUFFER_TIMESTAMP()Sebastian Dröge1-2/+2
2013-02-26rtpmp4gdepay: streamtype is not put by all RTSP server, not make it optionalOlivier Crête1-1/+1
2013-01-28rtpdepay: remove payload type restrictionsWim Taymans1-1/+0
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-03-13rtp: fix unmap callsWim Taymans1-2/+0
2011-12-05rtp: Initialize GstRTPBuffer before usageEdward Hervey1-1/+1
2011-11-22Fix printf format compiler warnings on OS X / 64bitMatej Knopp1-3/+4
2011-11-11update for base class renameWim Taymans1-16/+16
2011-09-06Merge branch 'master' into 0.11Wim Taymans1-0/+2
2011-09-06rtpmp4gdepay: improve bogus interleaved index compensatingMark Nauwelaerts1-0/+2
2011-07-10rtp: port remaining to 0.11Mark Nauwelaerts1-29/+30
2010-12-23mp4gdepay: flush state on flush-stopWim Taymans1-0/+25
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-12-21mp4gdepay: reset depayloader stateWim Taymans1-9/+14
2010-06-03mp4gdepay: calculate the frame duration correctlyWim Taymans1-0/+8
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+4
2010-03-17mp4gdepay: improve constantDuration guessingWim Taymans1-6/+15
2010-02-23rtpmp4gdepay: avoid division by 0Wim Taymans1-2/+6
2010-01-11rtpmp4g(de)pay: Only handle raw aacThiago Santos1-2/+4
2009-12-23rtp: use boilerplateWim Taymans1-2/+0
2009-08-31rtpmp4gdepay: consider (optional) auxiliary data when parsingMark Nauwelaerts1-0/+17
2009-08-31rtpmp4gdepay: handle broken AU-Index in non-interleaved streamsMark Nauwelaerts1-0/+18
2009-06-15mp4gdepay: guess constantDuration betterWim Taymans1-6/+9
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-15/+6
2008-09-15gst/rtp/gstrtpmp4gdepay.*: Handle interleaved streams by reordering AU in a q...Wim Taymans1-13/+201
2008-09-15gst/rtp/gstrtpmp4gdepay.c: Change some of the ranges in the caps, mostly for ...Wim Taymans1-21/+131
2008-02-12fixes: #514889Wim Taymans1-3/+1
2008-01-09gst/rtp/: Remove copy/paste unused code (property setters and getter) found b...Stefan Kost1-49/+0
2007-04-10gst/rtp/gstrtpamrdepay.c: Fix depayloader clock_rate and some cleanups.Wim Taymans1-35/+63
2007-04-10gst/: Fix some compiler warnings. Fixes #428182.Peter Kjellerstedt1-1/+2
2007-03-29gst/rtp/: Flush adapter on disconts.Wim Taymans1-0/+5
2007-03-29gst/rtp/: Use more efficient adapter and rtpbuffer methods when possible.Wim Taymans1-9/+8
2007-02-16gst/rtp/README: Fix case of string params.Wim Taymans1-1/+1
2007-01-25gst/rtp/: Fix case of encoding-name and key/value pairs to match the document.Wim Taymans1-2/+2
2007-01-24gst/rtp/: Fix caps with payload numbers.Wim Taymans1-1/+1
2007-01-23gst/rtp/gstrtpmp4gdepay.c: Parse config params as string and int.Wim Taymans1-35/+62
2007-01-09gst/rtp/: Added RFC 2250 MPEG Video Depayloader.Wim Taymans1-14/+22