summaryrefslogtreecommitdiffstats
path: root/gst/rtp
Commit message (Expand)AuthorAgeFilesLines
* 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
* gst/rtp/: Use more efficient adapter and rtpbuffer methods when possible.Wim Taymans2007-03-2914-75/+24
* gst/rtp/: Added H264 payloader. Fixes #423782.Laurent Glayal2007-03-295-10/+404
* gst/rtp/: Added MP4A-LATM depayloader. Fixes #417792.Stefan Kost2007-03-285-44/+457
* gst/rtp/: Ported mulaw and alaw payloaders to use new base classPhilippe Kalaf2007-03-144-278/+24
* gst/rtp/: Fix encoding-name case.Wim Taymans2007-03-053-3/+3
* gst/rtp/: Fix speex (de)payloader. Fixes #358040.Wim Taymans2007-03-053-23/+242
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-041-0/+3
* gst/rtp/gstrtpmp2tdepay.c: Fix compilation.Wim Taymans2007-03-021-1/+2
* gst/rtp/gstrtpmp2tdepay.*: Add support to strip off proprietary headers. Fixe...Thijs Vermeir2007-03-022-11/+40
* gst/rtp/: Added simple mpeg transport stream payloader.Wim Taymans2007-02-184-0/+222
* gst/rtp/README: Fix case of string params.Wim Taymans2007-02-165-67/+118
* gst/rtp/gstrtph264depay.c: Set right caps on output buffers.Wim Taymans2007-02-151-4/+2
* gst/rtp/: Fix case of encoding-name and key/value pairs to match the document.Wim Taymans2007-01-2512-19/+22
* gst/rtp/gstrtpL16pay.*: Fill up to MTU using adapter.Wim Taymans2007-01-252-21/+62
* gst/rtp/: Port and enable raw audio payloader/depayloader. Needs a bit more w...Wim Taymans2007-01-246-454/+303
* gst/rtp/: Added simple AC3 depayloader (RFC 4184).Wim Taymans2007-01-245-6/+388
* gst/rtp/: Fix caps with payload numbers.Wim Taymans2007-01-2422-19/+49
* 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-0911-155/+492
* gst/rtp/gstrtpmpadepay.c: Small buffer overflow fix and improve debugging.Wim Taymans2006-11-271-4/+14