summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Expand)Author
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
2006-10-21Fixed quality setting in MP3 writer (thanks Toni again)Benny Prijono
2006-10-20Changed the processing of mp3 _options in mp3 writer with regard to bit_rate ...Benny Prijono
2006-10-19Support for MP3 recording for Win32 target. Also added "--rec-file" and "--au...Benny Prijono
2006-10-19Fixed miscellaneous warnings with gcc compilationBenny Prijono
2006-10-18Updated doxygen documentation for media transport (again)Benny Prijono
2006-10-18Updated doxygen documentation in media transportBenny Prijono
2006-10-16Removed colon from SDP attribute value [thanks Olivier Gournet]Benny Prijono
2006-10-16Fixed bug in media UDP transport: when recv() returns error (e.g. ICMP packet...Benny Prijono
2006-10-16Fixed missing #include <pjmedia/errno.h> in nullsound.cBenny Prijono
2006-10-13Updated PortAudio to latest version for MacBenny Prijono
2006-10-12Fixed bugs in pasound.c again, this time it is suspected that two input/outpu...Benny Prijono
2006-10-11Changed pasound.c to open multiple streams when input/output are on different...Benny Prijono
2006-10-11Fixed missing pj_snd_get_info() in nullsound.cBenny Prijono
2006-10-10Changed pasound.c to handle situation when NULL is passed as input/output buf...Benny Prijono
2006-10-09Changed pasound.c to get the default sound devices from the host API's defaul...Benny Prijono
2006-10-03Fixed compilation error in tone generator when using fixed point.Benny Prijono
2006-09-27Added pjmedia_snd_stream_get_info() function.Benny Prijono