| Commit message (Expand) | Author | Age | Files | Lines |
* | Windows: ao_pcm: add io.h include for MinGW64 | diego | 2011-06-29 | 1 | -0/+1 |
* | cleanup: ao_pcm: remove useless assignment to ao->buffersize | Uoti Urpala | 2011-06-26 | 1 | -1/+0 |
* | ao_pcm, core: use new API in ao_pcm, change timing with it | Uoti Urpala | 2011-05-05 | 1 | -135/+114 |
* | ao_pcm: change message to mention "-novideo" instead of "-vc null" | Uoti Urpala | 2010-12-08 | 1 | -1/+1 |
* | cleanup: remove NULL checks before free() all over the code | cboesch | 2010-11-14 | 1 | -2/+1 |
* | ao_pcm: Remove some disabled and pointless code | reimar | 2010-11-02 | 1 | -12/+0 |
* | Merge svn changes up to r31189 | Uoti Urpala | 2010-05-30 | 1 | -2/+4 |
|\ |
|
| * | Change WAV header updating in ao_pcm to allow to up to almost 4GB size. | reimar | 2010-05-21 | 1 | -2/+4 |
* | | Delete things related to old translation system | Uoti Urpala | 2010-03-10 | 1 | -1/+0 |
* | | Merge svn changes up to r30732 | Uoti Urpala | 2010-03-10 | 1 | -44/+68 |
|\| |
|
| * | Output WAVE_FORMAT_EXTENSIBLE extension in wave header when waveheader | tack | 2010-02-22 | 1 | -44/+68 |
| * | cosmetics: Remove pointless empty lines at EOF. | diego | 2010-02-20 | 1 | -6/+0 |
* | | Merge svn changes up to r30419 | Uoti Urpala | 2010-01-25 | 1 | -24/+19 |
|\| |
|
| * | Support more formats for -ao pcm in raw mode. | reimar | 2010-01-23 | 1 | -24/+19 |
* | | Merge svn changes up to r30301 | Uoti Urpala | 2010-01-25 | 1 | -1/+2 |
|\| |
|
| * | Add support for distinguishing between little- and big-endian SPDIF AC3 | reimar | 2010-01-11 | 1 | -1/+2 |
* | | Merge svn changes up to r29912 | Uoti Urpala | 2009-11-16 | 1 | -1/+1 |
|\| |
|
| * | Add support for 8 channel audio. | tack | 2009-11-10 | 1 | -1/+1 |
* | | Merge svn changes up to r29644 | Uoti Urpala | 2009-09-04 | 1 | -1/+1 |
|\| |
|
| * | The suboption parser now takes a const options list, so mark them all const. | reimar | 2009-09-02 | 1 | -1/+1 |
* | | Merge svn changes up to r29455 | Uoti Urpala | 2009-07-29 | 1 | -1/+1 |
|\| |
|
| * | Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code. | diego | 2009-07-26 | 1 | -1/+1 |
* | | Merge svn changes up to r29412 | Uoti Urpala | 2009-07-07 | 1 | -1/+11 |
|\| |
|
| * | Add a hack to detect when we are writing into a Windows pipe since the fseek | reimar | 2009-05-16 | 1 | -1/+11 |
| * | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 | 1 | -8/+8 |
* | | Remove trailing whitespace from most files | Uoti Urpala | 2009-07-07 | 1 | -14/+8 |
* | | Translation system changes part 2: replace macros by strings | Amar Takhar | 2009-07-07 | 1 | -3/+3 |
* | | Translation system changes part 1: wrap translated strings | Amar Takhar | 2009-07-07 | 1 | -3/+3 |
|/ |
|
* | Add forgotten "static" to new data_length variable in ao_pcm | reimar | 2009-03-22 | 1 | -1/+1 |
* | Whitespace-only cosmetics: use consistent indentation in ao_pcm.c | reimar | 2009-03-22 | 1 | -137/+137 |
* | Print a warning if ao_pcm wrote more data than what can be specified in the | reimar | 2009-03-22 | 1 | -5/+11 |
* | Make ao_info_t structs const. | reimar | 2009-03-06 | 1 | -1/+1 |
* | Add standard license headers. | diego | 2009-01-26 | 1 | -0/+20 |
* | Remove a comment that makes no longer sense (since quite some time actually) | reimar | 2008-05-01 | 1 | -4/+0 |
* | Support 32 bit float and integer formats in ao_pcm.c | reimar | 2008-05-01 | 1 | -1/+12 |
* | Fix all current known multi-channel wrong order problems by adding | ulion | 2007-12-10 | 1 | -0/+10 |
* | Support dump AF_FORMAT_AC3 format. | ulion | 2007-11-21 | 1 | -0/+3 |
* | Hack around libavutil/bswap.h compilation problems due to always_inline undef... | reimar | 2006-12-07 | 1 | -1/+1 |
* | Remove bswap.h, use libavutil/bswap.h instead. | diego | 2006-11-29 | 1 | -1/+2 |
* | le2me_32 is no longer a macro on PPC, and in general does not have to | reimar | 2006-11-26 | 1 | -16/+7 |
* | Only set the default output filename when it was not passed on the command | diego | 2006-05-14 | 1 | -3/+4 |
* | Move setting the output filename after the suboption parsing, otherwise it | diego | 2006-05-13 | 1 | -2/+4 |
* | -ao pcm:fast suboption for faster-than-realtime dumping | reimar | 2006-04-14 | 1 | -1/+3 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | rathann | 2006-02-09 | 1 | -5/+5 |
* | Set block_align in header, seems MatLab can not handle files without. | reimar | 2005-08-17 | 1 | -0/+1 |
* | use MSTRZ suboption type | reimar | 2005-01-19 | 1 | -12/+3 |
* | Default to audiodump.pcm with nowaveheader again, but document it in the manp... | reimar | 2005-01-03 | 1 | -2/+7 |
* | Do not use strndup, it is missing on MinGW. | reimar | 2005-01-02 | 1 | -1/+3 |
* | missing ; | faust3 | 2005-01-02 | 1 | -1/+1 |
* | Add -ao pcm suboptions and remove -aofile and -waveheader options. | reimar | 2005-01-02 | 1 | -4/+19 |
* | af_fmt2str_short | alex | 2004-12-28 | 1 | -3/+3 |
* | removing AFMT_ dependancy | alex | 2004-12-27 | 1 | -8/+8 |
* | Make include paths consistent. | diego | 2004-12-07 | 1 | -2/+2 |
* | mp_msg transition of unmaintained audio output drivers. | ivo | 2004-09-18 | 1 | -7/+8 |
* | uninit immed flag | alex | 2004-04-06 | 1 | -1/+1 |
* | 64bit types fix by a unkown mandrake 64bit expert | attila | 2003-10-26 | 1 | -13/+13 |
* | Correct dumping hint (vc dummy faster than null). | ranma | 2003-05-05 | 1 | -1/+1 |
* | 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk> | alex | 2003-03-21 | 1 | -1/+1 |
* | The "initialize wav header with infinite lenght" broke the | arpi | 2003-02-04 | 1 | -1/+6 |
* | temporary 'inifinte' length disabled (commit r1.13 reversed) due to user | arpi | 2003-02-02 | 1 | -2/+2 |
* | double free(), found by Olivier Galibert <galibert@pobox.com> | arpi | 2003-01-29 | 1 | -4/+1 |
* | When the file is not finished to be written, | arpi | 2003-01-19 | 1 | -2/+3 |
* | fix endianness issue on bigendian (let libaf do the conversion ;)) | colin | 2002-11-02 | 1 | -4/+0 |
* | updated for libaf rules | arpi | 2002-10-07 | 1 | -18/+34 |
* | -vc null is better than -hardframedrop -- hint by gabor <gabor@realtime.sk> | arpi | 2002-08-06 | 1 | -2/+1 |
* | endianess fix by Colin Leroy <colin@colino.net> | arpi | 2002-07-21 | 1 | -0/+1 |
* | Allow writing to pipe. | albeu | 2002-06-22 | 1 | -3/+2 |
* | warning fixes (string.h is required for memset) | pl | 2002-05-30 | 1 | -1/+3 |
* | - Fix for big apple architectures by Rogerio Brito, reworked by me to use bsw... | atmos4 | 2002-04-26 | 1 | -25/+58 |
* | good-looking fix by Tobias Diedrich <td@informatik.uni-hannover.de> | arpi | 2002-03-02 | 1 | -3/+5 |
* | interface to libao2 changed ao_plugin added | anders | 2001-11-24 | 1 | -13/+5 |
* | Ooops | atmosfear | 2001-06-12 | 1 | -2/+1 |
* | Added support for writing wave files and specifying filename to write to. | atmosfear | 2001-06-12 | 1 | -5/+73 |
* | Added raw PCM writer ao driver. | atmosfear | 2001-06-12 | 1 | -0/+97 |