summaryrefslogtreecommitdiff
path: root/pjmedia
AgeCommit message (Expand)Author
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
2006-09-27Updated doxygen documentation on sdp_neg.hBenny Prijono
2006-09-25Fixed misleading log message from the sound port about EC being suspended whe...Benny Prijono
2006-09-25Tests with other user agents revealed some bugs whichBenny Prijono
2006-09-22Updated doxygen documentation for the websiteBenny Prijono
2006-09-22Fixed few bugs that seem to have been introduced by new dialog Benny Prijono
2006-09-21Fixed capture device enumeration bug in DirectSound, and changed SDP generati...Benny Prijono
2006-09-20Automatically suspend AEC when nothing is connected to the sound port in the ...Benny Prijono
2006-09-19Fixed race condition bug when initializing SDP parser on multi-processor machineBenny Prijono
2006-09-18Support for reading non-canonical WAV file in WAV file player port.Benny Prijono
2006-09-17Now really checked in the new PLC software!Benny Prijono
2006-09-17Removed G.711 Annex I PLC from the source (because of possible licensing/pate...Benny Prijono
2006-09-14Fix the local IP address resolution issue in PJSIP, PJMEDIA, and PJSUA, by ad...Benny Prijono
2006-09-12Added EOF callback and get_size() in pjmedia_mem_capture port.Benny Prijono
2006-09-11Fixed bug in media UDP transport: when transport is created with create(), no...Benny Prijono
2006-09-11Added EOF callback in memory playback port.Benny Prijono
2006-09-11Fixed bug in resample port: put/get buffers are allocated with the wrong size...Benny Prijono
2006-09-10Fixed autoconf in mingwBenny Prijono
2006-09-10Fixed autoconf on MacOS XBenny Prijono
2006-09-05Added volume control to indivual tone enqueued to the tone generator.Benny Prijono
2006-09-02Added multi-purpose tone generator in PJMEDIA (tonegen.[hc])Benny Prijono
2006-08-24Just updated doxygen documentationBenny Prijono
2006-08-20Finishing autoconf work, also fixed compilation error in publish.hBenny Prijono
2006-08-10Added pjsdp in pjmedia MakefileBenny Prijono
2006-08-07Change set_ec_tail() API to set_ec() in sound port, also change suppressor to...Benny Prijono
2006-08-06Echo suppressor tuning and testing on WincE, and also added config_site_sample.hBenny Prijono
2006-08-06Change the silence suppressor to use the adaptive silence detector.Benny Prijono
2006-08-06Change AEC into generic echo canceller framework with either AEC or simple ec...Benny Prijono