summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Expand)Author
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-06-20Updated doxygen documentationsBenny Prijono
2008-06-20Make SDP parser more lenient by ignoring first newlines.Benny Prijono
2008-06-19Ticket #549: major modification in media transport API to support more offer/...Benny Prijono
2008-06-16Cleaned up unused field avg_jitter from rtcp sessionNanang Izzuddin
2008-06-14Added pjmedia_tonegen_rewind()Benny Prijono
2008-06-14Implement ticket #546 and revisit ticket #439:Benny Prijono
2008-06-14More ticket #505: added constants to shrink the excess frames in jbuf even mo...Benny Prijono
2008-06-13Fixed various compilation warnings with gcc strict compilationBenny Prijono
2008-06-12Related to ticket #525: transport_srtp returns PJ_EINVALIDOP in UPDATE or re-...Benny Prijono
2008-06-12More ticket #542: updated dsound.c to adapt with latency settingNanang Izzuddin
2008-06-12Ticket #542: added new API and macro for sound device latency settings, also ...Nanang Izzuddin
2008-06-10Updated default speex quality settings and reenabled pjsua to set Speex codec...Nanang Izzuddin
2008-06-09Added more validations & a new API (thanks Florian Bomers):Nanang Izzuddin
2008-06-06More ticket #485: major modification in transport_ice to support new ICE stre...Benny Prijono
2008-06-06Added field maximum bitrate to codec param, this is useful for providing safe...Nanang Izzuddin
2008-06-06Cleaned up warnings of [u]char-[u]int conversionsNanang Izzuddin
2008-06-05Ticket #473:Nanang Izzuddin
2008-06-05Fixed bug in copying buffer and updated post process of buffer shrinkingNanang Izzuddin
2008-06-03Fixed C & C++ cross linked problem and missing newly added libsrtp.lib in sym...Nanang Izzuddin
2008-06-02Fixed uninitialized output size before calling G.722 encoderNanang Izzuddin
2008-05-30Updated delaybuf to learn burst level in realtime instead of only in the begi...Nanang Izzuddin
2008-05-30Added another WSOLA implementation, PJMEDIA_WSOLA_IMP_WSOLA_LITE, this is use...Nanang Izzuddin
2008-05-28Fixed bug in pjmedia_sdp_rtpmap_to_attr(): may overwrite past the bufferBenny Prijono
2008-05-27Changed build optimizations settings for Speex, pjmedia, and symbian_sound fo...Nanang Izzuddin
2008-05-23Changed build optimization settings for Speex and pjmedia for eVC4/Windows Mo...Benny Prijono
2008-05-17More on ticket #535: updated files using and related to math.hNanang Izzuddin
2008-05-13Resample port get frame may cause buffer overflow when downport returns non-a...Nanang Izzuddin
2008-05-07Ticket #527: Commited ticket527.2.patchNanang Izzuddin
2008-05-02More ticket #513:Nanang Izzuddin
2008-05-02Ticket #528: committed ticket528.patchNanang Izzuddin
2008-04-29More on ticket #513:Nanang Izzuddin
2008-04-28Ticket #513: Support for RTCP XR (initial patch)Benny Prijono
2008-04-23More ticket #497: added configuration to disable WSOLA and set default to dis...Benny Prijono
2008-04-22More ticket #420: creation of IPv6 media streams (tested on SIPit22)Benny Prijono
2008-04-19More ticket #526: committed ticket526.2.patchBenny Prijono
2008-04-14Fixed miscellaneous compile warnings/errors when built with C++ modeBenny Prijono
2008-04-14Ticket #526: Pjsua crash after wav player destroyed inside the eof callback (...Benny Prijono
2008-04-10More ticket #505: the jitter buffer only discard one packet at a time when op...Benny Prijono
2008-04-10More ticket #523: renamed some variable names for clarityBenny Prijono
2008-04-10Ticket #523: Handle incomplete audio frame from sound device (e.g. OSS)Benny Prijono
2008-03-30More ticket #504: added missing new files!Benny Prijono
2008-03-29Ticket #517: Invalid argument error when binding media transport on MacOS XBenny Prijono
2008-03-29Ticket #504: final installment to support stereo audio all the way in PJMEDIA...Benny Prijono
2008-03-28Fixed bug in automatic RTCP address calculation causing assertion failure in ...Benny Prijono
2008-03-26Updated pjmedia_test with the latest jitter buffer APIBenny Prijono
2008-03-25Ticket #516: Assertion in sound device when headset is plugged/unplugged in M...Benny Prijono
2008-03-21Ticket #505: optimizing the jitter buffer delayBenny Prijono
2008-03-20Fixed minor warning about unused variable in transport_srtp.cBenny Prijono
2008-03-19More ticket #497: division by zero in wsola when min_extra is set to zero (th...Benny Prijono