| Commit message (Expand) | Author | Age | Files | Lines |
* | ao_dxr3 removed | arpi | 2002-01-11 | 2 | -107/+0 |
* | ao_dxr3.c deprecated, give users a grace period to accomodate to -ao oss:/dev... | mswitch | 2002-01-09 | 1 | -174/+5 |
* | Correction of lisensing comment | anders | 2002-01-08 | 3 | -45/+6 |
* | Removed deprecated EM8300_IOCTL_AUDIO_SETPTS | mswitch | 2002-01-06 | 1 | -6/+2 |
* | fix for qnx | alex | 2001-12-28 | 1 | -1/+1 |
* | warning fixes | pl | 2001-12-28 | 1 | -0/+7 |
* | Lots of fixes for digital audio output submitted by Steven Brookes <stevenjb@... | mswitch | 2001-12-28 | 1 | -18/+26 |
* | error for non-stereo surrounds | steve | 2001-12-24 | 1 | -1/+1 |
* | memset is more portable than bzero ("BSD"ism) | pl | 2001-12-24 | 1 | -1/+1 |
* | surround channels can now be decoded in stereoish | steve | 2001-12-23 | 1 | -16/+54 |
* | fix comment typo | steve | 2001-12-23 | 1 | -1/+1 |
* | Argh, forgot to make variable static... | mswitch | 2001-12-22 | 1 | -1/+1 |
* | Added format conversion and resampling through pl_format and pl_resample. Som... | mswitch | 2001-12-22 | 1 | -20/+52 |
* | Added plugin for fractional resampling (alpha code) | anders | 2001-12-20 | 5 | -3/+614 |
* | Remove lame upsampler, cleaned out stuff relating to setting channels. | mswitch | 2001-12-19 | 1 | -49/+16 |
* | tweaked surround lowpass filter, included some new test code | steve | 2001-12-14 | 2 | -12/+80 |
* | Use $AUDIODEV environment variable as the default audio device on solaris, if | jkeil | 2001-12-14 | 1 | -1/+6 |
* | add missing newline in warning message | steve | 2001-12-13 | 1 | -1/+3 |
* | include 7kHz lowpass filter for surround channels, as per Dolby recommendation | steve | 2001-12-13 | 1 | -22/+37 |
* | compile remez.c | steve | 2001-12-13 | 1 | -1/+1 |
* | FIR filter implementation for surround sound lowpass | steve | 2001-12-13 | 1 | -0/+59 |
* | code by Jake Janovetz to find FIR filter coefficients using the Parks-McClell... | steve | 2001-12-13 | 2 | -0/+749 |
* | limit get_space return <= MAX_OUTBURST, whilst always an exact number of frag... | steve | 2001-12-11 | 1 | -1/+4 |
* | split surround delay buf into Ls and Rs in prep for active decoding stuff, an... | steve | 2001-12-10 | 1 | -19/+20 |
* | still fiddling with surround levels | steve | 2001-12-09 | 1 | -12/+11 |
* | Removed hardware syncing support. Actually movies seem to run much smoother w... | mswitch | 2001-12-08 | 1 | -2/+0 |
* | Corrected front:surround levels | steve | 2001-12-07 | 1 | -2/+13 |
* | patch by Tobias Diedrich <td@informatik.uni-hannover.de> | pl | 2001-12-05 | 1 | -1/+15 |
* | CVS is still broken with gcc3. This fixes it. | pl | 2001-12-05 | 1 | -2/+2 |
* | Tried fixing a bug relating to users with digital audio output (I'm unable to... | mswitch | 2001-12-04 | 1 | -50/+48 |
* | fixed to check that SNDCTL_DSP_CHANNELS actually grants the requested number ... | steve | 2001-12-04 | 1 | -3/+4 |
* | unistd.h required at least by FreeBSD | nexus | 2001-12-04 | 1 | -0/+1 |
* | LIBAO_PLUGIN_EXTERN expansion uses wrong type | steve | 2001-12-04 | 1 | -1/+1 |
* | include pl_surround in available plugins | steve | 2001-12-04 | 1 | -1/+4 |
* | compile pl_surround.c | steve | 2001-12-04 | 1 | -1/+1 |
* | Dolby Surround decoding audio plugin | steve | 2001-12-04 | 1 | -0/+177 |
* | Format plugin now with working switch statements | anders | 2001-12-04 | 1 | -62/+41 |
* | Global variables protected using volatile | anders | 2001-12-04 | 1 | -3/+3 |
* | correced memory deallocation bug and erors in comments | anders | 2001-12-04 | 1 | -12/+25 |
* | FreeBSD install nas* to /usr/X11 by default (and require -lm) | nexus | 2001-12-03 | 1 | -1/+1 |
* | Commandline interface to ao_plugin updated according to mplayers complex para... | anders | 2001-12-03 | 2 | -53/+194 |
* | -ao NAS support by Tobias Diedrich <ranma@gmx.at> | arpi | 2001-12-03 | 2 | -0/+339 |
* | Added support for upsampling since dxr3/h+ only supports 44100Hz and 48000Hz,... | mswitch | 2001-11-30 | 1 | -6/+65 |
* | Fix green borders -> black borders, patch from D. Holm, also small fix to dxr... | atmos4 | 2001-11-30 | 1 | -1/+1 |
* | Newest DXR3 patch (improved 1.0rc2) by David Holm. | atmos4 | 2001-11-29 | 1 | -3/+7 |
* | unistd.h required at least by FreeBSD | nexus | 2001-11-29 | 1 | -0/+1 |
* | commandline configuration of audio plugins now through struct, format convers... | anders | 2001-11-29 | 5 | -43/+258 |
* | Patch by D. Holm to make audio with dxr3 working. | atmos4 | 2001-11-28 | 1 | -62/+34 |
* | Extended oss output driver and libac3 to support 4 and 6 channel output mixes... | steve | 2001-11-28 | 1 | -15/+31 |
* | Audio delay bugfix | anders | 2001-11-26 | 3 | -3/+3 |
* | Parse bug fixed (I hope) | anders | 2001-11-26 | 2 | -4/+4 |
* | ao_subdevice fixed. 10l... | arpi | 2001-11-26 | 2 | -4/+4 |
* | usefull file | jaf | 2001-11-25 | 1 | -1/+1 |
* | usefull file | jaf | 2001-11-25 | 1 | -1/+2 |
* | Changes to audio out Makefile | anders | 2001-11-25 | 1 | -1/+1 |
* | Changes to audio out plugin, first plugin added | anders | 2001-11-25 | 5 | -21/+232 |
* | ao_plugin.c and plugin headers added | anders | 2001-11-24 | 3 | -0/+188 |
* | interface to libao2 changed ao_plugin added | anders | 2001-11-24 | 14 | -265/+204 |
* | compiling under qnx, hope it works on all qnx release :) | alex | 2001-11-23 | 1 | -0/+2 |
* | ao_mpegpes isn't really optional | pl | 2001-11-18 | 1 | -1/+1 |
* | Minor fixes by David. | atmos4 | 2001-11-18 | 1 | -40/+72 |
* | Move ignores in subdirs to their respective .cvsignore files. | atmos4 | 2001-11-17 | 1 | -0/+1 |
* | dxr3-patch4 by David Holm | arpi | 2001-11-16 | 1 | -29/+37 |
* | Disable ao_mpegpes if compiled with libvo2 | mswitch | 2001-11-14 | 1 | -0/+4 |
* | Had to remove ao_mpegpes.c from the Makefile since it depends on libvo/vo_mpe... | mswitch | 2001-11-14 | 1 | -1/+1 |
* | audio_out_format_name moved from audio_out.c to afmt.c | alex | 2001-11-11 | 3 | -43/+48 |
* | DXR3 beta2 patch by David Holm. | atmos4 | 2001-11-08 | 1 | -69/+102 |
* | ao_mpegpes | arpi | 2001-11-05 | 4 | -1/+103 |
* | ao_dxr3 by David Holm <dholm@telia.com> | arpi | 2001-11-03 | 2 | -0/+169 |
* | SGI audio driver by oliver.schoenbrunner@jku.at | arpi | 2001-10-24 | 1 | -0/+199 |
* | MIPS support by oliver.schoenbrunner@jku.at | arpi | 2001-10-24 | 1 | -1/+7 |
* | applied patch by Joy Winter <joy@pingfm.org> | arpi | 2001-10-15 | 2 | -56/+128 |
* | gcc3 warning fixed | arpi | 2001-10-04 | 1 | -3/+0 |
* | alsa9 pecs by joy_ping <joy@pingfm.org> | pontscho | 2001-10-03 | 2 | -54/+56 |
* | Sun audiocs HW does not support AFMT_U8, try to use AFMT_S8 instead. If AFMT_S8 | jkeil | 2001-08-31 | 1 | -1/+23 |
* | fixed ehh. | arpi | 2001-08-29 | 1 | -1/+1 |
* | Move the sun audio driver near the start of the list of audio drivers, so | jkeil | 2001-08-28 | 1 | -3/+3 |
* | AFMT_AC3 fixed | arpi | 2001-08-15 | 1 | -2/+3 |
* | ac3/spdif patch by German Gomez Garcia <german@piraos.com> | arpi | 2001-08-15 | 2 | -1/+13 |
* | printfs cleanup - moved to higher -v level or moved to stderr | arpi | 2001-08-06 | 2 | -4/+4 |
* | AUDIO_ENCODING_LINEAR8 format is not available on sunos 5.5. Format is | jkeil | 2001-07-19 | 1 | -0/+2 |
* | On big-endian architectures, all audio decoders default to big-endian 16-bit | jkeil | 2001-07-14 | 1 | -6/+18 |
* | Support playback of AFMT_S16_LE audio data on a big endian machine | jkeil | 2001-07-12 | 1 | -86/+127 |
* | Ignore generated config.mak files in CVS | jkeil | 2001-07-06 | 1 | -0/+1 |
* | Corrected SDL include path. | atmos4 | 2001-06-27 | 1 | -5/+1 |
* | OPTFLAGS vs. INCLUDES cleanup | arpi | 2001-06-26 | 1 | -2/+1 |
* | ao_subdevice support | arpi_esp | 2001-06-23 | 1 | -0/+2 |
* | ao_subdevice support added | al3x | 2001-06-23 | 2 | -0/+6 |
* | Applied patch by Jürgen Keil (jk@tools.de), improves smoothness of video pla... | atmosfear | 2001-06-22 | 1 | -57/+204 |
* | ao_subdevice support | al3x | 2001-06-21 | 1 | -0/+55 |
* | sdl_adriver liquidated, ao_subdevice used | al3x | 2001-06-21 | 1 | -7/+4 |
* | ao_subdevice implemented | al3x | 2001-06-21 | 2 | -0/+4 |
* | added warning message | al3x | 2001-06-21 | 2 | -0/+8 |
* | hacked aocontrol_set_device working, and cleaned up a bit | al3x | 2001-06-17 | 2 | -22/+48 |
* | hacked to work seek/pause/resume/uninit | al3x | 2001-06-14 | 2 | -4/+34 |
* | Hacked it working, still needs fixings! | atmosfear | 2001-06-14 | 2 | -46/+98 |
* | audio_out_format_name prototype added, ao_control_vol_t for aocontrol_get/set... | al3x | 2001-06-14 | 1 | -32/+11 |
* | audio_format_out_name update | al3x | 2001-06-13 | 1 | -4/+7 |
* | -Wall style cleanups, TEST IT, it can be working by others | al3x | 2001-06-12 | 2 | -10/+32 |
* | Ooops | atmosfear | 2001-06-12 | 1 | -2/+1 |
* | Added support for writing wave files and specifying filename to write to. | atmosfear | 2001-06-12 | 1 | -5/+73 |
* | little -Wall fix | al3x | 2001-06-12 | 1 | -0/+2 |
* | Added raw PCM writer ao driver. | atmosfear | 2001-06-12 | 3 | -1/+100 |
* | Lock callback on pause, unlock on resume. | atmosfear | 2001-06-10 | 1 | -5/+5 |
* | using audio_out_format_name | al3x | 2001-06-09 | 1 | -2/+4 |
* | Better format info. | atmosfear | 2001-06-09 | 1 | -4/+8 |
* | Better audio format handling. | atmosfear | 2001-06-09 | 1 | -5/+33 |
* | fixed AFMT_ stuff (inclue afmt.h) | arpi_esp | 2001-06-08 | 7 | -32/+78 |
* | Added missing declaration of variables 'err'. | bertrand | 2001-06-08 | 1 | -0/+3 |
* | first release, meg nem akar menni :( | al3x | 2001-06-07 | 2 | -0/+948 |
* | uj aocontrol valtozok | al3x | 2001-06-07 | 1 | -3/+4 |
* | par kozmetikai valtoztatas, meg van ami nem :) cvs diff.. | al3x | 2001-06-07 | 1 | -31/+31 |
* | audio_pause/resume implementacio es kozmetikai valtoztatasok | al3x | 2001-06-07 | 1 | -7/+38 |
* | SUN-Solaris audio out | arpi_esp | 2001-06-06 | 1 | -0/+223 |
* | applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de> | arpi_esp | 2001-06-05 | 8 | -69/+117 |
* | add esd support and disabled default. | pontscho | 2001-06-05 | 1 | -4/+16 |
* | Solaris 8 support - patch by Marcus Comstedt <marcus@idonex.se> | arpi_esp | 2001-06-05 | 1 | -3/+73 |
* | libao->libao2 because of conflict with OMS's libao | arpi_esp | 2001-06-04 | 1 | -1/+1 |
* | dependency stuff fixed | arpi_esp | 2001-06-04 | 2 | -4/+3 |
* | fixed HAVE_ALSA5 var. bug. sorry :( | pontscho | 2001-06-04 | 1 | -2/+6 |
* | initial alsa support by al3x | pontscho | 2001-06-04 | 1 | -0/+321 |
* | add alsa support by al3x | pontscho | 2001-06-04 | 1 | -3/+27 |
* | Increased sample size to solve sound problems one some systems. | atmosfear | 2001-06-04 | 1 | -1/+1 |
* | Microchange =) | atmosfear | 2001-06-04 | 1 | -1/+1 |
* | Several small changes (like driver selection). | atmosfear | 2001-06-04 | 1 | -3/+14 |
* | -abs support - fixed | arpi_esp | 2001-06-03 | 1 | -1/+1 |
* | -abs support | arpi_esp | 2001-06-03 | 1 | -3/+6 |
* | Yea, it worksss! | atmosfear | 2001-06-03 | 1 | -62/+116 |
* | Added support for sdl audio out (buggy pre-alpha). | atmosfear | 2001-06-03 | 3 | -2/+174 |
* | '-ao' switch (including '-ao help'), fixing Arpi's bug (short name 'null' for... | lgb | 2001-06-03 | 1 | -1/+1 |
* | audio out drivers | arpi_esp | 2001-06-02 | 6 | -0/+425 |