summaryrefslogtreecommitdiff
path: root/gst/rtp
AgeCommit message (Expand)AuthorFilesLines
2009-11-04celtpay/depay : change GST_DEBUG_OBJECT to GST_LOG_OBJECT in pay_handle_buffe...Gabriel Millaire2-3/+3
2009-11-04celtpay/depay: Negotiate parameters through capsGabriel Millaire3-12/+65
2009-10-09buikd: explicitely cast, to tell some compilers that this is not long intStefan Kost2-6/+8
2009-10-09build: don't cast, but use the right format specified insteadStefan Kost2-4/+3
2009-10-09rtpvrawpay: fix warning on macosxJosep Torra1-1/+2
2009-10-09rtph263pay: fix warning on macosxJosep Torra1-1/+1
2009-10-07build: fprintf, sprintf, sscanf need stdio.hStefan Kost2-0/+2
2009-10-02rtp: add missing include to fix the buildStefan Kost1-0/+1
2009-09-30rtpg729pay/depay: Demote per-buffer debug messages to log levelOlivier Crête2-4/+4
2009-09-30rtpg729pay: Don't leak incoming buffers after subbuffering themOlivier Crête1-2/+1
2009-09-30rtpg729pay/depay: Add debug categoriesOlivier Crête2-0/+13
2009-09-30rtpg729pay: Remove long unneeded define replacementOlivier Crête1-6/+0
2009-09-15rtpg729pay: Fix adapter leakOlivier Crête1-1/+1
2009-09-11rtph263pay: Allocate Boundry structs on the stack instead of the heap to avoi...Olivier Crête1-63/+47
2009-09-08rtpjpegdepay: add missing math.h includeHavard Graff1-0/+1
2009-09-03rtpmpapay: whitespace fixesWim Taymans1-2/+2
2009-08-31rtpmp4gdepay: consider (optional) auxiliary data when parsingMark Nauwelaerts1-0/+17
2009-08-31rtpmp4gdepay: handle broken AU-Index in non-interleaved streamsMark Nauwelaerts2-0/+19
2009-08-31rtp: whitespace fixesWim Taymans2-12/+14
2009-08-10rtp: Remove dead assignments and resulting unneeded variables.Edward Hervey4-97/+4
2009-08-06rtph264pay: use array instead of queueWim Taymans2-9/+12
2009-08-06rtph264pay: push NALs only after SPS/PPSMark Nauwelaerts2-48/+74
2009-08-04rtpqdm2depay: Fix debug statement.Edward Hervey1-1/+1
2009-08-03rtpqdm2depay,rtpsv3vdepay: Add debugging category.Edward Hervey2-0/+12
2009-08-03rtpqdm2depay: Handle gaps in incoming packets.Edward Hervey2-1/+18
2009-08-03rtpqdmdepay: Fix CRC calculation and remove commented code.Edward Hervey1-25/+15
2009-08-03rtp: New QDM2 rtp depayloader.Edward Hervey4-0/+500
2009-08-03rtpsv3vdepay: Properly fill codec_data and cleanup code a bite more.Edward Hervey1-104/+119
2009-08-03rtpsv3vdepay: Only output buffers once we're configured.Edward Hervey2-9/+19
2009-08-03rtpsv3vdepay: Add more encoding-name variantsEdward Hervey1-1/+1
2009-08-03jpegdepay: use attributes for extra propertiesLuc Deschenaux2-5/+66
2009-08-03RTP docs: update with attributes in capsWim Taymans1-0/+6
2009-07-29rtpsv3depay: Fix width/height calculation, bring up to marginal rank.Edward Hervey1-8/+26
2009-07-13mpvpay: Rework the timestampingMarc Leeman1-57/+58
2009-06-19rtpmp4vpay: add support for buffer-listOgnyan Tonchev2-8/+62
2009-06-19rtpjpegpay: add support for buffer-listsOgnyan Tonchev2-7/+60
2009-06-19rtph264pay: add support for buffer-listsOgnyan Tonchev2-21/+112
2009-06-15mp4gdepay: guess constantDuration betterWim Taymans1-6/+9
2009-06-13rtpsirenpay: Remove deprecated symbolOlivier Crête1-1/+1
2009-06-11rtp: update README, fix some typos, mention gstrtpbinWim Taymans1-2/+13
2009-06-10rtph263pay: Default to doing A, B and C modes, not only AOlivier Crête1-1/+1
2009-06-09rtpsirenpay: Put the bitrate in the RTP capsOlivier Crête1-1/+2
2009-06-08rtp: Don't forget to dist the headers for the CELT (de)payloaders.Edward Hervey1-0/+2
2009-06-05celtdepay: add CELT depayloaderWim Taymans4-0/+298
2009-06-05rtpceltpay: add CELT RTP payloaderWim Taymans4-0/+519
2009-06-02vrawpay: trim output buffersWim Taymans1-0/+4
2009-06-02vrawdepay: fix parsing of sampling fieldWim Taymans1-1/+1
2009-05-25rtpmp4vpay: don't look for headers in some casesWim Taymans2-1/+7
2009-05-21rtp: fix channel positions for monoWim Taymans1-1/+1
2009-05-12rtp: Link to -lmSebastian Dröge1-1/+2