summaryrefslogtreecommitdiffstats
path: root/libao2
Commit message (Expand)AuthorAgeFilesLines
* Remove now obsolete .cvsignore files.diego2006-06-021-3/+0
* Only set the default output filename when it was not passed on the commanddiego2006-05-141-3/+4
* Fix:rathann2006-05-131-0/+1
* Move setting the output filename after the suboption parsing, otherwise itdiego2006-05-131-2/+4
* Get ride of the several if(identify) messy lines and rearangment of some of t...reynaldo2006-04-241-2/+1
* -ao pcm:fast suboption for faster-than-realtime dumpingreimar2006-04-141-1/+3
* Add workarounds for old prerelease versions of alsa-lib 0.9.0 that didcladisch2006-03-311-0/+6
* Part1 of several printf2mp_msg changes in patch from Otvos Attila oattila AT ...reynaldo2006-03-302-3/+3
* printf --> mp_msgdiego2006-03-241-4/+4
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-8/+7
* To avoid a bug in ALSA's rate plugin that causes spurious overruns, trycladisch2006-03-131-0/+12
* Do not try to count hardware sound cards because there might be nonecladisch2006-03-131-8/+1
* Output error messages from the ALSA library through mp_msg() instead ofcladisch2006-02-271-0/+22
* Show the actual ALSA version instead of the version mplayer was compiledcladisch2006-02-271-0/+4
* include stdlib.h and stdio.h, they tend to be useful :-)reimar2006-02-181-0/+2
* fix compilation without openalaurel2006-02-161-0/+4
* OpenAL audio support, actual output is mono-only (no positioning yet).reimar2006-02-163-0/+199
* Fix the error handling in the play() function: add a handler for EINTR,cladisch2006-02-131-24/+15
* This changes the software parameters to be more compatible with thecladisch2006-02-131-51/+45
* Using non-blocking writes makes sense when the program wants to do othercladisch2006-02-131-49/+5
* Remove the now superfluous mmap suboption.cladisch2006-02-131-5/+0
* After removing play_mmap(), the play() function just unconditionallycladisch2006-02-131-11/+1
* This patch removes mmap support because it doesn't have any benefit.cladisch2006-02-131-151/+8
* Small fixes: make all global variables static, remove some unusedcladisch2006-02-101-15/+9
* Remove a call to snd_pcm_prepare() because snd_pcm_hw_params() does itcladisch2006-02-101-13/+0
* Simplify get_delay(): we don't need to get the complete PCM status butcladisch2006-02-101-25/+10
* Fix get_space(): we don't need to differentiate between the various PCMcladisch2006-02-101-55/+3
* This adds support for more sample formats (U32, float BE, mu/A-law).cladisch2006-02-101-0/+15
* This replaces the hardcoded numbers for the sample format widths with acladisch2006-02-101-31/+3
* Patch by Stefan Huehner / stefan % huehner ! org \rathann2006-02-0912-62/+62
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* massive attack: mp_msg printf format fixesrathann2006-01-121-2/+2
* - move our setenv() fallback implementation to osdepal2005-12-261-16/+0
* use snd_mixer_selem_set_playback_switch when muting ALSA, patch by Matthias L...wanderer2005-12-151-0/+11
* fixrathann2005-12-051-1/+1
* Link was a bit dated (but still working :-))ranma2005-11-291-1/+1
* -aop is long obsolete.diego2005-11-281-1/+1
* Unify include paths, -I.. is in CFLAGS.diego2005-11-191-1/+1
* DirectSound's GetVolume and SetVolume use 100ths of decibels and range from -...joey2005-11-111-2/+3
* Allow setting the mixer per instance so one can fallback betweenalbeu2005-11-101-11/+25
* ao_macosx is a native audio output driver and should thus have prioritydiego2005-10-111-3/+3
* General bug fixes, like missing includes, formats that were incorrectlyreimar2005-10-041-29/+133
* 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-