summaryrefslogtreecommitdiffstats
path: root/libao2/ao_pcm.c
Commit message (Expand)AuthorAgeFilesLines
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-256/+0
* libaf: rename af_format.h to format.hwm42012-08-291-1/+1
* ao_pcm: fix pointless message due to uninitialize variableUoti Urpala2011-08-111-1/+1
* Windows: ao_pcm: add io.h include for MinGW64diego2011-06-291-0/+1
* cleanup: ao_pcm: remove useless assignment to ao->buffersizeUoti Urpala2011-06-261-1/+0
* ao_pcm, core: use new API in ao_pcm, change timing with itUoti Urpala2011-05-051-135/+114
* ao_pcm: change message to mention "-novideo" instead of "-vc null"Uoti Urpala2010-12-081-1/+1
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-2/+1
* ao_pcm: Remove some disabled and pointless codereimar2010-11-021-12/+0
* Merge svn changes up to r31189Uoti Urpala2010-05-301-2/+4
|\
| * Change WAV header updating in ao_pcm to allow to up to almost 4GB size.reimar2010-05-211-2/+4
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* | Merge svn changes up to r30732Uoti Urpala2010-03-101-44/+68
|\|
| * Output WAVE_FORMAT_EXTENSIBLE extension in wave header when waveheadertack2010-02-221-44/+68
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-201-6/+0
* | Merge svn changes up to r30419Uoti Urpala2010-01-251-24/+19
|\|
| * Support more formats for -ao pcm in raw mode.reimar2010-01-231-24/+19
* | Merge svn changes up to r30301Uoti Urpala2010-01-251-1/+2
|\|
| * Add support for distinguishing between little- and big-endian SPDIF AC3reimar2010-01-111-1/+2
* | Merge svn changes up to r29912Uoti Urpala2009-11-161-1/+1
|\|
| * Add support for 8 channel audio.tack2009-11-101-1/+1
* | Merge svn changes up to r29644Uoti Urpala2009-09-041-1/+1
|\|
| * The suboption parser now takes a const options list, so mark them all const.reimar2009-09-021-1/+1
* | Merge svn changes up to r29455Uoti Urpala2009-07-291-1/+1
|\|
| * Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-261-1/+1
* | Merge svn changes up to r29412Uoti Urpala2009-07-071-1/+11
|\|
| * Add a hack to detect when we are writing into a Windows pipe since the fseekreimar2009-05-161-1/+11
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-8/+8
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-14/+8
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-3/+3
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-3/+3
|/
* Add forgotten "static" to new data_length variable in ao_pcmreimar2009-03-221-1/+1
* Whitespace-only cosmetics: use consistent indentation in ao_pcm.creimar2009-03-221-137/+137
* Print a warning if ao_pcm wrote more data than what can be specified in thereimar2009-03-221-5/+11
* Make ao_info_t structs const.reimar2009-03-061-1/+1
* Add standard license headers.diego2009-01-261-0/+20
* Remove a comment that makes no longer sense (since quite some time actually)reimar2008-05-011-4/+0
* Support 32 bit float and integer formats in ao_pcm.creimar2008-05-011-1/+12
* Fix all current known multi-channel wrong order problems by addingulion2007-12-101-0/+10
* Support dump AF_FORMAT_AC3 format.ulion2007-11-211-0/+3
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+2
* le2me_32 is no longer a macro on PPC, and in general does not have toreimar2006-11-261-16/+7
* Only set the default output filename when it was not passed on the commanddiego2006-05-141-3/+4
* Move setting the output filename after the suboption parsing, otherwise itdiego2006-05-131-2/+4
* -ao pcm:fast suboption for faster-than-realtime dumpingreimar2006-04-141-1/+3
* 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