summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlavio Oliveira <flavio.oliveira@indt.org.br>2005-10-25 19:19:38 +0000
committerFlavio Oliveira <flavio.oliveira@indt.org.br>2005-10-25 19:19:38 +0000
commitc12772c616d48bd98a5e49507cdd10d894720dfb (patch)
treef2fd9dac7c8e340cc43ce555a47526e3db13f1c7 /ChangeLog
parentcfea44dba33505979a563036d0174bf0965752f9 (diff)
G711 payloader and depayloader created by Edgard Lima (it supports mulaw and alaw (dec)encoders)
Original commit message from CVS: G711 payloader and depayloader created by Edgard Lima (it supports mulaw and alaw (dec)encoders)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6e245a7..dd257090 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-10-25 Edgard Lima <edgard.lima@indt.org.br>
+
+ * gst/rtp/Makefile.am
+ * gst/rtp/gstrtp.c
+ * gst/rtp/gstrtpg711enc.c
+ * gst/rtp/gstrtpg711enc.h
+ * gst/rtp/gstrtpg711dec.c
+ * gst/rtp/gstrtpg711dec.h
+ Created G711 payloader and depayloader (it supports mulaw and alaw
+ (dec)encoders)
+
2005-10-25 Julien MOUTTE <julien@moutte.net>
* gst/videobox/gstvideobox.c: (gst_video_box_class_init),