source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @434   18 years bennylp Removed rwmutex implementation to os_rwmutex.c
(edit) @433   18 years bennylp Merge-in RTEMS port patch by Phil Torre <ptorre@…>, alpha …
(edit) @432   18 years bennylp Updated root Makefile, defined $TARGET as shortcut for …
(edit) @431   18 years bennylp Updated Makefiles, defined $TARGET as shortcut for …
(edit) @430   18 years bennylp Added maximum duration and auto-quit option in siprtp sample.
(edit) @429   18 years bennylp Rename hard coded constants (such as ptime) in G711 to a macro for better …
(edit) @428   18 years bennylp Changed jbuf param name in stream_info, and generate random SSRC for …
(edit) @427   18 years bennylp Fixed several bugs in RTCP and tested the compatibility. Fixed bugs: total …
(edit) @426   18 years bennylp Do not disable port if put_frame()/get_frame() returns error
(edit) @425   18 years bennylp Version 0.5.5.1 final web release
(edit) @424   18 years bennylp Fixed bug in event subscription when it is challenged/authenticated
(edit) @423   18 years bennylp Released version 0.5.5
(edit) @422   18 years bennylp Improve codec handling in pjsua cmd-line options, and add URI to call
(edit) @421   18 years bennylp Fixed bugs in codec priority sorting
(edit) @420   18 years bennylp Added different error code when remote does not support RFC 2833
(edit) @419   18 years bennylp Increase the maximum number of formats in SDP media line (from 16 to 32)
(edit) @418   18 years bennylp Set version to 0.5.4.11
(edit) @417   18 years bennylp Added Packet Lost Concealment (PLC) framework, with two backend algorithms …
(edit) @416   18 years bennylp Fixed compatibility problem (missing From tag) with RFC 2543 compliant UAs
(edit) @415   18 years bennylp Implement simple frame replay based packet lost concealment
(edit) @414   18 years bennylp Fixed obsolete comments in stream.h and session.h about stream …
(edit) @413   18 years bennylp Updated pjmedia-codec Makefile for recent L16 codec addition
(edit) @412   18 years bennylp Initial support for stereo codecs, and added L16 codecs. Also better …
(edit) @411   18 years bennylp Initial support for stereo codecs, and added L16 codecs. Also better …
(edit) @410   18 years bennylp Added sound clock drifting reporting in sndinfo sample
(edit) @409   18 years bennylp Better support for continuing media when peer has restarted …
(edit) @408   18 years bennylp Better support for continuing media when peer has restarted …
(edit) @407   18 years bennylp Added stream.c example to demonstrate how to stream audio from both sound …
(edit) @406   18 years bennylp Added missing error texts in sip_errno.c
(edit) @405   18 years bennylp Removed pj_opterr from getopt.h as it is currently not supported
(edit) @404   18 years bennylp Added implementation of media clock and master port (to control frame …
(edit) @403   18 years bennylp Added the time when session was created in pjmedia_rtcp_stat
(edit) @402   18 years bennylp Changed stream.c so it won't quit after recvfrom returns ECONNRESET
(edit) @401   18 years bennylp Fixed bug: credentials are not copied properly in set_credentials()
(edit) @400   19 years bennylp Set pjproject version to 0.5.4.10
(edit) @399   19 years bennylp Added loss period for rx stream implementation
(edit) @398   19 years bennylp Added call duration in pjsua
(edit) @397   19 years bennylp Added code in RTCP to handle PerformanceQueryCounter? bug on Win32
(edit) @396   19 years bennylp Added experimental code to handle QueryPerformanceCounter? leaping bug on …
(edit) @395   19 years bennylp Fixed small typo error in printed message in siprtp.c
(edit) @394   19 years bennylp Randomize RTCP send interval to reduce collision risk
(edit) @393   19 years bennylp Fixed RTCP compilation warnings with gcc
(edit) @392   19 years bennylp Beautify screen output of the siprtp sample
(edit) @391   19 years bennylp Fixed crash bug in siprtp sample when call is not connected
(edit) @390   19 years bennylp Integrate (stream) quality monitoring into RTCP framework, and update all …
(edit) @389   19 years bennylp Protect RTCP packet lost calculation against incorrect packet expectations
(edit) @388   19 years bennylp Added detection/protection against inaccurate timestamp in RTCP
(edit) @387   19 years bennylp Don't use rdtsc for high res timestamp on Linux as it's highly inaccurate …
(edit) @386   19 years bennylp Added timestamp frequency accuracy test in pjlib-test
(edit) @385   19 years bennylp Fixed RTT calculation bug in RTCP
(edit) @384   19 years bennylp Fixed bug in RTT calculation in RTCP and increase RTT resolution to usec
(edit) @383   19 years bennylp Added RTCP end to end delay calculation
(edit) @382   19 years bennylp Fixed bug in RTCP: packing error causing size mismatch when compiled with …
(edit) @381   19 years bennylp Changed RTCP timing to use high resolution timestamp
(edit) @380   19 years bennylp Fixed SSRC generation in siprtp sample
(edit) @379   19 years bennylp Added more stats and options in siprtp samples
(edit) @378   19 years bennylp Changed the packet lost calculation (previously it always reported at …
(edit) @377   19 years bennylp Removed some UDP socket warnings
(edit) @376   19 years bennylp Changed pjsip_dlg_send_request() API to NOT return transaction as it is …
(edit) @375   19 years bennylp Added siprtp sample
(edit) @374   19 years bennylp Moved private create session info from SDP to public API
(edit) @373   19 years bennylp Changed sndinfo sample to use higher resolution pj_get_timestamp() instead …
(edit) @372   19 years bennylp Added some flags during playback buffer creation
(edit) @371   19 years bennylp Added DirectSound? sound implementation
(edit) @370   19 years bennylp Fixed crashed bug when pjsua failed to initialize. Also fixed PortAudio?
(edit) @369   19 years bennylp Removed continuous warnings in handle_events in pjsua_core, and …
(edit) @368   19 years bennylp Support for alternate pool backend
(edit) @367   19 years bennylp Fixed crash bug with poll_reset() in rdata
(edit) @366   19 years bennylp Fixed reading memory past buffer error in SDP
(edit) @365   19 years bennylp Fixed race condition bug in ioqueue unregistration for select and Win32 …
(edit) @364   19 years bennylp Added ability to have custom pool backend (needed for pool debugging …
(edit) @363   19 years bennylp Fixed bug in ioqueue: crashed when key is unregistered while another …
(edit) @362   19 years bennylp Added byte order swapping utilities
(edit) @361   19 years bennylp Added more samples: WAV recorder, resample, etc., and also moved some …
(edit) @360   19 years bennylp Moved getopt from pjsua-lib to pjlib-util
(edit) @359   19 years bennylp Moved getopt from pjsua-lib to pjlib-util
(edit) @358   19 years bennylp Added WAVE writer and resample port, and also found out why audio quality …
(edit) @357   19 years bennylp Renamed
(edit) @356   19 years bennylp Fixed build error on Linux
(edit) @355   19 years bennylp Fixed misc warnings/errors in Solaris build
(edit) @354   19 years bennylp Set default option to exclude pj_stricmp_alnum()
(edit) @353   19 years bennylp Fixed unable to open simultaneous sound streams in MacOS
(edit) @352   19 years bennylp Changed sound device framework to allow opening bidirectional streams from …
(edit) @351   19 years bennylp Added a little more threading test and put more info in ioqueue test log
(edit) @350   19 years bennylp Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. …
(edit) @349   19 years bennylp Fixed bug in ioqueue with IO Completion Port backend, where events may …
(edit) @348   19 years bennylp Added pj_inet_addr2()
(edit) @347   19 years bennylp Added macro to exclude filters in resample and added options to select …
(edit) @346   19 years bennylp Fixed error in Samples.mak when CFLAGS is specified in cmdline
(edit) @345   19 years bennylp Fixed build error on mingw
(edit) @344   19 years bennylp Added level.c to samples collection
(edit) @343   19 years bennylp Added clock-rate options in pjsua
(edit) @342   19 years bennylp Added sndinfo sample and tested samples on MacOSX Jaguar
(edit) @341   19 years bennylp Ported PJMEDIA to Darwin/MacOSX
(edit) @340   19 years bennylp Added missing pa_mac_hostapis.c for PortAudio? in MacOS
(edit) @339   19 years bennylp Added MacOS related files to PortAudio?
(edit) @338   19 years bennylp Ported pjlib to PowerPC/MacOS
(edit) @337   19 years bennylp Removed sine generator from confsample
(edit) @336   19 years bennylp Added pjmedia playfile, playsine, and conference sample
(edit) @335   19 years bennylp Added assert when get_frame() or put_frame() is NULL
Note: See TracRevisionLog for help on using the revision log.