summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/ChangeLog66
-rw-r--r--docs/README5
2 files changed, 71 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 5ce39d9..2d295be 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -1,3 +1,69 @@
+2015-06-20 Alfred E. Heggestad <aeh@db.org>
+
+ * Version 0.4.13
+
+ * GIT commit 2e3e825ef5532dfde5a8b52de9ebaac51aa20a9c
+ * NOTE: Requires libre v0.4.12 or later
+
+ * new modules:
+ - aufile Audio module for using a WAV-file as audio input
+ - b2bua Back-to-Back User-Agent (B2BUA) module
+ - codec2 CODEC2 audio codec
+ - gst_video Gstreamer video codec
+ - h265 H.265 (HEVC) video codec
+
+ * baresip-core:
+ - contact: add support for access-control (thanks Doug Blewett)
+ - ausrc: change base-class to a const pointer
+ - auplay: change base-class to a const pointer
+ - vidsrc: change base-class to a const pointer
+ - vidisp: change base-class to a const pointer
+ - video: smooth sending of video packets
+
+
+ * Modules:
+
+ * amr: added support for octet-align mode (thanks to Stefan Sayer)
+
+ * aubridge: copy audio-samples if resampler not needed
+
+ * aufile: new module for using a WAV-file as audio source
+
+ * avcapture: only register 1 video source
+
+ * avformat: fix segfault on recent versions of libav
+
+ * b2bua: new experimental module
+
+ * codec2: new module for CODEC2 audio codec
+
+ * dtls_srtp: uppercase fingerprint, interop (thanks Juha Heinanen)
+ alternative SDP protocols for interop
+
+ * dtmfio: unregister event handler on close (thanks Hellmuth Michaelis)
+
+ * gst_video: new module using Gstreamer as a video codec
+ (Thanks to Victor Sergienko and Fadeev Alexander)
+
+ * h265: new module for H.265 video codec
+
+ * httpd: added raw mode (thanks Lorenzo Mangani)
+
+ * menu: create user-agent with a command 'R' (thanks Lorenzo Mangani)
+
+ * opus: add configuration of "opus_bitrate"
+ (thanks to Juha Heinanen)
+
+ * speex: add configuration of "speex_mode_nb" and "speex_mode_wb"
+ (thanks to Dmitrij D. Czarkoff and Juha Heinanen)
+
+ * vidloop: add VIDLOOP_INTERNAL_FMT and split encoder/decoder
+
+ * x11: catch Window delete (thanks to Doug Blewett)
+
+ * zrtp: initialize remote_zid (thanks to Ingo Feinerer)
+
+
2014-12-24 Alfred E. Heggestad <aeh@db.org>
* Version 0.4.12
diff --git a/docs/README b/docs/README
index fa4bfb3..6571f93 100644
--- a/docs/README
+++ b/docs/README
@@ -58,6 +58,7 @@ Features:
* Audio-codecs:
- AMR narrowband, AMR wideband
- BroadVoice32 BV32
+ - Codec2
- G.711
- G.722
- G.726
@@ -85,6 +86,7 @@ Features:
- Support for asymmetric video
* Video-codecs:
+ - H.265
- H.264
- H.263
- VP8
@@ -138,12 +140,15 @@ alsa ALSA audio driver
amr Adaptive Multi-Rate (AMR) audio codec
aubridge Audio bridge module
audiounit AudioUnit audio driver for MacOSX/iOS
+aufile Audio module for using a WAV-file as audio input
auloop Audio-loop test module
avcapture Video source using iOS AVFoundation video capture
avcodec Video codec using FFmpeg/libav libavcodec
avformat Video source using FFmpeg/libav libavformat
+b2bua Back-to-Back User-Agent (B2BUA) module
bv32 BroadVoice32 audio codec
cairo Cairo video source
+codec2 Codec2 low bit rate speech codec
cons UDP/TCP console UI driver
contact Contacts module
coreaudio Apple Coreaudio driver