source: pjproject/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2027   16 years nanang More ticket #540: updated snd-auto-close to work friendly with call
(edit) @2026   16 years nanang Cleaned up unused field avg_jitter from rtcp session
(edit) @2025   16 years bennylp Added presence pjsua unit tests
(edit) @2024   16 years bennylp Changed tonegen to use native clock rate, and other minor changes
(edit) @2023   16 years bennylp Refine the tone feature implementation in pjsua
(edit) @2022   16 years bennylp Added pjmedia_tonegen_rewind()
(edit) @2021   16 years bennylp Added ringback/alert tones in pjsua
(edit) @2020   16 years bennylp Implement ticket #546 and revisit ticket #439: - ticket #546 implements …
(edit) @2019   16 years bennylp More ticket #505: added constants to shrink the excess frames in jbuf even …
(edit) @2018   16 years nanang Ticket #540: Added pjsua-lib feature auto-close sound device on idle and …
(edit) @2017   16 years bennylp More ticket #543: added ICE test
(edit) @2016   16 years nanang Added svn:ignore list for symbian_ua_gui
(edit) @2015   16 years bennylp Fixed various compilation warnings with gcc strict compilation
(edit) @2014   16 years bennylp Fixed build error on the Python module. It's still not up-to-date with the …
(edit) @2013   16 years bennylp Ticket #543: added TCP call in pjsua unit test
(edit) @2012   16 years bennylp More ticket #543: added SRTP negotiation tests
(edit) @2011   16 years bennylp Related to ticket #525: transport_srtp returns PJ_EINVALIDOP in UPDATE or …
(edit) @2010   16 years nanang More ticket #542: updated dsound.c to adapt with latency setting
(edit) @2009   16 years bennylp Ticket #543: initial framework for pjsua testing, still needs lots of test …
(edit) @2008   16 years bennylp Added echo option and stdout refresh in pjsua to assist automated test …
(edit) @2007   16 years nanang Ticket #542: added new API and macro for sound device latency settings, …
(edit) @2006   16 years bennylp Bug in srv_resolver: host_resolved value may exceed number of SRV records …
(edit) @2005   16 years bennylp Fixed error representing the qvalue in Contact header (parser error), and …
(edit) @2004   16 years nanang Updated default speex quality settings and reenabled pjsua to set Speex …
(edit) @2003   16 years nanang Fixed Speex build config
(edit) @2002   16 years nanang Upgraded Speex version to the latest and reorganized it in local copy …
(edit) @2001   16 years bennylp Added gdi32.lib and advapi32.lib in Samples-vc.mak as it causes link error …
(edit) @2000   16 years nanang Removed codec G729 from encdec.c
(edit) @1999   16 years bennylp Related to r1996, do not return 0.0.0.0/8 class IP address in …
(edit) @1998   16 years nanang Added more validations & a new API (thanks Florian Bomers): - added more …
(edit) @1997   16 years bennylp Fixed more mismatch decl/def function specifications (thanks Samuel …
(edit) @1996   16 years bennylp Ignore 0.0.0.0/8 class IP address in interface enumeration function since …
(edit) @1995   16 years bennylp Fixed mismatched between declaration and definition of …
(edit) @1994   16 years bennylp Added error logging when authentication fails in TURN server sample
(edit) @1993   16 years bennylp Fixed minor bug: wrong pool name for STUN session pool
(edit) @1992   16 years bennylp Ticket #418 Protect client registration session with mutex
(edit) @1991   16 years bennylp Fixed compilation warnings in dns_server.c
(edit) @1990   16 years bennylp More ticket #485: added TURN support in PJSUA-LIB API
(edit) @1989   16 years bennylp More ticket #485: major modification in transport_ice to support new ICE …
(edit) @1988   16 years bennylp Major major modifications related to ticket #485 (support for TURN-07): - …
(edit) @1987   16 years bennylp Ticket #537: implemented Simple DNS Server class (for testing) in …
(edit) @1986   16 years bennylp More ticket #531: added user_data parameter in activesocket creation API …
(edit) @1985   16 years nanang Added field maximum bitrate to codec param, this is useful for providing …
(edit) @1984   16 years nanang Cleaned up warnings of [u]char-[u]int conversions
(edit) @1983   16 years nanang Ticket #473: - fixed issue on Speex multiple frames (encoding: encoded …
(edit) @1982   16 years nanang Fixed bug in copying buffer and updated post process of buffer shrinking
(edit) @1981   16 years bennylp Fixed gcc warnings about type pruned pointers
(edit) @1980   16 years nanang Fixed C & C++ cross linked problem and missing newly added libsrtp.lib in …
(edit) @1979   16 years nanang More ticket #61: enabled SRTP on Symbian
(edit) @1978   16 years nanang Fixed Symbian build on OS with case sensitive filename (e.g: Linux)
(edit) @1977   16 years nanang Fixed uninitialized output size before calling G.722 encoder
(edit) @1976   16 years bennylp Increase clock rate limit in pjsua to 192000 (from 48000)
(edit) @1975   16 years nanang Fixed wchar_t definition for all build targets.
(edit) @1974   16 years nanang Added symbian_ua_gui to symbian root build settings (bld.inf), fixed …
(edit) @1973   16 years nanang Initial source of GUI version of Symbian UA
(edit) @1972   16 years nanang Updated delaybuf to learn burst level in realtime instead of only in the …
(edit) @1971   16 years nanang Added another WSOLA implementation, PJMEDIA_WSOLA_IMP_WSOLA_LITE, this is …
(edit) @1970   16 years nanang Fixed bug wrong option for resample port between conference bridge and …
(edit) @1969   16 years nanang More ticket #536: fixed bug in SrcUD (missed fix, previously r1968 only …
(edit) @1968   16 years nanang Reapplied changeset 287 (resample may write pass the output buffer), with …
(edit) @1967   16 years bennylp Fixed bug in pjmedia_sdp_rtpmap_to_attr(): may overwrite past the buffer
(edit) @1966   16 years bennylp Added (the missing) libspeexcodec.mmp
(edit) @1965   16 years nanang Changed build optimizations settings for Speex, pjmedia, and symbian_sound …
(edit) @1964   16 years bennylp Changed build optimization settings for Speex and pjmedia for eVC4/Windows …
(edit) @1963   16 years bennylp Fixed bug with SRTP enabling configuration for PocketPJ application
(edit) @1962   16 years bennylp Fixed Symbian build error caused by active socket addition to pjlib in …
(edit) @1961   16 years nanang More on ticket #535: updated files using and related to math.h
(edit) @1960   16 years nanang Ticket #535: added initial source of math.h
(edit) @1959   16 years bennylp Ticket #534: Client register/registration support for various registrar …
(edit) @1958   16 years bennylp Modified pj_list_size() to take const argument instead
(edit) @1957   16 years bennylp More ticket #533: fixed bug in Retry-After parser (thanks Samuel Vinson)
(edit) @1956   16 years bennylp Fixed bug with pj_generate_unique_string() initialization trying to access …
(edit) @1955   16 years nanang Resample port get frame may cause buffer overflow when downport returns …
(edit) @1954   16 years bennylp Ticket #533: Support for parsing Retry-After SIP header
(edit) @1953   16 years bennylp Implement ticket #531: active socket abstraction to make ioqueue …
(edit) @1952   16 years bennylp Added pj_sockaddr_cp()
(edit) @1951   16 years nanang Ticket #524: changed pjsua and stereotest default audio frame time from …
(edit) @1950   16 years nanang Ticket #527: Commited ticket527.2.patch
(edit) @1949   16 years bennylp Added nios2 processor settings PJLIB in config.h (thanks F)
(edit) @1948   16 years bennylp Added nios2 target detection in config.sub
(edit) @1947   16 years bennylp Fixed bug: NOTIFY is sent continuously on PJSUA-LIB shutdown
(edit) @1946   16 years bennylp If regc.check_contact is disabled, and no Expires header has been found, …
(edit) @1945   16 years nanang More ticket #513: - Added RTCP XR features on stream: configurable RTCP …
(edit) @1944   16 years nanang Ticket #528: committed ticket528.patch
(edit) @1943   16 years nanang More on ticket #513: - Added RTCP XR print reports to streamutil.c - …
(edit) @1942   16 years bennylp Ticket #513: Support for RTCP XR (initial patch)
(edit) @1941   16 years bennylp More ticket #497: added configuration to disable WSOLA and set default to …
(edit) @1940   16 years nanang Fixed chunk size alignment in pool drain test
(edit) @1939   16 years bennylp Workaround for pj_thread_sleep() failure with ETIMEDOUT in MacOS X (thanks …
(edit) @1938   16 years bennylp Fixed bug in invalid Contact address being generated upon NAT detection, …
(edit) @1937   16 years bennylp Added ability to send custom headers in sipstateless sample
(edit) @1936   16 years bennylp Report NAT type as unknown rather than UDP blocked when test 1B failed …
(edit) @1935   16 years bennylp More ticket #420: creation of IPv6 media streams (tested on SIPit22)
(edit) @1934   16 years bennylp More ticket #526: committed ticket526.2.patch
(edit) @1933   16 years bennylp Fixed bug: the status line in sipfrag content (for REFER) must ends with a …
(edit) @1931   16 years bennylp Use the smart Contact header for TCP/TLS
(edit) @1929   16 years bennylp Fixed miscellaneous compile warnings/errors when built with C++ mode
(edit) @1928   16 years bennylp Ticket #525: Crash on call update or re-invite (Thanks Alexey)
(edit) @1927   16 years bennylp Ticket #526: Pjsua crash after wav player destroyed inside the eof …
(edit) @1924   16 years bennylp More ticket #485: fixed TURN server permission not allowing peer with the …
Note: See TracRevisionLog for help on using the revision log.