summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Collapse)Author
2007-04-15Fixed ticket #227: Unresolved error in alaw/ulaw conversion with C++ build ↵Benny Prijono
(thanks Alain Totouom) git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1197 74dad513-b988-da41-8d7b-12977e46ad98
2007-04-15Fixed ticket #224: Bug in pjmedia_sdp_attr_find (thanks Geoff Talbot)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1195 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-27Fixed ticket #202: Fix telephone-event order in SDP (thanks Chris Hamilton)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1107 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-16Make it build cleanly on RedHat 7.3, gcc 2.96, linux-2.4.18 (also somebody ↵Benny Prijono
reported build error on Slack 7.1 git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1075 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-15Fixed ticket #178: Add flag in SDP negotiator to specify codec order ↵Benny Prijono
preference (thanks Esbjörn Dominique) git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1071 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-15Fixed ticket #179: SDP negotiation failed when local doesn't specify ↵Benny Prijono
telephone-event (thanks Esbjörn Dominique) git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1069 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-15Fixed ticket #174: GSM codec factory does not shutdown properly causing it ↵Benny Prijono
to fail on next pjsua_init (thanks Binu K S) git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1063 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-13Fixed ticket #171: SDP media direction negotiation bug (thanks Phil Torre)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1057 74dad513-b988-da41-8d7b-12977e46ad98
2007-03-07Fixed ticket #163: Bug in pjmedia_stream_resume() not resuming the stream ↵Benny Prijono
(thanks PurnaChandar and Carmine) git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1047 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-27Fixed ticket #141: Crash on Linux when USB sound card set as the first sound ↵Benny Prijono
card git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1011 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-27Fixed ticket #139: Unable to play next tone after stop is called on tone ↵Benny Prijono
generator (thanks Antonio F. Cano) git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1010 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-26Fixed ticket #137: Potential memory overwrite in pjmedia session.c (thanks ↵Benny Prijono
David Clark) git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@1007 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-24Fixed ticket #133: PUBLISH is rejected with 404 when REGISTER is challenged ↵Benny Prijono
with 401/407 git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/pjproject-0.5-stable@997 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with ↵Benny Prijono
2007 in copyright notice in all sources git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@974 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-18Related to ticket #74: reduce default number of sound buffers from 32 to 16 ↵Benny Prijono
to reduce audio delay git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@970 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17Fixed ticket #109: Audio saturation when level is applied to conferenceBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@963 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-17Updated documentation and sample for media conference with regard to maximum ↵Benny Prijono
value for audio level adjustment git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@961 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-14Tidy up the configure screen output, and fixed warning about uninitialized ↵Benny Prijono
variable in PortAudio's ALSA (which causes error with gcc -Werror option) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@946 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-08Fixed bug #94: wrong level adjustment calculation in conference bridgeBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@937 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-04Fixed ticket #78: Noise in conference bridge because of upsampling and ↵Benny Prijono
changes in audio level git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@931 74dad513-b988-da41-8d7b-12977e46ad98
2007-02-04Fixed ticket #87: Conference bridge should transmit silence frame when level ↵Benny Prijono
is zero and there is a transmitter git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@930 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-31Fixed ticket #86: file not properly rewind-ed for the next iteration (thanks ↵Benny Prijono
Alain Totouom again) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@919 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-31Fixed ticket #86: crash in wav_playlist.c (thanks Alain Totouom for the ↵Benny Prijono
report/fix) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@917 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-27Ticket #82: fix link errors when codecs are disabled from autoconf scriptBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@909 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-25Updated doxygen documentation to version 0.5.10Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@905 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-24Implement ticket #62: option to play tones continuously, and added ↵Benny Prijono
--play-tone option in pjsua git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@904 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-23Fixed ticket #76: bug in PortAudio when device is opened in non-native clock ↵Benny Prijono
rate git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@902 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-23More ticket #64 fix: allow whitespace after SDP media formatBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@901 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-23Fixed ticket #75: allow empty SDP format list when media port is zeroBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@900 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-23Fixed ticket #74: unstable/stutter sound on Windows Mobile (thanks ChenHuang)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@899 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-23Support for Visual Studio 2005 workspaceBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@898 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-21Implement ticket #67: added WAV playlist feature to PJMEDIABenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@895 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-21Fixed gcc warnings, especially about dereferencing type-punned pointerBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@893 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-20Ticket #64: more lenient SDP parsing (take only what we need and ignore ↵Benny Prijono
anything else) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@889 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-20Implement ticket #56: Periodically transmit RTP packet on silence, to ↵Benny Prijono
maintain NAT binding etc. git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@888 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-20Fixed ticket #70: Frame timestamp not propagated correctly in PJMEDIABenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@887 74dad513-b988-da41-8d7b-12977e46ad98
2007-01-04Just updated and improved the doxygen documentations all over the placeBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@875 74dad513-b988-da41-8d7b-12977e46ad98
2006-12-30Implement ticket #40: support for asymmetric encoding/decoding ptime (e.g. ↵Benny Prijono
with iLBC when local and remote have different mode) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@874 74dad513-b988-da41-8d7b-12977e46ad98
2006-12-29Fixed ticket #55: Invalid PortAudio error space (PA expects negative error ↵Benny Prijono
codes) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@873 74dad513-b988-da41-8d7b-12977e46ad98
2006-12-26Implement ticket #53: Disable silence detector during the first few seconds ↵Benny Prijono
of RTP transmission to assist NAT traversal git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@868 74dad513-b988-da41-8d7b-12977e46ad98
2006-12-26Ticket #54: added ability to modify some codec parameters on the flyBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@867 74dad513-b988-da41-8d7b-12977e46ad98
2006-12-26Ticket #51: Added audio level adjustment to PJSUA-APIBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@864 74dad513-b988-da41-8d7b-12977e46ad98
2006-12-26Added DTMF callback support all the way to PJSUA API (ticket #48)Benny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@863 74dad513-b988-da41-8d7b-12977e46ad98
2006-12-22Ticket #47: Packet length not set correctly when media transport fails with ↵Benny Prijono
immediate error git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@857 74dad513-b988-da41-8d7b-12977e46ad98
2006-12-15Fixed ticket #43: echo suppressor definition in echo_suppress.c doesn't ↵Benny Prijono
match the declaraton in echo_common.c git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@855 74dad513-b988-da41-8d7b-12977e46ad98
2006-12-11Added debugging info setting in Visual Studio project in Release modeBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@853 74dad513-b988-da41-8d7b-12977e46ad98
2006-12-08Added media flow diagram (image) to pjmedia docBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@848 74dad513-b988-da41-8d7b-12977e46ad98
2006-12-07Fixed ticket #37: invalid RTP packet should be counted in 'discarded' packetBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@846 74dad513-b988-da41-8d7b-12977e46ad98
2006-11-30Implement task #26: integrate table based Alaw/Ulaw/linear conversion into ↵Benny Prijono
pjmedia (thanks Toni Rutar for the original contribution) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@838 74dad513-b988-da41-8d7b-12977e46ad98
2006-11-27Display actual sound device name in conference bridge port zeroBenny Prijono
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@833 74dad513-b988-da41-8d7b-12977e46ad98