Commit Graph

1528 Commits

Author SHA1 Message Date
Benny Prijono cf53baff1a Related to ticket #449: fixed bug when rx volume adjustment caused static noise (thanks Norman Franke)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1692 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-14 18:35:51 +00:00
Benny Prijono f14be2f803 Ticket #449: New conference mixing algorithm to replace multiplication with simple addition
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1691 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-14 16:18:37 +00:00
Benny Prijono 61ab6ca6a7 Related to ticket #447: the WAV player should consistently return non-PJ_SUCCESS after it has returned one
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1690 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-14 16:12:41 +00:00
Benny Prijono 79cbbf4f0c Ticket #448: PJSIP rejects incoming call with 415/Unsupported Media Type for INVITE containing video (thanks Alain Totouom)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1689 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-14 13:30:33 +00:00
Benny Prijono 6b3ccdf592 Fixed Symbian include header case sensitivity (thanks Alfred E. Heggestad)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1688 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-14 11:54:21 +00:00
Benny Prijono 8df87219c2 Renamed symbian_ua.pkg to symbian_ua_udeb.pkg and symbian_ua_urel.pkg
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1687 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-13 00:26:22 +00:00
Benny Prijono e9a653062f In mix.c, handle FRAME_TYPE_NONE if the conference ever returns one
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1686 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-12 15:32:17 +00:00
Benny Prijono 39e232add0 Another fix for ticket #447: WAV player cuts last data from the WAV file
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1685 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-12 15:30:15 +00:00
Benny Prijono 9b65ba5007 Fixed overflow bug in length calculation, added force option, and added trailing silence in the output file
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1684 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-12 14:16:30 +00:00
Benny Prijono b823dc55f6 Ticket #447: WAV player cuts last data from the WAV file
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1683 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-12 14:13:49 +00:00
Benny Prijono 79a1afee3e Ticket #446: Added sample application to mix WAV files using conference bridge
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1682 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-12 11:31:39 +00:00
Benny Prijono a268770929 Ticket #446: Added sample application to mix WAV files using conference bridge
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1681 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-12 11:23:02 +00:00
Benny Prijono c485dd881e Added new WAV player API: pjmedia_wav_player_get_len()
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1680 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-12 11:11:58 +00:00
Benny Prijono 4c5351f3ac Updated encdec sample to support PLC etc
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1679 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-11 16:30:22 +00:00
Benny Prijono 06e62d76f6 Ticket #445: added codec encoding/decoding sample
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1678 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-11 09:01:50 +00:00
Benny Prijono 7a17068dea Fixed what looks like a bug in pjmedia's Speex decoder: decoder may return invalid PCM frame length
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1677 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-11 08:52:18 +00:00
Benny Prijono 28973064ba Ticket #444: Bug in tone generator: can't play more digits (thanks Marian Dragomir)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1676 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-11 08:22:57 +00:00
Benny Prijono 37c710ba55 Added PJSUA_DEFAULT_AUDIO_FRAME_PTIME setting and changed default iLBC mode from 20 to 30
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1675 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-10 12:09:26 +00:00
Benny Prijono e723b92f8b Ticket #443: Overflow in dump_media_session() (thanks Simon Farmer)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1674 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-09 22:11:24 +00:00
Benny Prijono 3e09167c56 Ticket #441: Fix endianess detection for PortAudio
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1673 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-09 15:43:02 +00:00
Benny Prijono 14bf2631ab Ticket 440: pj_timer_entry_init() doesn't initialize timer ID
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1672 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-09 15:25:00 +00:00
Benny Prijono 1402a4a0a1 Protect against division by zero in pjsua's dump_media_session (thanks Simon Farmer)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1671 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-08 23:41:22 +00:00
Benny Prijono 1b543243c5 Added call gaping in siprtp
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1670 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-08 22:50:06 +00:00
Benny Prijono 6e7e9544ff Fixed warnings with strict gcc
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1669 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-08 16:03:18 +00:00
Benny Prijono 71914a1728 Fixed compilation error about IFF_UP
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1668 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-08 16:02:33 +00:00
Benny Prijono 705c383a1a Ticket #439: don't call encode() if input is FRAME_TYPE_NONE
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1667 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-07 18:33:25 +00:00
Benny Prijono ef0d7e7bf8 Assertion error in streamutil sample
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1666 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-07 13:50:22 +00:00
Benny Prijono cb82ec1ee6 Fixed compile error in sound port when delaybuf is enabled
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1665 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-04 20:50:34 +00:00
Benny Prijono 45710a4968 Ticket #438 (Workaround for frame bursts from audio devices): added delay buffer implementation in pjmedia
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1664 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-04 18:19:40 +00:00
Benny Prijono d7443937b2 Fixed bug in sndtest: drift detection was wrong since it assumes that the drift value would be positive. Also added mutex protection just in case
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1663 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-04 18:00:11 +00:00
Benny Prijono a044ff9dba Fixed timestamp bug in pasound.c: timestamp is shared by both playback and record and it was incorrectly incremented by both
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1662 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-04 17:57:51 +00:00
Benny Prijono ab872f294d Fixed bug in IPv6 address to string conversion on WinCE
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1661 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-04 17:56:28 +00:00
Benny Prijono 684c0ad322 Print stack usage, and other minor changes
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1660 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-03 18:50:27 +00:00
Benny Prijono 9349842397 Print stack usage upon thread exiting
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1659 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-03 18:48:58 +00:00
Benny Prijono 92898f04f5 Increased stack size in symbian_ua.mmp to 12KB
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1658 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-03 18:47:56 +00:00
Benny Prijono d6066850a6 siprtp doesn't initialize 100rel module (thanks Angelos Karageorgiou)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1657 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-03 17:20:39 +00:00
Benny Prijono 7ec779c886 Related to ticket #437: reduce the stack usage of ICE media transport
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1656 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-02 08:28:33 +00:00
Benny Prijono 38fb3ead87 Related to ticket #437: optimize the stack usage of pjsua-lib
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1655 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-02 08:27:03 +00:00
Benny Prijono 0887321535 Ticket #437: reduce stack and pool usage on pjnath to make it work better on Symbian
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1654 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-02 08:24:10 +00:00
Benny Prijono cd700b1f13 Minor fix: doesn't need to make TBuf static in pj_inet_ntoa() for Symbian
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1653 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-02 08:22:38 +00:00
Benny Prijono 7db5443caa Defect: new allocator didn't call factory on_block_alloc()/on_block_free()
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1652 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-02 08:21:43 +00:00
Benny Prijono 97e7b12a34 Implement stack usage detection on Symbian OS
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1651 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-02 08:19:17 +00:00
Benny Prijono 22e6832b94 Tweak config_site_sample.h for Symbian
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1650 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-02 07:57:23 +00:00
Benny Prijono 467edf0aea Added PJ_OS_HAS_CHECK_STACK default configuration in pjlib/config.h, at least to document it in doxygen
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1649 74dad513-b988-da41-8d7b-12977e46ad98
2008-01-02 07:56:38 +00:00
Benny Prijono 70c5ba04a1 Open access point establishment selection before starting the Symbian application. Also added IP addressing test in symbian_ua
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1648 74dad513-b988-da41-8d7b-12977e46ad98
2007-12-31 11:27:35 +00:00
Benny Prijono 9db4bd6334 Fixed IPv6/IPv4 address issue in Symbian: Symbian, at least 9.1, seems to have dual stack IP, so IPv4 address can be returned as a mapped IPv6 address
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1647 74dad513-b988-da41-8d7b-12977e46ad98
2007-12-31 11:26:21 +00:00
Benny Prijono c27235cce0 Changed symbian_ua menu to use numeric keys
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1646 74dad513-b988-da41-8d7b-12977e46ad98
2007-12-30 09:17:42 +00:00
Benny Prijono f792de47fc Updated the UID3 of Symbian test applications because of ticket #434
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1645 74dad513-b988-da41-8d7b-12977e46ad98
2007-12-28 19:19:15 +00:00
Benny Prijono 2b1e835c98 Added svn:ignore flag with few more files/directory created by Carbide C++
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1644 74dad513-b988-da41-8d7b-12977e46ad98
2007-12-28 19:04:25 +00:00
Benny Prijono f3ce13969b Set pool_test_malloc_free() to use malloc()/free() instead of new/delete since there is compilation error on Symbian with GCCE compiler. But this most likely will fail on run-time, so currently this test is broken for Symbian
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1643 74dad513-b988-da41-8d7b-12977e46ad98
2007-12-28 19:03:20 +00:00