| Commit message (Expand) | Author | Age | Files | Lines |
* | decoder: PCM decoder: Break loop if EOF is encountered | Simon Kagstrom | 2011-03-23 | 1 | -0/+4 |
* | Remove unused headers in Roar plugin. | Hans-Kristian Arntzen | 2011-03-23 | 2 | -9/+0 |
* | Merge commit 'release-0.16.2' | Max Kellermann | 2011-03-19 | 21 | -39/+90 |
|\ |
|
| * | command: print playlist load error | Max Kellermann | 2011-03-18 | 1 | -1/+1 |
| * | output/httpd: include sys/socket.h only when building with libwrap | Max Kellermann | 2011-03-18 | 1 | -1/+1 |
| * | update_walk: ignore parameter "mode" on WIN32 | Max Kellermann | 2011-03-18 | 1 | -0/+1 |
| * | audio_format, output_thread: add more audio_format_valid() assertions | Max Kellermann | 2011-03-16 | 4 | -0/+13 |
| * | encoder/vorbis: reset the Ogg stream after flush | Max Kellermann | 2011-03-16 | 1 | -0/+2 |
| * | Merge release 0.15.16 into v0.16.x | Max Kellermann | 2011-03-16 | 4 | -9/+18 |
| |\ |
|
| | * | output/jack: fix crash with mono playback | Max Kellermann | 2011-02-27 | 1 | -1/+1 |
| | * | output/jack: rename variable sample_size to jack_sample_size | Max Kellermann | 2011-02-25 | 1 | -5/+6 |
| | * | Insure proper initialization of stack-allocated struct. | Christopher Brannon | 2011-02-15 | 1 | -1/+4 |
| | * | update: log all file permission problems | Max Kellermann | 2011-01-31 | 1 | -0/+6 |
| | * | Fix NDEBUG test | Andreas Wiese | 2011-01-14 | 1 | -1/+1 |
| * | | output/httpd: include sys/socket.h for AF_UNIX | Ulrich Spörlein | 2011-03-09 | 1 | -0/+1 |
| * | | output/oss: disable 24 bit playback on FreeBSD | Max Kellermann | 2011-02-28 | 1 | -0/+9 |
| * | | output/oss: AFMT_S24_PACKED is little-endian | Max Kellermann | 2011-02-28 | 1 | -0/+12 |
| * | | general: whitespace cleanup | Thomas Jansen | 2011-02-09 | 9 | -29/+29 |
| * | | output/httpd: initialize unflushed_input | Thomas Jansen | 2011-02-09 | 1 | -0/+1 |
| * | | Set fadeout in gme_decoder_plugin. Due to the nature of the gme library, | Tony Miller | 2011-02-03 | 1 | -0/+3 |
* | | | RoarAudio output plugin | Hans-Kristian Arntzen | 2011-03-16 | 5 | -0/+512 |
* | | | command: "update" and "rescan" need only "CONTROL" permission | Max Kellermann | 2011-02-27 | 1 | -2/+2 |
* | | | playlist_state: add option "restore_paused" | Max Kellermann | 2011-02-23 | 2 | -0/+9 |
* | | | playlist_state: declare local variable as enum | Max Kellermann | 2011-02-23 | 1 | -1/+1 |
* | | | output/shout: add possibility to set url | Thomas Jansen | 2011-02-09 | 1 | -0/+7 |
* | | | protocol: support client-to-client communication | Max Kellermann | 2011-01-29 | 9 | -0/+562 |
* | | | client_idle: export client_idle_add() | Max Kellermann | 2011-01-29 | 2 | -5/+14 |
* | | | client_idle: add header client_idle.h | Max Kellermann | 2011-01-29 | 5 | -13/+45 |
* | | | copyright year 2011 | Max Kellermann | 2011-01-29 | 428 | -429/+429 |
* | | | input/curl: enable CURLOPT_NETRC | Ian Zimmerman | 2011-01-29 | 1 | -0/+1 |
* | | | output/raop: new output plugin | Dustin Puckett | 2011-01-28 | 5 | -0/+1669 |
* | | | mpg123 decoder: implement seeking | Yuriy Kaminskiy | 2011-01-21 | 1 | -2/+14 |
* | | | mpg123 decoder: report bitrate | Yuriy Kaminskiy | 2011-01-21 | 1 | -1/+25 |
* | | | decoder_thread: fix assertion failure at song end | Max Kellermann | 2011-01-16 | 1 | -2/+1 |
* | | | output_control: document internal functions | Max Kellermann | 2011-01-10 | 1 | -0/+17 |
* | | | output_control: move code to ao_lock_command() | Max Kellermann | 2011-01-10 | 1 | -9/+15 |
* | | | output_control: ao_command() calls ao_command_async() | Max Kellermann | 2011-01-10 | 1 | -7/+6 |
* | | | update_remove: use plain GCond instead of notify | Max Kellermann | 2011-01-10 | 1 | -9/+16 |
* | | | include cleanup | Max Kellermann | 2011-01-10 | 3 | -1/+4 |
* | | | decoder_control: store GCond object, not a player_control | Max Kellermann | 2011-01-10 | 7 | -28/+20 |
* | | | decoder_thread: move code to decoder_command_finished_locked() | Max Kellermann | 2011-01-10 | 1 | -8/+19 |
* | | | decoder_control: remove unused function dc_command_wait() | Max Kellermann | 2011-01-10 | 2 | -11/+0 |
* | | | decoder_control: replace dc_init() with dc_new() | Max Kellermann | 2011-01-10 | 3 | -15/+17 |
* | | | player_control: removed the global variable "pc" | Max Kellermann | 2011-01-10 | 41 | -571/+738 |
* | | | dbUtils: don't use directoryAddSongToPlaylist() twice | Max Kellermann | 2011-01-10 | 1 | -1/+1 |
* | | | input_init: add assertions on completeness of plugins | Max Kellermann | 2011-01-08 | 1 | -0/+6 |
* | | | input/cdio_paranoia: add module name | Max Kellermann | 2011-01-08 | 1 | -0/+1 |
* | | | Merge branch 'v0.16.x' | Max Kellermann | 2011-01-07 | 10 | -57/+65 |
|\| | |
|
| * | | Merge branch 'v0.15.x' into v0.16.x | Max Kellermann | 2011-01-07 | 3 | -2/+12 |
| |\| |
|
| | * | encoder/lame: explicitly configure the output sample rate | Max Kellermann | 2011-01-07 | 1 | -0/+7 |