summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpg711pay.c
Commit message (Collapse)AuthorAgeFilesLines
* rtp/gst/: Separated the G711 payloaders/depayloaders into separate elements ↵Philippe Kalaf2006-02-231-251/+0
| | | | | | | | | | | | | | | | | | | | | for mulaw/alaw. Also removed the old g711... Original commit message from CVS: 2006-02-23 Philippe Kalaf <philippe.kalaf at collabora.co.uk> * rtp/gst/gstrtppcmadepay.c: * rtp/gst/gstrtppcmadepay.h: * rtp/gst/gstgstrtppcmapay.c: * rtp/gst/gstgstrtppcmapay.h: * rtp/gst/gstrtppcmudepay.c: * rtp/gst/gstrtppcmudepay.h: * rtp/gst/gstrtppcmupay.c: * rtp/gst/gstrtppcmupay.h: * rtp/gst/Makefile.am: * rtp/gst/gstrtp.c: * rtp/gst/README: Separated the G711 payloaders/depayloaders into separate elements for mulaw/alaw. Also removed the old g711 payloaders/depayloaders.
* I'm too lazy to comment thisEdgard Lima2006-01-241-7/+24
| | | | | Original commit message from CVS: Patch written by Kai Vehmanen <kai.vehmanen@nokia.com> applied. See bug #325148.
* fix element descriptionsThomas Vander Stichele2005-12-031-1/+1
| | | | | Original commit message from CVS: fix element descriptions
* Do burger's rename for rtp payloaders and depayloadersThomas Vander Stichele2005-12-011-57/+57
| | | | | Original commit message from CVS: Do burger's rename for rtp payloaders and depayloaders
* Created Speex payloader and depayloader; Optimize G711 payloader to use ↵Edgard Lima2005-11-171-26/+91
| | | | | | | adapter and send packets until MTU size. Original commit message from CVS: Created Speex payloader and depayloader; Optimize G711 payloader to use adapter and send packets until MTU size.
* Setting the proper copyright notice.Zeeshan Ali2005-10-261-0/+1
| | | | | Original commit message from CVS: Setting the proper copyright notice.
* Hacked the G711 (de)payloader to try to make things right. rtpg711dec now ↵Zeeshan Ali2005-10-261-37/+7
| | | | | | | inherits from the basertpdepayloader. Original commit message from CVS: Hacked the G711 (de)payloader to try to make things right. rtpg711dec now inherits from the basertpdepayloader.
* G711 payloader and depayloader created by Edgard Lima (it supports mulaw and ↵Flavio Oliveira2005-10-251-0/+198
alaw (dec)encoders) Original commit message from CVS: G711 payloader and depayloader created by Edgard Lima (it supports mulaw and alaw (dec)encoders)