summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Expand)Author
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
2008-03-17More ticket #479: bug in pjmedia_transport_get_info(), the info should be ini...Benny Prijono
2008-03-17More ticket #507: fixed the bug introduced in r1871 about operator precedenceBenny Prijono
2008-03-17More ticket #507: updated GNU build system with the G.722 codec and fixed min...Benny Prijono
2008-03-17Ticket #507: committed and tested g722 patch on WindowsBenny Prijono
2008-03-13More ticket #504: buffer overflow in splitcomb when handling stereo audioBenny Prijono
2008-03-11Ticket #504: fixed stream.c for stereo codecsBenny Prijono
2008-03-11Ticket #479: allow media transport framework to return transport specific inf...Benny Prijono
2008-03-11Ticket #494: Configuration option to use high quality tone generationBenny Prijono
2008-03-07Ticket #504: assertion in sound device and recfile sample when using stereoBenny Prijono
2008-03-05More ticket #438: wrong param passed to shrink_buffer() in set_max_cnt(), sho...Benny Prijono
2008-03-04Ticket #502: New packet lost concealment (PLC) implementation and enable PLC ...Benny Prijono
2008-03-04More ticket #497: bug on pjmedia_wsola_save() when extra samples exceed sampl...Benny Prijono
2008-03-04More ticket #438: improve docs, added channel_count in wsola, etc.Benny Prijono
2008-03-04Ticket #501: Set master port worker thread priority to highest by defaultBenny Prijono
2008-03-03Ticket #438: added delaybuf in splitcomb. Please see the checkin comment in t...Benny Prijono