source: pjproject/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1886   17 years bennylp Enlarge the buffer for printing call media statistic in pjsua (sometimes …
(edit) @1885   17 years bennylp More ticket #485: wrong encoding of CHANNEL-NUMBER attribute
(edit) @1884   17 years bennylp More ticket #61: (after rolling back previously buggy patch) Fixed bug in …
(edit) @1883   17 years bennylp More ticket #61: bug in pjsua-lib with SRTP. If call is hold and resumed, …
(edit) @1882   17 years bennylp More ticket #485: updated Makefiles and fixed compilation warnings with …
(edit) @1881   17 years bennylp Fixed minor warning about unused variable in transport_srtp.c
(edit) @1880   17 years bennylp More ticket #485: fixed TURN transport code point and REQUESTED-TRANSPORT …
(edit) @1879   17 years bennylp More ticket #485: client and server self tested
(edit) @1878   17 years bennylp Ticket #514: bug with handling simultaneous outgoing re-INVITE, the invite …
(edit) @1877   17 years bennylp Related to ticket #485: huge changeset to update STUN relating to managing …
(edit) @1876   17 years bennylp More ticket #451: build error on Mingw with the latest PortAudio? (thanks …
(edit) @1875   17 years bennylp More ticket #497: division by zero in wsola when min_extra is set to zero …
(edit) @1874   17 years bennylp Related to ticket #353: still memory leak with pjsua wav player (thanks …
(edit) @1873   17 years bennylp More ticket #479: bug in pjmedia_transport_get_info(), the info should be …
(edit) @1872   17 years bennylp More ticket #507: fixed the bug introduced in r1871 about operator …
(edit) @1871   17 years bennylp More ticket #507: updated GNU build system with the G.722 codec and fixed …
(edit) @1870   17 years bennylp Ticket #507: committed and tested g722 patch on Windows
(edit) @1869   17 years bennylp More ticket #485: initial test on TURN client/server
(edit) @1868   17 years bennylp Ticket #512: Bug in select ioqueue causing unnecessary sleep() to be …
(edit) @1867   17 years bennylp More ticket #485: added TURN client application
(edit) @1866   17 years bennylp More ticket #504: buffer overflow in splitcomb when handling stereo audio
(edit) @1865   17 years bennylp Ticket #451: Updated PortAudio? to the latest version
(edit) @1864   17 years bennylp More ticket #485: added TURN client session/UDP client to pjnath VS6 …
(edit) @1863   17 years bennylp Ticket #511: Add --disable-oss option to disable OSS in configure script
(edit) @1862   17 years bennylp More ticket #485: implementation of TURN UDP client session
(edit) @1861   17 years bennylp Ticket #504: fixed stream.c for stereo codecs
(edit) @1860   17 years bennylp Ticket #479: allow media transport framework to return transport specific …
(edit) @1859   17 years bennylp Ticket #494: Configuration option to use high quality tone generation
(edit) @1858   17 years bennylp Added missing PJ_INT64() macro for Symbian compilers
(edit) @1857   17 years bennylp More ticket #7: fixed undefined symbol on Symbian
(edit) @1856   17 years bennylp Ticket #493: added EC settings in dialog
(edit) @1855   17 years bennylp More ticket #495: bug in snd_clock_rate causing unability to open sound …
(edit) @1854   17 years bennylp More ticket #485: initial (incomplete) work on TURN client session library
(edit) @1853   17 years bennylp Added more files in SVN ignore spec for PocketPJ application
(edit) @1852   17 years bennylp More work for ticket #485: updated pjnath with TURN-07 and added …
(edit) @1851   17 years bennylp Make SIP and RTP ports in simpleua configurable, and add initial support …
(edit) @1850   17 years bennylp More work on ticket #485: more TURN-07 work
(edit) @1849   17 years bennylp Ticket 467: dont send SDP with BYE!
(edit) @1848   17 years bennylp Ticket #504: assertion in sound device and recfile sample when using …
(edit) @1847   17 years bennylp More ticket #438: wrong param passed to shrink_buffer() in set_max_cnt(), …
(edit) @1846   17 years bennylp Ticket #502: New packet lost concealment (PLC) implementation and enable …
(edit) @1845   17 years bennylp More ticket #497: bug on pjmedia_wsola_save() when extra samples exceed …
(edit) @1844   17 years bennylp More ticket #438: improve docs, added channel_count in wsola, etc.
(edit) @1843   17 years bennylp Ticket #501: Set master port worker thread priority to highest by default
(edit) @1842   17 years bennylp Ticket #500: implementation of thread priority setting on os_core_unix.c
(edit) @1841   17 years bennylp Ticket #500: Added function to set thread priority in PJLIB
(edit) @1840   17 years bennylp Ticket #438: added delaybuf in splitcomb. Please see the checkin comment …
(edit) @1839   17 years bennylp Ticket #499: NULL frame transmission in conference bridge is not clocked …
(edit) @1838   17 years bennylp Ticket #497: changed clock rate variable in WSOLA from uint16 to uint32 to …
(edit) @1837   17 years bennylp Ticket #498: Option in client registration to ignore Contact address in …
(edit) @1836   17 years bennylp Disable overflow/underflow test
(edit) @1835   17 years bennylp More ticket #438: changed API call to delay_buf_create()
(edit) @1834   17 years bennylp Added checking in delaybuf for buffer empty before calling shrink_buffer()
(edit) @1833   17 years bennylp Ticket #438: Workaround for frame bursts from audio devices: added wsola …
(edit) @1832   17 years bennylp Put wsola_test.c in pjmedia test
(edit) @1831   17 years bennylp Added pjmedia_wsola_reset()
(edit) @1830   17 years bennylp Fixed bug caused by ticket #412: critical section is not released!
(edit) @1829   17 years bennylp Fixed bug in wsola when discarding frame in non-contiguous buffer
(edit) @1828   17 years bennylp Added 100rel module initialization in pjsip-perf.c
(edit) @1827   17 years bennylp Modify WSOLA discard to support erasing frame from non-contiguous buffer
(edit) @1826   17 years bennylp A little bit of optimization in WSOLA
(edit) @1825   17 years bennylp Ticket #496: Crash on sound port when only player is opened and delaybuf …
(edit) @1824   17 years bennylp Ticket #497: WSOLA implementation
(edit) @1823   17 years bennylp Ticket #495: ability to specify different clock rate when opening sound …
(edit) @1822   17 years bennylp Stateful proxy sample: do not create CANCEL if UAC INVITE transaction has …
(edit) @1821   17 years bennylp Fixed bug in ticket #455 in round-robin call ID allocation (thanks Truong …
(edit) @1820   17 years bennylp Minor PocketPJ GUI tweak
(edit) @1819   17 years bennylp Ticket #493: PocketPC, a new and better sample application for PocketPC
(edit) @1818   17 years bennylp Ticket #7: Move PJSIP compile time configurations/settings (such as T1, T2 …
(edit) @1817   17 years bennylp Ticket #491: Crash in TCP/TLS transport when the listener is destroyed
(edit) @1816   17 years bennylp Ticket #492: Bug in strict route processing when challenged with 401/407 …
(edit) @1815   17 years bennylp Ticket #412: increased randomness of guid_simple.c to 192-bits, and seed …
(edit) @1814   17 years bennylp Ticket #488: When outgoing request within dialog is responded with 481 or …
(edit) @1813   17 years bennylp Ticket #486: Handle G.722 wong clock rate bug and other codec with …
(edit) @1812   17 years bennylp Ticket #485: initial TURN server implementation (not yet compilable)
(edit) @1811   17 years bennylp Ticket #485: initial modification in STUN messaging in accordance to …
(edit) @1810   17 years bennylp Ticket #467: fixed issues with RTP/AVP vs RTP/SAVP negotiation
(edit) @1809   17 years bennylp Ticket #487: Crash occured when stream port has no transmitter on call …
(edit) @1808   17 years bennylp Ticket #468: Added support for non looping playback in memory player
(edit) @1807   17 years bennylp Replaced fprintf/printf with err_report()
(edit) @1806   17 years bennylp Ticket #489: New PJSUA callbacks to notify application when media stream …
(edit) @1805   17 years bennylp Allow receiving SDP with lines terminated with LF instead of CRLF (thanks …
(edit) @1804   17 years bennylp Fixed crash when running SRTP on Win32 app since stderr is undefined …
(edit) @1803   17 years bennylp Build error when PJ_IOQUEUE_MAX_HANDLES is declared to large value on …
(edit) @1802   17 years bennylp Fixed build error if SRTP is disabled in compile time (thanks Helmut Wolf)
(edit) @1801   17 years bennylp Ticket #480: PJSIP rejects incoming call with m=image in the offer (thanks …
(edit) @1800   17 years bennylp Ticket #482: TCP keep-alive packets are corrupting SIP message (thanks …
(edit) @1799   17 years bennylp Ticket #481: Default TLS version should be TLSv1 (thanks Klaus Darilion)
(edit) @1798   17 years bennylp Ticket #478: Handle duplicated/misordered incoming DTMF packets
(edit) @1797   17 years bennylp Ticket #477: DTMF digit callback error in Python
(edit) @1796   17 years bennylp Added link to discussions about on_dtmf_callback() concurrency
(edit) @1795   17 years bennylp More ticket #469: fix in ioqueue to handle case when key has been …
(edit) @1794   17 years bennylp More ticket #469: bail out from on_rx_rtp/rtcp loop if recvfrom returns …
(edit) @1793   17 years bennylp Ticket #475: ported GSM codec to Symbian OS
(edit) @1792   17 years bennylp Implemented ticket #474 for Symbian
(edit) @1791   17 years bennylp Handle short files in WAV player
(edit) @1790   17 years bennylp Ticket #460: Concurrency problem when destroying stream (thanks Michael …
(edit) @1789   17 years bennylp Ticket #474: option in ioqueue to control concurrency (to allow/disallow …
(edit) @1788   17 years bennylp More ticket #472: Fixed problem when building on Mingw. Now …
(edit) @1787   17 years bennylp More ticket #470: semaphore got disabled on Mingw because semaphore.h is …
Note: See TracRevisionLog for help on using the revision log.