| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Patch to make the configure flag for mpd-mad and mpd-libid3tag more logic (fr... | Qball Cow | 2005-09-08 | 11 | -13/+81 |
* | forgot to print a strerror | Warren Dukes | 2005-09-03 | 1 | -1/+1 |
* | patch for using Tremor to decode Ogg-Vorbis | Eric Wong | 2005-08-25 | 1 | -0/+15 |
* | Saving state of output-device in state-file. (This is a temporary solution, r... | Qball Cow | 2005-08-23 | 3 | -0/+142 |
* | "&", not "&&" (the bug itself was harmless, but a bug nevertheless) | Eric Wong | 2005-08-20 | 1 | -1/+1 |
* | change a break; to a return statement | Warren Dukes | 2005-08-18 | 1 | -1/+1 |
* | restore compat.c | Warren Dukes | 2005-08-18 | 1 | -0/+503 |
* | attempt to fix an issue discoverred by jat with sending two close commands ba... | Warren Dukes | 2005-08-18 | 2 | -503/+5 |
* | patch from Oliver Logghe for Hauppage Media MVP support | Warren Dukes | 2005-08-11 | 3 | -0/+299 |
* | Fix AddId handler, It tried to add the first argument instead of the 2nd. Res... | Qball Cow | 2005-08-07 | 1 | -1/+1 |
* | fix warning reported gcc 4.0: x == y == z does not work as intended | Eric Wong | 2005-08-07 | 1 | -1/+2 |
* | Fix musepack bitrate display | Eric Wong | 2005-08-07 | 1 | -3/+4 |
* | update musepack decoding code to use the newer mpcdec library | Eric Wong | 2005-07-30 | 1 | -4/+4 |
* | don't check errno unless we have an error (ret<0) from write() | Eric Wong | 2005-07-03 | 1 | -1/+1 |
* | don't require format parameter for audio_output options | Warren Dukes | 2005-06-05 | 1 | -1/+1 |
* | forgot to parse the format string of audio_output's | Warren Dukes | 2005-05-29 | 1 | -11/+14 |
* | fix spelling error | Warren Dukes | 2005-05-07 | 1 | -1/+1 |
* | 'add' command now requires one argument | Warren Dukes | 2005-05-03 | 1 | -6/+4 |
* | fix bug 421: database read failed with newline in ID3-tag | Warren Dukes | 2005-04-30 | 2 | -2/+2 |
* | change the default max_output_buffer_size from 2048 to 8192 | Warren Dukes | 2005-04-27 | 1 | -1/+1 |
* | fix some parsing of http_prebuffer_size | Warren Dukes | 2005-04-17 | 1 | -3/+3 |
* | fix OSS audioOutput plugin, so that when dropAudioBuffer is called and the os... | Warren Dukes | 2005-04-06 | 1 | -5/+10 |
* | syntax error cleanup | Warren Dukes | 2005-04-03 | 1 | -1/+1 |
* | fix syntax error | Warren Dukes | 2005-04-03 | 1 | -1/+1 |
* | - Fix incompatible type warnings | Avuton Olrich | 2005-03-29 | 1 | -2/+2 |
* | simpler parentPath() function from the uclinux branch (well-tested) | Eric Wong | 2005-03-28 | 1 | -12/+9 |
* | destroy mutex's and condition's | Warren Dukes | 2005-03-24 | 1 | -0/+2 |
* | revert to r3105 | Warren Dukes | 2005-03-24 | 1 | -35/+59 |
* | fix compilation error in os x plugin | Warren Dukes | 2005-03-23 | 1 | -3/+3 |
* | potentially fix OS X woes | Warren Dukes | 2005-03-22 | 1 | -59/+35 |
* | drop the current audio buffer when seeking | Warren Dukes | 2005-03-21 | 1 | -0/+1 |
* | some potential optimizations for OS X | Warren Dukes | 2005-03-20 | 1 | -26/+55 |
* | print out bits in debug message output for OSS and ALSA | Warren Dukes | 2005-03-19 | 3 | -5/+9 |
* | fix a spelling error in a debug msg | Warren Dukes | 2005-03-19 | 1 | -1/+1 |
* | cleanup some debug code | Warren Dukes | 2005-03-19 | 1 | -14/+11 |
* | fix some signal handling | Warren Dukes | 2005-03-19 | 3 | -15/+13 |
* | bump the OS X buffer up to 1s | Warren Dukes | 2005-03-17 | 1 | -3/+3 |
* | dynamically allocate a buffer for 0.5s of audio for OS X | Warren Dukes | 2005-03-17 | 1 | -13/+20 |
* | tweak OS X a bit more | Warren Dukes | 2005-03-17 | 1 | -1/+1 |
* | OS X tweaks | Warren Dukes | 2005-03-17 | 1 | -4/+2 |
* | fix for dmix | Warren Dukes | 2005-03-17 | 1 | -2/+1 |
* | slight tweak of avuton's idea of causing an error when no audio output's found | Warren Dukes | 2005-03-17 | 1 | -6/+1 |
* | cleanup debugging code and implement _dropBufferedAudio() | Warren Dukes | 2005-03-16 | 1 | -32/+26 |
* | closing the audio device seems to work now | Warren Dukes | 2005-03-16 | 1 | -1/+9 |
* | attempt to close the osx device | Warren Dukes | 2005-03-16 | 1 | -1/+13 |
* | playing audio in OS X now works, but far from finished | Warren Dukes | 2005-03-16 | 1 | -186/+143 |
* | undo change 3081 | Warren Dukes | 2005-03-15 | 3 | -136/+0 |
* | broken os x output | Warren Dukes | 2005-03-14 | 1 | -3/+245 |
* | - Add 'mute' command for testing | Avuton Olrich | 2005-03-14 | 3 | -0/+136 |
* | a little more error output | Warren Dukes | 2005-03-13 | 1 | -2/+3 |