Timeline


and

Apr 29, 2006:

1:55 PM Changeset [425] by bennylp
Version 0.5.5.1 final web release
12:38 PM Changeset [424] by bennylp
Fixed bug in event subscription when it is challenged/authenticated
10:03 AM Changeset [423] by bennylp
Released version 0.5.5
8:31 AM Changeset [422] by bennylp
Improve codec handling in pjsua cmd-line options, and add URI to call
8:23 AM Changeset [421] by bennylp
Fixed bugs in codec priority sorting

Apr 28, 2006:

5:49 PM Changeset [420] by bennylp
Added different error code when remote does not support RFC 2833
3:37 PM Changeset [419] by bennylp
Increase the maximum number of formats in SDP media line (from 16 to 32)
3:17 PM Changeset [418] by bennylp
Set version to 0.5.4.11
2:48 PM Changeset [417] by bennylp
Added Packet Lost Concealment (PLC) framework, with two backend algorithms …
2:46 PM Changeset [416] by bennylp
Fixed compatibility problem (missing From tag) with RFC 2543 compliant UAs
1:00 AM Changeset [415] by bennylp
Implement simple frame replay based packet lost concealment

Apr 27, 2006:

11:48 PM Changeset [414] by bennylp
Fixed obsolete comments in stream.h and session.h about stream …
10:41 PM Changeset [413] by bennylp
Updated pjmedia-codec Makefile for recent L16 codec addition
10:37 PM Changeset [412] by bennylp
Initial support for stereo codecs, and added L16 codecs. Also better …
10:36 PM Changeset [411] by bennylp
Initial support for stereo codecs, and added L16 codecs. Also better …

Apr 25, 2006:

10:02 AM Changeset [410] by bennylp
Added sound clock drifting reporting in sndinfo sample

Apr 24, 2006:

11:14 PM Changeset [409] by bennylp
Better support for continuing media when peer has restarted …
11:13 PM Changeset [408] by bennylp
Better support for continuing media when peer has restarted …

Apr 20, 2006:

11:13 AM Changeset [407] by bennylp
Added stream.c example to demonstrate how to stream audio from both sound …
11:12 AM Changeset [406] by bennylp
Added missing error texts in sip_errno.c
11:11 AM Changeset [405] by bennylp
Removed pj_opterr from getopt.h as it is currently not supported
11:10 AM Changeset [404] by bennylp
Added implementation of media clock and master port (to control frame …
11:07 AM Changeset [403] by bennylp
Added the time when session was created in pjmedia_rtcp_stat

Apr 19, 2006:

2:45 PM Changeset [402] by bennylp
Changed stream.c so it won't quit after recvfrom returns ECONNRESET

Apr 14, 2006:

8:55 AM Changeset [401] by bennylp
Fixed bug: credentials are not copied properly in set_credentials()

Apr 9, 2006:

5:31 PM Changeset [400] by bennylp
Set pjproject version to 0.5.4.10
5:12 PM Changeset [399] by bennylp
Added loss period for rx stream implementation
4:46 PM Changeset [398] by bennylp
Added call duration in pjsua
10:42 AM Changeset [397] by bennylp
Added code in RTCP to handle PerformanceQueryCounter? bug on Win32
10:37 AM Changeset [396] by bennylp
Added experimental code to handle QueryPerformanceCounter? leaping bug on …

Apr 8, 2006:

9:34 AM Changeset [395] by bennylp
Fixed small typo error in printed message in siprtp.c

Apr 7, 2006:

3:01 PM Changeset [394] by bennylp
Randomize RTCP send interval to reduce collision risk

Apr 6, 2006:

9:08 PM Changeset [393] by bennylp
Fixed RTCP compilation warnings with gcc
9:01 PM Changeset [392] by bennylp
Beautify screen output of the siprtp sample
8:36 PM Changeset [391] by bennylp
Fixed crash bug in siprtp sample when call is not connected
7:29 PM Changeset [390] by bennylp
Integrate (stream) quality monitoring into RTCP framework, and update all …

Apr 5, 2006:

10:05 PM Changeset [389] by bennylp
Protect RTCP packet lost calculation against incorrect packet expectations
7:08 PM Changeset [388] by bennylp
Added detection/protection against inaccurate timestamp in RTCP
7:04 PM Changeset [387] by bennylp
Don't use rdtsc for high res timestamp on Linux as it's highly inaccurate …
6:42 PM Changeset [386] by bennylp
Added timestamp frequency accuracy test in pjlib-test
5:13 PM Changeset [385] by bennylp
Fixed RTT calculation bug in RTCP
4:56 PM Changeset [384] by bennylp
Fixed bug in RTT calculation in RTCP and increase RTT resolution to usec
12:53 PM Changeset [383] by bennylp
Added RTCP end to end delay calculation

Apr 4, 2006:

9:39 PM Changeset [382] by bennylp
Fixed bug in RTCP: packing error causing size mismatch when compiled with …
7:43 PM Changeset [381] by bennylp
Changed RTCP timing to use high resolution timestamp
1:39 PM Changeset [380] by bennylp
Fixed SSRC generation in siprtp sample
1:12 PM Changeset [379] by bennylp
Added more stats and options in siprtp samples
1:12 PM Changeset [378] by bennylp
Changed the packet lost calculation (previously it always reported at …
1:11 PM Changeset [377] by bennylp
Removed some UDP socket warnings
11:06 AM Changeset [376] by bennylp
Changed pjsip_dlg_send_request() API to NOT return transaction as it is …

Apr 3, 2006:

10:41 PM Changeset [375] by bennylp
Added siprtp sample
10:32 PM Changeset [374] by bennylp
Moved private create session info from SDP to public API
11:42 AM Changeset [373] by bennylp
Changed sndinfo sample to use higher resolution pj_get_timestamp() instead …
10:01 AM Changeset [372] by bennylp
Added some flags during playback buffer creation
9:43 AM Changeset [371] by bennylp
Added DirectSound? sound implementation

Mar 31, 2006:

12:59 AM Changeset [370] by bennylp
Fixed crashed bug when pjsua failed to initialize. Also fixed PortAudio?

Mar 30, 2006:

8:55 PM Changeset [369] by bennylp
Removed continuous warnings in handle_events in pjsua_core, and …
4:46 PM Changeset [368] by bennylp
Support for alternate pool backend
4:46 PM Changeset [367] by bennylp
Fixed crash bug with poll_reset() in rdata
4:44 PM Changeset [366] by bennylp
Fixed reading memory past buffer error in SDP
4:32 PM Changeset [365] by bennylp
Fixed race condition bug in ioqueue unregistration for select and Win32 …
3:56 PM Changeset [364] by bennylp
Added ability to have custom pool backend (needed for pool debugging …
Note: See TracTimeline for information about the timeline view.