summaryrefslogtreecommitdiffstats
path: root/libao2/ao_pcm.c
Commit message (Expand)AuthorAgeFilesLines
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-091-5/+5
* Set block_align in header, seems MatLab can not handle files without.reimar2005-08-171-0/+1
* use MSTRZ suboption typereimar2005-01-191-12/+3
* Default to audiodump.pcm with nowaveheader again, but document it in the manp...reimar2005-01-031-2/+7
* Do not use strndup, it is missing on MinGW.reimar2005-01-021-1/+3
* missing ;faust32005-01-021-1/+1
* Add -ao pcm suboptions and remove -aofile and -waveheader options.reimar2005-01-021-4/+19
* af_fmt2str_shortalex2004-12-281-3/+3
* removing AFMT_ dependancyalex2004-12-271-8/+8
* Make include paths consistent.diego2004-12-071-2/+2
* mp_msg transition of unmaintained audio output drivers.ivo2004-09-181-7/+8
* uninit immed flagalex2004-04-061-1/+1
* 64bit types fix by a unkown mandrake 64bit expertattila2003-10-261-13/+13
* Correct dumping hint (vc dummy faster than null).ranma2003-05-051-1/+1
* 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>alex2003-03-211-1/+1
* The "initialize wav header with infinite lenght" broke thearpi2003-02-041-1/+6
* temporary 'inifinte' length disabled (commit r1.13 reversed) due to userarpi2003-02-021-2/+2
* double free(), found by Olivier Galibert <galibert@pobox.com>arpi2003-01-291-4/+1
* When the file is not finished to be written,arpi2003-01-191-2/+3
* fix endianness issue on bigendian (let libaf do the conversion ;))colin2002-11-021-4/+0
* updated for libaf rulesarpi2002-10-071-18/+34
* -vc null is better than -hardframedrop -- hint by gabor <gabor@realtime.sk>arpi2002-08-061-2/+1
* endianess fix by Colin Leroy <colin@colino.net>arpi2002-07-211-0/+1
* Allow writing to pipe.albeu2002-06-221-3/+2
* warning fixes (string.h is required for memset)pl2002-05-301-1/+3
* - Fix for big apple architectures by Rogerio Brito, reworked by me to use bsw...atmos42002-04-261-25/+58
* good-looking fix by Tobias Diedrich <td@informatik.uni-hannover.de>arpi2002-03-021-3/+5
* interface to libao2 changed ao_plugin addedanders2001-11-241-13/+5
* Ooopsatmosfear2001-06-121-2/+1
* Added support for writing wave files and specifying filename to write to.atmosfear2001-06-121-5/+73
* Added raw PCM writer ao driver.atmosfear2001-06-121-0/+97