aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2
Commit message (Expand)AuthorAge
* - fix gcc warnings, strlcat/strlcpy prototypesGravatar rathann2005-04-06
* endianness fix by Chris White <chriswhite at gentoo dot org>Gravatar diego2005-03-25
* get_space fix by Florian Dietrich <flodt8 at yahoo.de>Gravatar faust32005-03-15
* do not always request little-endian despite the actual sound format. by Alexa...Gravatar nplourde2005-03-03
* aos should respect the immed uninit flag (quit immediatly vs waiting till fileGravatar reimar2005-02-27
* Have OSS audio out fall back to s16ne instead of u8 if it can't open theGravatar ivo2005-02-26
* rids ao_macosx of the buffer mutex by using the same buffering scheme as ao_s...Gravatar nplourde2005-02-22
* bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>Gravatar faust32005-02-04
* unused definitions removedGravatar alex2005-01-31
* Typo in hwac3 stringGravatar reimar2005-01-30
* print "Unknown/not supported internal format" message only with -v as itGravatar reimar2005-01-29
* Fixed the syntax of the spdif device string.Gravatar reimar2005-01-28
* support immed flag, always initialize write_offset, min_free_space doesn't se...Gravatar faust32005-01-21
* use MSTRZ suboption typeGravatar reimar2005-01-19
* WAVE_FORMAT_DIRECT seems to cause problems with certain os/driver combination...Gravatar faust32005-01-17
* print why waveOutOpen failedGravatar faust32005-01-15
* actually mp_msg.h includes config.h, but for consistency better include itGravatar reimar2005-01-12
* af_format.h needs config.h to be included first.Gravatar reimar2005-01-12
* Cleanup, removing internal conversions. Testing welcome.Gravatar reimar2005-01-06
* Use AF_FORMAT_S16_NE instead of #ifdef WORDS_BIGENDIAN ...Gravatar reimar2005-01-06
* device selection supportGravatar faust32005-01-06
* Check for every 24 and 32 bit AFMT_ separately if it is defined.Gravatar reimar2005-01-06
* unused parts removedGravatar alex2005-01-06
* Use the subopt-helper for parsing suboptions.Gravatar reimar2005-01-03
* Default to audiodump.pcm with nowaveheader again, but document it in the manp...Gravatar reimar2005-01-03
* many 10ls fixed... also better debuggingGravatar arpi2005-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
* rate/format matching and volume get/set supportGravatar arpi2005-01-01
* more verbose messagesGravatar alex2004-12-29
* af_fmt2str_shortGravatar alex2004-12-28
* 100l set default format for AF_FORMATs not supported by sound cardGravatar rtognimp2004-12-28
* 100l, buf etc. in af_fmt2str call are already pointers...Gravatar reimar2004-12-27
* Do not use audio plugins anymoreGravatar reimar2004-12-27
* 10l, nasty ao driversGravatar alex2004-12-27
* maybe now..Gravatar alex2004-12-27
* hopefully final fixGravatar alex2004-12-27
* 10lGravatar alex2004-12-27
* removing AFMT_ dependancyGravatar alex2004-12-27
* disable all unknown formats in the windows aosGravatar faust32004-12-08
* Remove duplicate includes.Gravatar diego2004-12-07
* Make include paths consistent.Gravatar diego2004-12-07
* Compile fixGravatar ranma2004-11-28
* Improved A-V sync, patch by Ed Wildgoose [lists(at)wildgooses<dot>com].Gravatar reimar2004-11-07
* respect immed uninit flag, initialize ao_data.outburst.Gravatar reimar2004-11-06
* polyaudio audio driver patch by Lennart Poettering <mzzcynlre at 0pointer.de>Gravatar faust32004-11-05
* Different buffering scheme, avoiding possible races (SDL is using threads!).Gravatar reimar2004-10-31
* FreeBSD compilation fixGravatar reimar2004-10-23
* ringbuffer variable intialization fix for multifile playback patch by Rune Pe...Gravatar faust32004-10-22