summaryrefslogtreecommitdiffstats
path: root/gst/rtp
Commit message (Expand)AuthorAgeFilesLines
* gst/rtp/gstrtpmp4gpay.h: For got to commit this one.Wim Taymans2006-02-131-0/+3
* gst/rtp/gstrtpmp4gpay.*: Make more things work.Wim Taymans2006-02-121-11/+207
* gst/rtp/gstrtpamrpay.c: set timestamps if no incoming timestamps setThomas Vander Stichele2006-02-121-3/+11
* gst/rtp/gstrtpmp4vpay.c: First set options, then set caps or else the basecla...Wim Taymans2006-02-101-3/+3
* gst/rtp/gstrtpmp4vpay.c: Don't waste time looking for a config string if we h...Wim Taymans2006-02-101-0/+38
* gst/rtp/README: Say something about case-sensitivity of caps vs mime-attributes.Wim Taymans2006-02-106-1/+450
* gst/rtp/gstrtpamrdepay.c: Added more meaningfull warnings when something goes...Wim Taymans2006-02-093-31/+153
* I'm too lazy to comment thisEdgard Lima2006-01-241-7/+24
* C89 fixes: declare variables at the beginning of a block andJens Granseuer2006-01-231-2/+1
* gst-plugins-good/gst/rtp/: Making these depayloaders (H263+ and mpeg4 video) ...Philippe Kalaf2005-12-224-146/+104
* Set clock rate to be fixed in 8000. It fixes bug #324012.Edgard Lima2005-12-142-4/+4
* gst-plugins-good/gst/rtp/: Fixed payload range in payloder caps. Removed payl...Philippe Kalaf2005-12-1413-14/+7
* expand tabsThomas Vander Stichele2005-12-065-18/+18
* fix element descriptionsThomas Vander Stichele2005-12-036-6/+6
* gst/rtp/: parsers are depayersThomas Vander Stichele2005-12-0119-794/+180
* Do burger's rename for rtp payloaders and depayloadersThomas Vander Stichele2005-12-0175-6961/+1523
* Created Speex payloader and depayloader; Optimize G711 payloader to use adapt...Edgard Lima2005-11-1716-63/+1001
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-143-3/+16
* fix Makefile.amThomas Vander Stichele2005-11-011-18/+18
* Payloader now sets some default caps on the srcpad if caps on the sinkpad are...Zeeshan Ali2005-10-312-4/+24
* Declaring the padtemplate correctly.Zeeshan Ali2005-10-264-4/+4
* Setting the proper copyright notice.Zeeshan Ali2005-10-268-0/+10
* fix automake warningsThomas Vander Stichele2005-10-261-2/+2
* Hacked the G711 (de)payloader to try to make things right. rtpg711dec now inh...Zeeshan Ali2005-10-2612-608/+142
* fix compilationThomas Vander Stichele2005-10-262-2/+2
* Just removed a couple of lines of weird code used during development/test time.Flavio Oliveira2005-10-252-20/+4
* G711 payloader and depayloader created by Edgard Lima (it supports mulaw and ...Flavio Oliveira2005-10-2510-0/+1236
* add missing header files for distingChristian Schaller2005-10-251-1/+3
* Getting the GSM (de)payloader working and compatible with our plans for RTP.Zeeshan Ali2005-10-258-394/+158
* fix mistaken claim on GPL, its LGPLChristian Schaller2005-10-251-1/+1
* gst/rtp/: Added two new payloaders, an RFC 2190 payloader for h263 and a payl...Wim Taymans2005-10-248-0/+1262
* gst/rtp/: Various class and caps fixes from Andre Magalhaes (andrunko)Wim Taymans2005-09-3010-10/+16
* gst/rtp/gstrtpmpaenc.c: Set buffer duration correctly.Wim Taymans2005-09-262-0/+2
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-3/+3
* gst/rtp/: Use is_filled to both check MTU and max-ptime of base class.Wim Taymans2005-09-2211-37/+61
* gst/rtp/gstrtpmp4venc.c: Don't fragment packets with multiple frames.Wim Taymans2005-09-222-8/+18
* gst/rtp/: Remove g_print.Wim Taymans2005-09-227-34/+210
* gst/rtp/gstrtpamrdec.c: Handle multiple AMr packets per payload. Handle CRC a...Wim Taymans2005-09-2110-108/+356
* gst/rtp/README: Update READMEWim Taymans2005-09-213-27/+40
* don't use underscoresThomas Vander Stichele2005-09-2019-51/+51
* gst/rtp/gstrtph263pdec.c: Don't check payload for now.Wim Taymans2005-09-192-20/+30
* Updates to payloader/depayloaders, make payloaders use the base classes.Wim Taymans2005-09-1535-2018/+1021
* common/: a simple py script to generate valid xml from a C example probably a...Thomas Vander Stichele2005-09-141-0/+2
* gst/rtp/: Added mpeg4 video payload encoder/decoder.Wim Taymans2005-09-0614-13/+1717
* All plugins updated for element state changes.Andy Wingo2005-09-0222-212/+198
* gst/rtp/: Small updates, RFC reference to payload encoders.Wim Taymans2005-08-234-0/+28
* add missing header file for distingChristian Schaller2005-08-191-1/+2
* gst/rtp/gstrtph263penc.*: Added configurable pt and ssrc, to be merged in the...Wim Taymans2005-08-194-4/+66
* gst/rtp/: Some cleanups in the h263p (de)payloaders.Wim Taymans2005-08-194-8/+16
* ext/amrnb/: Update caps with audio/AMR.Wim Taymans2005-08-196-54/+432