summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpmp4gdepay.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-08gst/rtp/: Fix element descriptions.Christian Schaller1-1/+1
2006-09-23gst/rtp/: Fix klass typos.Wim Taymans1-2/+2
2006-09-22gst/rtp/: Small cleanups.Wim Taymans1-1/+0
2006-08-16gst/rtp/: Caps extra properties must be defined as strings for depayloaders b...Wim Taymans1-15/+16
2006-07-16gst/rtp/: Added simple generic mpeg4 depayloader.Wim Taymans1-0/+382