| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |