aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2/ao_pcm.c
Commit message (Expand)AuthorAge
* Output WAVE_FORMAT_EXTENSIBLE extension in wave header when waveheaderGravatar tack2010-02-22
* cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
* Support more formats for -ao pcm in raw mode.Gravatar reimar2010-01-23
* Add support for distinguishing between little- and big-endian SPDIF AC3Gravatar reimar2010-01-11
* Add support for 8 channel audio.Gravatar tack2009-11-10
* The suboption parser now takes a const options list, so mark them all const.Gravatar reimar2009-09-02
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* Add a hack to detect when we are writing into a Windows pipe since the fseekGravatar reimar2009-05-16
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add forgotten "static" to new data_length variable in ao_pcmGravatar reimar2009-03-22
* Whitespace-only cosmetics: use consistent indentation in ao_pcm.cGravatar reimar2009-03-22
* Print a warning if ao_pcm wrote more data than what can be specified in theGravatar reimar2009-03-22
* Make ao_info_t structs const.Gravatar reimar2009-03-06
* Add standard license headers.Gravatar diego2009-01-26
* Remove a comment that makes no longer sense (since quite some time actually)Gravatar reimar2008-05-01
* Support 32 bit float and integer formats in ao_pcm.cGravatar reimar2008-05-01
* Fix all current known multi-channel wrong order problems by addingGravatar ulion2007-12-10
* Support dump AF_FORMAT_AC3 format.Gravatar ulion2007-11-21
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* le2me_32 is no longer a macro on PPC, and in general does not have toGravatar reimar2006-11-26
* Only set the default output filename when it was not passed on the commandGravatar diego2006-05-14
* Move setting the output filename after the suboption parsing, otherwise itGravatar diego2006-05-13
* -ao pcm:fast suboption for faster-than-realtime dumpingGravatar reimar2006-04-14
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* Set block_align in header, seems MatLab can not handle files without.Gravatar reimar2005-08-17
* use MSTRZ suboption typeGravatar reimar2005-01-19
* Default to audiodump.pcm with nowaveheader again, but document it in the manp...Gravatar reimar2005-01-03
* Do not use strndup, it is missing on MinGW.Gravatar reimar2005-01-02
* missing ;Gravatar faust32005-01-02
* Add -ao pcm suboptions and remove -aofile and -waveheader options.Gravatar reimar2005-01-02
* af_fmt2str_shortGravatar alex2004-12-28
* removing AFMT_ dependancyGravatar alex2004-12-27
* Make include paths consistent.Gravatar diego2004-12-07
* mp_msg transition of unmaintained audio output drivers.Gravatar ivo2004-09-18
* uninit immed flagGravatar alex2004-04-06
* 64bit types fix by a unkown mandrake 64bit expertGravatar attila2003-10-26
* Correct dumping hint (vc dummy faster than null).Gravatar ranma2003-05-05
* 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>Gravatar alex2003-03-21
* The "initialize wav header with infinite lenght" broke theGravatar arpi2003-02-04
* temporary 'inifinte' length disabled (commit r1.13 reversed) due to userGravatar arpi2003-02-02
* double free(), found by Olivier Galibert <galibert@pobox.com>Gravatar arpi2003-01-29
* When the file is not finished to be written,Gravatar arpi2003-01-19
* fix endianness issue on bigendian (let libaf do the conversion ;))Gravatar colin2002-11-02
* updated for libaf rulesGravatar arpi2002-10-07
* -vc null is better than -hardframedrop -- hint by gabor <gabor@realtime.sk>Gravatar arpi2002-08-06
* endianess fix by Colin Leroy <colin@colino.net>Gravatar arpi2002-07-21
* Allow writing to pipe.Gravatar albeu2002-06-22
* warning fixes (string.h is required for memset)Gravatar pl2002-05-30
* - Fix for big apple architectures by Rogerio Brito, reworked by me to use bsw...Gravatar atmos42002-04-26