From 7164dec856f030dda8ec87b755d81a38b80d6e84 Mon Sep 17 00:00:00 2001 From: smorlat Date: Wed, 22 Jul 2009 20:17:12 +0000 Subject: [PATCH] update README and NEWS git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@545 3f6dc0c8-ddfe-455d-9043-3cd528dc4637 --- linphone/mediastreamer2/NEWS | 5 +++++ linphone/mediastreamer2/README | 10 +++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/linphone/mediastreamer2/NEWS b/linphone/mediastreamer2/NEWS index 1d8eee740..991937a58 100644 --- a/linphone/mediastreamer2/NEWS +++ b/linphone/mediastreamer2/NEWS @@ -1,3 +1,8 @@ +mediastreamer-?.?.?: + * integrate directshow capture filter for mingw (was a plugin before) + * builds on windows with mingw/msys using ./configure && make + * add a parametric equalizer (to modify gains per frequency bands) + mediastreamer-2.2.4: May 4, 2009 * fix crash during video window resizing on windows * improve documentation diff --git a/linphone/mediastreamer2/README b/linphone/mediastreamer2/README index f76f4f53d..73deacb98 100644 --- a/linphone/mediastreamer2/README +++ b/linphone/mediastreamer2/README @@ -40,20 +40,22 @@ Here is a complete list of built-in filters. * arts API (linux) * portaudio API (macosx and other) * macsnd API (native macosx API -please do more testing...-) + * aq (audio queue, macos API too) * several audio encoder/decoder: PCMU, PCMA, speex, gsm * wav file reader. * wav file recorder. * resampler. * conference bridge. - * volume analyser. + * volume analyser, gain control, and automatic gain control. * acoustic echo canceller. * dtmf generation filter. + * parametric equalizer, can be used to compensate the spectral response of a bad quality speaker or microphone Video Filters: * video capture - * v4w API (windows) + * v4w API (windows, deprecated) * directshow API (windows) - * video4linux API (linux) + * video4linux and video4linux2 APIs (linux) * video display * v4w API (windows) * SDL API (linux, macosx...) @@ -63,6 +65,8 @@ Here is a complete list of built-in filters. Plugin Filters: * iLBC decoder/encoder. + * H264 codec, based on x264 + Note that, you can build your own components/filters to do your own processing or support other codecs.