source: pjproject/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1736   16 years bennylp Ticket #61: added Windows Mobile/WinCE eVC project for SRTP and libsrtp
(edit) @1735   16 years bennylp Ticket #61: Implement SRTP support in PJMEDIA and PJSUA-LIB, and updated …
(edit) @1734   16 years bennylp Handle SDP offer containing application as the media type
(edit) @1733   16 years bennylp Related to ticket #61: added new invite session API …
(edit) @1732   16 years bennylp Related to ticket #61: Added PJSIP_ESESSIONINSECURE error code in …
(edit) @1731   16 years bennylp Fixed integer conversion/format warning on x86_64 Linux
(edit) @1730   16 years bennylp Ticket #61: imported libsrtp into third_party directory (backported from …
(edit) @1729   16 years bennylp Merged from SRTP branch: added stdint.h header detection in autoconf. …
(edit) @1717   16 years bennylp Ticket #455: allocate pjsua call id in round robin fashion
(edit) @1716   16 years bennylp Added information about delaybuf result on MacOS X 10.5
(edit) @1715   16 years bennylp More work on ticket #438: Workaround for frame bursts from audio devices. …
(edit) @1714   16 years bennylp Fixed warning about uninitialized variable in VS6
(edit) @1706   16 years bennylp Fixed python module build error (thanks Jeff Ames)
(edit) @1705   16 years bennylp Ticket #453: Log level is not set in PJSUA-LIB (thanks Simon Farmer)
(edit) @1704   16 years bennylp Minor correction about WAV player parameter name and its comment in …
(edit) @1703   16 years bennylp Minor correction about WAV player parameter name and its comment in …
(edit) @1694   16 years bennylp Fixed compilation warnings on OSX 10.5
(edit) @1693   16 years bennylp Reply with 488+SDP instead of 415 when incoming SDP is not acceptable …
(edit) @1692   16 years bennylp Related to ticket #449: fixed bug when rx volume adjustment caused static …
(edit) @1691   16 years bennylp Ticket #449: New conference mixing algorithm to replace multiplication …
(edit) @1690   16 years bennylp Related to ticket #447: the WAV player should consistently return …
(edit) @1689   16 years bennylp Ticket #448: PJSIP rejects incoming call with 415/Unsupported Media Type …
(edit) @1688   16 years bennylp Fixed Symbian include header case sensitivity (thanks Alfred E. Heggestad)
(edit) @1687   16 years bennylp Renamed symbian_ua.pkg to symbian_ua_udeb.pkg and symbian_ua_urel.pkg
(edit) @1686   16 years bennylp In mix.c, handle FRAME_TYPE_NONE if the conference ever returns one
(edit) @1685   16 years bennylp Another fix for ticket #447: WAV player cuts last data from the WAV file
(edit) @1684   16 years bennylp Fixed overflow bug in length calculation, added force option, and added …
(edit) @1683   16 years bennylp Ticket #447: WAV player cuts last data from the WAV file
(edit) @1682   16 years bennylp Ticket #446: Added sample application to mix WAV files using conference …
(edit) @1681   16 years bennylp Ticket #446: Added sample application to mix WAV files using conference …
(edit) @1680   16 years bennylp Added new WAV player API: pjmedia_wav_player_get_len()
(edit) @1679   16 years bennylp Updated encdec sample to support PLC etc
(edit) @1678   16 years bennylp Ticket #445: added codec encoding/decoding sample
(edit) @1677   16 years bennylp Fixed what looks like a bug in pjmedia's Speex decoder: decoder may return …
(edit) @1676   16 years bennylp Ticket #444: Bug in tone generator: can't play more digits (thanks Marian …
(edit) @1675   16 years bennylp Added PJSUA_DEFAULT_AUDIO_FRAME_PTIME setting and changed default iLBC …
(edit) @1674   16 years bennylp Ticket #443: Overflow in dump_media_session() (thanks Simon Farmer)
(edit) @1673   16 years bennylp Ticket #441: Fix endianess detection for PortAudio?
(edit) @1672   16 years bennylp Ticket 440: pj_timer_entry_init() doesn't initialize timer ID
(edit) @1671   16 years bennylp Protect against division by zero in pjsua's dump_media_session (thanks …
(edit) @1670   16 years bennylp Added call gaping in siprtp
(edit) @1669   16 years bennylp Fixed warnings with strict gcc
(edit) @1668   16 years bennylp Fixed compilation error about IFF_UP
(edit) @1667   16 years bennylp Ticket #439: don't call encode() if input is FRAME_TYPE_NONE
(edit) @1666   16 years bennylp Assertion error in streamutil sample
(edit) @1665   17 years bennylp Fixed compile error in sound port when delaybuf is enabled
(edit) @1664   17 years bennylp Ticket #438 (Workaround for frame bursts from audio devices): added delay …
(edit) @1663   17 years bennylp Fixed bug in sndtest: drift detection was wrong since it assumes that the …
(edit) @1662   17 years bennylp Fixed timestamp bug in pasound.c: timestamp is shared by both playback and …
(edit) @1661   17 years bennylp Fixed bug in IPv6 address to string conversion on WinCE
(edit) @1660   17 years bennylp Print stack usage, and other minor changes
(edit) @1659   17 years bennylp Print stack usage upon thread exiting
(edit) @1658   17 years bennylp Increased stack size in symbian_ua.mmp to 12KB
(edit) @1657   17 years bennylp siprtp doesn't initialize 100rel module (thanks Angelos Karageorgiou)
(edit) @1656   17 years bennylp Related to ticket #437: reduce the stack usage of ICE media transport
(edit) @1655   17 years bennylp Related to ticket #437: optimize the stack usage of pjsua-lib
(edit) @1654   17 years bennylp Ticket #437: reduce stack and pool usage on pjnath to make it work better …
(edit) @1653   17 years bennylp Minor fix: doesn't need to make TBuf static in pj_inet_ntoa() for Symbian
(edit) @1652   17 years bennylp Defect: new allocator didn't call factory on_block_alloc()/on_block_free()
(edit) @1651   17 years bennylp Implement stack usage detection on Symbian OS
(edit) @1650   17 years bennylp Tweak config_site_sample.h for Symbian
(edit) @1649   17 years bennylp Added PJ_OS_HAS_CHECK_STACK default configuration in pjlib/config.h, at …
(edit) @1648   17 years bennylp Open access point establishment selection before starting the Symbian …
(edit) @1647   17 years bennylp Fixed IPv6/IPv4 address issue in Symbian: Symbian, at least 9.1, seems to …
(edit) @1646   17 years bennylp Changed symbian_ua menu to use numeric keys
(edit) @1645   17 years bennylp Updated the UID3 of Symbian test applications because of ticket #434
(edit) @1644   17 years bennylp Added svn:ignore flag with few more files/directory created by Carbide C++
(edit) @1643   17 years bennylp Set pool_test_malloc_free() to use malloc()/free() instead of new/delete …
(edit) @1642   17 years bennylp Ticket #436: IPv6 support in host resolver caused failure in pjlib …
(edit) @1641   17 years bennylp Ticket #435: Fixed and tested audio on Symbian device
(edit) @1640   17 years bennylp Ticket #434: fixed configurations to build Symbian for device target
(edit) @1639   17 years bennylp Ticket #433: Failure in media negotiation when SDP contains two audio …
(edit) @1638   17 years bennylp Handle the case when PortAudio? returns negative sound device count in …
(edit) @1637   17 years bennylp Fixed bug caused by ticket #427: frame type not properly initialized to …
(edit) @1636   17 years bennylp Related to Ticket #429: when bind address is specified and public address …
(edit) @1635   17 years bennylp Fixed errors in SDP: 1) scanner is not initialized before …
(edit) @1634   17 years bennylp Reverted back changes in r1631
(edit) @1633   17 years bennylp Calling strncpy with a maximum size argument of (32) on destination buffer …
(edit) @1632   17 years bennylp Make pj_ioqueue_op_key_init() in pjsip_tx_data_create() more correct
(edit) @1631   17 years bennylp Fixed case when tdata is NULL pjsip_tx_data_get_info()
(edit) @1630   17 years bennylp Change maximum packet size to PJMEDIA_MAX_MTU in transport_udp.c
(edit) @1629   17 years bennylp Disable assertion in pj_sockaddr_has_addr()
(edit) @1628   17 years bennylp Fixed bug in Symbian TInetAddr to pj_sockaddr conversion: memory overflow …
(edit) @1627   17 years bennylp Add doxygen comment in pj_log_func() to inform that the data is NULL …
(edit) @1626   17 years bennylp Ticket #430: Added --auto-update-nat, --use-compact-form, and --dis-codec …
(edit) @1625   17 years bennylp Ticket #429: Failed to create RTP/RTCP sockets when explicit bind address …
(edit) @1624   17 years bennylp Ticket #428: Conference bridge does not update transmitter_cnt when port …
(edit) @1623   17 years bennylp Ticket #427: conference bridge does not handle NONE frame (thanks Daniel …
(edit) @1622   17 years bennylp IPv6 logging in account keep-alive in pjsua-lib
(edit) @1621   17 years bennylp Fixed run-time error on MacOS X (and possibly BSD based systems) when …
(edit) @1620   17 years bennylp Reverted accidental checkin of pjsua_app.c and sample_debug.c
(edit) @1619   17 years bennylp Compilation error because of IPv6 change in pjsip-perf
(edit) @1618   17 years bennylp Fixed error when creating TLS transport in pjsua-lib (the TLS type was …
(edit) @1617   17 years bennylp Fixed Contact generation failure and crash on unregistration if regc …
(edit) @1616   17 years bennylp Fixed mapped_address's address family not set causing assertion
(edit) @1615   17 years bennylp Ticket #420: updated pjmedia SDP and media UDP transport to support IPv6
(edit) @1614   17 years bennylp More ticket #415: Added pj_sockaddr_cmp(), pj_sockaddr_copy_addr(), and …
(edit) @1613   17 years bennylp More ticket #415: Added pj_sockaddr_cmp(), pj_sockaddr_copy_addr(), and …
(edit) @1612   17 years bennylp Fixed IP interface enumeration Linux to work with IPv6 (see ticket #415)
(edit) @1611   17 years bennylp Fixed compilation errors/warnings on Linux with the recent IPv6 commits
Note: See TracRevisionLog for help on using the revision log.