summaryrefslogtreecommitdiff
path: root/gst/rtp
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-08rtj2kdepay: add basic JPEG 2000 depayloaderWim Taymans4-0/+357
2009-05-08rtpj2kpay: set marker bit correctlyWim Taymans1-0/+40
2009-05-08rtpj2kpay: add a simple JPEG 2000 payloaderWim Taymans4-0/+495
2009-05-08rtpjpegpay: we only need to swap bits on LEWim Taymans1-5/+0
2009-05-06rtpjpegpay: refuse some unsupported jpeg formatsWim Taymans1-5/+14
2009-05-06rtptheorapay: fix descriptionWim Taymans1-1/+1
2009-05-06rtpjpegpay: rewrite quant table handlingWim Taymans1-93/+132
2009-05-06rtpjpegpay: handle input with 1 quant tableWim Taymans1-13/+28
2009-05-05rtpjpegpay: correctly set the type headerWim Taymans2-50/+211
2009-05-05rtpjpegdepay: use width/height from payloadWim Taymans2-11/+47
2009-04-27g726pay: fix compilationWim Taymans1-0/+2
2009-04-27g726pay: add RFC compliant packetizingWim Taymans2-8/+269