summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpmp4gdepay.c
Commit message (Expand)AuthorAgeFilesLines
* rtpmp4gdepay: consider (optional) auxiliary data when parsingMark Nauwelaerts2009-08-311-0/+17
* rtpmp4gdepay: handle broken AU-Index in non-interleaved streamsMark Nauwelaerts2009-08-311-0/+18
* mp4gdepay: guess constantDuration betterWim Taymans2009-06-151-6/+9
* gst/rtp/: Fix the descriptions and fix some email addresses.Wim Taymans2008-11-251-3/+3
* gst/rtp/gstrtpL16depay.c: Check if clock-rate and channels are valid.Wim Taymans2008-10-271-15/+6
* gst/rtp/gstrtpmp4gdepay.*: Handle interleaved streams by reordering AU in a q...Wim Taymans2008-09-151-13/+201
* gst/rtp/gstrtpmp4gdepay.c: Change some of the ranges in the caps, mostly for ...Wim Taymans2008-09-151-21/+131
* fixes: #514889Wim Taymans2008-02-121-3/+1
* gst/rtp/: Remove copy/paste unused code (property setters and getter) found b...Stefan Kost2008-01-091-49/+0
* gst/rtp/gstrtpamrdepay.c: Fix depayloader clock_rate and some cleanups.Wim Taymans2007-04-101-35/+63
* gst/: Fix some compiler warnings. Fixes #428182.Peter Kjellerstedt2007-04-101-1/+2
* gst/rtp/: Flush adapter on disconts.Wim Taymans2007-03-291-0/+5
* gst/rtp/: Use more efficient adapter and rtpbuffer methods when possible.Wim Taymans2007-03-291-9/+8
* gst/rtp/README: Fix case of string params.Wim Taymans2007-02-161-1/+1
* gst/rtp/: Fix case of encoding-name and key/value pairs to match the document.Wim Taymans2007-01-251-2/+2
* gst/rtp/: Fix caps with payload numbers.Wim Taymans2007-01-241-1/+1
* gst/rtp/gstrtpmp4gdepay.c: Parse config params as string and int.Wim Taymans2007-01-231-35/+62
* gst/rtp/: Added RFC 2250 MPEG Video Depayloader.Wim Taymans2007-01-091-14/+22
* gst/rtp/: Fix element descriptions.Christian Schaller2006-11-081-1/+1
* gst/rtp/: Fix klass typos.Wim Taymans2006-09-231-2/+2
* gst/rtp/: Small cleanups.Wim Taymans2006-09-221-1/+0
* gst/rtp/: Caps extra properties must be defined as strings for depayloaders b...Wim Taymans2006-08-161-15/+16
* gst/rtp/: Added simple generic mpeg4 depayloader.Wim Taymans2006-07-161-0/+382