source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @521   18 years bennylp Comment out PJSUA options that are no longer supported with new pjsua
(edit) @520   18 years bennylp Increase default max SIP packet size to 2000 (from 1500), since SIP PDU …
(edit) @519   18 years bennylp Changed in presence: incoming NOTIFY without body will not change presence …
(edit) @518   18 years bennylp Updated doxygen documentation to all headers in PJMEDIA
(edit) @517   18 years bennylp Bring the GSM codec to patchlevel 12
(edit) @516   18 years bennylp Added speex jitter buffer and AEC files to the library
(edit) @515   18 years bennylp Modifications all over the place, but mainly only to update Doxygen …
(edit) @514   18 years bennylp Fixed pjlib doxygen documentation
(edit) @513   18 years bennylp Optimizations mostly in the conference bridge (gained more than 3x faster)
(edit) @512   18 years bennylp Fixed couple of bugs in pjsua API: (1) server presence subscription not …
(edit) @511   18 years bennylp Cleanup more compilation warnings with Mingw
(edit) @510   18 years bennylp Fixed bug in command line parsing in pjsua
(edit) @509   18 years bennylp Cleanup misc compilation warnings with gcc
(edit) @508   18 years bennylp Fixed new pjsua build/makefiles
(edit) @507   18 years bennylp Implement --null-audio, --auto-loop, etc. in pjsua
(edit) @506   18 years bennylp Standardise clearing and copying frame with pjmedia_zero_samples() and …
(edit) @505   18 years bennylp Fixed couple of bugs in stream: (1) race condition when transport callback …
(edit) @504   18 years bennylp Removed activex-pjsua from projects (no longer desired)
(edit) @503   18 years bennylp -- REWRITE OF PJSUA API --
(edit) @502   18 years bennylp Fixed bugs in client authentication: (1)tx_data in reinit_req() is not …
(edit) @501   18 years bennylp Added pjmedia_sdp_neg_was_aswer_remote()
(edit) @500   18 years bennylp Added status_text and cause_text in dialog and transaction to capture the …
(edit) @499   18 years bennylp Fixed bug in generating CANCEL request when the INVITE request contains …
(edit) @498   18 years bennylp Added mutex protection and option not to delete upstream/downstream port …
(edit) @497   18 years bennylp Changed codec priority to use integer with value between 0-255 instead of …
(edit) @496   18 years ismangil Initial work - debug symbian working, os_core still stubs
(edit) @495   18 years bennylp Fixed bug in xoff calculation in PJMEDIA resample
(edit) @494   18 years bennylp Changed codec names to uppercase in siprtp, as they are not accepted by …
(edit) @493   18 years bennylp Updated pjsua Makefile with recent changes in pjsua-lib
(edit) @492   18 years bennylp Another huge chunks of modifications in PJSUA API, too many things to …
(edit) @491   18 years bennylp More information in error reporting on parsing error
(edit) @490   18 years ismangil Added snprint/vsnprintf wrapper
(edit) @489   18 years ismangil Added snprint/vsnprintf wrapper
(edit) @488   18 years bennylp Uploaded splitter/combiner API draft
(edit) @487   18 years bennylp Initial work on pjsua ActiveX component
(edit) @486   18 years bennylp Added pjsip_endpt_handle_events2(), which has an additional argument to …
(edit) @485   18 years bennylp Speex codec will refuse codec quality/complexity 0 and replace them with …
(edit) @484   18 years bennylp Added "#undef s_addr" in sock.h to fix build error on some Windows …
(edit) @483   18 years bennylp Added options in pjmedia UDP transport to disable source address checking
(edit) @482   18 years bennylp More changes in pjsua API to make it more complete high level API
(edit) @481   18 years bennylp Sound device id zero mean autoselect device
(edit) @480   18 years bennylp Added set_pos() to WAV player
(edit) @479   18 years bennylp Added destroy in transport operation
(edit) @478   18 years ismangil Initial
(edit) @477   18 years bennylp Added README-RTEMS and tweaked the makefiles
(edit) @476   18 years bennylp First stage in pjsua library re-arrangements towards creating an easy to …
(edit) @475   18 years ismangil Added build.mak for Symbian
(edit) @474   18 years bennylp Branch for initial Symbian porting effort
(edit) @473   18 years bennylp Fixed minor compilation warnings in rtcp.h
(edit) @472   18 years bennylp Cleanup warnings with MSVC 2003
(edit) @471   18 years bennylp Change jitter calculation in sound test (sndtest) to show the worst jitter …
(edit) @470   18 years bennylp Fixed crash bug in DSound closing procedure
(edit) @469   18 years bennylp Put back high thread priority in dsound.c
(edit) @468   18 years bennylp Fixed MacOS X build
(edit) @467   18 years bennylp Changed DirectSound? not to be too aggressive when capturing frames
(edit) @466   18 years bennylp Increase default number of DirectSound? buffers to 16. This has seemed to …
(edit) @465   18 years bennylp Fixed minor bug in silence detector
(edit) @464   18 years bennylp Added sound test sample
(edit) @463   18 years bennylp DirectSound? capture device queries stream position and retrieves any …
(edit) @462   18 years bennylp Added device enumeration capability in DirectSound?
(edit) @461   18 years bennylp Fixed warning about unreference arguments in transport_udp.c
(edit) @460   18 years bennylp Set media thread in siprtp samples to highest priority to make RTCP jitter …
(edit) @459   18 years bennylp Fixed crashed with the latest VAD changes
(edit) @458   18 years bennylp Removed VSS traces from .dsp files
(edit) @457   18 years bennylp Install VAD in g711, gsm, and speex, and add the DTX support in stream.c. …
(edit) @456   18 years bennylp Changed PJ_ASSERT_RETURN to evaluate the expression in the pj_assert, so …
(edit) @455   18 years bennylp Changed the way average jitter is calculated in rtcp
(edit) @454   18 years bennylp Added --report-file options in siprtp
(edit) @453   18 years bennylp Changed the way Content-Type is written. Whitespace is now written before …
(edit) @452   18 years bennylp Major modification in pjmedia to split stream transport into separate …
(edit) @451   18 years bennylp Rearrange DirectSound? closing steps to reduce blocking delay
(edit) @450   18 years bennylp Fixed excessive jitter prefetch message when silence detector is applied …
(edit) @449   18 years bennylp Fixed error in Samples.mak (TARGET instead of TARGET_NAME)
(edit) @448   18 years bennylp Rearrange transaction statefull stuffs in SIP so that it will not be …
(edit) @447   18 years bennylp Fixed broken make on Linux etc because of missing os_timestamp_linux.c …
(edit) @446   18 years bennylp Fixed bug in UAS dialog (remote.info_str was taken from local info)
(edit) @445   18 years bennylp Changed default sound back-end on Win32 to own DirectSound?
(edit) @444   18 years bennylp Fixed bug in siprtp because of recent changes in …
(edit) @443   18 years bennylp Set default sound backend in Win32 to own DirectSound?, and changed …
(edit) @442   18 years bennylp Fixed more bugs with multiple frame handling
(edit) @441   18 years bennylp Change how --add-codec works in pjsua
(edit) @440   18 years bennylp Fixed bug with multiple frames handling in RTP stream
(edit) @439   18 years bennylp Add $TARGET variable in Samples-vc.mak
(edit) @438   18 years bennylp Another major modifications in PJMEDIA: - handle multiple frames in one …
(edit) @437   18 years bennylp Split reporting capability to separate file in siprtp sample
(edit) @436   18 years bennylp Fixed bugs: stream should give to jitter buffer the extended/32bit …
(edit) @435   18 years bennylp Fixed bug: incorrect remote and local PT for telephone-events (swapped)
(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
Note: See TracRevisionLog for help on using the revision log.