summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Expand)Author
2006-06-28Fixed minor compliation warning in transport_udp.c, also corrected misleading...Benny Prijono
2006-06-22Added better API for media transport, and fixed bugs with pending RTP write o...Benny Prijono
2006-06-22Handle error reported by transportBenny Prijono
2006-06-22Fixed RTCP statistic returning fraction lost instead of total lostBenny Prijono
2006-06-22Fixed unreferenced argument warningBenny Prijono
2006-06-22Added the error code into error messagesBenny Prijono
2006-06-22Added capability to build pjmedia_sock_info from an UDP media transportBenny Prijono
2006-06-22Added memory/buffer based media playback and recordingBenny Prijono
2006-06-20Yet again large diffs because of documentation/doxygen updateBenny Prijono
2006-06-19Removed <malloc.h> from speex/kiss_fft.h as it does not exist in macOS XBenny Prijono
2006-06-19Fixed bugs in negotiating SDP answer from remote for dynamic payload typesBenny Prijono
2006-06-19Fixed pjmedia build errors in the Makefile with the new gsm patchlevelBenny Prijono
2006-06-19Fix warning messages in GSM and speex because of previous update to GSM patch...Benny Prijono
2006-06-19Fix warning messages in GSM and speex because of previous update to GSM patch...Benny Prijono
2006-06-18Updated doxygen documentation to all headers in PJMEDIABenny Prijono
2006-06-18Bring the GSM codec to patchlevel 12Benny Prijono
2006-06-18Added speex jitter buffer and AEC files to the libraryBenny Prijono
2006-06-16Optimizations mostly in the conference bridge (gained more than 3x faster)Benny Prijono
2006-06-15Cleanup more compilation warnings with MingwBenny Prijono
2006-06-15Cleanup misc compilation warnings with gccBenny Prijono
2006-06-14Standardise clearing and copying frame with pjmedia_zero_samples() and pjmedi...Benny Prijono
2006-06-14Fixed couple of bugs in stream: (1) race condition when transport callback is...Benny Prijono
2006-06-13Added pjmedia_sdp_neg_was_aswer_remote()Benny Prijono
2006-06-12Added mutex protection and option not to delete upstream/downstream port in m...Benny Prijono
2006-06-11Changed codec priority to use integer with value between 0-255 instead of enumBenny Prijono
2006-06-08Fixed bug in xoff calculation in PJMEDIA resampleBenny Prijono
2006-06-06Another huge chunks of modifications in PJSUA API, too many things to mention!Benny Prijono
2006-06-05Uploaded splitter/combiner API draftBenny Prijono
2006-06-01Speex codec will refuse codec quality/complexity 0 and replace them with defa...Benny Prijono
2006-06-01Added options in pjmedia UDP transport to disable source address checkingBenny Prijono
2006-05-28Sound device id zero mean autoselect deviceBenny Prijono
2006-05-28Added set_pos() to WAV playerBenny Prijono
2006-05-28Added destroy in transport operationBenny Prijono
2006-05-27Added README-RTEMS and tweaked the makefilesBenny Prijono
2006-05-25Fixed minor compilation warnings in rtcp.hBenny Prijono
2006-05-22Fixed crash bug in DSound closing procedureBenny Prijono
2006-05-22Put back high thread priority in dsound.cBenny Prijono
2006-05-21Changed DirectSound not to be too aggressive when capturing framesBenny Prijono
2006-05-21Increase default number of DirectSound buffers to 16. This has seemed to make...Benny Prijono
2006-05-21Fixed minor bug in silence detectorBenny Prijono
2006-05-21DirectSound capture device queries stream position and retrieves any captured...Benny Prijono
2006-05-20Added device enumeration capability in DirectSoundBenny Prijono
2006-05-20Fixed warning about unreference arguments in transport_udp.cBenny Prijono
2006-05-20Fixed crashed with the latest VAD changesBenny Prijono
2006-05-19Removed VSS traces from .dsp filesBenny Prijono
2006-05-19Install VAD in g711, gsm, and speex, and add the DTX support in stream.c. Als...Benny Prijono
2006-05-18Changed the way average jitter is calculated in rtcpBenny Prijono
2006-05-17Major modification in pjmedia to split stream transport into separate functio...Benny Prijono
2006-05-17Rearrange DirectSound closing steps to reduce blocking delayBenny Prijono
2006-05-16Fixed excessive jitter prefetch message when silence detector is applied in r...Benny Prijono