| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | httpd: add config option to limit number of clients | Viliam Mateicka | 2009-10-29 | 2 | -3/+20 |
* | | output_plugin: added method "drain" | Max Kellermann | 2009-10-29 | 1 | -3/+9 |
* | | output/alsa: don't recover on CANCEL | Max Kellermann | 2009-10-29 | 1 | -1/+1 |
* | | output/pulse: initialize pulse_output.mixer | Max Kellermann | 2009-10-29 | 1 | -0/+1 |
* | | include pulse/version.h for PA_CHECK_VERSION | Alam Arias | 2009-10-27 | 1 | -0/+2 |
* | | output/jack: implement methods enable()/disable() | Max Kellermann | 2009-10-23 | 1 | -16/+24 |
* | | output/pulse: implement methods enable()/disable() | Max Kellermann | 2009-10-23 | 1 | -9/+35 |
* | | output_plugin: added methods enable() and disable() | Max Kellermann | 2009-10-23 | 1 | -0/+2 |
* | | output/pulse: call mixer on state changes | Max Kellermann | 2009-10-23 | 2 | -2/+117 |
* | | output/fifo: renamed source to fifo_output_plugin.c | Max Kellermann | 2009-10-22 | 1 | -3/+3 |
* | | audio_format: wildcards allowed in audio_format configuration | Max Kellermann | 2009-10-21 | 1 | -2/+7 |
* | | output/jack: make ringbuffer_size a size_t | Max Kellermann | 2009-10-21 | 1 | -1/+1 |
* | | output/jack: connect to server on MPD startup | Max Kellermann | 2009-10-21 | 1 | -69/+119 |
* | | output/jack: removed the empty "cancel" method | Max Kellermann | 2009-10-21 | 1 | -6/+0 |
* | | output/jack: renamed parameter "error" to "error_r" | Max Kellermann | 2009-10-21 | 1 | -12/+12 |
* | | output/jack: implement the "pause" method | Max Kellermann | 2009-10-21 | 1 | -0/+41 |
* | | output/jack: renamed source to jack_output_plugin.c | Max Kellermann | 2009-10-21 | 1 | -2/+2 |
* | | pulse: code rewrite using the asynchronous libpulse API | Max Kellermann | 2009-10-21 | 2 | -73/+639 |
* | | mixer/{oss,alsa}: renamed the mixer source files | Max Kellermann | 2009-10-20 | 2 | -2/+4 |
* | | output/pulse: renamed context to "Music Player Daemon" | Max Kellermann | 2009-10-20 | 1 | -1/+1 |
* | | pulse: renamed source files | Max Kellermann | 2009-10-20 | 1 | -3/+5 |
* | | pulse: announce "media.role=music" | Max Kellermann | 2009-10-20 | 1 | -0/+2 |
* | | tag: removed the "_ITEM_" suffix from the enum names | Max Kellermann | 2009-10-13 | 2 | -5/+4 |
* | | configure.ac: require GLib 2.16 | Max Kellermann | 2009-10-13 | 1 | -5/+0 |
* | | output/osx: fix the OS X 10.6 build | Patrik Weiskircher | 2009-09-20 | 1 | -0/+1 |
* | | output/openal: support OpenAL plugin on Mac OS X | Serge Ziryukin | 2009-09-07 | 1 | -0/+6 |
* | | output/openal: fix default device name | Serge Ziryukin | 2009-09-06 | 1 | -3/+3 |
* | | openal output plugin | Serge Ziryukin | 2009-09-06 | 1 | -0/+267 |
* | | output/recorder: new output plugin for recording radio streams | Max Kellermann | 2009-08-24 | 1 | -0/+214 |
* | | Merged release 0.15.2 from branch 'v0.15.x' | Max Kellermann | 2009-08-15 | 1 | -0/+7 |
|\| |
|
| * | output/shout: minimize the unpause latency | Max Kellermann | 2009-08-14 | 1 | -0/+7 |
* | | Support wrong-endian ALSA output | David Woodhouse | 2009-07-19 | 1 | -2/+50 |
|/ |
|
* | output/httpd: removed duplicate sys/types.h include | Max Kellermann | 2009-07-14 | 1 | -4/+0 |
* | output/httpd: include sys/types.h | Max Kellermann | 2009-07-06 | 1 | -0/+1 |
* | conf: eliminated CamelCase | Max Kellermann | 2009-06-03 | 1 | -1/+1 |
* | latest git, httpd_output_plugin compile fix, mac os x | Patrik Weiskircher | 2009-05-10 | 1 | -0/+4 |
* | httpd_output: save the page generated by encoder_tag() | Max Kellermann | 2009-05-05 | 1 | -0/+21 |
* | httpd_output: moved code to httpd_output_encoder_to_clients() | Max Kellermann | 2009-05-05 | 1 | -14/+32 |
* | httpd_output: disable Icy-Metadata when encoder supports tags | Max Kellermann | 2009-05-05 | 3 | -18/+35 |
* | httpd_output: assert that tag!=NULL | Max Kellermann | 2009-05-05 | 1 | -8/+7 |
* | alsa_output: don't use atexit() to clean up the ALSA library | Max Kellermann | 2009-04-21 | 1 | -7/+3 |
* | httpd: use C99 "bool" instead of GLib's gboolean | Max Kellermann | 2009-04-13 | 1 | -7/+7 |
* | httpd: use g_ascii_strncasecmp() to compare headers | Max Kellermann | 2009-04-13 | 1 | -1/+1 |
* | Implemented basic icy support for the httpd output | Hagen Schink | 2009-04-13 | 4 | -12/+223 |
* | httpd: don't pass uninitialized page to httpd_client_check_queue() | Max Kellermann | 2009-04-01 | 1 | -1/+1 |
* | pulse: make configuration strings const | Max Kellermann | 2009-03-26 | 1 | -6/+4 |
* | pulse: don't check config_param!=NULL | Max Kellermann | 2009-03-26 | 1 | -4/+2 |
* | output_plugin: replaced output_plugin.get_mixer() with mixer_plugin | Max Kellermann | 2009-03-26 | 3 | -55/+3 |
* | httpd: fixed encoder plugin check | Jeffrey Middleton | 2009-03-17 | 1 | -1/+1 |
* | solaris: new audio output plugin for Solaris /dev/audio | Max Kellermann | 2009-03-16 | 1 | -0/+175 |