source: pjproject/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2222   16 years nanang Ticket #490: Updated VAD with new algorithm.
(edit) @2221   16 years bennylp Fixed Python bug with enum_codecs() (thanks Saúl Ibarra for the report)
(edit) @2220   16 years bennylp Fixed crash in Python when receiving incoming DTMF digits
(edit) @2219   16 years nanang Ticket #583: - Added codec AMR-WB - Updated AMR & AMRWB to utilize …
(edit) @2218   16 years nanang Ticket #583: - rearranged some codec properties, e.g: codec name, …
(edit) @2217   16 years bennylp Ticket #595: Broken semaphore implementation on MacOS X (thanks Viktor …
(edit) @2216   16 years nanang Ticket #583: Initial source of IPP codecs wrapper.
(edit) @2215   16 years bennylp Added maximum threshold for silence detector, to aovid the silence …
(edit) @2214   16 years bennylp More ticket #590: removed unused echo suppressor settings in …
(edit) @2213   16 years bennylp Increase codec's maximum silence duration …
(edit) @2212   16 years bennylp More ticket #590: optimizations in the echo suppressor, gained more than …
(edit) @2211   16 years bennylp Ticket #594: Improvements in PocketPJ Windows Mobile application: added …
(edit) @2210   16 years bennylp Added interactive option in aectest sample and to display WAV duration on …
(edit) @2209   16 years bennylp Fixed bug in --auto-rec option handling in pjsua
(edit) @2208   16 years bennylp More ticket #590: handle the case when mic level is set too high causing …
(edit) @2207   16 years bennylp pj_sockaddr_copy_addr() might raise assertion if destination address is …
(edit) @2206   16 years bennylp More ticket #591: Assertion failure in ICE session (thanks Pedro Gonçalves …
(edit) @2205   16 years bennylp Ticket #592: URI comparison may crash the application (thanks Pedro …
(edit) @2204   16 years bennylp Related to ticket #590: added command line option in pjsua to select the …
(edit) @2203   16 years bennylp More ticket #590: fix the bug in smoothing factor
(edit) @2202   16 years bennylp Ticket #591: Assertion failure in ICE session (thanks Pedro Gonçalves for …
(edit) @2201   16 years bennylp Initialize CPocketPJ setting with proper values in constructor
(edit) @2200   16 years bennylp Renamed fabs() to FABS() since it conflicts with intrinsic function in VC6
(edit) @2199   16 years bennylp Ticket #590: new echo suppressor which should work much better than the …
(edit) @2198   16 years bennylp Ticket #588: Improvements to echo cancellation framework
(edit) @2197   16 years nanang Fixed bug possibility of dereferencing NULL pointer when calling …
(edit) @2196   16 years bennylp Ticket #586: Added ICE negotiations test to test the scenario when two …
(edit) @2195   16 years bennylp Fixed bug in pj_ice_strans_get_running_comp_cnt(): wrong number of …
(edit) @2194   16 years bennylp Ticket #585: Handle non-SIP URI in Contact header of incoming INVITE and …
(edit) @2193   16 years bennylp Implement ticket #551: Generic URI scheme handler (thanks Juri Glaß for …
(edit) @2192   16 years nanang Added test delaybuf to pjmedia MIPS test.
(edit) @2191   16 years nanang Ticket #563: Updated SDP offer/answer related to call hold scenario to …
(edit) @2190   16 years bennylp Fixed build error on FreeBSD (cannot use <netinet/ip.h> if …
(edit) @2189   16 years bennylp Fixed compilation warning in test-pjsip
(edit) @2188   16 years bennylp Changed SIP transport to use active socket to fix ticket #579: "Data loss …
(edit) @2187   16 years bennylp Added new active socket API's to specify application buffers in …
(edit) @2186   16 years bennylp Fixed ticket #582: Extended presence status is not sent in initial NOTIFY …
(edit) @2185   16 years bennylp Initial work for ticket #579: added option to make the active socket sends …
(edit) @2184   16 years nanang Ticket #557: Fixed memory leak in Speex EC (actually this is updating …
(edit) @2183   16 years bennylp Fixed ticket #581: Fixed build dependencies in the makefiles
(edit) @2182   16 years bennylp Ticket #463: Configuration option to have external sound device …
(edit) @2181   16 years bennylp Added PJ_LOG_HAS_LEVEL_TEXT logging flag to display the log verbosity …
(edit) @2180   16 years bennylp Ticket #538: Closed TCP connection should be removed from the hash table …
(edit) @2179   16 years bennylp Ticket #580: Incoming target refresh request does not update the Contact …
(edit) @2178   16 years bennylp Added latency.c in the samples (see …
(edit) @2177   16 years bennylp Fixed linking errors in pjnath when TCP is disabled in PJLIB
(edit) @2176   16 years bennylp Fixed invalid configuration generation in pjsua for auto-update-nat option …
(edit) @2175   16 years bennylp Ticket #578: Bug in encoding ICE candidate type in SDP (thanks Ondrej …
(edit) @2174   16 years nanang Ticket #577: Initial source of sound device wrapper with APS
(edit) @2173   16 years bennylp Added setup-vc.py for Visual Studio installation
(edit) @2172   16 years bennylp Tweak setup.py
(edit) @2171   16 years bennylp Added simplecall.py sample
(edit) @2170   16 years bennylp pjsua.py: fixed transport port bug, changed default tracing to disabled, …
(edit) @2169   16 years bennylp pj_strtoul() should stop the conversion as soon as it finds a non-digit …
(edit) @2168   16 years bennylp Fixed crash in stateful proxy sample when receiving request with malformed …
(edit) @2167   16 years bennylp Added math.h to pjlib's Visual Studio projects
(edit) @2166   16 years bennylp Wrong documentation in pjmedia_snd_port_connect() (thanks Klaus Darilion)
(edit) @2165   16 years bennylp Added sleep() in python handle events to avoid starvation in the main …
(edit) @2164   16 years bennylp Fixed gcc warning on _pjsua.c about suggested parenthesis
(edit) @2163   16 years bennylp Major modifications in Python module and pjsua.py wrapper: - replaced …
(edit) @2162   16 years bennylp Ticket #576: Added user data in pjsua account and buddy
(edit) @2161   16 years bennylp Added pjsua option to set the logging color scheme for terminal with light …
(edit) @2160   16 years bennylp Fixed build error with some Mingw configuration related to socklen_t
(edit) @2159   16 years bennylp Ticket #571: Coloring for logs in Linux/UNIX, two more spaces in logs and …
(edit) @2158   16 years bennylp Added WAV playlist and conf_set/get_level API to Python module
(edit) @2157   16 years bennylp Related to ticket #192: crash when shutting down pjsua if buddy pool has …
(edit) @2156   16 years bennylp Implemented ticket #192 for Python: Add callback to notify application …
(edit) @2155   16 years bennylp Ticket #575: Unregistering from Windows IOCompletionPort (IOCP) ioqueue …
(edit) @2154   16 years nanang Added pjsua command line option '--jb-max-size' to set jitter buffer max …
(edit) @2153   16 years nanang Fixed linking error cased by missing PJMEDIA_HAS_RTCP_XR guard for …
(edit) @2152   16 years nanang Added ability to dump extended statistics (RTCP XR) in pjsua.
(edit) @2151   16 years bennylp Fixed Winsock link error in pjturn-srv VS6 project
(edit) @2150   16 years bennylp Ticket #192: Add callback to notify application about incoming SUBSCRIBE …
(edit) @2149   16 years bennylp Ticket #574: Add new API to know why the outgoing subscription request is …
(edit) @2148   16 years bennylp More ticket #568: added hash_test.c to pjlib-test VS6 and VS2005 projects
(edit) @2147   16 years bennylp Ticket #573: Handle receiving short version of Event header
(edit) @2146   16 years bennylp Ticket #572: New PJSIP pjsip_msg_find_hdr_by_names() API to find SIP …
(edit) @2145   16 years nanang Ticket #570: Fixed find_pitch() search range iteration; and fixed …
(edit) @2144   16 years nanang Ticket #569: Updated SRTP locking to not guard member transport when …
(edit) @2143   16 years nanang Fixed minor bug missing wsola_plc initialization.
(edit) @2142   16 years bennylp Fixed unitialized read when parsing account's Contact URI
(edit) @2141   16 years nanang Ticket #558: Fixed memory leak caused by cipher_type_self_test()
(edit) @2140   16 years bennylp Slight optimization in GUID generation for Win32 (removed unnecessary copy …
(edit) @2139   16 years bennylp More ticket #568: added hash table test to Symbian pjlib-test MMP
(edit) @2138   16 years bennylp Ticket #568: The hash table ignores the last row of the table in hash …
(edit) @2137   16 years bennylp More ticket #559: added PJ_POOL_SIZE macro in pool_alt.h to make it work …
(edit) @2136   16 years bennylp Ticket #567: Rare race condition causing crash in ICE stream transport …
(edit) @2135   16 years bennylp Related to ticket #566: Crash when shutting down PJSUA-LIB and outgoing …
(edit) @2134   16 years bennylp Related to ticket #518: only destroy the account and buddy pools after …
(edit) @2133   16 years bennylp Ticket #566: TURN session in PJSUA-LIB is not properly destroyed causing …
(edit) @2132   16 years bennylp Ticket #565: Call WSACleanup() when pj_shutdown() is called on Windows
(edit) @2131   16 years bennylp Ticket #564: Reduce the memory usage for default pjsip settings
(edit) @2130   16 years bennylp Ticket #518: some fixes for growing memory usage in PJSUA-LIB, by using …
(edit) @2129   16 years bennylp Set default UDP media transport name if name is not specified by …
(edit) @2128   16 years bennylp Related to ticket #529: ignore transaction terminate request if …
(edit) @2127   16 years bennylp Fixed ticket #529: memory leak on Symbian and possibly handle leaks on all …
(edit) @2126   16 years bennylp Ticket #561: select() ioqueue default concurrency setting is not …
(edit) @2125   16 years bennylp Ticket #562: In TURN client sample application, when STUN server is …
(edit) @2124   16 years bennylp Ticket #560: Optimize the memory usage of DNS resolver
(edit) @2123   16 years bennylp Ticket 559 (minor): Update the pool alternative API (pool_alt.h) with the …
Note: See TracRevisionLog for help on using the revision log.