summaryrefslogtreecommitdiffstats
path: root/libao2
Commit message (Expand)AuthorAgeFilesLines
* *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/+614
* Remove lame upsampler, cleaned out stuff relating to setting channels.mswitch2001-12-191-49/+16
* tweaked surround lowpass filter, included some new test codesteve2001-12-142-12/+80
* Use $AUDIODEV environment variable as the default audio device on solaris, ifjkeil2001-12-141-1/+6
* add missing newline in warning messagesteve2001-12-131-1/+3
* include 7kHz lowpass filter for surround channels, as per Dolby recommendationsteve2001-12-131-22/+37
* compile remez.csteve2001-12-131-1/+1
* FIR filter implementation for surround sound lowpasssteve2001-12-131-0/+59
* code by Jake Janovetz to find FIR filter coefficients using the Parks-McClell...steve2001-12-132-0/+749
* limit get_space return <= MAX_OUTBURST, whilst always an exact number of frag...steve2001-12-111-1/+4
* split surround delay buf into Ls and Rs in prep for active decoding stuff, an...steve2001-12-101-19/+20
* still fiddling with surround levelssteve2001-12-091-12/+11
* Removed hardware syncing support. Actually movies seem to run much smoother w...mswitch2001-12-081-2/+0
* Corrected front:surround levelssteve2001-12-071-2/+13
* patch by Tobias Diedrich <td@informatik.uni-hannover.de>pl2001-12-051-1/+15
* CVS is still broken with gcc3. This fixes it.pl2001-12-051-2/+2
* Tried fixing a bug relating to users with digital audio output (I'm unable to...mswitch2001-12-041-50/+48
* fixed to check that SNDCTL_DSP_CHANNELS actually grants the requested number ...steve2001-12-041-3/+4
* unistd.h required at least by FreeBSDnexus2001-12-041-0/+1
* LIBAO_PLUGIN_EXTERN expansion uses wrong typesteve2001-12-041-1/+1
* include pl_surround in available pluginssteve2001-12-041-1/+4
* compile pl_surround.csteve2001-12-041-1/+1
* Dolby Surround decoding audio pluginsteve2001-12-041-0/+177
* Format plugin now with working switch statementsanders2001-12-041-62/+41
* Global variables protected using volatileanders2001-12-041-3/+3
* correced memory deallocation bug and erors in commentsanders2001-12-041-12/+25
* FreeBSD install nas* to /usr/X11 by default (and require -lm)nexus2001-12-031-1/+1
* Commandline interface to ao_plugin updated according to mplayers complex para...anders2001-12-032-53/+194
* -ao NAS support by Tobias Diedrich <ranma@gmx.at>arpi2001-12-032-0/+339
* Added support for upsampling since dxr3/h+ only supports 44100Hz and 48000Hz,...mswitch2001-11-301-6/+65
* Fix green borders -> black borders, patch from D. Holm, also small fix to dxr...atmos42001-11-301-1/+1
* Newest DXR3 patch (improved 1.0rc2) by David Holm.atmos42001-11-291-3/+7
* unistd.h required at least by FreeBSDnexus2001-11-291-0/+1
* commandline configuration of audio plugins now through struct, format convers...anders2001-11-295-43/+258
* Patch by D. Holm to make audio with dxr3 working.atmos42001-11-281-62/+34
* Extended oss output driver and libac3 to support 4 and 6 channel output mixes...steve2001-11-281-15/+31
* Audio delay bugfixanders2001-11-263-3/+3
* Parse bug fixed (I hope)anders2001-11-262-4/+4
* ao_subdevice fixed. 10l...arpi2001-11-262-4/+4
* usefull filejaf2001-11-251-1/+1
* usefull filejaf2001-11-251-1/+2
* Changes to audio out Makefileanders2001-11-251-1/+1
* Changes to audio out plugin, first plugin addedanders2001-11-255-21/+232
* ao_plugin.c and plugin headers addedanders2001-11-243-0/+188
* interface to libao2 changed ao_plugin addedanders2001-11-2414-265/+204
* compiling under qnx, hope it works on all qnx release :)alex2001-11-231-0/+2
* ao_mpegpes isn't really optionalpl2001-11-181-1/+1
* Minor fixes by David.atmos42001-11-181-40/+72
* Move ignores in subdirs to their respective .cvsignore files.atmos42001-11-171-0/+1
* dxr3-patch4 by David Holmarpi2001-11-161-29/+37
* Disable ao_mpegpes if compiled with libvo2mswitch2001-11-141-0/+4
* Had to remove ao_mpegpes.c from the Makefile since it depends on libvo/vo_mpe...mswitch2001-11-141-1/+1
* audio_out_format_name moved from audio_out.c to afmt.calex2001-11-113-43/+48
* DXR3 beta2 patch by David Holm.atmos42001-11-081-69/+102
* ao_mpegpesarpi2001-11-054-1/+103
* ao_dxr3 by David Holm <dholm@telia.com>arpi2001-11-032-0/+169
* SGI audio driver by oliver.schoenbrunner@jku.atarpi2001-10-241-0/+199
* MIPS support by oliver.schoenbrunner@jku.atarpi2001-10-241-1/+7
* applied patch by Joy Winter <joy@pingfm.org>arpi2001-10-152-56/+128
* gcc3 warning fixedarpi2001-10-041-3/+0
* alsa9 pecs by joy_ping <joy@pingfm.org>pontscho2001-10-032-54/+56
* Sun audiocs HW does not support AFMT_U8, try to use AFMT_S8 instead. If AFMT_S8jkeil2001-08-311-1/+23
* fixed ehh.arpi2001-08-291-1/+1
* Move the sun audio driver near the start of the list of audio drivers, sojkeil2001-08-281-3/+3
* AFMT_AC3 fixedarpi2001-08-151-2/+3
* ac3/spdif patch by German Gomez Garcia <german@piraos.com>arpi2001-08-152-1/+13
* printfs cleanup - moved to higher -v level or moved to stderrarpi2001-08-062-4/+4
* AUDIO_ENCODING_LINEAR8 format is not available on sunos 5.5. Format isjkeil2001-07-191-0/+2
* On big-endian architectures, all audio decoders default to big-endian 16-bitjkeil2001-07-141-6/+18
* Support playback of AFMT_S16_LE audio data on a big endian machinejkeil2001-07-121-86/+127
* Ignore generated config.mak files in CVSjkeil2001-07-061-0/+1
* Corrected SDL include path.atmos42001-06-271-5/+1
* OPTFLAGS vs. INCLUDES cleanuparpi2001-06-261-2/+1
* ao_subdevice supportarpi_esp2001-06-231-0/+2