summaryrefslogtreecommitdiffstats
path: root/gst/rtp
Commit message (Expand)AuthorAgeFilesLines
* 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
* gst/rtp/: Specify H.263 variant and version in the caps (fixes #361637)Ville Syrjala2006-11-163-3/+6
* gst/rtp/: Fix element descriptions.Christian Schaller2006-11-0822-22/+22
* gst/rtp/: Fix description.Christian Schaller2006-11-082-6/+6
* gst/rtp/: Add theora pay/depayloaders.Christian Schaller2006-11-086-0/+1409
* gst/rtp/Makefile.am: We depend on gsttag to generate the vorbis comments.Christian Schaller2006-11-075-23/+276
* gst/rtp/gstrtpvorbispay.*: Generate a valid configuration string in the caps ...Christian Schaller2006-11-062-12/+157
* gst/rtp/: Fix and activate ILBC pay and depayloaders. Fixes #368162.Wim Taymans2006-10-313-2/+14
* gst/rtp/: Add static payload numbers in addition to the dynamic ones.Ville Syrjala2006-10-185-7/+27
* gst/multipart/multipartdemux.c: Activate pads before adding.Wim Taymans2006-10-061-2/+0
* gst/: Include stdlib.h in some more places, makes things compile with uClibc ...Peter Kjellerstedt2006-09-251-0/+1
* gst/rtp/: Fix klass typos.Wim Taymans2006-09-2317-33/+33