aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2
Commit message (Expand)AuthorAge
* 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
* correced memory deallocation bug and erors in commentsGravatar anders2001-12-04
* FreeBSD install nas* to /usr/X11 by default (and require -lm)Gravatar nexus2001-12-03
* Commandline interface to ao_plugin updated according to mplayers complex para...Gravatar anders2001-12-03
* -ao NAS support by Tobias Diedrich <ranma@gmx.at>Gravatar arpi2001-12-03
* Added support for upsampling since dxr3/h+ only supports 44100Hz and 48000Hz,...Gravatar mswitch2001-11-30
* Fix green borders -> black borders, patch from D. Holm, also small fix to dxr...Gravatar atmos42001-11-30
* Newest DXR3 patch (improved 1.0rc2) by David Holm.Gravatar atmos42001-11-29
* unistd.h required at least by FreeBSDGravatar nexus2001-11-29
* commandline configuration of audio plugins now through struct, format convers...Gravatar anders2001-11-29
* Patch by D. Holm to make audio with dxr3 working.Gravatar atmos42001-11-28
* Extended oss output driver and libac3 to support 4 and 6 channel output mixes...Gravatar steve2001-11-28
* Audio delay bugfixGravatar anders2001-11-26
* Parse bug fixed (I hope)Gravatar anders2001-11-26
* ao_subdevice fixed. 10l...Gravatar arpi2001-11-26
* usefull fileGravatar jaf2001-11-25
* usefull fileGravatar jaf2001-11-25
* Changes to audio out MakefileGravatar anders2001-11-25
* Changes to audio out plugin, first plugin addedGravatar anders2001-11-25
* ao_plugin.c and plugin headers addedGravatar anders2001-11-24