aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2
Commit message (Expand)AuthorAge
* Enable SSH optimizations for FIR filterGravatar anders2002-02-05
* Compilation fixingGravatar nick2002-01-31
* working dummy audio driver, patch by Tobias Diedrich <td@informatik.uni-hanno...Gravatar arpi2002-01-31
* Oops forgot to remove debug message :)Gravatar anders2002-01-27
* Fixed sig 11 caused by buffer full in ao driverGravatar anders2002-01-27
* Fixed sig 11 caused by resampling plugin, some cosmetic changes and speed imp...Gravatar anders2002-01-27
* freq fix, removed muxer delayGravatar arpi2002-01-24
* Added buffering of output dataGravatar anders2002-01-23
* 10l, debug printf removedGravatar arpi2002-01-22
* passing samplerate to LPCM writer - 44, 32 and 96khz are also supported from nowGravatar arpi2002-01-22
* hwac3 fix for cmedia 8738 by Hans-Peter Raschke <Hans-Peter.Raschke@winterman...Gravatar arpi2002-01-15
* Sync problem when using fractional resampling fixed + speed increased.Gravatar anders2002-01-15
* ao_dxr3 removedGravatar arpi2002-01-11
* ao_dxr3.c deprecated, give users a grace period to accomodate to -ao oss:/dev...Gravatar mswitch2002-01-09
* Correction of lisensing commentGravatar anders2002-01-08
* Removed deprecated EM8300_IOCTL_AUDIO_SETPTSGravatar mswitch2002-01-06
* fix for qnxGravatar alex2001-12-28
* warning fixesGravatar pl2001-12-28
* Lots of fixes for digital audio output submitted by Steven Brookes <stevenjb@...Gravatar mswitch2001-12-28
* error for non-stereo surroundsGravatar steve2001-12-24
* memset is more portable than bzero ("BSD"ism)Gravatar pl2001-12-24
* surround channels can now be decoded in stereoishGravatar steve2001-12-23
* fix comment typoGravatar steve2001-12-23
* Argh, forgot to make variable static...Gravatar mswitch2001-12-22
* Added format conversion and resampling through pl_format and pl_resample. Som...Gravatar mswitch2001-12-22
* Added plugin for fractional resampling (alpha code)Gravatar anders2001-12-20
* Remove lame upsampler, cleaned out stuff relating to setting channels.Gravatar mswitch2001-12-19
* tweaked surround lowpass filter, included some new test codeGravatar steve2001-12-14
* Use $AUDIODEV environment variable as the default audio device on solaris, ifGravatar jkeil2001-12-14
* add missing newline in warning messageGravatar steve2001-12-13
* include 7kHz lowpass filter for surround channels, as per Dolby recommendationGravatar steve2001-12-13
* compile remez.cGravatar steve2001-12-13
* FIR filter implementation for surround sound lowpassGravatar steve2001-12-13
* code by Jake Janovetz to find FIR filter coefficients using the Parks-McClell...Gravatar steve2001-12-13
* limit get_space return <= MAX_OUTBURST, whilst always an exact number of frag...Gravatar steve2001-12-11
* split surround delay buf into Ls and Rs in prep for active decoding stuff, an...Gravatar steve2001-12-10
* still fiddling with surround levelsGravatar steve2001-12-09
* Removed hardware syncing support. Actually movies seem to run much smoother w...Gravatar mswitch2001-12-08
* Corrected front:surround levelsGravatar steve2001-12-07
* patch by Tobias Diedrich <td@informatik.uni-hannover.de>Gravatar pl2001-12-05
* CVS is still broken with gcc3. This fixes it.Gravatar pl2001-12-05
* Tried fixing a bug relating to users with digital audio output (I'm unable to...Gravatar mswitch2001-12-04
* fixed to check that SNDCTL_DSP_CHANNELS actually grants the requested number ...Gravatar steve2001-12-04
* unistd.h required at least by FreeBSDGravatar nexus2001-12-04
* LIBAO_PLUGIN_EXTERN expansion uses wrong typeGravatar steve2001-12-04
* include pl_surround in available pluginsGravatar steve2001-12-04
* compile pl_surround.cGravatar steve2001-12-04
* Dolby Surround decoding audio pluginGravatar steve2001-12-04
* Format plugin now with working switch statementsGravatar anders2001-12-04
* Global variables protected using volatileGravatar anders2001-12-04