Commit Graph

122 Commits

Author SHA1 Message Date
Benny Prijono 4100342690 Removed VSS traces from .dsp files
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@458 74dad513-b988-da41-8d7b-12977e46ad98
2006-05-19 21:06:04 +00:00
Benny Prijono cdf3c11519 Changed PJ_ASSERT_RETURN to evaluate the expression in the pj_assert, so that the message is displayed when the program stops
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@456 74dad513-b988-da41-8d7b-12977e46ad98
2006-05-19 15:54:09 +00:00
Benny Prijono 0c38badf16 Fixed broken make on Linux etc because of missing os_timestamp_linux.c (was renamed to os_timestamp_posix.c)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@447 74dad513-b988-da41-8d7b-12977e46ad98
2006-05-16 12:33:52 +00:00
Benny Prijono ed8c0fc17f Changed default sound back-end on Win32 to own DirectSound
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@445 74dad513-b988-da41-8d7b-12977e46ad98
2006-05-14 21:29:53 +00:00
Benny Prijono 8befd9fe99 Another major modifications in PJMEDIA:
- handle multiple frames in one packet
- split stream creation into two steps to allow customization
- PLC framework and implementation with G.711 and speex
- stream returns NO_FRAME correctly.
- added ptime argument in pjsua



git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@438 74dad513-b988-da41-8d7b-12977e46ad98
2006-05-13 22:46:23 +00:00
Benny Prijono 8845e2a767 Removed rwmutex implementation to os_rwmutex.c
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@434 74dad513-b988-da41-8d7b-12977e46ad98
2006-05-11 10:33:19 +00:00
Benny Prijono 42c5b9e200 Merge-in RTEMS port patch by Phil Torre <ptorre@zetron.com>, alpha release.
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@433 74dad513-b988-da41-8d7b-12977e46ad98
2006-05-10 19:24:40 +00:00
Benny Prijono 0382cd8135 Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$CC_NAME)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@431 74dad513-b988-da41-8d7b-12977e46ad98
2006-05-04 08:43:02 +00:00
Benny Prijono 1d8d6087c1 Fixed bug in event subscription when it is challenged/authenticated
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@424 74dad513-b988-da41-8d7b-12977e46ad98
2006-04-29 12:38:25 +00:00
Benny Prijono c67cbde997 Released version 0.5.5
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@423 74dad513-b988-da41-8d7b-12977e46ad98
2006-04-29 10:03:39 +00:00
Benny Prijono b8c251830a Improve codec handling in pjsua cmd-line options, and add URI to call
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@422 74dad513-b988-da41-8d7b-12977e46ad98
2006-04-29 08:31:09 +00:00
Benny Prijono b9cd54e3d0 Increase the maximum number of formats in SDP media line (from 16 to 32)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@419 74dad513-b988-da41-8d7b-12977e46ad98
2006-04-28 15:37:12 +00:00
Benny Prijono dca7a3365e Set version to 0.5.4.11
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@418 74dad513-b988-da41-8d7b-12977e46ad98
2006-04-28 15:17:01 +00:00
Benny Prijono c850d8107a Set pjproject version to 0.5.4.10
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@400 74dad513-b988-da41-8d7b-12977e46ad98
2006-04-09 17:31:53 +00:00
Benny Prijono e2eea447d0 Added experimental code to handle QueryPerformanceCounter leaping bug on Win32
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@396 74dad513-b988-da41-8d7b-12977e46ad98
2006-04-09 10:37:09 +00:00
Benny Prijono 2a81634f62 Don't use rdtsc for high res timestamp on Linux as it's highly inaccurate (for now)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@387 74dad513-b988-da41-8d7b-12977e46ad98
2006-04-05 19:04:34 +00:00
Benny Prijono 4fda1ebb07 Added timestamp frequency accuracy test in pjlib-test
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@386 74dad513-b988-da41-8d7b-12977e46ad98
2006-04-05 18:42:13 +00:00
Benny Prijono 5accbd0457 Fixed race condition bug in ioqueue unregistration for select and Win32 IOCP backend
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@365 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-30 16:32:18 +00:00
Benny Prijono 8508aa0ce4 Added ability to have custom pool backend (needed for pool debugging facility)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@364 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-30 15:56:01 +00:00
Benny Prijono ac52df49f1 Fixed bug in ioqueue: crashed when key is unregistered while another thread is running a callback
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@363 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-25 10:06:00 +00:00
Benny Prijono c8c4d1ef96 Added byte order swapping utilities
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@362 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-24 20:45:22 +00:00
Benny Prijono 03fefff190 Fixed build error on Linux
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@356 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-23 22:06:20 +00:00
Benny Prijono dcf299626b Set default option to exclude pj_stricmp_alnum()
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@354 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-23 18:03:40 +00:00
Benny Prijono 2cab3a5943 Added a little more threading test and put more info in ioqueue test log
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@351 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-22 19:08:19 +00:00
Benny Prijono 8d317a0c67 Fixed bug in ioqueue with IO Completion Port backend, where events may still be called after key is unregistered
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@349 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-22 11:49:19 +00:00
Benny Prijono 7a4cf159ef Added pj_inet_addr2()
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@348 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-22 11:48:33 +00:00
Benny Prijono 6908edd0e2 Fixed build error on mingw
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@345 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-20 20:57:51 +00:00
Benny Prijono e67d99a58a Ported pjlib to PowerPC/MacOS
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@338 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-20 12:39:24 +00:00
Benny Prijono 11852996f5 Fixed or added misc flags to enable build selection via compile time macro
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@331 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-18 12:28:03 +00:00
Benny Prijono 3ba816ebd0 Added option to disable error message altogether, to save space footprint
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@330 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-18 12:26:55 +00:00
Benny Prijono b8f63d6f05 Added <stdio.h> in this file
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@326 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-17 17:59:16 +00:00
Benny Prijono 4381efe1db Added misc flags and modify Makefiles to allow exclusion of PortAudio and specific codec during compilation
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@320 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-16 14:24:26 +00:00
Benny Prijono ed811d7b04 Fixed compilation and run warnings/errors with MSVC 2005
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@315 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-10 12:57:12 +00:00
Benny Prijono edb566ca95 Updated MSVC projects to use os_time_win32.c, as os_time_ansi.c caused problems in VC2005
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@313 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-09 10:21:30 +00:00
Benny Prijono 8a02d01537 Version 0.5.4 (web release)
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@307 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-07 15:15:19 +00:00
Benny Prijono 45a5ff22af Fixed bug in writing log when pj_init() is called
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@304 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-06 16:25:30 +00:00
Benny Prijono 247fd9e22b Added version info on pj_init()
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@298 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-06 15:13:51 +00:00
Benny Prijono c0dcc6370b Tested Speex codecs (narrowband, wideband, ultrawideband)!
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@294 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-06 13:36:38 +00:00
Benny Prijono 6aa5c2a83f Added PJ_EEOF in pjlib errno.h
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@289 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-05 13:37:41 +00:00
Benny Prijono d081350ef2 Fixed Speex warnings, and set version to 0.5.3.1
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@279 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-05 07:54:08 +00:00
Benny Prijono d2e84d50be Fixed compilation warnings and errors in pjsip-perf
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@271 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-02 21:26:09 +00:00
Benny Prijono 942452ba36 Added pj_strdup2_with_null
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@263 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-02 21:12:28 +00:00
Benny Prijono 6492081bc7 Fixed bug in timer, where poll() can return negative time, causing havoc with other polling function that depends on the value
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@251 74dad513-b988-da41-8d7b-12977e46ad98
2006-03-01 19:27:06 +00:00
Benny Prijono 09413ca1df Temporary fix: added sleep() when epoll returns non-zero while no descriptor is actually set!
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@244 74dad513-b988-da41-8d7b-12977e46ad98
2006-02-27 23:52:06 +00:00
Benny Prijono e1a3de544e Fixed warning about _WIN32_WINNT redefined when compiled on Mingw
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@239 74dad513-b988-da41-8d7b-12977e46ad98
2006-02-27 00:39:44 +00:00
Benny Prijono cb0758a3b6 Fixed bug pj_thread_register() when same thread is re-registered with different descriptor
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@233 74dad513-b988-da41-8d7b-12977e46ad98
2006-02-26 21:20:52 +00:00
Benny Prijono c8322f372d Added mutex protection for caching pool
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@232 74dad513-b988-da41-8d7b-12977e46ad98
2006-02-26 21:18:42 +00:00
Benny Prijono 1eaeb7d6ee Version 0.5.1.3
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@231 74dad513-b988-da41-8d7b-12977e46ad98
2006-02-25 21:17:07 +00:00
Benny Prijono 8c715611b6 Synched with documentation
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@228 74dad513-b988-da41-8d7b-12977e46ad98
2006-02-25 02:04:42 +00:00
Benny Prijono 64f851ea57 Added support for NULL frame in rtp stream, fixed bugs here and there in INVITE (e.g. dont send SDP on 180), and set version to 0.5.1.2
git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@223 74dad513-b988-da41-8d7b-12977e46ad98
2006-02-23 13:49:28 +00:00