summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Expand)Author
2006-07-23Added 64bit Linux target (x86_64), also fixed compilation warnings when compi...Benny Prijono
2006-07-22Changed all public header files to compile correctly when -ansi and -pedantic...Benny Prijono
2006-07-22Added PJMEDIA_RTCP_IGNORE_FIRST_PACKETS macro to let application decides how ...Benny Prijono
2006-07-17Set the SDP parser to allow blank newline at the end of the messageBenny Prijono
2006-07-14Attempt to get some applications linked for RTEMS target, just to get the foo...Benny Prijono
2006-07-04Split ulaw/alaw algorithm from g711.c to alaw_ulaw.c to break circular depend...Benny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-07-02Fixed bug in SDP rtpmap parsing that caused SDP failed to parse the rtpmap at...Benny Prijono
2006-07-02Miscellaneous bug fix and improvements in PJMEDIA: (1) more stricker SDP pars...Benny Prijono
2006-06-29Fixed minor bug: RTCP session not fully cleared when it is initialized (shoul...Benny Prijono
2006-06-29Improvements in PJMEDIA to support RFC 3605 (RTCP attribute in SDP) and other...Benny Prijono
2006-06-29Minor bug fix and enhancements: (1) fixed bug that caused out-of-order status...Benny Prijono
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