pjproject/pjmedia
Nanang Izzuddin d8c33d8435 Re #1347: Fixed case 1, 2, and 3 above:
- Generating a deactivated pre-answer media by cloning remote media. There was a case that the media transport in the offer is bad/unrecognized, PJSUA still generated the preanswer with RTP/AVP.
 - When generating answer, it should apply max media count (max_audio/video_cnt in account setting) after SDP negotiation instead of in the pjsua_media_channel_init()). This will require PJSUA to perform SDP re-negotiation when the SDP answer get changed.
 - Fixed media priority/acceptibility sorting, e.g: media with RTP/SAVP transport still got acceptable score in SRTP disabled mode, this messed up the algorithm of applying max media count setting.
 - Fixed SDP negotiator to skip format match in generating answer when the pre-answer provided is deactivated (port 0).




git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@3714 74dad513-b988-da41-8d7b-12977e46ad98
2011-08-18 18:30:55 +00:00
..
build Re #1254 Doxygen configuration and makefile changes to support version specific documentation 2011-07-19 21:42:58 +00:00
docs Re #1254 Doxygen configuration and makefile changes to support version specific documentation 2011-07-19 21:42:58 +00:00
include Fix #1345: Fixed samples-per-frame calculation formula bug in PJMEDIA_SPF(). 2011-08-18 04:57:42 +00:00
src Re #1347: Fixed case 1, 2, and 3 above: 2011-08-18 18:30:55 +00:00
README.txt Added Speex for narrowband, wideband, and ultra-wideband!! 2006-03-04 20:43:52 +00:00

[Last Update: 2006/03/04]

This directory contains two static libraries:
 - pjmedia
   The multimedia framework.

 - pjmedia-codec
   Codec collections.

pjmedia has G711 codecs (Alaw and ULaw).

pjmedia-codec has:
 - GSM-FR implementation
   Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
   Universitaet Berlin

 - Speex 1.1.12
   http://www.speex.org