aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2
Commit message (Expand)AuthorAge
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
* massive attack: mp_msg printf format fixesGravatar rathann2006-01-12
* - move our setenv() fallback implementation to osdepGravatar al2005-12-26
* use snd_mixer_selem_set_playback_switch when muting ALSA, patch by Matthias L...Gravatar wanderer2005-12-15
* fixGravatar rathann2005-12-05
* Link was a bit dated (but still working :-))Gravatar ranma2005-11-29
* -aop is long obsolete.Gravatar diego2005-11-28
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-11-19
* DirectSound's GetVolume and SetVolume use 100ths of decibels and range from -...Gravatar joey2005-11-11
* Allow setting the mixer per instance so one can fallback betweenGravatar albeu2005-11-10
* ao_macosx is a native audio output driver and should thus have priorityGravatar diego2005-10-11
* General bug fixes, like missing includes, formats that were incorrectlyGravatar reimar2005-10-04
* 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