| Commit message (Expand) | Author | Age | Files | Lines |
* | Have OSS audio out fall back to s16ne instead of u8 if it can't open the | ivo | 2005-02-26 | 1 | -2/+3 |
* | rids ao_macosx of the buffer mutex by using the same buffering scheme as ao_s... | nplourde | 2005-02-22 | 1 | -98/+76 |
* | bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it> | faust3 | 2005-02-04 | 1 | -1/+1 |
* | unused definitions removed | alex | 2005-01-31 | 1 | -4/+0 |
* | Typo in hwac3 string | reimar | 2005-01-30 | 1 | -1/+1 |
* | print "Unknown/not supported internal format" message only with -v as it | reimar | 2005-01-29 | 1 | -1/+1 |
* | Fixed the syntax of the spdif device string. | reimar | 2005-01-28 | 1 | -1/+1 |
* | support immed flag, always initialize write_offset, min_free_space doesn't se... | faust3 | 2005-01-21 | 1 | -3/+10 |
* | use MSTRZ suboption type | reimar | 2005-01-19 | 1 | -12/+3 |
* | WAVE_FORMAT_DIRECT seems to cause problems with certain os/driver combination... | faust3 | 2005-01-17 | 1 | -1/+1 |
* | print why waveOutOpen failed | faust3 | 2005-01-15 | 1 | -1/+1 |
* | actually mp_msg.h includes config.h, but for consistency better include it | reimar | 2005-01-12 | 1 | -1/+1 |
* | af_format.h needs config.h to be included first. | reimar | 2005-01-12 | 9 | -4/+9 |
* | Cleanup, removing internal conversions. Testing welcome. | reimar | 2005-01-06 | 1 | -35/+15 |
* | Use AF_FORMAT_S16_NE instead of #ifdef WORDS_BIGENDIAN ... | reimar | 2005-01-06 | 1 | -7/+2 |
* | device selection support | faust3 | 2005-01-06 | 1 | -2/+56 |
* | Check for every 24 and 32 bit AFMT_ separately if it is defined. | reimar | 2005-01-06 | 1 | -4/+28 |
* | unused parts removed | alex | 2005-01-06 | 17 | -3463/+0 |
* | Use the subopt-helper for parsing suboptions. | reimar | 2005-01-03 | 1 | -109/+57 |
* | Default to audiodump.pcm with nowaveheader again, but document it in the manp... | reimar | 2005-01-03 | 1 | -2/+7 |
* | many 10ls fixed... also better debugging | arpi | 2005-01-03 | 1 | -27/+45 |
* | Do not use strndup, it is missing on MinGW. | reimar | 2005-01-02 | 1 | -1/+3 |
* | missing ; | faust3 | 2005-01-02 | 1 | -1/+1 |
* | Add -ao pcm suboptions and remove -aofile and -waveheader options. | reimar | 2005-01-02 | 1 | -4/+19 |
* | rate/format matching and volume get/set support | arpi | 2005-01-01 | 1 | -28/+151 |
* | more verbose messages | alex | 2004-12-29 | 1 | -2/+2 |
* | af_fmt2str_short | alex | 2004-12-28 | 10 | -27/+24 |
* | 100l set default format for AF_FORMATs not supported by sound card | rtognimp | 2004-12-28 | 1 | -3/+9 |
* | 100l, buf etc. in af_fmt2str call are already pointers... | reimar | 2004-12-27 | 5 | -7/+7 |
* | Do not use audio plugins anymore | reimar | 2004-12-27 | 2 | -11/+1 |
* | 10l, nasty ao drivers | alex | 2004-12-27 | 1 | -1/+2 |
* | maybe now.. | alex | 2004-12-27 | 1 | -1/+1 |
* | hopefully final fix | alex | 2004-12-27 | 6 | -20/+21 |
* | 10l | alex | 2004-12-27 | 1 | -30/+16 |
* | removing AFMT_ dependancy | alex | 2004-12-27 | 30 | -360/+283 |
* | disable all unknown formats in the windows aos | faust3 | 2004-12-08 | 2 | -0/+21 |
* | Remove duplicate includes. | diego | 2004-12-07 | 2 | -4/+0 |
* | Make include paths consistent. | diego | 2004-12-07 | 21 | -52/+52 |
* | Compile fix | ranma | 2004-11-28 | 1 | -1/+2 |
* | Improved A-V sync, patch by Ed Wildgoose [lists(at)wildgooses<dot>com]. | reimar | 2004-11-07 | 1 | -7/+68 |
* | respect immed uninit flag, initialize ao_data.outburst. | reimar | 2004-11-06 | 1 | -0/+2 |
* | polyaudio audio driver patch by Lennart Poettering <mzzcynlre at 0pointer.de> | faust3 | 2004-11-05 | 3 | -1/+332 |
* | Different buffering scheme, avoiding possible races (SDL is using threads!). | reimar | 2004-10-31 | 1 | -61/+68 |
* | FreeBSD compilation fix | reimar | 2004-10-23 | 1 | -0/+14 |
* | ringbuffer variable intialization fix for multifile playback patch by Rune Pe... | faust3 | 2004-10-22 | 1 | -1/+5 |
* | channel reorder patch by Florian Dietrich <flodt8 at yahoo.de> | faust3 | 2004-10-18 | 1 | -10/+40 |
* | Only use S/PDIF output when no other alsa device is set, allows to use | reimar | 2004-10-17 | 1 | -4/+3 |
* | Fix incompatibility with audio devices with more then 2 channels | nplourde | 2004-10-16 | 1 | -1/+1 |
* | ao dsound improvements patch by Florian Dietrich <flodt8 at yahoo.de> | faust3 | 2004-10-14 | 1 | -20/+47 |
* | fixed small memleaks | reimar | 2004-10-13 | 1 | -7/+15 |
* | unsinged 32 and 24bit types | alex | 2004-10-05 | 1 | -0/+12 |
* | fixing authors | alex | 2004-10-04 | 2 | -2/+2 |
* | introducing 24bit formats and make the values compliant to OSS | alex | 2004-10-04 | 2 | -6/+24 |
* | removing ao_alsa9.c and ao_alsa1x.c as they are superseded by ao_alsa.c | reimar | 2004-10-04 | 3 | -2373/+5 |
* | fixed small memleak | reimar | 2004-10-01 | 1 | -0/+1 |
* | printf --> mp_msg conversion in ao_plugin | diego | 2004-09-25 | 1 | -2/+4 |
* | directsound audio output plugin, patch by Gabor Szecsi <deje at miki.hu> some... | faust3 | 2004-09-25 | 2 | -0/+495 |
* | allow to select an alsa mixer channel index. | reimar | 2004-09-22 | 1 | -2/+23 |
* | mp_msg transition of unmaintained audio output drivers. | ivo | 2004-09-18 | 11 | -94/+92 |
* | untested multichannel support | faust3 | 2004-08-14 | 1 | -24/+74 |
* | Update ao_jack for new bio2jack API, improve check in configure. | diego | 2004-08-13 | 1 | -8/+14 |
* | embarassing typo | diego | 2004-08-09 | 1 | -1/+1 |
* | Use = instead if # in ALSA device name, as # irritates our config-parser. | reimar | 2004-07-30 | 1 | -3/+3 |
* | automatic loading of af_volume, original patch by Dan Christiansen (danchr (a... | reimar | 2004-07-28 | 1 | -1/+1 |
* | removed status in debug_msg as it is nonsens anyway. | joyping | 2004-07-14 | 1 | -1/+1 |
* | volume calc fixes for mixer, by reimar döffinger, 10l reverse by me | joyping | 2004-07-14 | 1 | -6/+6 |
* | fixes provided by reimar dörfinger. mixer, subdevice parsing, alsa#help, | joyping | 2004-07-13 | 1 | -78/+74 |
* | 10l | faust3 | 2004-07-11 | 1 | -1/+0 |
* | ao_macosx is fixed, moving it back to top | nplourde | 2004-07-10 | 1 | -3/+3 |
* | enables resampling of audio in ao_macosx by Dan Christiansen | nplourde | 2004-07-10 | 1 | -14/+2 |
* | string, alloca etc. fixes | joyping | 2004-07-02 | 1 | -66/+34 |
* | Let's keep the full functionality for the release, we can switch this off | diego | 2004-06-28 | 1 | -1/+1 |
* | 1000l in GET_VOLUME. Fix by Lu Ran, hephooey (at) fastmail (dot) fm. | reimar | 2004-06-27 | 1 | -4/+4 |
* | 10l WAVE_FORMAT_DOLBY_AC3_SPDIF needs to be defined first, patch by Gianluigi... | faust3 | 2004-06-27 | 1 | -0/+2 |
* | ac3 passthrough, initial patch by Gianluigi Tiesi <sherpya at netfarm.it> | faust3 | 2004-06-26 | 1 | -3/+12 |
* | make the internal sdl mixer optional, idea by Reimar Doffinger | alex | 2004-06-26 | 1 | -1/+12 |
* | JACK audio support through bio2jack by Kamil Strzelecki <esack@o2.pl> | alex | 2004-06-25 | 3 | -1/+198 |
* | move macosx in the priority list after sdl, patch by Dan Christiansen | alex | 2004-06-25 | 1 | -3/+3 |
* | ranlib cleanup by Dan Christiansen | alex | 2004-06-24 | 1 | -0/+1 |
* | additional formats - 8bit & float | henry | 2004-06-11 | 1 | -2/+17 |
* | support for 24 bit pcm/wav files | reimar | 2004-05-16 | 1 | -0/+5 |
* | removed #ifdefs that are already handled by libao2/afmt.h | reimar | 2004-05-14 | 1 | -18/+0 |
* | alsa9/1.x merge, now with api_compat-definition | joyping | 2004-05-12 | 1 | -0/+1177 |
* | changes for alsa9/1.x-merge only alsa | joyping | 2004-05-12 | 1 | -4/+4 |
* | use fallback for unsupported formats instead of quitting | reimar | 2004-05-07 | 1 | -1/+2 |
* | ok this one is beyond stupid. the code didn't even do what was intended | rfelker | 2004-05-01 | 1 | -1/+1 |
* | restore original ringbuffer constants as the current values are causing heavy... | faust3 | 2004-04-07 | 1 | -2/+2 |
* | round len to outburst and increment full_buffers at the correct time, patch b... | faust3 | 2004-04-07 | 2 | -3/+6 |
* | 10l, patch by Bjoern Sandell | faust3 | 2004-04-06 | 1 | -1/+1 |
* | support immed flag | faust3 | 2004-04-06 | 1 | -2/+2 |
* | uninit immed flag | alex | 2004-04-06 | 18 | -23/+30 |
* | restore old SAMPLESIZE | faust3 | 2004-04-03 | 1 | -0/+4 |
* | - compilation error fix | rathann | 2004-04-03 | 1 | -1/+1 |
* | ALSA syc is not so good as OSS - small corrections | atlka | 2004-04-01 | 1 | -13/+8 |
* | let uninit wait until sound is completely played, don't restore volume at exi... | faust3 | 2004-04-01 | 2 | -25/+27 |
* | 10l (some broken compilers take this serious) | alex | 2004-03-31 | 1 | -1/+1 |
* | Cygwin provides setenv. Fixes compilation on Cygwin. | diego | 2004-03-15 | 1 | -1/+1 |
* | Use MultiplyElement to control volume. | ranma | 2004-03-13 | 1 | -37/+29 |
* | fix compilation with sdl on mingw patch by Nehal <nehalmistry at gmx.net> | faust3 | 2004-03-13 | 1 | -2/+6 |
* | replace set_periods and set_period_size with their _near cousins | henry | 2004-02-27 | 1 | -2/+2 |
* | 1000l | henry | 2004-02-27 | 1 | -1/+1 |
* | add option to select mixer channel | attila | 2004-01-24 | 1 | -3/+36 |
* | ALSA 1.x audio out driver | henry | 2004-01-11 | 2 | -27/+41 |
* | use -mixer with alsa9 | attila | 2004-01-10 | 2 | -4/+36 |
* | URL updated. | diego | 2004-01-05 | 1 | -1/+1 |
* | occured --> occurred typo patch by Clinton Roy <croy@dstc.edu.au> | diego | 2003-12-24 | 1 | -2/+2 |
* | This patch contains bugfixes for the esd audio output driver that I | attila | 2003-12-10 | 1 | -43/+9 |
* | original config: | joey | 2003-11-23 | 1 | -1/+1 |
* | A-V sync fix by Timo Kanera <timo@kanera.de>. | diego | 2003-10-30 | 1 | -5/+7 |
* | 64bit types fix by a unkown mandrake 64bit expert | attila | 2003-10-26 | 1 | -13/+13 |
* | many small typo and grammar fixes | gabucino | 2003-10-04 | 3 | -7/+7 |
* | patch from Pierre Lombard <p_l@gmx.fr> | attila | 2003-09-21 | 2 | -2/+2 |
* | IRIX support by Timo Kanera <timo@kanera.de> | alex | 2003-09-07 | 1 | -2/+2 |
* | 100l | alex | 2003-08-18 | 2 | -24/+6 |
* | no channels moving, autosubdievice, nonsupported fix by Vladimir I. Umnov <uv... | joyping | 2003-08-15 | 2 | -12/+74 |
* | 1000l | alex | 2003-08-14 | 2 | -2/+2 |
* | Set close-on-exec after newer open (in reset func). Patch by Andriy Gapon <ag... | alex | 2003-08-13 | 1 | -0/+4 |
* | better pause mechanism and faster uninit support by Vladimir I. Umnov <uvi@ez... | alex | 2003-08-03 | 2 | -38/+64 |
* | removing my (non-working) email address | alex | 2003-07-03 | 3 | -6/+6 |
* | fix bps calculation when resampling, | attila | 2003-06-22 | 1 | -1/+1 |
* | -ao alsa9:hw:0,0 fix by Wojtek Kaniewski <wojtekka@bydg.pdi.net> | alex | 2003-06-08 | 2 | -6/+14 |
* | esd:server and esd latency support by Andrew Williams <andrew.s.williams@adel... | alex | 2003-05-30 | 1 | -11/+41 |
* | do it the standard way (tm) | alex | 2003-05-23 | 1 | -7/+0 |
* | cleanup/cosmetic patch by the author :) | alex | 2003-05-22 | 1 | -50/+59 |
* | Native MacOSX audio output by Dan Christiansen <danchr@daimi.au.dk> | alex | 2003-05-21 | 3 | -0/+394 |
* | 10l remove unused global | faust3 | 2003-05-16 | 1 | -1/+1 |
* | Correct dumping hint (vc dummy faster than null). | ranma | 2003-05-05 | 1 | -1/+1 |
* | 10l to arpi with commit r1.12, noticed by Daniel Mario Vega <dv5a@dc.uba.ar> | alex | 2003-03-23 | 1 | -1/+1 |
* | 64bit libao2 fix by Jens Axboe <mplayer-dev@kernel.dk> | alex | 2003-03-21 | 29 | -31/+31 |
* | fix -loop problem | faust3 | 2003-03-15 | 1 | -0/+1 |
* | replace snd_pcm_drain with snd_pcm_drop | henry | 2003-03-14 | 2 | -34/+20 |
* | Fix small memleak in control(). | ranma | 2003-03-14 | 1 | -7/+12 |
* | 100l | arpi | 2003-02-12 | 1 | -4/+5 |
* | The "initialize wav header with infinite lenght" broke the | arpi | 2003-02-04 | 1 | -1/+6 |
* | hwac3 fix | arpi | 2003-02-03 | 1 | -1/+2 |
* | temporary 'inifinte' length disabled (commit r1.13 reversed) due to user | arpi | 2003-02-02 | 1 | -2/+2 |
* | compiler warning fixes patch by Dominik Mierzejewski <dominik@rangers.eu.org> | arpi | 2003-02-02 | 1 | -1/+1 |
* | double free(), found by Olivier Galibert <galibert@pobox.com> | arpi | 2003-01-29 | 1 | -4/+1 |
* | nice 10l bug, found by Balatoni Denes <pnis@coder.hu> | arpi | 2003-01-28 | 1 | -0/+1 |
* | When the file is not finished to be written, | arpi | 2003-01-19 | 1 | -2/+3 |
* | 10l :) | arpi | 2003-01-18 | 1 | -1/+1 |
* | Workaround for returning very litte buffer space. | filon | 2003-01-10 | 2 | -0/+12 |
* | 10l | arpi | 2003-01-09 | 1 | -2/+1 |
* | (nicer) endianness fix for every plugin except pl_format | colin | 2003-01-03 | 7 | -38/+13 |
* | trivial endianness fix | colin | 2003-01-03 | 1 | -0/+4 |
* | trivial bigendian fix | colin | 2003-01-03 | 1 | -1/+10 |
* | Rearrange the vo and ao driver order to prefer the native drivers and give | diego | 2003-01-03 | 1 | -3/+3 |
* | 10l fixes sync? | faust3 | 2002-12-30 | 1 | -1/+1 |
* | Added/reordered #includes to silence warnings about "implicit declaration". | rathann | 2002-12-28 | 1 | -0/+1 |
* | ao_oss was not using the channel & format returned by the soundcard | arpi | 2002-12-28 | 1 | -5/+5 |
* | DVB-HEAD (aka. NEWSTRUCT) detection & support | arpi | 2002-12-28 | 1 | -0/+9 |
* | - Fix 8-bit sound in arts audio driver (logic in OBTAIN_BITRATE macro was | jkeil | 2002-12-27 | 1 | -1/+19 |
* | Oops, missing Makefile in the esd audio driver check-in; libao2 Makefile needs | jkeil | 2002-12-27 | 1 | -1/+1 |
* | new EsounD audio driver (-ao esd) | jkeil | 2002-12-27 | 2 | -0/+474 |
* | compiler warning fixes | arpi | 2002-12-14 | 1 | -1/+1 |
* | OK, I think I found why the alsa9 driver was breaking surround sound. | arpi | 2002-12-04 | 2 | -2/+2 |
* | The enclosed patch should fix problems associated with playing 8-bit wide | arpi | 2002-12-04 | 2 | -6/+12 |
* | 1l, opposite meaning of what's intended! | rfelker | 2002-11-28 | 1 | -1/+1 |
* | avoid giving a /dev/dsp fd to child processes!! | rfelker | 2002-11-28 | 1 | -0/+4 |
* | Implement volume setting functionality, | ranma | 2002-11-24 | 1 | -2/+47 |
* | added float | alex | 2002-11-17 | 2 | -6/+14 |
* | volnorm for bigendian | colin | 2002-11-17 | 1 | -1/+13 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 4 | -3/+7 |
* | fix endianness issue on bigendian (let libaf do the conversion ;)) | colin | 2002-11-02 | 1 | -4/+0 |
* | warning fixes | henry | 2002-11-02 | 2 | -2/+8 |
* | verbose can be negative | arpi | 2002-11-01 | 6 | -56/+52 |
* | add ao_win32 | faust3 | 2002-10-25 | 1 | -0/+6 |
* | new windows waveout audio driver | faust3 | 2002-10-25 | 1 | -0/+249 |
* | Check what we obtain in SDL_OpenAudio() - allows to build the | colin | 2002-10-25 | 1 | -5/+33 |
* | Change SDL_(Un)lockAudio to PauseAudio() (works better) | colin | 2002-10-24 | 1 | -2/+2 |
* | compiler warning fixes by Dominik | arpi | < |