summaryrefslogtreecommitdiff
path: root/pjsip-apps/build
AgeCommit message (Expand)Author
2007-02-01Fixed ticket #85: build errors when building samples with VS6/VS8Benny Prijono
2007-01-23Support for Visual Studio 2005 workspaceBenny Prijono
2007-01-08Added simple_pjsua exampleBenny Prijono
2006-12-11Added debugging info setting in Visual Studio project in Release modeBenny Prijono
2006-12-09First update on buddy APIBenny Prijono
2006-12-04Updated Python abstraction with transport and account APIBenny Prijono
2006-11-24Updated footprint script to include new stuffs such as echo canceller and ton...Benny Prijono
2006-11-24Fixed footprint calculation scriptBenny Prijono
2006-11-23Updated Python project with base PJSUA APIBenny Prijono
2006-11-16Added initial Python moduleBenny Prijono
2006-11-08Changed svn:eol-style to CRLF for Visual Studio projectsBenny Prijono
2006-09-02Added multi-purpose tone generator in PJMEDIA (tonegen.[hc])Benny Prijono
2006-08-06Change AEC into generic echo canceller framework with either AEC or simple ec...Benny Prijono
2006-08-04More experimentation with AEC: (1) added media port to create bidirectional p...Benny Prijono
2006-08-02Fix compilation error in MacOS because of recent changes in config.h, also di...Benny Prijono
2006-08-01Added simple WinCE application:Benny Prijono
2006-07-23Improvement/bug fix in hash table lookup to allow user to specify the hash va...Benny Prijono
2006-07-14Attempt to get some applications linked for RTEMS target, just to get the foo...Benny Prijono
2006-07-08More fine tuning on the footprint report generation scriptBenny Prijono
2006-07-05Some improvements in footprint generationBenny Prijono
2006-07-04Added script, source file, and makefile to calculate PJSIP/PJMEDIA footprintBenny Prijono
2006-07-03Various performance improvements in PJSIP: (1) optimizing for common case to ...Benny Prijono
2006-07-03Fixed minor bug in pool_caching.c that prevent pool from being reused if the ...Benny Prijono
2006-07-03Added pjsip-perf in the samplesBenny Prijono
2006-06-16Optimizations mostly in the conference bridge (gained more than 3x faster)Benny Prijono
2006-06-14Fixed new pjsua build/makefilesBenny Prijono
2006-06-14Removed activex-pjsua from projects (no longer desired)Benny Prijono
2006-06-13-- REWRITE OF PJSUA API --Benny Prijono
2006-06-01Initial work on pjsua ActiveX componentBenny Prijono
2006-05-21Added sound test sampleBenny Prijono
2006-05-19Removed VSS traces from .dsp filesBenny Prijono
2006-05-16Fixed error in Samples.mak (TARGET instead of TARGET_NAME)Benny Prijono
2006-05-16Rearrange transaction statefull stuffs in SIP so that it will not be linked w...Benny Prijono
2006-05-14Add $TARGET variable in Samples-vc.makBenny Prijono
2006-05-13Another major modifications in PJMEDIA:Benny Prijono
2006-05-12Split reporting capability to separate file in siprtp sampleBenny Prijono
2006-05-04Updated Makefiles, defined $TARGET as shortcut for ($MACHINE_NAME-$OS_NAME-$C...Benny Prijono
2006-04-27Initial support for stereo codecs, and added L16 codecs. Also better handling...Benny Prijono
2006-04-24Better support for continuing media when peer has restarted transmission/RTP ...Benny Prijono
2006-04-24Better support for continuing media when peer has restarted transmission/RTP ...Benny Prijono
2006-04-20Added stream.c example to demonstrate how to stream audio from both sound dev...Benny Prijono
2006-04-04Added more stats and options in siprtp samplesBenny Prijono
2006-04-03Added siprtp sampleBenny Prijono
2006-04-03Added DirectSound sound implementationBenny Prijono
2006-03-24Added more samples: WAV recorder, resample, etc., and also moved some common ...Benny Prijono
2006-03-23Fixed misc warnings/errors in Solaris buildBenny Prijono
2006-03-22Redesign RTP/RTCP stuffs so that stream does not create thread implicitly. Ch...Benny Prijono
2006-03-21Added macro to exclude filters in resample and added options to select resamp...Benny Prijono
2006-03-20Fixed error in Samples.mak when CFLAGS is specified in cmdlineBenny Prijono
2006-03-20Added level.c to samples collectionBenny Prijono