source: pjproject/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1802   16 years bennylp Fixed build error if SRTP is disabled in compile time (thanks Helmut Wolf)
(edit) @1801   16 years bennylp Ticket #480: PJSIP rejects incoming call with m=image in the offer (thanks …
(edit) @1800   16 years bennylp Ticket #482: TCP keep-alive packets are corrupting SIP message (thanks …
(edit) @1799   16 years bennylp Ticket #481: Default TLS version should be TLSv1 (thanks Klaus Darilion)
(edit) @1798   16 years bennylp Ticket #478: Handle duplicated/misordered incoming DTMF packets
(edit) @1797   16 years bennylp Ticket #477: DTMF digit callback error in Python
(edit) @1796   16 years bennylp Added link to discussions about on_dtmf_callback() concurrency
(edit) @1795   16 years bennylp More ticket #469: fix in ioqueue to handle case when key has been …
(edit) @1794   16 years bennylp More ticket #469: bail out from on_rx_rtp/rtcp loop if recvfrom returns …
(edit) @1793   16 years bennylp Ticket #475: ported GSM codec to Symbian OS
(edit) @1792   16 years bennylp Implemented ticket #474 for Symbian
(edit) @1791   16 years bennylp Handle short files in WAV player
(edit) @1790   16 years bennylp Ticket #460: Concurrency problem when destroying stream (thanks Michael …
(edit) @1789   16 years bennylp Ticket #474: option in ioqueue to control concurrency (to allow/disallow …
(edit) @1788   16 years bennylp More ticket #472: Fixed problem when building on Mingw. Now …
(edit) @1787   16 years bennylp More ticket #470: semaphore got disabled on Mingw because semaphore.h is …
(edit) @1786   16 years bennylp Minor error: wrong logging info when printing RTP socket address
(edit) @1785   16 years bennylp Fixed compilation errors on Symbian and others caused by ticket #472
(edit) @1784   16 years bennylp Related to ticket #61: disable SRTP on Symbian while it is not ported yet
(edit) @1783   16 years bennylp Ticket #470, #471, and #472: Compile error when semaphore.h is not …
(edit) @1782   16 years bennylp Fixed compilation error on libsrtp in crypto/aes.c when it finds the wrong …
(edit) @1781   16 years bennylp Added missing <math.h> include in playsine.c
(edit) @1780   16 years bennylp Removed const on on_rx_rtp() and on_rx_rtcp() functions arguments in …
(edit) @1774   16 years bennylp More ticket #61: fixed signaling security level calculation for SRTP
(edit) @1769   16 years bennylp More ticket #465: option to return UDP header in pj_pcap_read_udp(), and …
(edit) @1768   16 years bennylp Fixed warning about uninitialized tpinfo variable
(edit) @1767   16 years bennylp Added trace to PCAP reader
(edit) @1766   16 years bennylp More ticket #465: updated VS8 and WinCE projects
(edit) @1765   16 years bennylp Ticket #465: utility to read PCAP file and sample application to read RTP …
(edit) @1764   16 years bennylp More ticket #61: mismatch in libsrtp output library name causing error …
(edit) @1763   16 years bennylp More ticket #61: removed const from rtp and rtcp callback function …
(edit) @1762   16 years bennylp Added media transport diagram for documentation
(edit) @1761   16 years bennylp Ticket #464: jitter buffer should return frame length information
(edit) @1760   16 years bennylp Ticket #61: undo r1759 and replace it with other patches to fix unable to …
(edit) @1759   16 years bennylp Ticket #61: bug, unable to accept RTP/AVP with crypto attribute when …
(edit) @1758   16 years bennylp Ticket #61: --srtp-use option in pjsua did not change account config
(edit) @1757   16 years bennylp Added pj_strstr() and pj_stristr() in pjlib
(edit) @1756   16 years bennylp Bug: source address not initialized in loop transport causing pjsip-test …
(edit) @1748   16 years bennylp Fixed doxygen comments everywhere
(edit) @1747   16 years bennylp Ticket #459: pjmedia_clock_create() should not create thread when …
(edit) @1746   16 years bennylp More ticket #61: disable CPU_RISC in SRTP as it seems to be broken (tested …
(edit) @1745   16 years bennylp More ticket #61: fix bug in secure signaling determination, and added …
(edit) @1744   16 years bennylp Related to ticket #458: pj_getaddrinfo() should return success if IP …
(edit) @1743   16 years bennylp Related to ticket #458: enum_interface() should return non-PJ_SUCCESS if …
(edit) @1742   16 years bennylp Return 406/Not Acceptable if SRTP negotiation failed instead of 500
(edit) @1741   16 years bennylp Fixed libsrtp random string generation on Win32
(edit) @1740   16 years bennylp More ticket #61: error detecting CPU type in srtp_config.h causing libsrtp …
(edit) @1739   16 years bennylp More ticket #61: fix potential error when looking up SRTP error string, …
(edit) @1738   16 years bennylp More ticket #61: SRTP will try to use /dev/urandom as RNG if fcntl.h and …
(edit) @1737   16 years bennylp More ticket #61: crashed on SRTP error string lookup
(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
Note: See TracRevisionLog for help on using the revision log.