summaryrefslogtreecommitdiffstats
path: root/gst/rtp
Commit message (Expand)AuthorAgeFilesLines
* 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
* gst/rtp/: Added an H263 depayloader. Fixes #369392.Wim Taymans2007-08-206-25/+545
* Make ro memory to share.Stefan Kost2007-08-161-1/+1
* gst/rtp/gstrtpilbcdepay.c: Include stdlib.Stefan Kost2007-08-101-0/+1
* gst/rtp/gstrtpmpvdepay.c: Set the mpegversion in the caps so that autopluggin...Wim Taymans2007-08-101-1/+4
* gst/rtp/: Make mode property a string. Fixes #464475.Olivier Crete2007-08-082-6/+21
* gst/rtp/gstrtpilbcpay.c: Set the encoding-name in the rtp caps to all upperca...Tommi Myöhänen2007-07-031-16/+30
* gst/rtp/gstrtpdepay.c: Fix description - rtpdepay is not a payloader.Michael Smith2007-06-201-1/+1
* gst/rtp/gstrtph264depay.c: Make sure we allocate enough memory for the codec_...Wim Taymans2007-06-131-1/+3
* gst/rtp/: Add missing rate fields to caps. Fixes #441118.Tommi Myöhänen2007-06-112-2/+2
* gst/rtp/gstrtpmp4vpay.c (gst_rtp_mp4vpay_details): Fix element description.Thomas Vander Stichele2007-06-081-2/+2
* gst/rtp/: Add support for AMR-WB.Daniel Charles2007-06-014-54/+154
* gst/rtp/gstrtph263ppay.c: Fix enum registration.Wim Taymans2007-05-211-2/+2
* gst/rtp/gstrtph263ppay.*: Add new fragmentation mode base on GOB headers. Fix...Antoine Tremblay2007-05-212-11/+139
* gst/rtp/: Update theora pay/depayloader in a similar to vorbis.Wim Taymans2007-05-143-101/+236
* gst/rtp/gstrtpvorbisdepay.c: Remove annoying _dump_mem.Wim Taymans2007-05-141-2/+0
* gst/rtp/README: Update README with new RTP variables that will be used for sy...Wim Taymans2007-05-113-95/+264
* gst/level/gstlevel.c: Use guint8 * instead of gpointer then vs6 know the size...Sébastien Moutte2007-05-091-3/+3
* gst/rtp/gstrtpmp4vpay.*: Handle NEWSEGMENT and FLUSH events. Fixes #434824.Sjoerd Simons2007-05-012-0/+44
* gst/rtp/gstrtpilbcdepay.h: Fix mode property when specified as an arg.Wim Taymans2007-04-271-2/+2
* gst/rtp/: Make sure we configure the clock_rate in the baseclass in the setca...Wim Taymans2007-04-2510-45/+73
* gst/rtp/gstrtph264depay.c: Use the proper sync word for SPS and PPS.Wim Taymans2007-04-121-2/+2
* gst/rtp/Makefile.am: gst/rtp/fnv1hash.c (MASK_24, FNV1_HASH_32_INIT, FNV1_HAS...Thomas Vander Stichele2007-04-126-13/+131
* gst/rtp/gstrtpamrdepay.c: Fix depayloader clock_rate and some cleanups.Wim Taymans2007-04-105-85/+146
* gst/: Fix some compiler warnings. Fixes #428182.Peter Kjellerstedt2007-04-103-1/+6
* gst/rtp/gstrtpmp4adepay.c: This element is ready to be autoplugged.Wim Taymans2007-04-051-1/+1
* gst/rtp/: Flush adapter on disconts.Wim Taymans2007-03-297-13/+61