| Commit message (Expand) | Author | Files | Lines |
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 |
2009-08-13 | use daemon() when the C library provides it | Mike Frysinger | 1 | -6/+18 |
2009-08-04 | tag_id3: moved id3_genre_name() call to tag_id3_import_text() | Max Kellermann | 1 | -6/+6 |
2009-08-04 | tag_id3: splitted function tag_id3_import_frame() | Max Kellermann | 1 | -119/+91 |
2009-08-04 | tag_id3: corrected parameter types | Max Kellermann | 1 | -2/+3 |
2009-08-04 | tag_id3: converted tag_is_id3v1() to an inline function | Max Kellermann | 1 | -1/+6 |
2009-08-04 | tag_id3: no CamelCase | Max Kellermann | 1 | -57/+64 |
2009-08-03 | ffmpeg_plugin: convert metadata to generic format | Anton Khirnov | 1 | -1/+3 |
2009-07-29 | command: moved command_process_list() to client.c | Max Kellermann | 3 | -35/+30 |
2009-07-28 | playlist: CamelCaseIsBad | Courtney Cavin | 11 | -107/+128 |
2009-07-28 | input/lastfm: Ensure multiple identical xml entities are decoded. | Courtney Cavin | 1 | -6/+5 |
2009-07-28 | client: splitted client.c into several pieces | Max Kellermann | 11 | -875/+1129 |
2009-07-28 | client: moved struct client to client_internal.h | Max Kellermann | 2 | -44/+69 |
2009-07-28 | input/lastfm: use metadata | Courtney Cavin | 1 | -43/+297 |
2009-07-28 | cmdline: obey $(sysconfdir) for default mpd.conf location | Max Kellermann | 1 | -1/+0 |
2009-07-23 | client: moved some code to client_list_X() | Max Kellermann | 1 | -13/+51 |
2009-07-23 | client: don't include socket headers | Max Kellermann | 1 | -10/+0 |
2009-07-23 | player_thread: don't use precalculated size_to_time | Max Kellermann | 2 | -22/+4 |
2009-07-23 | player_thread: moved code to update_song_tag() | Max Kellermann | 1 | -19/+27 |
2009-07-23 | pcm_convert: use GError for error handling | Max Kellermann | 10 | -115/+177 |
2009-07-22 | pcm_resample_fallback: don't include glib.h | Max Kellermann | 1 | -1/+0 |
2009-07-22 | pcm_resample_fallback: removed G_GNUC_UNUSED attribute | Max Kellermann | 2 | -6/+3 |
2009-07-22 | pcm_channels: num_channels is unsigned | Max Kellermann | 2 | -12/+12 |
2009-07-22 | pcm_byteswap: converted NULL checks to assertions | Max Kellermann | 2 | -10/+5 |
2009-07-22 | pcm_convert: added pcm_convert_state.byteswap_buffer | Max Kellermann | 2 | -3/+8 |