aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2
Commit message (Collapse)AuthorAge
* Free fix by kisg@lme.linux.huGravatar atmos42002-04-06
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5502 b3059339-0415-0410-9bf9-f77b7e298cf2
* improved DVB detectionGravatar jaf2002-04-04
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5488 b3059339-0415-0410-9bf9-f77b7e298cf2
* non-blocking open - patch by Fredrik Kuivinen <freku045@student.liu.se>Gravatar arpi2002-03-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5205 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l. -ao mpegpes shouldn't be disabled if no DVBGravatar arpi2002-03-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5193 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added soft clipping for software volume controlGravatar anders2002-03-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5064 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l - config.h should be included...Gravatar arpi2002-03-13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5061 b3059339-0415-0410-9bf9-f77b7e298cf2
* Bugfix for sig11 when playing multiple filesGravatar anders2002-03-12
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5051 b3059339-0415-0410-9bf9-f77b7e298cf2
* new smoothing method ('#define AVG 2' to enable'n'test it)Gravatar pl2002-03-10
| | | | | | | should be better and smoother but still some glitches in it :/ git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5026 b3059339-0415-0410-9bf9-f77b7e298cf2
* proper bsd fix & preventive fix for other archs w/o INT_MAXGravatar pl2002-03-05
| | | | | | | (INT_MAX is 0x7fffffff in the freebsd headers I have) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4944 b3059339-0415-0410-9bf9-f77b7e298cf2
* FreeBSD fixGravatar nexus2002-03-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4943 b3059339-0415-0410-9bf9-f77b7e298cf2
* volume normalizer plugin supportGravatar pl2002-03-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4942 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extrastereo plugin: increases linearly the difference between left and rightGravatar pl2002-03-03
| | | | | | | | | | | | | | | channels (as the XMMS extrastereo plugin) which has some of "live" effect (use it to hear what I mean) ex: mplayer media.avi -aop list=extrastereo[:mul=3.4] The default coefficient (mul) is a float number that defaults to 2.5. If you set it to 0.0, you will have a mono sound (average of both channels), if you set it to 1.0, you will have unchanged sound. A patch for DOCS/sound.html is about to be sent to Gabucino. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4928 b3059339-0415-0410-9bf9-f77b7e298cf2
* Buggfix for buffer overflow calculation in pluginsGravatar anders2002-03-03
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4923 b3059339-0415-0410-9bf9-f77b7e298cf2
* good-looking fix by Tobias Diedrich <td@informatik.uni-hannover.de>Gravatar arpi2002-03-02
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4915 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix a few syntax errors compiling ao_sun.cGravatar jkeil2002-03-01
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4908 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l... gcc 3.x fixGravatar arpi2002-02-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4897 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adding SW volume controlGravatar anders2002-02-25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4860 b3059339-0415-0410-9bf9-f77b7e298cf2
* using PATH_DEV_*Gravatar alex2002-02-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4804 b3059339-0415-0410-9bf9-f77b7e298cf2
* compilation fixedGravatar arpi2002-02-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4793 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cleanup and commentGravatar anders2002-02-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4790 b3059339-0415-0410-9bf9-f77b7e298cf2
* Moved HW dependent mixer stuff to libao and removed master switchGravatar anders2002-02-21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4789 b3059339-0415-0410-9bf9-f77b7e298cf2
* improved event handling, implemented working pause that does not flush all ↵Gravatar atmos42002-02-20
| | | | | | buffers, work around a deadlock in the new threadsafe version 1.5 of libaudio by Tobias Diedrich git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4776 b3059339-0415-0410-9bf9-f77b7e298cf2
* MMX part rewritten and 16 tap filter added for better sound qualtyGravatar anders2002-02-16
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4726 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable SSH optimizations for FIR filterGravatar anders2002-02-05
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4536 b3059339-0415-0410-9bf9-f77b7e298cf2
* Compilation fixingGravatar nick2002-01-31
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4429 b3059339-0415-0410-9bf9-f77b7e298cf2
* working dummy audio driver, patch by Tobias Diedrich ↵Gravatar arpi2002-01-31
| | | | | | <td@informatik.uni-hannover.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4425 b3059339-0415-0410-9bf9-f77b7e298cf2
* Oops forgot to remove debug message :)Gravatar anders2002-01-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4377 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed sig 11 caused by buffer full in ao driverGravatar anders2002-01-27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4376 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed sig 11 caused by resampling plugin, some cosmetic changes and speed ↵Gravatar anders2002-01-27
| | | | | | improvements git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4375 b3059339-0415-0410-9bf9-f77b7e298cf2
* freq fix, removed muxer delayGravatar arpi2002-01-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4332 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added buffering of output dataGravatar anders2002-01-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4314 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l, debug printf removedGravatar arpi2002-01-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4306 b3059339-0415-0410-9bf9-f77b7e298cf2
* passing samplerate to LPCM writer - 44, 32 and 96khz are also supported from nowGravatar arpi2002-01-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4301 b3059339-0415-0410-9bf9-f77b7e298cf2
* hwac3 fix for cmedia 8738 by Hans-Peter Raschke ↵Gravatar arpi2002-01-15
| | | | | | <Hans-Peter.Raschke@wintermann-datenservice.de> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4185 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync problem when using fractional resampling fixed + speed increased.Gravatar anders2002-01-15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4172 b3059339-0415-0410-9bf9-f77b7e298cf2
* ao_dxr3 removedGravatar arpi2002-01-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4098 b3059339-0415-0410-9bf9-f77b7e298cf2
* ao_dxr3.c deprecated, give users a grace period to accomodate to -ao ↵Gravatar mswitch2002-01-09
| | | | | | oss:/dev/em8300_ma before removing this altogether git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4063 b3059339-0415-0410-9bf9-f77b7e298cf2
* Correction of lisensing commentGravatar anders2002-01-08
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4050 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed deprecated EM8300_IOCTL_AUDIO_SETPTSGravatar mswitch2002-01-06
| | | | | | | Play now returns number of bytes written correctly git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4005 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix for qnxGravatar alex2001-12-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3849 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fixesGravatar pl2001-12-28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3840 b3059339-0415-0410-9bf9-f77b7e298cf2
* Lots of fixes for digital audio output submitted by Steven Brookes ↵Gravatar mswitch2001-12-28
| | | | | | | | | <stevenjb@mda.co.uk> Hardware sync-code activated git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3828 b3059339-0415-0410-9bf9-f77b7e298cf2
* error for non-stereo surroundsGravatar steve2001-12-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3719 b3059339-0415-0410-9bf9-f77b7e298cf2
* memset is more portable than bzero ("BSD"ism)Gravatar pl2001-12-24
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3701 b3059339-0415-0410-9bf9-f77b7e298cf2
* surround channels can now be decoded in stereoishGravatar steve2001-12-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3682 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix comment typoGravatar steve2001-12-23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3681 b3059339-0415-0410-9bf9-f77b7e298cf2
* Argh, forgot to make variable static...Gravatar mswitch2001-12-22
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3663 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added format conversion and resampling through pl_format and pl_resample. ↵Gravatar mswitch2001-12-22
| | | | | | Someone please check my implementation for bugs. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3661 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added plugin for fractional resampling (alpha code)Gravatar anders2001-12-20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3632 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove lame upsampler, cleaned out stuff relating to setting channels.Gravatar mswitch2001-12-19
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3616 b3059339-0415-0410-9bf9-f77b7e298cf2