| Commit message (Expand) | Author | Files | Lines |
2005-04-27 | change the default max_output_buffer_size from 2048 to 8192 | Warren Dukes | 1 | -1/+1 |
2005-04-17 | fix some parsing of http_prebuffer_size | Warren Dukes | 1 | -3/+3 |
2005-04-06 | fix OSS audioOutput plugin, so that when dropAudioBuffer is called and the os... | Warren Dukes | 1 | -5/+10 |
2005-04-03 | syntax error cleanup | Warren Dukes | 1 | -1/+1 |
2005-04-03 | fix syntax error | Warren Dukes | 1 | -1/+1 |
2005-03-29 | - Fix incompatible type warnings | Avuton Olrich | 1 | -2/+2 |
2005-03-28 | simpler parentPath() function from the uclinux branch (well-tested) | Eric Wong | 1 | -12/+9 |
2005-03-24 | destroy mutex's and condition's | Warren Dukes | 1 | -0/+2 |
2005-03-24 | revert to r3105 | Warren Dukes | 1 | -35/+59 |
2005-03-23 | fix compilation error in os x plugin | Warren Dukes | 1 | -3/+3 |
2005-03-22 | potentially fix OS X woes | Warren Dukes | 1 | -59/+35 |
2005-03-21 | drop the current audio buffer when seeking | Warren Dukes | 1 | -0/+1 |
2005-03-20 | some potential optimizations for OS X | Warren Dukes | 1 | -26/+55 |
2005-03-19 | print out bits in debug message output for OSS and ALSA | Warren Dukes | 3 | -5/+9 |
2005-03-19 | fix a spelling error in a debug msg | Warren Dukes | 1 | -1/+1 |
2005-03-19 | cleanup some debug code | Warren Dukes | 1 | -14/+11 |
2005-03-19 | fix some signal handling | Warren Dukes | 3 | -15/+13 |
2005-03-17 | bump the OS X buffer up to 1s | Warren Dukes | 1 | -3/+3 |
2005-03-17 | dynamically allocate a buffer for 0.5s of audio for OS X | Warren Dukes | 1 | -13/+20 |
2005-03-17 | tweak OS X a bit more | Warren Dukes | 1 | -1/+1 |
2005-03-17 | OS X tweaks | Warren Dukes | 1 | -4/+2 |
2005-03-17 | fix for dmix | Warren Dukes | 1 | -2/+1 |
2005-03-17 | slight tweak of avuton's idea of causing an error when no audio output's found | Warren Dukes | 1 | -6/+1 |
2005-03-16 | cleanup debugging code and implement _dropBufferedAudio() | Warren Dukes | 1 | -32/+26 |
2005-03-16 | closing the audio device seems to work now | Warren Dukes | 1 | -1/+9 |
2005-03-16 | attempt to close the osx device | Warren Dukes | 1 | -1/+13 |
2005-03-16 | playing audio in OS X now works, but far from finished | Warren Dukes | 1 | -186/+143 |
2005-03-15 | undo change 3081 | Warren Dukes | 3 | -136/+0 |
2005-03-14 | broken os x output | Warren Dukes | 1 | -3/+245 |
2005-03-14 | - Add 'mute' command for testing | Avuton Olrich | 3 | -0/+136 |
2005-03-13 | a little more error output | Warren Dukes | 1 | -2/+3 |
2005-03-13 | fix FLAC playback over non-ideal HTTP streams | Eric Wong | 1 | -4/+14 |
2005-03-13 | some broken OS X stuff | Warren Dukes | 1 | -1/+19 |
2005-03-13 | add OS X configure stuff and added a skeleton audioOutput plugin for OS X | Warren Dukes | 3 | -0/+112 |
2005-03-13 | slight changes to alsa errors | Warren Dukes | 1 | -3/+32 |
2005-03-13 | change some header includes so that we can compile on OS X | Warren Dukes | 2 | -4/+1 |
2005-03-12 | *) slight code cleanup | Warren Dukes | 2 | -15/+20 |
2005-03-12 | if no audioOutput specified, we no attempt to detect if there exists a usable... | Warren Dukes | 9 | -47/+149 |
2005-03-11 | removed the id3v1_encoding config option, there's no way to guarantee that we... | Warren Dukes | 3 | -18/+1 |
2005-03-10 | todo update, and remove a potentially gratutious playSilence() call | Warren Dukes | 1 | -1/+6 |
2005-03-10 | code to attempt to pick a supported sample rate, bits, and channels if the re... | Warren Dukes | 1 | -4/+234 |
2005-03-09 | fix segfault in error message | Warren Dukes | 1 | -3/+3 |
2005-03-09 | add ability to forcefully kill pid listed in pid file with '-kill -kill' | Warren Dukes | 1 | -16/+27 |
2005-03-09 | don't print out config line in error message about pid file missing | Warren Dukes | 1 | -1/+1 |
2005-03-09 | fix an error message | Warren Dukes | 1 | -1/+1 |
2005-03-09 | *) add support for pid files | Warren Dukes | 4 | -39/+126 |
2005-03-08 | undo fix for killall not preserving the current format properly, it causes pr... | Warren Dukes | 1 | -2/+5 |
2005-03-08 | we ne allow audioOutput plugins to set the final outAudioFormat that will be ... | Warren Dukes | 3 | -13/+27 |
2005-03-08 | for windows compatibility, if we're unable to add a song, convert '\' to '/' ... | Warren Dukes | 1 | -4/+14 |
2005-03-08 | make PCM the default controller for the mixer | Warren Dukes | 1 | -2/+2 |