summaryrefslogtreecommitdiffstats
path: root/libao2
Commit message (Expand)AuthorAgeFilesLines
* 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 & supportarpi2002-12-281-0/+9
* - Fix 8-bit sound in arts audio driver (logic in OBTAIN_BITRATE macro wasjkeil2002-12-271-1/+19
* Oops, missing Makefile in the esd audio driver check-in; libao2 Makefile needsjkeil2002-12-271-1/+1
* new EsounD audio driver (-ao esd)jkeil2002-12-272-0/+474
* compiler warning fixesarpi2002-12-141-1/+1
* OK, I think I found why the alsa9 driver was breaking surround sound.arpi2002-12-042-2/+2
* The enclosed patch should fix problems associated with playing 8-bit widearpi2002-12-042-6/+12
* 1l, opposite meaning of what's intended!rfelker2002-11-281-1/+1
* avoid giving a /dev/dsp fd to child processes!!rfelker2002-11-281-0/+4
* Implement volume setting functionality,ranma2002-11-241-2/+47
* added floatalex2002-11-172-6/+14
* volnorm for bigendiancolin2002-11-171-1/+13
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-064-3/+7
* fix endianness issue on bigendian (let libaf do the conversion ;))colin2002-11-021-4/+0
* warning fixeshenry2002-11-022-2/+8
* verbose can be negativearpi2002-11-016-56/+52
* add ao_win32faust32002-10-251-0/+6
* new windows waveout audio driverfaust32002-10-251-0/+249
* Check what we obtain in SDL_OpenAudio() - allows to build thecolin2002-10-251-5/+33
* Change SDL_(Un)lockAudio to PauseAudio() (works better)colin2002-10-241-2/+2
* compiler warning fixes by Dominikarpi2002-10-221-0/+1
* Fixes:arpi2002-10-131-112/+111
* Fix for audio filters on big endian cpus. It's working now on Solaris SPARC &jkeil2002-10-121-0/+11
* - ao_data.bps not set, confuses the A-V sync computation when the audio filtersjkeil2002-10-111-2/+16
* remove nonsense warnings now that libaf is usedrfelker2002-10-081-0/+4
* fill ao_data correctlyarpi2002-10-071-0/+4
* updated for libaf...arpi2002-10-071-3/+3
* updated for libaf rulesarpi2002-10-071-18/+34
* fixed ao_data.bps - patch by Tobias Diedrich <td@sim.uni-hannover.de>arpi2002-10-072-32/+34
* Handle playback of sample rates not supported by the sun audio hardware.jkeil2002-10-071-18/+215
* libaf compliance (ao_data) fix by Tobias Diedrich <td@sim.uni-hannover.de>arpi2002-10-071-26/+36
* DPRINTF -> mp_msg()arpi2002-10-061-37/+27
* Small error, the buffer size got set incorrectly.arpi2002-10-061-22/+47
* 10larpi2002-10-062-21/+18
* - init fails if no -vo mpegpesarpi2002-10-061-5/+34
* audio out driver list support (example: -ao alsa9,sdl:esd,oss,sdl:oss,)arpi2002-09-292-1/+55
* Correction of spelling errors and removal of old codeanders2002-09-262-11/+3
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-226-7/+7
* "One can cause a permanent hang on a seek, and the other just causesarpi2002-09-201-8/+30
* *bsd doesn't have info.output_muted - patch by Björn Sandell <biorn@dce.chal...arpi2002-09-161-2/+4
* Reconstruct the muting state for the playback from a l/r volume of 0.0.jkeil2002-09-121-5/+8
* - gui version of mplayer is using the audio 'control' function before(!) thejkeil2002-09-121-17/+44
* added needed errno.halex2002-08-301-0/+2
* mp_msg'izedalex2002-08-301-3/+5
* release /dev/dsp on pause patch by Eric Lammerts <eric@lammerts.org> (and D R...alex2002-08-281-2/+4
* iec958-init completly rewrittenjoyping2002-08-232-278/+98
* Fixed *= bug in length calculationanders2002-08-231-1/+1
* changed spdif default from "hw:0,2" to general alias "iec958"joyping2002-08-202-96/+126
* HPUX porting fixes - patch by Gansser, Martin <MGansser@rand.de>arpi2002-08-091-2/+2
* -vc null is better than -hardframedrop -- hint by gabor <gabor@realtime.sk>arpi2002-08-061-2/+1
* format incompatibility warningarpi2002-08-041-0/+3
* no need for ioctl.h if not using dvbrfelker2002-07-311-0/+2
* fix (?) equalizer distortion problempontscho2002-07-301-0/+16
* Improved ao_arts delay and buff er handling, patch by Szombathelyi Gy|rgy <gy...atmos42002-07-261-19/+20
* - add some control (ao_oss, pl_extrastereo)pontscho2002-07-254-3/+18
* endianess fix by Colin Leroy <colin@colino.net>arpi2002-07-211-0/+1
* added real mmap supportjoyping2002-07-182-52/+468
* fixed spdifjoyping2002-07-112-306/+346
* cVS: ---------------------------------------------------------------------joyping2002-07-032-390/+806
* Patch to improve bufferhandling on OpenBSD and NetBSD, by Björn Sandell and ...atmos42002-07-031-2/+8
* cleanup and bufferhandling fix by Joy Ping <joy at pingfm.org>. Bufferhandlin...alex2002-06-282-346/+480
* more informal warning and also fixed a 10l bug. Patch by tibcualex2002-06-281-1/+1
* Allow writing to pipe.albeu2002-06-221-3/+2
* Fixed lround replacement, hopefully fast enough.atmos42002-06-161-4/+9
* Remove unportable lround and maybe speed up rounding a bit.atmos42002-06-151-4/+4
* Adding equalizer pluginanders2002-06-154-3/+245
* Applying patch from Eric that fixes 6ch resamplinganders2002-06-101-4/+2
* warning & newline fixes by Dominik Mierzejewski <dominik@rangers.eu.org>arpi2002-06-071-1/+1
* disables those plugins that can't handle the audio format.arpi2002-06-071-6/+24
* msg/i18n fixes and some printf->mp_msgarpi2002-06-031-24/+20
* warning fixes (string.h is required for memset)pl2002-05-305-3/+9
* aRts audio out support by Michele Balistreri <brain at email.it>atmos42002-05-283-1/+124
* removed unused controlsalex2002-05-262-34/+0
* AC3 passthrough support by Andy Lo A Foe <andy at alsaplayer dot org>alex2002-05-262-22/+272
* Add volume control, patch byatmos42002-05-251-4/+20
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-201-2/+3
* Patch by Tobias Diedrich <td@informatik.uni-hannover.de>:pl2002-05-181-0/+1
* Workaround the bug in x11 vo's (if it's one) wich let a window in the wayalbeu2002-05-171-1/+3
* fix for L<->R swap with 6ch playback - based on patch by Eric Lammerts <eric@...arpi2002-05-131-1/+4
* Applied patch from Tobias Diedrich <ranma@gmx.at>, added volume settingalbeu2002-05-132-12/+48
* Initial support for dxr2. Based on patch from Tobias Diedrich <ranma@gmx.at>.albeu2002-05-132-0/+149
* fixed sdl+resample bug coused by float point to int rounding erroriive2002-05-091-13/+21
* added audio_out_format_bits to calc len alignmentiive2002-05-092-0/+38
* timer didn't update if mplayer is too fast (no video)iive2002-05-031-1/+1
* nonblock open is not legal for OSS (see OSS api docs), and causes problems on...arpi2002-04-291-0/+11
* play() fix by Jimen Ching <jching@flex.com>, additional printf->mp_msg conver...alex2002-04-291-38/+44
* Default to the mixer device matching the audio device used for audio output.jkeil2002-04-291-4/+9
* OpenBSD, NetBSD portability patches byarpi2002-04-273-0/+12
* 10l pl =)atmos42002-04-272-4/+4
* fix for latest alsa (sys/asoundlib.h has been moved to alsa/asoundlib.h)pl2002-04-272-0/+14
* - Fix for big apple architectures by Rogerio Brito, reworked by me to use bsw...atmos42002-04-261-25/+58
* AFMT_AC3 autodetect/fallback to S16arpi2002-04-225-5/+35
* memory leak(off by 1 bug)iive2002-04-211-1/+1
* Free fix by kisg@lme.linux.huatmos42002-04-061-1/+3
* improved DVB detectionjaf2002-04-041-1/+1
* non-blocking open - patch by Fredrik Kuivinen <freku045@student.liu.se>arpi2002-03-191-5/+13
* 10l. -ao mpegpes shouldn't be disabled if no DVBarpi2002-03-191-4/+0
* Added soft clipping for software volume controlanders2002-03-132-14/+49
* 10l - config.h should be included...arpi2002-03-131-2/+4
* Bugfix for sig11 when playing multiple filesanders2002-03-121-0/+2
* new smoothing method ('#define AVG 2' to enable'n'test it)pl2002-03-101-20/+96
* proper bsd fix & preventive fix for other archs w/o INT_MAXpl2002-03-051-9/+7
* FreeBSD fixnexus2002-03-051-0/+6
* volume normalizer plugin supportpl2002-03-053-2/+175
* Extrastereo plugin: increases linearly the difference between left and rightpl2002-03-033-3/+128
* Buggfix for buffer overflow calculation in pluginsanders2002-03-031-1/+1
* good-looking fix by Tobias Diedrich <td@informatik.uni-hannover.de>arpi2002-03-021-3/+5
* Fix a few syntax errors compiling ao_sun.cjkeil2002-03-011-3/+6
* 10l... gcc 3.x fixarpi2002-02-281-1/+1
* Adding SW volume controlanders2002-02-254-6/+152
* using PATH_DEV_*alex2002-02-221-2/+2
* compilation fixedarpi2002-02-211-5/+10
* Cleanup and commentanders2002-02-212-34/+33
* Moved HW dependent mixer stuff to libao and removed master switchanders2002-02-214-25/+92
* improved event handling, implemented working pause that does not flush all b...atmos42002-02-201-144/+300
* MMX part rewritten and 16 tap filter added for better sound qualtyanders2002-02-163-122/+200
* Enable SSH optimizations for FIR filteranders2002-02-052-1/+3
* Compilation fixingnick2002-01-311-0/+1
* working dummy audio driver, patch by Tobias Diedrich <td@informatik.uni-hanno...arpi2002-01-311-8/+47
* Oops forgot to remove debug message :)anders2002-01-271-4/+1
* Fixed sig 11 caused by buffer full in ao driveranders2002-01-271-16/+20
* Fixed sig 11 caused by resampling plugin, some cosmetic changes and speed imp...anders2002-01-273-12/+10
* freq fix, removed muxer delayarpi2002-01-241-4/+5
* Added buffering of output dataanders2002-01-231-18/+51
* 10l, debug printf removedarpi2002-01-221-1/+1
* passing samplerate to LPCM writer - 44, 32 and 96khz are also supported from nowarpi2002-01-221-2/+18
* hwac3 fix for cmedia 8738 by Hans-Peter Raschke <Hans-Peter.Raschke@winterman...arpi2002-01-151-0/+5
* Sync problem when using fractional resampling fixed + speed increased.anders2002-01-152-46/+95
* ao_dxr3 removedarpi2002-01-112-107/+0
* ao_dxr3.c deprecated, give users a grace period to accomodate to -ao oss:/dev...mswitch2002-01-091-174/+5
* Correction of lisensing commentanders2002-01-083-45/+6
* Removed deprecated EM8300_IOCTL_AUDIO_SETPTSmswitch2002-01-061-6/+2
* fix for qnxalex2001-12-281-1/+1
* warning fixespl2001-12-281-0/+7
* Lots of fixes for digital audio output submitted by Steven Brookes <stevenjb@...mswitch2001-12-281-18/+26
* error for non-stereo surroundssteve2001-12-241-1/+1
* memset is more portable than bzero ("BSD"ism)pl2001-12-241-1/+1
* surround channels can now be decoded in stereoishsteve2001-12-231-16/+54
* fix comment typosteve2001-12-231-1/+1
* Argh, forgot to make variable static...mswitch2001-12-221-1/+1
* Added format conversion and resampling through pl_format and pl_resample. Som...mswitch2001-12-221-20/+52
* Added plugin for fractional resampling (alpha code)anders2001-12-205-3/