Timeline


and

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 …

Mar 25, 2006:

10:06 AM Changeset [363] by bennylp
Fixed bug in ioqueue: crashed when key is unregistered while another …

Mar 24, 2006:

8:45 PM Changeset [362] by bennylp
Added byte order swapping utilities
8:44 PM Changeset [361] by bennylp
Added more samples: WAV recorder, resample, etc., and also moved some …
8:43 PM Changeset [360] by bennylp
Moved getopt from pjsua-lib to pjlib-util
8:43 PM Changeset [359] by bennylp
Moved getopt from pjsua-lib to pjlib-util
8:41 PM Changeset [358] by bennylp
Added WAVE writer and resample port, and also found out why audio quality …

Mar 23, 2006:

10:43 PM Changeset [357] by bennylp
Renamed
10:06 PM Changeset [356] by bennylp
Fixed build error on Linux
6:04 PM Changeset [355] by bennylp
Fixed misc warnings/errors in Solaris build
6:03 PM Changeset [354] by bennylp
Set default option to exclude pj_stricmp_alnum()
2:20 PM Changeset [353] by bennylp
Fixed unable to open simultaneous sound streams in MacOS
1:15 PM Changeset [352] by bennylp
Changed sound device framework to allow opening bidirectional streams from …

Mar 22, 2006:

7:08 PM Changeset [351] by bennylp
Added a little more threading test and put more info in ioqueue test log
11:59 AM Changeset [350] by bennylp
Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. …
11:49 AM Changeset [349] by bennylp
Fixed bug in ioqueue with IO Completion Port backend, where events may …
11:48 AM Changeset [348] by bennylp
Added pj_inet_addr2()

Mar 21, 2006:

11:59 AM Changeset [347] by bennylp
Added macro to exclude filters in resample and added options to select …

Mar 20, 2006:

10:34 PM Changeset [346] by bennylp
Fixed error in Samples.mak when CFLAGS is specified in cmdline
8:57 PM Changeset [345] by bennylp
Fixed build error on mingw
7:00 PM Changeset [344] by bennylp
Added level.c to samples collection
5:42 PM Changeset [343] by bennylp
Added clock-rate options in pjsua
4:59 PM Changeset [342] by bennylp
Added sndinfo sample and tested samples on MacOSX Jaguar
4:58 PM Changeset [341] by bennylp
Ported PJMEDIA to Darwin/MacOSX
1:19 PM Changeset [340] by bennylp
Added missing pa_mac_hostapis.c for PortAudio? in MacOS
12:55 PM Changeset [339] by bennylp
Added MacOS related files to PortAudio?
12:39 PM Changeset [338] by bennylp
Ported pjlib to PowerPC/MacOS

Mar 19, 2006:

12:09 PM Changeset [337] by bennylp
Removed sine generator from confsample
12:50 AM Changeset [336] by bennylp
Added pjmedia playfile, playsine, and conference sample
12:49 AM Changeset [335] by bennylp
Added assert when get_frame() or put_frame() is NULL
12:48 AM Changeset [334] by bennylp
Tested and fixed stereo audio support
12:47 AM Changeset [333] by bennylp
Fixed no audio bug in new conference, and add level adjustment in port …

Mar 18, 2006:

12:29 PM Changeset [332] by bennylp
Added comment on how to add credentials and route set in the dialog
12:28 PM Changeset [331] by bennylp
Fixed or added misc flags to enable build selection via compile time macro
12:26 PM Changeset [330] by bennylp
Added option to disable error message altogether, to save space footprint

Mar 17, 2006:

7:41 PM Changeset [329] by bennylp
Added comments in simpleua.c
6:01 PM Changeset [328] by bennylp
Added samples (finally!!)
6:00 PM Changeset [327] by bennylp
Fixed bug in stream.c where bits_per_sample is not set properly
5:59 PM Changeset [326] by bennylp
Added <stdio.h> in this file
5:58 PM Changeset [325] by bennylp
Fixed bug in --rtp-port argument parsing
5:57 PM Changeset [324] by bennylp
Changed pjsip_inv_send_msg() function
12:16 AM Changeset [323] by bennylp
Added feature in conference bridge to get and set the signal level of …

Mar 16, 2006:

7:03 PM Changeset [322] by bennylp
Support for stereo audio (or N audio channels, for that matter)
6:52 PM Changeset [321] by bennylp
Added sound port (sound_port.h/c), and changed sound and RTCP names from …
2:24 PM Changeset [320] by bennylp
Added misc flags and modify Makefiles to allow exclusion of PortAudio? and …

Mar 15, 2006:

8:56 PM Changeset [319] by bennylp
Tidying up sound device, register PortAudio? error codes, and initial …
7:32 PM Changeset [318] by bennylp
Added Null port, and changed conference so that it does not call port …

Mar 10, 2006:

1:38 PM Changeset [317] by bennylp
(Failed) Attempt to persuade VC2005 project conversion to include …
1:23 PM Changeset [316] by bennylp
Added few words in configure script and fixed cygwin compilation
12:57 PM Changeset [315] by bennylp
Fixed compilation and run warnings/errors with MSVC 2005

Mar 9, 2006:

4:19 PM Changeset [314] by bennylp
Updated README.txt
10:21 AM Changeset [313] by bennylp
Updated MSVC projects to use os_time_win32.c, as os_time_ansi.c caused …

Mar 8, 2006:

12:37 PM Changeset [312] by bennylp
Added options to disable microphone device, usefull for streaming server …
10:05 AM Changeset [311] by bennylp
RTP server NAT support and removed rtp_port

Mar 7, 2006:

5:10 PM Changeset [310] by bennylp
Version 0.5.4 final web release
4:02 PM Changeset [309] by bennylp
Fixed pjsip-perf for 0.5.4
4:01 PM Changeset [308] by bennylp
Updated dev-guide pdf to 0.5.4
3:15 PM Changeset [307] by bennylp
Version 0.5.4 (web release)
3:15 PM Changeset [306] by bennylp
Updated evsub to sync with the doc
Note: See TracTimeline for information about the timeline view.