summaryrefslogtreecommitdiff
path: root/pjmedia/src/pjmedia/wav_player.c
AgeCommit message (Expand)Author
2013-06-19Re #1680: Add initial support for Win64Riza Sulistyo
2012-05-14Re #1509: backported r4112-4121Benny Prijono
2012-04-09Re #1474: merged r4030Nanang Izzuddin
2011-10-31Re #1395: Backport of PJSIP 1.x branch into PJSIP 2.0 trunkLiong Sauw Ming
2011-07-19Re #1326: Initial code integration from branch 2.0-dev to trunk as "2.0-pre-a...Nanang Izzuddin
2011-05-05Re #1250: Updated the year in all copyright texts with 2011!Nanang Izzuddin
2011-01-21Re #597: Modify buffer padding code for EOF event (thanks to Thomas Johnson).Liong Sauw Ming
2011-01-19Fixes #597: Error reading WAV files when there are extra chunks after DATA ch...Liong Sauw Ming
2008-12-23Updated copyright notice in all files to Teluu Inc., and changed the year as ...Benny Prijono
2008-12-17Ticket #675:Nanang Izzuddin
2008-09-11Ticket #614: Fixed compilation warning of integer conversions.Nanang Izzuddin
2008-09-10Ticket #614: Added support for writing and reading WAV files encoded as 8 bit...Nanang Izzuddin
2008-06-20Large changeset to replace all occurences of year 2007 with 2008 in the copyr...Benny Prijono
2008-04-19More ticket #526: committed ticket526.2.patchBenny Prijono
2008-04-14Ticket #526: Pjsua crash after wav player destroyed inside the eof callback (...Benny Prijono
2008-02-14Handle short files in WAV playerBenny Prijono
2008-01-14Related to ticket #447: the WAV player should consistently return non-PJ_SUCC...Benny Prijono
2008-01-12Another fix for ticket #447: WAV player cuts last data from the WAV fileBenny Prijono
2008-01-12Ticket #447: WAV player cuts last data from the WAV fileBenny Prijono
2008-01-12Added new WAV player API: pjmedia_wav_player_get_len()Benny Prijono
2007-08-16Ticket #354: continuing work to port the Symbian libraries to .DSO formatBenny Prijono
2007-05-30Another fix for ticket #290: Bug in WAV player when frame size is larger than...Benny Prijono
2007-05-30Workaround for ticket #290: Bug in WAV player when frame size is larger than ...Benny Prijono
2007-05-11HUGE changeset to make the rest of the libraries compile with C++ modeBenny Prijono
2007-02-19Ticket #110: HUGE HUGE changeset to replace all occurence of year 2006 with 2...Benny Prijono
2006-09-20Automatically suspend AEC when nothing is connected to the sound port in the ...Benny Prijono
2006-09-18Support for reading non-canonical WAV file in WAV file player port.Benny Prijono
2006-07-29Added pjmedia_port_info_init() to fill in pjmedia_port_info structure, avoidi...Benny Prijono
2006-07-03Change all pj_memset to pj_bzero(), where applicableBenny Prijono
2006-06-22Added memory/buffer based media playback and recordingBenny Prijono
2006-06-20Yet again large diffs because of documentation/doxygen updateBenny Prijono
2006-06-18Updated doxygen documentation to all headers in PJMEDIABenny Prijono
2006-05-28Added set_pos() to WAV playerBenny Prijono
2006-04-27Initial support for stereo codecs, and added L16 codecs. Also better handling...Benny Prijono