| Commit message (Expand) | Author | Age |
* | Add missing range checks so we won't overflow the buffers, thanks to Erik Aue... | ranma | 2005-06-17 |
* | removes the use of AudioConverters. patch by Alexander Strange <alexander.str... | nplourde | 2005-06-14 |
* | Mac OS X Audio with AudioUnits and AudioToolbox format converters, Patch by C... | nplourde | 2005-06-05 |
* | Create a unique client name so that multiple instances work. | reimar | 2005-06-05 |
* | Fix latency calculation and buffersize setting. | reimar | 2005-06-03 |
* | New ao_jack without bio2jack dependency. | reimar | 2005-06-01 |
* | simplifies the format matching logic. Chris Roccati <roccati@pobox.com> | nplourde | 2005-05-16 |
* | indicate the number of channels required, patch by Chris Roccati <roccati@pob... | nplourde | 2005-05-14 |
* | - fix gcc warnings, strlcat/strlcpy prototypes | rathann | 2005-04-06 |
* | endianness fix by Chris White <chriswhite at gentoo dot org> | diego | 2005-03-25 |
* | get_space fix by Florian Dietrich <flodt8 at yahoo.de> | faust3 | 2005-03-15 |
* | do not always request little-endian despite the actual sound format. by Alexa... | nplourde | 2005-03-03 |
* | aos should respect the immed uninit flag (quit immediatly vs waiting till file | reimar | 2005-02-27 |
* | Have OSS audio out fall back to s16ne instead of u8 if it can't open the | ivo | 2005-02-26 |
* | rids ao_macosx of the buffer mutex by using the same buffering scheme as ao_s... | nplourde | 2005-02-22 |
* | bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it> | faust3 | 2005-02-04 |
* | unused definitions removed | alex | 2005-01-31 |
* | Typo in hwac3 string | reimar | 2005-01-30 |
* | print "Unknown/not supported internal format" message only with -v as it | reimar | 2005-01-29 |
* | Fixed the syntax of the spdif device string. | reimar | 2005-01-28 |
* | support immed flag, always initialize write_offset, min_free_space doesn't se... | faust3 | 2005-01-21 |
* | use MSTRZ suboption type | reimar | 2005-01-19 |
* | WAVE_FORMAT_DIRECT seems to cause problems with certain os/driver combination... | faust3 | 2005-01-17 |
* | print why waveOutOpen failed | faust3 | 2005-01-15 |
* | actually mp_msg.h includes config.h, but for consistency better include it | reimar | 2005-01-12 |
* | af_format.h needs config.h to be included first. | reimar | 2005-01-12 |
* | Cleanup, removing internal conversions. Testing welcome. | reimar | 2005-01-06 |
* | Use AF_FORMAT_S16_NE instead of #ifdef WORDS_BIGENDIAN ... | reimar | 2005-01-06 |
* | device selection support | faust3 | 2005-01-06 |
* | Check for every 24 and 32 bit AFMT_ separately if it is defined. | reimar | 2005-01-06 |
* | unused parts removed | alex | 2005-01-06 |
* | Use the subopt-helper for parsing suboptions. | reimar | 2005-01-03 |
* | Default to audiodump.pcm with nowaveheader again, but document it in the manp... | reimar | 2005-01-03 |
* | many 10ls fixed... also better debugging | arpi | 2005-01-03 |
* | Do not use strndup, it is missing on MinGW. | reimar | 2005-01-02 |
* | missing ; | faust3 | 2005-01-02 |
* | Add -ao pcm suboptions and remove -aofile and -waveheader options. | reimar | 2005-01-02 |
* | rate/format matching and volume get/set support | arpi | 2005-01-01 |
* | more verbose messages | alex | 2004-12-29 |
* | af_fmt2str_short | alex | 2004-12-28 |
* | 100l set default format for AF_FORMATs not supported by sound card | rtognimp | 2004-12-28 |
* | 100l, buf etc. in af_fmt2str call are already pointers... | reimar | 2004-12-27 |
* | Do not use audio plugins anymore | reimar | 2004-12-27 |
* | 10l, nasty ao drivers | alex | 2004-12-27 |
* | maybe now.. | alex | 2004-12-27 |
* | hopefully final fix | alex | 2004-12-27 |
* | 10l | alex | 2004-12-27 |
* | removing AFMT_ dependancy | alex | 2004-12-27 |
* | disable all unknown formats in the windows aos | faust3 | 2004-12-08 |
* | Remove duplicate includes. | diego | 2004-12-07 |