summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpg711pay.h
Commit message (Collapse)AuthorAgeFilesLines
* rtp/gst/: Separated the G711 payloaders/depayloaders into separate elements ↵Philippe Kalaf2006-02-231-57/+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.
* Do burger's rename for rtp payloaders and depayloadersThomas Vander Stichele2005-12-011-20/+20
| | | | | 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-2/+5
| | | | | | | 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.
* G711 payloader and depayloader created by Edgard Lima (it supports mulaw and ↵Flavio Oliveira2005-10-251-0/+54
alaw (dec)encoders) Original commit message from CVS: G711 payloader and depayloader created by Edgard Lima (it supports mulaw and alaw (dec)encoders)