summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Expand)Author
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2007-02-18Related to ticket #74: reduce default number of sound buffers from 32 to 16 t...Benny Prijono
2007-02-17Fixed ticket #109: Audio saturation when level is applied to conferenceBenny Prijono
2007-02-17Updated documentation and sample for media conference with regard to maximum ...Benny Prijono
2007-02-14Tidy up the configure screen output, and fixed warning about uninitialized va...Benny Prijono
2007-02-08Fixed bug #94: wrong level adjustment calculation in conference bridgeBenny Prijono
2007-02-04Fixed ticket #78: Noise in conference bridge because of upsampling and change...Benny Prijono
2007-02-04Fixed ticket #87: Conference bridge should transmit silence frame when level ...Benny Prijono
2007-01-31Fixed ticket #86: file not properly rewind-ed for the next iteration (thanks ...Benny Prijono
2007-01-31Fixed ticket #86: crash in wav_playlist.c (thanks Alain Totouom for the repor...Benny Prijono
2007-01-27Ticket #82: fix link errors when codecs are disabled from autoconf scriptBenny Prijono
2007-01-25Updated doxygen documentation to version 0.5.10Benny Prijono
2007-01-24Implement ticket #62: option to play tones continuously, and added --play-ton...Benny Prijono
2007-01-23Fixed ticket #76: bug in PortAudio when device is opened in non-native clock ...Benny Prijono
2007-01-23More ticket #64 fix: allow whitespace after SDP media formatBenny Prijono
2007-01-23Fixed ticket #75: allow empty SDP format list when media port is zeroBenny Prijono
2007-01-23Fixed ticket #74: unstable/stutter sound on Windows Mobile (thanks ChenHuang)Benny Prijono
2007-01-23Support for Visual Studio 2005 workspaceBenny Prijono
2007-01-21Implement ticket #67: added WAV playlist feature to PJMEDIABenny Prijono
2007-01-21Fixed gcc warnings, especially about dereferencing type-punned pointerBenny Prijono
2007-01-20Ticket #64: more lenient SDP parsing (take only what we need and ignore anyth...Benny Prijono
2007-01-20Implement ticket #56: Periodically transmit RTP packet on silence, to maintai...Benny Prijono
2007-01-20Fixed ticket #70: Frame timestamp not propagated correctly in PJMEDIABenny Prijono
2007-01-04Just updated and improved the doxygen documentations all over the placeBenny Prijono
2006-12-30Implement ticket #40: support for asymmetric encoding/decoding ptime (e.g. wi...Benny Prijono
2006-12-29Fixed ticket #55: Invalid PortAudio error space (PA expects negative error co...Benny Prijono
2006-12-26Implement ticket #53: Disable silence detector during the first few seconds o...Benny Prijono
2006-12-26Ticket #54: added ability to modify some codec parameters on the flyBenny Prijono
2006-12-26Ticket #51: Added audio level adjustment to PJSUA-APIBenny Prijono
2006-12-26Added DTMF callback support all the way to PJSUA API (ticket #48)Benny Prijono
2006-12-22Ticket #47: Packet length not set correctly when media transport fails with i...Benny Prijono
2006-12-15Fixed ticket #43: echo suppressor definition in echo_suppress.c doesn't match...Benny Prijono
2006-12-11Added debugging info setting in Visual Studio project in Release modeBenny Prijono
2006-12-08Added media flow diagram (image) to pjmedia docBenny Prijono
2006-12-07Fixed ticket #37: invalid RTP packet should be counted in 'discarded' packetBenny Prijono
2006-11-30Implement task #26: integrate table based Alaw/Ulaw/linear conversion into pj...Benny Prijono
2006-11-27Display actual sound device name in conference bridge port zeroBenny Prijono
2006-11-25Minor fix in UDP media: transport should silently ignore detach command when ...Benny Prijono
2006-11-25Fixed incorrect channel count number in the log message written when opening ...Benny Prijono
2006-11-24Fixed speex logging to use PJLIB's log, because a GUI application doesn't hav...Benny Prijono
2006-11-23Updated Speex to their latest SVN (1.2-beta). AEC seemsBenny Prijono
2006-11-23Worked on the AEC. Apply constant delay bufferring for the AEC,Benny Prijono
2006-11-21Increase splitcomb buffer count to 32Benny Prijono
2006-11-21Fixed bug caused by recent sound device ID convention changeBenny Prijono
2006-11-21Fixed sound device ID bug: application was unable to use device ID zero becau...Benny Prijono
2006-11-19Fixed memory leaks bug in speex codecBenny Prijono
2006-11-15Added checking for clock rate mismatch in PJMEDIA master port.Benny Prijono
2006-11-10Fixed overflow bug in conference.c causing cracking noise (thanks Norman Franke)Benny Prijono
2006-11-08Changed svn:eol-style to CRLF for Visual Studio projectsBenny Prijono
2006-11-06Removed PA_NO_WMME macro in pjmedia debug build.Benny Prijono