| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | httpd_output: check client->write_source_id in handler | Max Kellermann | 2009-03-15 | 1 | -0/+7 |
* | httpd_output: clear the client's page queue on cancel | Max Kellermann | 2009-03-15 | 2 | -2/+13 |
* | httpd: new output plugin to replace "shout" | Max Kellermann | 2009-03-15 | 4 | -0/+1093 |
* | mixer_api: moved mixer_plugin imports to mixer_list.h | Max Kellermann | 2009-03-14 | 3 | -3/+3 |
* | mixer_api: moved functions to mixer_control.c | Max Kellermann | 2009-03-14 | 3 | -0/+3 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 11 | -68/+79 |
* | alsa: use snd_pcm_sframes_t instead of int | Max Kellermann | 2009-03-10 | 1 | -2/+1 |
* | alsa: don't close PCM handle in alsa_recover() | Max Kellermann | 2009-03-10 | 1 | -13/+3 |
* | alsa: determine buffer_time if not already known | Max Kellermann | 2009-03-08 | 1 | -0/+5 |
* | alsa: better period_time default value for high sample rates | Max Kellermann | 2009-03-08 | 1 | -3/+8 |
* | pulse mixer | David Guibert | 2009-03-07 | 1 | -0/+16 |
* | alsa: log period and buffer size | Max Kellermann | 2009-03-03 | 1 | -0/+3 |
* | alsa: fall back to 32 bit samples if 16 is not supported | Max Kellermann | 2009-03-03 | 1 | -1/+2 |
* | alsa: fall back to 32 bit samples if 24 is not supported | Max Kellermann | 2009-03-02 | 1 | -0/+8 |
* | output: removed duplicate debug messages from plugins | Max Kellermann | 2009-03-01 | 4 | -16/+0 |
* | pipe: new audio output plugin which runs a command | Michal Nazarewicz | 2009-02-28 | 1 | -0/+110 |
* | tag: no CamelCase | Max Kellermann | 2009-02-27 | 1 | -2/+1 |