aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2
Commit message (Expand)AuthorAge
* reordered bps calculationGravatar henry2005-08-25
* set the nearest number of channels, return(0) upon errorsGravatar henry2005-08-25
* name suboption for jack to set client nameGravatar reimar2005-08-18
* Set block_align in header, seems MatLab can not handle files without.Gravatar reimar2005-08-17
* reset estimation also on too negative diffGravatar reimar2005-07-28
* improved audio delay estimation, supposed to help make the video smootherGravatar reimar2005-07-26
* remove delay when setting audio volumeGravatar nplourde2005-07-19
* QUERY_FORMAT supportGravatar alex2005-07-03
* avoid hang when playing more than one fileGravatar reimar2005-06-30
* more general ao_macosx cleanup. Patch by Alexander Strange <astrange@ithinksw...Gravatar nplourde2005-06-29
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...Gravatar gpoirier2005-06-20
* Be more patch-friendlyGravatar ranma2005-06-19
* Fix email addressGravatar ranma2005-06-19
* Add missing range checks so we won't overflow the buffers, thanks to Erik Aue...Gravatar ranma2005-06-17
* removes the use of AudioConverters. patch by Alexander Strange <alexander.str...Gravatar nplourde2005-06-14
* Mac OS X Audio with AudioUnits and AudioToolbox format converters, Patch by C...Gravatar nplourde2005-06-05
* Create a unique client name so that multiple instances work.Gravatar reimar2005-06-05
* Fix latency calculation and buffersize setting.Gravatar reimar2005-06-03
* New ao_jack without bio2jack dependency.Gravatar reimar2005-06-01
* simplifies the format matching logic. Chris Roccati <roccati@pobox.com>Gravatar nplourde2005-05-16
* indicate the number of channels required, patch by Chris Roccati <roccati@pob...Gravatar nplourde2005-05-14
* - 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