| Commit message (Expand) | Author | Files | Lines |
2009-10-08 | state_file: save only if something has changed | Max Kellermann | 8 | -0/+86 |
2009-10-06 | output_state: no CamelCase | Max Kellermann | 3 | -6/+6 |
2009-09-30 | command: range support for "delete" | Max Kellermann | 3 | -3/+38 |
2009-09-30 | playlist_edit: moved code to playlist_delete_internal() | Max Kellermann | 1 | -10/+19 |
2009-09-30 | decoder/ffmpeg: use the "artist" tag if "author" is not present | Max Kellermann | 1 | -2/+5 |
2009-09-30 | decoder/faad: skip assertion failure on large ID3 tags | Max Kellermann | 1 | -2/+6 |
2009-09-30 | decoder_buffer: added function decoder_buffer_skip() | Max Kellermann | 2 | -0/+36 |
2009-09-28 | Make the sidplay decoder filter configurable. | Tony | 1 | -1/+5 |
2009-09-25 | automatically update the database with Linux inotify | Max Kellermann | 7 | -0/+792 |
2009-09-25 | update: added missing stdbool.h include | Max Kellermann | 1 | -0/+2 |
2009-09-25 | command: relax requirements for unquoted words | Max Kellermann | 3 | -6/+75 |
2009-09-24 | command: added command "rescan" | Max Kellermann | 7 | -27/+67 |
2009-09-24 | configure.ac: rename HAVE_CURL to ENABLE_CURL | Max Kellermann | 2 | -3/+3 |
2009-09-24 | conf: handle fatal errors with GError | Max Kellermann | 3 | -54/+115 |
2009-09-24 | conf: splitted function config_param_free() | Max Kellermann | 1 | -4/+11 |
2009-09-24 | cmdline: handle fatal errors with GError | Max Kellermann | 3 | -5/+30 |
2009-09-24 | listen: handle fatal errors with GError | Max Kellermann | 3 | -10/+29 |
2009-09-24 | update: splitted update.c into several sources | Max Kellermann | 5 | -770/+987 |
2009-09-24 | update: pass const string to update_enqueue() | Max Kellermann | 3 | -14/+20 |
2009-09-24 | update: renamed directory_update_init() to update_enqueue() | Max Kellermann | 4 | -4/+4 |
2009-09-24 | decoder/sidplay: free songlength data blob in error handler | Max Kellermann | 1 | -3/+4 |
2009-09-24 | decoder/sidplay: moved code to sidplay_load_songlength_db() | Max Kellermann | 1 | -29/+36 |
2009-09-24 | decoder/sidplay: free GError objects | Max Kellermann | 1 | -0/+2 |
2009-09-24 | decoder/sidplay: pass GError** to g_file_get_contents() | Max Kellermann | 1 | -1/+2 |
2009-09-20 | cmdline: removed options --create-db and --no-create-db | Max Kellermann | 3 | -27/+5 |
2009-09-20 | output/osx: fix the OS X 10.6 build | Patrik Weiskircher | 1 | -0/+1 |
2009-09-20 | input/mms: fix G_LOG_DOMAIN value | Serge Ziryukin | 1 | -1/+1 |
2009-09-20 | output/osx: fix the OS X 10.6 build | Patrik Weiskircher | 1 | -0/+1 |
2009-09-10 | decoder/vorbis: revert "faster tag scanning with ov_test_callback()" | Max Kellermann | 1 | -1/+1 |
2009-09-07 | output/openal: support OpenAL plugin on Mac OS X | Serge Ziryukin | 1 | -0/+6 |
2009-09-06 | output/openal: fix default device name | Serge Ziryukin | 1 | -3/+3 |
2009-09-06 | openal output plugin | Serge Ziryukin | 2 | -0/+271 |
2009-08-30 | decoder/sidplay: support seeking | Mike Dawson | 1 | -3/+34 |
2009-08-30 | decoder/sidplay: implemented songlength database | Mike Dawson | 1 | -0/+87 |
2009-08-30 | decoder/sidplay: subtunes | Mike Dawson | 1 | -8/+125 |
2009-08-26 | decoder/mpg123: new decoder plugin based on libmpg123 | Max Kellermann | 2 | -0/+214 |
2009-08-25 | command: add "findadd" command. | Anton Khirnov | 3 | -0/+51 |
2009-08-25 | decoder/vorbis: open file in "binary" mode | Gunnar Roth | 1 | -1/+1 |
2009-08-24 | decoder/vorbis: faster tag scanning with ov_test_callback() | Rasmus Steinke | 1 | -1/+1 |
2009-08-24 | output/recorder: new output plugin for recording radio streams | Max Kellermann | 2 | -0/+218 |
2009-08-24 | conf: removed the deprecated "error_file" option | Max Kellermann | 2 | -2/+0 |
2009-08-19 | update: don't re-read unchanged container files | Igor Kuzmin | 1 | -1/+2 |
2009-08-18 | output_init: initialize the "pause" flag | Max Kellermann | 1 | -0/+1 |
2009-08-14 | output/shout: minimize the unpause latency | Max Kellermann | 1 | -0/+7 |
2009-08-14 | output: fixed shout stuck pause bug | Max Kellermann | 3 | -0/+20 |
2009-08-14 | directory: free empty directories after removing them (memleak) | Max Kellermann | 1 | -3/+8 |
2009-08-14 | update: free temporary string in container scan (memleak) | Max Kellermann | 1 | -2/+6 |
2009-08-14 | decoder/flac: don't allocate cuesheet twice (memleak) | Max Kellermann | 1 | -4/+6 |
2009-08-14 | update: free empty path string (memleak) | Max Kellermann | 1 | -1/+2 |
2009-08-13 | decoder_control: protect command, state with a mutex | Max Kellermann | 6 | -31/+241 |