aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2/ao_alsa9.c
Commit message (Collapse)AuthorAge
* OK, I think I found why the alsa9 driver was breaking surround sound.Gravatar arpi2002-12-04
| | | | | | | | | ALSA returns the buffer size in _frames_, not bytes, so multiplying by bytes_per_sample is needed. patch by Tom Lees <tal26@cam.ac.uk> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8351 b3059339-0415-0410-9bf9-f77b7e298cf2
* The enclosed patch should fix problems associated with playing 8-bit wideGravatar arpi2002-12-04
| | | | | | | | | audio samples (or anything other than 16-bit samples, for that matter) using the alsa9 ao driver. patch by "R.L. Horn" <eastcheap@fastmail.fm> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8347 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixesGravatar henry2002-11-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8037 b3059339-0415-0410-9bf9-f77b7e298cf2
* verbose can be negativeGravatar arpi2002-11-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8028 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed ao_data.bps - patch by Tobias Diedrich <td@sim.uni-hannover.de>Gravatar arpi2002-10-07
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7658 b3059339-0415-0410-9bf9-f77b7e298cf2
* iec958-init completly rewrittenGravatar joyping2002-08-23
| | | | | | | some debug printfs cleaned git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7078 b3059339-0415-0410-9bf9-f77b7e298cf2
* changed spdif default from "hw:0,2" to general alias "iec958"Gravatar joyping2002-08-20
| | | | | | | | | | | | based on a patch by Benedikt Hunz <hunz@hunz.org> corrected typo in ugly spdif-warning message added 32/20bit modes for 'high-end'-soundcards disabled hw-mixer-access for big-endian machines (mplayer seems to screw up hw-mixer on LinuxPPC running ALSA needs more testing, but its safer to disable it for now.) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7051 b3059339-0415-0410-9bf9-f77b7e298cf2
* added real mmap supportGravatar joyping2002-07-18
| | | | | | | support for -abs opt, 4 different modes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6750 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed spdifGravatar joyping2002-07-11
| | | | | | | | | | | spdif device depends now on the given subdevice was hardcoded to hw:0,2 before fixed opt-parsing for hw:x,y like opts seperated initialization of spdif from common init as it was probably intended before git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6703 b3059339-0415-0410-9bf9-f77b7e298cf2
* cVS: ---------------------------------------------------------------------Gravatar joyping2002-07-03
| | | | | | | | | | | | | | | added get/set_sound controls stripped down initializing changed play() again outsourced xrun-handling added some cases to get_space() as xrun-handling added nonblock-mode added mmap-mode added subopts for mmap and noblock called mmap and noblock could be accessed as -ao alsa9:noblock:mmap git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6634 b3059339-0415-0410-9bf9-f77b7e298cf2
* cleanup and bufferhandling fix by Joy Ping <joy at pingfm.org>. ↵Gravatar alex2002-06-28
| | | | | | Bufferhandling fix based on idea by Marius David <marius at rohost.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6590 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unused controlsGravatar alex2002-05-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6195 b3059339-0415-0410-9bf9-f77b7e298cf2
* AC3 passthrough support by Andy Lo A Foe <andy at alsaplayer dot org>Gravatar alex2002-05-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6194 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l pl =)Gravatar atmos42002-04-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5858 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for latest alsa (sys/asoundlib.h has been moved to alsa/asoundlib.h)Gravatar pl2002-04-27
| | | | | | | | cleanups for "usr/src/DVB/ost/include" detection small cosmetic fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5856 b3059339-0415-0410-9bf9-f77b7e298cf2
* AFMT_AC3 autodetect/fallback to S16Gravatar arpi2002-04-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5791 b3059339-0415-0410-9bf9-f77b7e298cf2
* Parse bug fixed (I hope)Gravatar anders2001-11-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3136 b3059339-0415-0410-9bf9-f77b7e298cf2
* ao_subdevice fixed. 10l...Gravatar arpi2001-11-26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3130 b3059339-0415-0410-9bf9-f77b7e298cf2
* interface to libao2 changed ao_plugin addedGravatar anders2001-11-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3096 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied patch by Joy Winter <joy@pingfm.org>Gravatar arpi2001-10-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2210 b3059339-0415-0410-9bf9-f77b7e298cf2
* alsa9 pecs by joy_ping <joy@pingfm.org>Gravatar pontscho2001-10-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2060 b3059339-0415-0410-9bf9-f77b7e298cf2
* ao_subdevice support addedGravatar al3x2001-06-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1208 b3059339-0415-0410-9bf9-f77b7e298cf2
* added warning messageGravatar al3x2001-06-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1181 b3059339-0415-0410-9bf9-f77b7e298cf2
* hacked aocontrol_set_device working, and cleaned up a bitGravatar al3x2001-06-17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1147 b3059339-0415-0410-9bf9-f77b7e298cf2
* hacked to work seek/pause/resume/uninitGravatar al3x2001-06-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1130 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hacked it working, still needs fixings!Gravatar atmosfear2001-06-14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1129 b3059339-0415-0410-9bf9-f77b7e298cf2
* -Wall style cleanups, TEST IT, it can be working by othersGravatar al3x2001-06-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1116 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed AFMT_ stuff (inclue afmt.h)Gravatar arpi_esp2001-06-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1059 b3059339-0415-0410-9bf9-f77b7e298cf2
* first release, meg nem akar menni :(Gravatar al3x2001-06-07
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1051 b3059339-0415-0410-9bf9-f77b7e298cf2