summaryrefslogtreecommitdiffstats
path: root/gst/rtp
Commit message (Expand)AuthorAgeFilesLines
* gst/rtp/gstrtpspeexdepay.*: Revert last change: Only the jitterbuffer is able...Sebastian Dröge2008-07-072-10/+1
* gst/rtp/gstrtpvrawdepay.c: Include stdlib.h for atoi().Stefan Kost2008-07-071-0/+1
* gst/rtp/gstrtpspeexdepay.*: Take timestamp from the RTP packet as a first ste...Tomasz Grobelny2008-07-072-1/+10
* gst/rtp/: Add raw video pay and depayloaders, see RFC4175.Wim Taymans2008-07-016-2/+1260
* gst/: Added debug.Thomas Vander Stichele2008-06-201-1/+3
* gst/rtp/gstrtpg726pay.c: Remove unused variable so that we can compile again.Wim Taymans2008-06-191-1/+0
* gst/rtp/gstrtpg726pay.c: No need to check for audio/G723 and audio/32KADPCM h...Peter Kjellerstedt2008-06-191-13/+1
* gst/rtp/gstrtpg726pay.c: Fix caps, See #538891.Wim Taymans2008-06-181-4/+2
* gst/rtp/: Added G726 pay/depayloaders. Fixes #538891.mersad2008-06-186-0/+500
* gst/rtp/gstrtptheoradepay.c: Make the delivery-method mandatory on the caps a...Olivier Crete2008-06-133-22/+21
* gst/rtp/gstrtptheorapay.c: The Theora RTP payloader only supports the "inline...Olivier Crete2008-06-111-1/+26
* gst/rtp/gstrtptheoradepay.c: Improve debugging of the ident.Wim Taymans2008-05-211-3/+3
* gst/rtp/gstrtph264pay.*: Correct a typo (sinle -> single).Peter Kjellerstedt2008-05-202-5/+3
* gst/rtp/gstrtph264depay.*: Add experimental support for outputting quicktime-...Wim Taymans2008-05-204-35/+289
* gst/rtp/gstrtph264depay.c: Small comment added.Wim Taymans2008-05-142-101/+153
* gst/rtp/gstrtph264pay.*: Make it possible to specify profile-level-id and spr...Peter Kjellerstedt2008-05-142-7/+99
* gst/rtp/gstrtpg729depay.c: Fix wrong caps string.Wim Taymans2008-05-131-2/+2
* gst/rtp/: Added G729 pay and depayloaders. Fixes #532409.Olivier Crete2008-05-136-0/+520
* gst/rtp/: Add DV pay and depayloaders. Fixes #532423.Olivier Crete2008-05-126-0/+951
* gst/rtp/gstrtph264pay.c (gst_rtp_h264_pay_parse_sps_pps): Use GST_STR_NULL wh...Ole André Vadla Ravnås2008-05-071-1/+1
* gst/rtp/gstrtpilbcpay.c: Added missing stdlib.h include for strtol(), and mad...Ole André Vadla Ravnås2008-05-071-2/+3
* gst/rtp/gstrtph263pdepay.c: Add some more debug info and guard against small ...Wim Taymans2008-05-022-3/+24
* gst/rtp/gstrtpspeexpay.c: Add negotiation for the speec channels and rate. Se...Olivier Crete2008-05-021-1/+31
* gst/rtp/gstrtpilbcpay.c: Add negotiation for the ILBC mode. See #465146.Olivier Crete2008-05-021-3/+41
* gst/: Use GLib versions of htonl, htons, ntohl and ntohs in order to avoid pr...Tim-Philipp Müller2008-04-251-2/+2
* Stop using deprecated GLib functions.Sebastian Dröge2008-04-244-9/+9
* gst/rtp/gstrtph264pay.c: Fix build because of a bad argument number.Julien Moutte2008-04-071-1/+1
* gst/rtp/gstrtph264pay.*: Parse codec_data for future AVC compatibility.Wim Taymans2008-04-042-25/+172
* gst/rtp/gstrtph263pdepay.c: Check that a buffer is large enough before readin...Olivier Crete2008-03-081-0/+6
* fixes: #514889Wim Taymans2008-02-126-6/+136
* gst/rtp/: Add MPEG2 video payloaderThijs Vermeir2008-01-254-1/+307
* gst/rtp/: Fix the clock rate to 90000 as required by the RFC.Olivier Crete2008-01-112-15/+5
* gst/rtp/: Remove copy/paste unused code (property setters and getter) found b...Stefan Kost2008-01-0923-886/+68
* gst/rtp/gstrtph264pay.*: Use higher performance start-code searching.Wai-Ming Ho2007-12-112-15/+280
* gst/rtp/gstrtph263depay.c: Code beautification.Edward Hervey2007-11-281-99/+96
* gst/rtp/gstrtpmp4adepay.c: Fix wrong comparison in overrun check. Fixes #4992...Jayarama S. Santana2007-11-271-1/+1
* gst/rtp/gstrtph263depay.*: Fix h263 depayloader so that ANY h263 decoder can ...Edward Hervey2007-11-272-32/+97
* gst/rtp/gstrtpmp4adepay.*: Fix depayloading when multiple frames are inside o...Wim Taymans2007-11-262-24/+74
* gst/rtp/gstrtph263depay.c: Read the I flag for Mode A h263 rtp stream and set...Edward Hervey2007-11-261-0/+5
* gst/rtp/gstrtpmp2tpay.*: Fill the MTU with as many packets as possible. Fixes...Jordi Jaen Pallares2007-11-152-19/+82
* gst/rtp/gstrtph264depay.c: Fix small leak. Fixes #497017.Tommi Myöhänen2007-11-151-0/+1
* gst/rtp/gstrtpmp4vpay.c: Use correct unref function for buffers. #488844.Peter Kjellerstedt2007-10-221-1/+1
* gst/rtp/gstrtph264pay.c: Set marker bit correctly.Anders Skargren2007-10-181-2/+1
* gst/rtp/gstrtpmp4adepay.c: Fix caps as to not confuse autopluggers.Wim Taymans2007-10-081-0/+1
* gst/rtp/: Add log category.Stefan Kost2007-10-042-0/+12
* gst/rtp/gstrtpmp4vpay.*: Free the config string. Fixes #480707.Antoine Tremblay2007-09-272-7/+18
* gst/rtp/gstrtpamrdepay.c: Set outgoing packet duration because we can. Fixes ...Wim Taymans2007-09-211-0/+3
* gst/rtp/gstrtpL16pay.c: Removed some unused code.Wim Taymans2007-09-197-8/+26
* gst/rtp/README: Update README with the design for synchronisation rules of RT...Wim Taymans2007-09-161-22/+144
* gst/rtp/gstrtph263pay.c: Fix up header structure so that compilers don't add ...Haakon Sporsheim2007-09-071-1/+1