summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Expand)Author
2008-08-09Ticket #588: Improvements to echo cancellation frameworkBenny Prijono
2008-08-08Fixed bug possibility of dereferencing NULL pointer when calling pjmedia_jbuf...Nanang Izzuddin
2008-08-04Added test delaybuf to pjmedia MIPS test.Nanang Izzuddin
2008-07-29Fixed ticket #581: Fixed build dependencies in the makefilesBenny Prijono
2008-07-28Ticket #463: Configuration option to have external sound device implementationBenny Prijono
2008-07-25Ticket #578: Bug in encoding ICE candidate type in SDP (thanks Ondrej Sterbak)Benny Prijono
2008-07-24Ticket #577: Initial source of sound device wrapper with APSNanang Izzuddin
2008-07-22Wrong documentation in pjmedia_snd_port_connect() (thanks Klaus Darilion)Benny Prijono
2008-07-17Fixed linking error cased by missing PJMEDIA_HAS_RTCP_XR guard for pjmedia_se...Nanang Izzuddin
2008-07-17Added ability to dump extended statistics (RTCP XR) in pjsua.Nanang Izzuddin
2008-07-14Ticket #570: Fixed find_pitch() search range iteration; and fixed wsola_gener...Nanang Izzuddin
2008-07-14Ticket #569: Updated SRTP locking to not guard member transport when sending ...Nanang Izzuddin
2008-07-14Fixed minor bug missing wsola_plc initialization.Nanang Izzuddin
2008-07-13Set default UDP media transport name if name is not specified by application,...Benny Prijono
2008-07-10Added config settings for search range in WSOLA expand()Nanang Izzuddin
2008-07-10Updated delay buffer to use circular bufferNanang Izzuddin
2008-07-10Updated WSOLA to use circular buffer and configurable hanning window size (wh...Nanang Izzuddin
2008-07-10Added two APIs to pjmedia circular buffer: copy & pack bufferNanang Izzuddin
2008-07-07Removed pjmedia-test from pjmedia build for now since it's causing build erro...Benny Prijono
2008-07-05Added WinCE project for pjmedia_testBenny Prijono
2008-07-05Added pjmedia_test to Visual Studio workspacesBenny Prijono
2008-07-04Updated mips_test.c after running on ARMBenny Prijono
2008-07-04Added MIPS benchmark in pjmedia-test, and loopback media transport to assist ...Benny Prijono
2008-07-04Fixed crash in stream.c when it tries to send RTCP BYE when stream initializa...Benny Prijono
2008-07-04Fixed bug in SRTP regarding startup flags evaluationBenny Prijono
2008-07-04Added module circular buffer (circbuf.h) to pjmediaNanang Izzuddin
2008-06-28Removed old PLC setting from pjmedia/config.hBenny Prijono
2008-06-27Media session should not reject the whole SDP when it receives SDP with unkno...Benny Prijono
2008-06-27Fixed assertion when parsing incoming SDP which is not properly terminated wi...Benny Prijono
2008-06-27Ticket #543:Nanang Izzuddin
2008-06-27Fixed session.c incorrectly parsing channel count from SDPNanang Izzuddin
2008-06-27Fixed extra '/' character when encoding stereo codecs (thanks Gianluca Crucil...Benny Prijono
2008-06-26Ticket #544: Fixed SRTP on hold+reinvite scenarioNanang Izzuddin
2008-06-26Specifying star in codec selection will select all codecs. Fixed the codec se...Benny Prijono
2008-06-24More ticket #542: Updated default capture latency (tested OK on Vista 64bit f...Nanang Izzuddin
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