summaryrefslogtreecommitdiffstats
path: root/libao2
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Fix indentation, reorder some lines for consistency.diego2007-03-131-4/+4
* Give more descriptive names to the source and library variables and splitdiego2007-03-131-2/+2
* When setting the non-audio bit for hwac3 output, just try to set thecladisch2007-02-091-54/+42
* Fix a few gcc warnings, approved by Diego and Reimar.rathann2007-02-051-1/+1
* Support for AOPLAY_FINAL_CHUNK in ao_sdl.creimar2007-02-041-0/+1
* Fix FSF address and otherwise broken license headers.diego2007-01-221-3/+3
* Amiga OS 4 needs a large sample size.diego2006-12-231-1/+1
* OpenAL volume controlreimar2006-12-101-0/+14
* Support OpenAL headers in OpenAL/ instead of AL/ and OpenAL on MacOSX in gene...reimar2006-12-101-1/+7
* Fix a compiler warningreimar2006-12-101-1/+1
* Set frequency and correct frequency gettingreimar2006-12-101-4/+7
* Remove a disabled and completely outdated sample rate mismatch warning.reimar2006-12-101-4/+0
* Improve OpenAL speaker positions a bit.reimar2006-12-091-5/+6
* Half-properly set up OpenAL position stuffreimar2006-12-091-2/+13
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-072-2/+2
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-292-2/+4
* adds support for AOCONTROL_GET_VOLUME/AOCONTROL_SET_VOLUME in ao_macosx, patc...nplourde2006-11-281-3/+26
* Merge common parts of all Makefiles into one file included by all.diego2006-11-261-29/+1
* le2me_32 is no longer a macro on PPC, and in general does not have toreimar2006-11-261-16/+7
* Remove superfluous comment.diego2006-11-251-3/+0
* Unify dep/depend targets.diego2006-11-201-3/+1
* MSGTRs for ao_alsa.ckraymer2006-11-081-60/+54
* typodiego2006-11-071-1/+1
* Implement AOPLAY_FINAL_CHUNK support for dshow and win32 out.reimar2006-10-152-0/+2
* slight overall verbosity reductiondiego2006-10-121-3/+3
* Remove bogus #ifndef WORDS_BIGENDIAN.diego2006-10-041-2/+0
* When the hardware sample format is AC3, do not force using an hardcodedcladisch2006-09-181-16/+61
* When one of the PCM configuration function in init() fails, abortcladisch2006-09-181-0/+6
* disable multichannel mode, it never worked reliablefaust32006-09-151-0/+5
* The FSF changed postal address.diego2006-09-012-2/+2
* fix buffering issues with short audio samples on macosx. patch by Chris Rocca...nplourde2006-08-181-13/+23
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
* Move mpeg aos to the end of the autodetection list. At least mpegpesuau2006-08-161-8/+7
* replace calls to perror() with calls to mp_msg()ivo2006-08-111-7/+8
* added audio output for ivtv cardsben2006-07-282-1/+169
* if HAVE_DVB isn't set don't fall back to outputting audiograb.mpg by default,...nicodvb2006-07-281-9/+1
* include sys/poll.h only when HAVE_DVB[_HEAD] is setnicodvb2006-07-281-1/+1
* Unify include paths in the build system, part I.diego2006-07-271-10/+1
* split the incestous intercourse between ao_mpegpes and vo_mpegpes; now the de...nicodvb2006-07-261-8/+138
* use mpeg packetizer helpers for sending lpcm packetsben2006-07-231-1/+20
* use new mpeg_packetizer helpersben2006-07-221-4/+6
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+0
* Use only one global config.mak file.diego2006-07-121-2/+2
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-091-2/+1
* two variables are made static, one of them additionaly modified to const char...reynaldo2006-07-091-2/+2
* make prefix const. Patch by Stefan Huehner, stefan AT huehner-orgreynaldo2006-07-091-1/+1
* modifies function declarations without parameters from ()reynaldo2006-07-069-50/+50
* rm unnecesary casts from void* - part 4reynaldo2006-07-033-5/+5
* Respect AOPLAY_FINAL_CHUNKpacman2006-06-281-2/+7
* respect AOPLAY_FINAL_CHUNK and do not discard samples read from bufferreimar2006-06-251-3/+10
* remove unused variablereimar2006-06-251-1/+0
* Rewrite audio EOF handling logic fixing some problems that could causeuau2006-06-161-0/+2
* 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 sma