linphone-iphone/linphone/mediastreamer2
smorlat 552f55f00a fix equalizer un-precision, and allow band width setting per frequency.
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@549 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
2009-07-24 13:47:01 +00:00
..
build Add directsound support - SDK from march 2009 2009-05-19 11:52:59 +00:00
help fix make distcheck 2009-03-27 09:41:11 +00:00
include fix equalizer un-precision, and allow band width setting per frequency. 2009-07-24 13:47:01 +00:00
plugins new msx264 using new x264 modified version that enables multi slicing. 2009-07-03 13:50:40 +00:00
src fix equalizer un-precision, and allow band width setting per frequency. 2009-07-24 13:47:01 +00:00
tests equalizer mostly works. 2009-07-15 16:28:42 +00:00
.cvsignore Initial import 2008-09-04 15:47:34 +00:00
.indent.pro Initial import 2008-09-04 15:47:34 +00:00
acinclude.m4 Merge branch 'master' of smorlat@git.sv.gnu.org:/srv/git/linphone 2009-06-16 10:00:34 +00:00
AUTHORS Initial import 2008-09-04 15:47:34 +00:00
autogen.sh Initial import 2008-09-04 15:47:34 +00:00
ChangeLog Initial import 2008-09-04 15:47:34 +00:00
configure.ac enable fixed-point on arm and blackfin processors by default. 2009-07-22 20:52:54 +00:00
COPYING Initial import 2008-09-04 15:47:34 +00:00
INSTALL equalizer - work in progress. 2009-07-13 20:26:18 +00:00
Makefile.am Initial import 2008-09-04 15:47:34 +00:00
Makefile.macosx Initial import 2008-09-04 15:47:34 +00:00
mediastreamer.pc.in add various dsp utilities from speex. 2009-07-09 11:19:47 +00:00
mediastreamer2.spec.in Initial import 2008-09-04 15:47:34 +00:00
NEWS update README and NEWS 2009-07-22 20:17:12 +00:00
pkg.list Initial import 2008-09-04 15:47:34 +00:00
README update README and NEWS 2009-07-22 20:17:12 +00:00

Project    : mediastreamer2 - a modular sound and video processing and streaming
Email      : simon.morlat_at_linphone.org
License    : GPL
Home Page  : http://savannah.gnu.org/projects/linphone

Mediastreamer2 is a GPL licensed library to make audio and
video real-time streaming and processing. Written in pure C,
it is based upon the ortp library.

Design:
------

Using mediastreamer2 will allow you to chain filters in a graph. Each
filter will be responsible for doing some kind of processing and will
deliver data to the next filter. As an example, you could get some
data from network and unpack it in an RTP filter. This RTP filter will
deliver the data to a decoder (speex, G711...) which will deliver it
to a filter that is able to play the PCM data or record it into a .wav
file.

There is a doxygen documentation for more information.

Features:
--------

mediastreamer2 already provides a large set of filters.
Here is a complete list of built-in filters.

 All supported platforms:
 *  RTP receiver
 *  RTP sender
 *  tee (duplicate data)

 Audio Filters:
 *  audio capture
 *  audio playback
 *    mme API (windows)
 *    alsa API (linux)
 *    oss API (linux)
 *    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, 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, deprecated)
 *    directshow API (windows)
 *    video4linux and video4linux2 APIs (linux)
 *  video display
 *    v4w API (windows)
 *    SDL API (linux, macosx...)
 *  several audio encoder/decoder: H263-1998, MP4V-ES, theora
 *  image resizer.
 *  format converter. (RBG24, I420...)

 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.

Installation procedure:
-----------------------

The program is known to run on linux, but might work
on any unix and windows systems.

   $> ./configure
   $> make
   $> su -c 'make install'

Contact information:
--------------------

For more information on mediastreamer2, any contributions, or any remarks,
you can contact me at <simon.morlat_at_linphone.org>. Commercial licensing
is also provided through antisip (http://www.antisip.com or jack_at_atosc.org).

Use the *linphone* mailing list for question about mediastreamer2.
  <linphone-developers@nongnu.org>.

Subscribe by writing to:
  <linphone-developers-request@nongnu.org> with a subject set to "subscribe".