summaryrefslogtreecommitdiffstats
path: root/libao2
Commit message (Expand)AuthorAgeFilesLines
* reordered bps calculationhenry2005-08-251-34/+33
* set the nearest number of channels, return(0) upon errorshenry2005-08-251-2/+4
* name suboption for jack to set client namereimar2005-08-181-1/+9
* Set block_align in header, seems MatLab can not handle files without.reimar2005-08-171-0/+1
* reset estimation also on too negative diffreimar2005-07-281-1/+1
* improved audio delay estimation, supposed to help make the video smootherreimar2005-07-261-16/+23
* remove delay when setting audio volumenplourde2005-07-191-11/+9
* QUERY_FORMAT supportalex2005-07-031-1/+9
* avoid hang when playing more than one filereimar2005-06-301-1/+2
* more general ao_macosx cleanup. Patch by Alexander Strange <astrange@ithinksw...nplourde2005-06-291-17/+18
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ...gpoirier2005-06-201-0/+2
* Be more patch-friendlyranma2005-06-191-2/+15
* Fix email addressranma2005-06-192-2/+2
* Add missing range checks so we won't overflow the buffers, thanks to Erik Aue...ranma2005-06-171-11/+24
* removes the use of AudioConverters. patch by Alexander Strange <alexander.str...nplourde2005-06-141-40/+5
* Mac OS X Audio with AudioUnits and AudioToolbox format converters, Patch by C...nplourde2005-06-051-177/+171
* Create a unique client name so that multiple instances work.reimar2005-06-051-1/+4
* Fix latency calculation and buffersize setting.reimar2005-06-031-3/+7
* New ao_jack without bio2jack dependency.reimar2005-06-011-215/+302
* simplifies the format matching logic. Chris Roccati <roccati@pobox.com>nplourde2005-05-161-47/+3
* indicate the number of channels required, patch by Chris Roccati <roccati@pob...nplourde2005-05-141-0/+1
* - fix gcc warnings, strlcat/strlcpy prototypesrathann2005-04-061-0/+1
* endianness fix by Chris White <chriswhite at gentoo dot org>diego2005-03-251-1/+1
* get_space fix by Florian Dietrich <flodt8 at yahoo.de>faust32005-03-151-1/+5
* do not always request little-endian despite the actual sound format. by Alexa...nplourde2005-03-031-1/+2
* aos should respect the immed uninit flag (quit immediatly vs waiting till filereimar2005-02-274-2/+6
* Have OSS audio out fall back to s16ne instead of u8 if it can't open theivo2005-02-261-2/+3
* rids ao_macosx of the buffer mutex by using the same buffering scheme as ao_s...nplourde2005-02-221-98/+76
* bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>faust32005-02-041-1/+1
* unused definitions removedalex2005-01-311-4/+0
* Typo in hwac3 stringreimar2005-01-301-1/+1
* print "Unknown/not supported internal format" message only with -v as itreimar2005-01-291-1/+1
* Fixed the syntax of the spdif device string.reimar2005-01-281-1/+1
* support immed flag, always initialize write_offset, min_free_space doesn't se...faust32005-01-211-3/+10
* use MSTRZ suboption typereimar2005-01-191-12/+3
* WAVE_FORMAT_DIRECT seems to cause problems with certain os/driver combination...faust32005-01-171-1/+1
* print why waveOutOpen failedfaust32005-01-151-1/+1
* actually mp_msg.h includes config.h, but for consistency better include itreimar2005-01-121-1/+1
* af_format.h needs config.h to be included first.reimar2005-01-129-4/+9
* Cleanup, removing internal conversions. Testing welcome.reimar2005-01-061-35/+15
* Use AF_FORMAT_S16_NE instead of #ifdef WORDS_BIGENDIAN ...reimar2005-01-061-7/+2
* device selection supportfaust32005-01-061-2/+56
* Check for every 24 and 32 bit AFMT_ separately if it is defined.reimar2005-01-061-4/+28
* unused parts removedalex2005-01-0617-3463/+0
* Use the subopt-helper for parsing suboptions.reimar2005-01-031-109/+57
* Default to audiodump.pcm with nowaveheader again, but document it in the manp...reimar2005-01-031-2/+7
* many 10ls fixed... also better debuggingarpi2005-01-031-27/+45
* Do not use strndup, it is missing on MinGW.reimar2005-01-021-1/+3
* missing ;faust32005-01-021-1/+1
* Add -ao pcm suboptions and remove -aofile and -waveheader options.reimar2005-01-021-4/+19
* rate/format matching and volume get/set supportarpi2005-01-011-28/+151
* more verbose messagesalex2004-12-291-2/+2
* af_fmt2str_shortalex2004-12-2810-27/+24
* 100l set default format for AF_FORMATs not supported by sound cardrtognimp2004-12-281-3/+9
* 100l, buf etc. in af_fmt2str call are already pointers...reimar2004-12-275-7/+7
* Do not use audio plugins anymorereimar2004-12-272-11/+1
* 10l, nasty ao driversalex2004-12-271-1/+2
* maybe now..alex2004-12-271-1/+1
* hopefully final fixalex2004-12-276-20/+21
* 10lalex2004-12-271-30/+16
* removing AFMT_ dependancyalex2004-12-2730-360/+283
* disable all unknown formats in the windows aosfaust32004-12-082-0/+21
* Remove duplicate includes.diego2004-12-072-4/+0
* Make include paths consistent.diego2004-12-0721-52/+52
* Compile fixranma2004-11-281-1/+2
* Improved A-V sync, patch by Ed Wildgoose [lists(at)wildgooses<dot>com].reimar2004-11-071-7/+68
* respect immed uninit flag, initialize ao_data.outburst.reimar2004-11-061-0/+2
* polyaudio audio driver patch by Lennart Poettering <mzzcynlre at 0pointer.de>faust32004-11-053-1/+332
* Different buffering scheme, avoiding possible races (SDL is using threads!).reimar2004-10-311-61/+68
* FreeBSD compilation fixreimar2004-10-231-0/+14
* ringbuffer variable intialization fix for multifile playback patch by Rune Pe...faust32004-10-221-1/+5
* channel reorder patch by Florian Dietrich <flodt8 at yahoo.de>faust32004-10-181-10/+40
* Only use S/PDIF output when no other alsa device is set, allows to usereimar2004-10-171-4/+3
* Fix incompatibility with audio devices with more then 2 channelsnplourde2004-10-161-1/+1
* ao dsound improvements patch by Florian Dietrich <flodt8 at yahoo.de>faust32004-10-141-20/+47
* fixed small memleaksreimar2004-10-131-7/+15
* unsinged 32 and 24bit typesalex2004-10-051-0/+12
* fixing authorsalex2004-10-042-2/+2
* introducing 24bit formats and make the values compliant to OSSalex2004-10-042-6/+24
* removing ao_alsa9.c and ao_alsa1x.c as they are superseded by ao_alsa.creimar2004-10-043-2373/+5
* fixed small memleakreimar2004-10-011-0/+1
* printf --> mp_msg conversion in ao_plugindiego2004-09-251-2/+4
* directsound audio output plugin, patch by Gabor Szecsi <deje at miki.hu> some...faust32004-09-252-0/+495
* allow to select an alsa mixer channel index.reimar2004-09-221-2/+23
* mp_msg transition of unmaintained audio output drivers.ivo2004-09-1811-94/+92
* untested multichannel supportfaust32004-08-141-24/+74
* Update ao_jack for new bio2jack API, improve check in configure.diego2004-08-131-8/+14
* embarassing typodiego2004-08-091-1/+1
* Use = instead if # in ALSA device name, as # irritates our config-parser.reimar2004-07-301-3/+3
* automatic loading of af_volume, original patch by Dan Christiansen (danchr (a...reimar2004-07-281-1/+1
* removed status in debug_msg as it is nonsens anyway.joyping2004-07-141-1/+1
* volume calc fixes for mixer, by reimar döffinger, 10l reverse by mejoyping2004-07-141-6/+6
* fixes provided by reimar dörfinger. mixer, subdevice parsing, alsa#help,joyping2004-07-131-78/+74
* 10lfaust32004-07-111-1/+0
* ao_macosx is fixed, moving it back to topnplourde2004-07-101-3/+3
* enables resampling of audio in ao_macosx by Dan Christiansennplourde2004-07-101-14/+2
* string, alloca etc. fixesjoyping2004-07-021-66/+34
* Let's keep the full functionality for the release, we can switch this offdiego2004-06-281-1/+1
* 1000l in GET_VOLUME. Fix by Lu Ran, hephooey (at) fastmail (dot) fm.reimar2004-06-271-4/+4
* 10l WAVE_FORMAT_DOLBY_AC3_SPDIF needs to be defined first, patch by Gianluigi...faust32004-06-271-0/+2
* ac3 passthrough, initial patch by Gianluigi Tiesi <sherpya at netfarm.it>faust32004-06-261-3/+12
* make the internal sdl mixer optional, idea by Reimar Doffingeralex2004-06-261-1/+12
* JACK audio support through bio2jack by Kamil Strzelecki <esack@o2.pl>alex2004-06-253-1/+198
* move macosx in the priority list after sdl, patch by Dan Christiansenalex2004-06-251-3/+3
* ranlib cleanup by Dan Christiansenalex2004-06-241-0/+1
* additional formats - 8bit & floathenry2004-06-111-2/+17
* support for 24 bit pcm/wav filesreimar2004-05-161-0/+5
* removed #ifdefs that are already handled by libao2/afmt.hreimar2004-05-141-18/+0
* alsa9/1.x merge, now with api_compat-definitionjoyping2004-05-121-0/+1177
* changes for alsa9/1.x-merge only alsajoyping2004-05-121-4/+4
* use fallback for unsupported formats instead of quittingreimar2004-05-071-1/+2
* ok this one is beyond stupid. the code didn't even do what was intendedrfelker2004-05-011-1/+1
* restore original ringbuffer constants as the current values are causing heavy...faust32004-04-071-2/+2
* round len to outburst and increment full_buffers at the correct time, patch b...faust32004-04-072-3/+6
* 10l, patch by Bjoern Sandellfaust32004-04-061-1/+1
* support immed flagfaust32004-04-061-2/+2
* uninit immed flagalex2004-04-0618-23/+30
* restore old SAMPLESIZEfaust32004-04-031-0/+4
* - compilation error fixrathann2004-04-031-1/+1
* ALSA syc is not so good as OSS - small correctionsatlka2004-04-011-13/+8
* let uninit wait until sound is completely played, don't restore volume at exi...faust32004-04-012-25/+27
* 10l (some broken compilers take this serious)alex2004-03-311-1/+1
* Cygwin provides setenv. Fixes compilation on Cygwin.diego2004-03-151-1/+1
* Use MultiplyElement to control volume.ranma2004-03-131-37/+29
* fix compilation with sdl on mingw patch by Nehal <nehalmistry at gmx.net>faust32004-03-131-2/+6
* replace set_periods and set_period_size with their _near cousinshenry2004-02-271-2/+2
* 1000lhenry2004-02-271-1/+1
* add option to select mixer channelattila2004-01-241-3/+36
* ALSA 1.x audio out driverhenry2004-01-112-27/+41
* use -mixer with alsa9attila2004-01-102-4/+36
* URL updated.diego2004-01-051-1/+1
* occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au>diego2003-12-241-2/+2
* This patch contains bugfixes for the esd audio output driver that Iattila2003-12-101-43/+9
* original config:joey2003-11-231-1/+1
* A-V sync fix by Timo Kanera <timo@kanera.de>.diego2003-10-301-5/+7
* 64bit types fix by a unkown mandrake 64bit expertattila2003-10-261-13/+13
* many small typo and grammar fixesgabucino2003-10-043-7/+7
* patch from Pierre Lombard <p_l@gmx.fr>attila2003-09-212-2/+2
* IRIX support by Timo Kanera <timo@kanera.de>alex2003-09-071-2/+2
* 100lalex2003-08-182-24/+6
* no channels moving, autosubdievice, nonsupported fix by Vladimir I. Umnov <uv...joyping2003-08-152-12/+74
* 1000lalex2003-08-142-2/+2
* Set close-on-exec after newer open (in reset func). Patch by Andriy Gapon <ag...alex2003-08-131-0/+4
* better pause mechanism and faster uninit support by Vladimir I. Umnov <uvi@ez...alex2003-08-032-38/+64
* removing my (non-working) email addressalex2003-07-033-6/+6
* fix bps calculation when resampling,attila2003-06-221-1/+1
* -ao alsa9:hw:0,0 fix by Wojtek Kaniewski <wojtekka@bydg.pdi.net>alex2003-06-082-6/+14
* esd:server and esd latency support by Andrew Williams <andrew.s.williams@adel...alex2003-05-301-11/+41
* do it the standard way (tm)alex2003-05-231-7/+0
* cleanup/cosmetic patch by the author :)alex2003-05-221-50/+59
* Native MacOSX audio output by Dan Christiansen <danchr@daimi.au.dk>alex2003-05-213-0/+394
* 10l remove unused globalfaust32003-05-161-1/+1
* Correct dumping hint (vc dummy faster than null).ranma2003-05-051-1/+1
* 10l to arpi with commit r1.12, noticed by Daniel Mario Vega <dv5a@dc.uba.ar>alex2003-03-231-1/+1
* 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk>alex2003-03-2129-31/+31
* fix -loop problemfaust32003-03-151-0/+1
* replace snd_pcm_drain with snd_pcm_drophenry2003-03-142-34/+20
* Fix small memleak in control().ranma2003-03-141-7/+12
* 100larpi2003-02-121-4/+5
* The "initialize wav header with infinite lenght" broke thearpi2003-02-041-1/+6
* hwac3 fixarpi2003-02-031-1/+2
* temporary 'inifinte' length disabled (commit r1.13 reversed) due to userarpi2003-02-021-2/+2
* compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2003-02-021-1/+1
* double free(), found by Olivier Galibert <galibert@pobox.com>arpi2003-01-291-4/+1
* nice 10l bug, found by Balatoni Denes <pnis@coder.hu>arpi2003-01-281-0/+1
* When the file is not finished to be written,arpi2003-01-191-2/+3
* 10l :)arpi2003-01-181-1/+1
* Workaround for returning very litte buffer space.filon2003-01-102-0/+12
* 10larpi2003-01-091-2/+1
* (nicer) endianness fix for every plugin except pl_formatcolin2003-01-037-38/+13
* trivial endianness fixcolin2003-01-031-0/+4
* trivial bigendian fixcolin2003-01-031-1/+10
* Rearrange the vo and ao driver order to prefer the native drivers and givediego2003-01-031-3/+3
* 10l fixes sync?faust32002-12-301-1/+1
* Added/reordered #includes to silence warnings about "implicit declaration".rathann2002-12-281-0/+1
* ao_oss was not using the channel & format returned by the soundcardarpi2002-12-281-5/+5
* DVB-HEAD (aka. NEWSTRUCT) detection & supportarpi