summaryrefslogtreecommitdiffstats
path: root/libao2
Commit message (Collapse)AuthorAgeFilesLines
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17489 b3059339-0415-0410-9bf9-f77b7e298cf2
* massive attack: mp_msg printf format fixesrathann2006-01-121-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17367 b3059339-0415-0410-9bf9-f77b7e298cf2
* - move our setenv() fallback implementation to osdepal2005-12-261-16/+0
| | | | | | | | | | | - assert that the override param is nonzero (zero is not implemented) - correct return value type to int based on a patch by Diego fixes bugzilla bug #342 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17246 b3059339-0415-0410-9bf9-f77b7e298cf2
* use snd_mixer_selem_set_playback_switch when muting ALSA, patch by Matthias ↵wanderer2005-12-151-0/+11
| | | | | | Lederhofer <matled -at- gmx dot net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17195 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixrathann2005-12-051-1/+1
| | | | | | | ao_alsa.c:115: warning: suggest parentheses around assignment used as truth value git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17098 b3059339-0415-0410-9bf9-f77b7e298cf2
* Link was a bit dated (but still working :-))ranma2005-11-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17065 b3059339-0415-0410-9bf9-f77b7e298cf2
* -aop is long obsolete.diego2005-11-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17059 b3059339-0415-0410-9bf9-f77b7e298cf2
* Unify include paths, -I.. is in CFLAGS.diego2005-11-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17021 b3059339-0415-0410-9bf9-f77b7e298cf2
* DirectSound's GetVolume and SetVolume use 100ths of decibels and range from ↵joey2005-11-111-2/+3
| | | | | | | | | | -10,000 to 0. MPlayer uses a linear intensity value between 0.0 and 100.0. This patch converts the values properly rather than simply linearly mapping the range. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16973 b3059339-0415-0410-9bf9-f77b7e298cf2
* Allow setting the mixer per instance so one can fallback betweenalbeu2005-11-101-11/+25
| | | | | | | | | several oos device and still have correct mixer settings all the time. The sytax is now: oss[:dsp_device[:mixer_device[:mixer_channel]]] git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16960 b3059339-0415-0410-9bf9-f77b7e298cf2
* ao_macosx is a native audio output driver and should thus have prioritydiego2005-10-111-3/+3
| | | | | | | over non-native outputs drivers like ao_sdl and the like. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16733 b3059339-0415-0410-9bf9-f77b7e298cf2
* General bug fixes, like missing includes, formats that were incorrectlyreimar2005-10-041-29/+133
| | | | | | | claimed to be supported etc. Patch by dega (dega quickclic net) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16668 b3059339-0415-0410-9bf9-f77b7e298cf2
* reordered bps calculationhenry2005-08-251-34/+33
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16310 b3059339-0415-0410-9bf9-f77b7e298cf2
* set the nearest number of channels, return(0) upon errorshenry2005-08-251-2/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16309 b3059339-0415-0410-9bf9-f77b7e298cf2
* name suboption for jack to set client namereimar2005-08-181-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16254 b3059339-0415-0410-9bf9-f77b7e298cf2
* Set block_align in header, seems MatLab can not handle files without.reimar2005-08-171-0/+1
| | | | | | | Patch by Pedro Larroy Tovar (pedro at larroy dot com). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16244 b3059339-0415-0410-9bf9-f77b7e298cf2
* reset estimation also on too negative diffreimar2005-07-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16141 b3059339-0415-0410-9bf9-f77b7e298cf2
* improved audio delay estimation, supposed to help make the video smootherreimar2005-07-261-16/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16105 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove delay when setting audio volumenplourde2005-07-191-11/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16015 b3059339-0415-0410-9bf9-f77b7e298cf2
* QUERY_FORMAT supportalex2005-07-031-1/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15899 b3059339-0415-0410-9bf9-f77b7e298cf2
* avoid hang when playing more than one filereimar2005-06-301-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15869 b3059339-0415-0410-9bf9-f77b7e298cf2
* more general ao_macosx cleanup. Patch by Alexander Strange ↵nplourde2005-06-291-17/+18
| | | | | | <astrange@ithinksw.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15854 b3059339-0415-0410-9bf9-f77b7e298cf2
* adds some more -identify output, patch by kiriuja < mplayer DASH patches PAM ↵gpoirier2005-06-201-0/+2
| | | | | | en DASH directo POUM net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15790 b3059339-0415-0410-9bf9-f77b7e298cf2
* Be more patch-friendlyranma2005-06-191-2/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15773 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix email addressranma2005-06-192-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15756 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add missing range checks so we won't overflow the buffers, thanks to Erik ↵ranma2005-06-171-11/+24
| | | | | | Auerswald for noticing this problem git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15742 b3059339-0415-0410-9bf9-f77b7e298cf2
* removes the use of AudioConverters. patch by Alexander Strange ↵nplourde2005-06-141-40/+5
| | | | | | <alexander.strange@ithinksw.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15723 b3059339-0415-0410-9bf9-f77b7e298cf2
* Mac OS X Audio with AudioUnits and AudioToolbox format converters, Patch by ↵nplourde2005-06-051-177/+171
| | | | | | Chris Roccati<roccati@pobox.com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15647 b3059339-0415-0410-9bf9-f77b7e298cf2
* Create a unique client name so that multiple instances work.reimar2005-06-051-1/+4
| | | | | | | Patch by Jason Tackaberry (tack sault org) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15642 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix latency calculation and buffersize setting.reimar2005-06-031-3/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15631 b3059339-0415-0410-9bf9-f77b7e298cf2
* New ao_jack without bio2jack dependency.reimar2005-06-011-215/+302
| | | | | | | Since I rewrote ao_jack.c from scratch, the diff is unreadable, sorry. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15606 b3059339-0415-0410-9bf9-f77b7e298cf2
* simplifies the format matching logic. Chris Roccati <roccati@pobox.com>nplourde2005-05-161-47/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15487 b3059339-0415-0410-9bf9-f77b7e298cf2
* indicate the number of channels required, patch by Chris Roccati ↵nplourde2005-05-141-0/+1
| | | | | | <roccati@pobox.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15449 b3059339-0415-0410-9bf9-f77b7e298cf2
* - fix gcc warnings, strlcat/strlcpy prototypesrathann2005-04-061-0/+1
| | | | | | | - fix bad sscanf usage in geometry.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15059 b3059339-0415-0410-9bf9-f77b7e298cf2
* endianness fix by Chris White <chriswhite at gentoo dot org>diego2005-03-251-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15010 b3059339-0415-0410-9bf9-f77b7e298cf2
* get_space fix by Florian Dietrich <flodt8 at yahoo.de>faust32005-03-151-1/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14948 b3059339-0415-0410-9bf9-f77b7e298cf2
* do not always request little-endian despite the actual sound format. by ↵nplourde2005-03-031-1/+2
| | | | | | Alexander Strange - astrange@ithinksw.com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14904 b3059339-0415-0410-9bf9-f77b7e298cf2
* aos should respect the immed uninit flag (quit immediatly vs waiting till filereimar2005-02-274-2/+6
| | | | | | | is played to end). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14850 b3059339-0415-0410-9bf9-f77b7e298cf2
* Have OSS audio out fall back to s16ne instead of u8 if it can't open theivo2005-02-261-2/+3
| | | | | | | soundcard for 3+ channels and do it for all audio streams (not only AC3). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14835 b3059339-0415-0410-9bf9-f77b7e298cf2
* rids ao_macosx of the buffer mutex by using the same buffering scheme as ↵nplourde2005-02-221-98/+76
| | | | | | ao_sdl - Patch by Reimar Doffinger git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14770 b3059339-0415-0410-9bf9-f77b7e298cf2
* bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>faust32005-02-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14643 b3059339-0415-0410-9bf9-f77b7e298cf2
* unused definitions removedalex2005-01-311-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14619 b3059339-0415-0410-9bf9-f77b7e298cf2
* Typo in hwac3 stringreimar2005-01-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14613 b3059339-0415-0410-9bf9-f77b7e298cf2
* print "Unknown/not supported internal format" message only with -v as itreimar2005-01-291-1/+1
| | | | | | | is not an error. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14610 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed the syntax of the spdif device string.reimar2005-01-281-1/+1
| | | | | | | Thanks to Takashi Iwai for the hint. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14607 b3059339-0415-0410-9bf9-f77b7e298cf2
* support immed flag, always initialize write_offset, min_free_space doesn't ↵faust32005-01-211-3/+10
| | | | | | seem to be required anymore after Florian Dietrichs patches git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14556 b3059339-0415-0410-9bf9-f77b7e298cf2
* use MSTRZ suboption typereimar2005-01-191-12/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14540 b3059339-0415-0410-9bf9-f77b7e298cf2
* WAVE_FORMAT_DIRECT seems to cause problems with certain os/driver ↵faust32005-01-171-1/+1
| | | | | | combinations and seems to be useless anyway git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14530 b3059339-0415-0410-9bf9-f77b7e298cf2
* print why waveOutOpen failedfaust32005-01-151-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14504 b3059339-0415-0410-9bf9-f77b7e298cf2
* actually mp_msg.h includes config.h, but for consistency better include itreimar2005-01-121-1/+1
| | | | | | | explicitly. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14481 b3059339-0415-0410-9bf9-f77b7e298cf2
* af_format.h needs config.h to be included first.reimar2005-01-129-4/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14480 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cleanup, removing internal conversions. Testing welcome.reimar2005-01-061-35/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14410 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use AF_FORMAT_S16_NE instead of #ifdef WORDS_BIGENDIAN ...reimar2005-01-061-7/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14405 b3059339-0415-0410-9bf9-f77b7e298cf2
* device selection supportfaust32005-01-061-2/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14399 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check for every 24 and 32 bit AFMT_ separately if it is defined.reimar2005-01-061-4/+28
| | | | | | | Patch by Walter Haidinger walter dot haidinger at gmx dot at git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14398 b3059339-0415-0410-9bf9-f77b7e298cf2
* unused parts removedalex2005-01-0617-3463/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14390 b3059339-0415-0410-9bf9-f77b7e298cf2
* Use the subopt-helper for parsing suboptions.reimar2005-01-031-109/+57
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14329 b3059339-0415-0410-9bf9-f77b7e298cf2
* Default to audiodump.pcm with nowaveheader again, but document it in the ↵reimar2005-01-031-2/+7
| | | | | | manpage this time. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14328 b3059339-0415-0410-9bf9-f77b7e298cf2
* many 10ls fixed... also better debuggingarpi2005-01-031-27/+45
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14318 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not use strndup, it is missing on MinGW.reimar2005-01-021-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14302 b3059339-0415-0410-9bf9-f77b7e298cf2
* missing ;faust32005-01-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14301 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add -ao pcm suboptions and remove -aofile and -waveheader options.reimar2005-01-021-4/+19
| | | | | | | Base on idea by Olivier Rolland (billl at users dot sf dot net) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14299 b3059339-0415-0410-9bf9-f77b7e298cf2
* rate/format matching and volume get/set supportarpi2005-01-011-28/+151
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14291 b3059339-0415-0410-9bf9-f77b7e298cf2
* more verbose messagesalex2004-12-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14274 b3059339-0415-0410-9bf9-f77b7e298cf2
* af_fmt2str_shortalex2004-12-2810-27/+24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14265 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l set default format for AF_FORMATs not supported by sound cardrtognimp2004-12-281-3/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14261 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l, buf etc. in af_fmt2str call are already pointers...reimar2004-12-275-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14256 b3059339-0415-0410-9bf9-f77b7e298cf2
* Do not use audio plugins anymorereimar2004-12-272-11/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14255 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, nasty ao driversalex2004-12-271-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14253 b3059339-0415-0410-9bf9-f77b7e298cf2
* maybe now..alex2004-12-271-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14252 b3059339-0415-0410-9bf9-f77b7e298cf2
* hopefully final fixalex2004-12-276-20/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14250 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10lalex2004-12-271-30/+16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14248 b3059339-0415-0410-9bf9-f77b7e298cf2
* removing AFMT_ dependancyalex2004-12-2730-360/+283
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14246 b3059339-0415-0410-9bf9-f77b7e298cf2
* disable all unknown formats in the windows aosfaust32004-12-082-0/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14136 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove duplicate includes.diego2004-12-072-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14125 b3059339-0415-0410-9bf9-f77b7e298cf2
* Make include paths consistent.diego2004-12-0721-52/+52
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14124 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compile fixranma2004-11-281-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14057 b3059339-0415-0410-9bf9-f77b7e298cf2
* Improved A-V sync, patch by Ed Wildgoose [lists(at)wildgooses<dot>com].reimar2004-11-071-7/+68
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13890 b3059339-0415-0410-9bf9-f77b7e298cf2
* respect immed uninit flag, initialize ao_data.outburst.reimar2004-11-061-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13888 b3059339-0415-0410-9bf9-f77b7e298cf2
* polyaudio audio driver patch by Lennart Poettering <mzzcynlre at 0pointer.de>faust32004-11-053-1/+332
| |