aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-06use g_strerror() instead of strerror()Max Kellermann10-26/+27
2012-03-06command: fix the "DENIED" ACK codeMax Kellermann1-1/+1
2012-03-01playlist/soundcloud: use config_dup_block_string()Max Kellermann1-5/+3
2012-03-01A soundcloud playlist plugin.Robert Vollmert3-0/+451
2012-03-01song_update, udp_server: workarounds for gcc 4.1 warningsMax Kellermann2-0/+8
2012-03-01raop_output: fix raop_session inbalanceKurt Van Dijck1-2/+8
2012-03-01decoder/dsdiff: don't convert to PCMMax Kellermann1-38/+9
2012-03-01pcm_convert: support the DSD formatMax Kellermann4-0/+167
2012-03-01audio_format: add DSD sample formatMax Kellermann11-0/+61
2012-03-01pcm_convert: add method _reset()Max Kellermann6-0/+39
2012-02-23win32: Add a Windows OS resource file and iconAvuton Olrich2-0/+34
2012-02-15decoder/ffmpeg: always use AV_VERSION_INTJonathan Neuschäfer1-1/+1
2012-02-15input/cdio_paranoia: whitespace-fix a commentJonathan Neuschäfer1-2/+2
2012-02-15decoder/audiofile: fix compiler warnings with libaudiofile 0.3.3Jonathan Neuschäfer1-4/+4
2012-02-15use audio_output_plugins_for_each's plugin iteratorJonathan Neuschäfer1-2/+2
2012-02-15rtsp_client: strncat -> g_strlcatJonathan Neuschäfer1-7/+7
2012-02-15main: handle negative strtol return valueJonathan Neuschäfer1-2/+3
2012-02-15decoder/sidplay: remove unused variable 'ret'Jonathan Neuschäfer1-1/+0
2012-02-14command: move code to protocol/argparser.cMax Kellermann3-166/+241
2012-02-14command: use standard error messages in check_int()Max Kellermann1-49/+27
2012-02-14command: check for empty string after strtol()Max Kellermann1-7/+7
2012-02-14command: parse unsigned integers and booleans where applicableMax Kellermann1-67/+39
2012-02-14command: move functions to protocol/result.cMax Kellermann3-31/+102
2012-02-14command: eliminate local buffer "unknown"Max Kellermann1-2/+1
2012-02-13listen: implement systemd socket activationMax Kellermann1-0/+36
2012-02-13server_socket: add method _add_fd()Max Kellermann2-0/+38
2012-02-13server_socket: move code to set_fd()Max Kellermann1-8/+21
2012-02-13zeroconf: skip initialisation if there is no portMax Kellermann1-0/+7
2012-02-13command: new command "config"Max Kellermann1-0/+19
2012-02-13mapper: add mapper_get_music_directory()Max Kellermann4-29/+25
2012-02-13database: add "pure" attributesMax Kellermann1-0/+5
2012-02-13database: remove obsolete prototype db_check()Max Kellermann1-3/+0
2012-02-13mapper: add "pure" attributesMax Kellermann1-0/+10
2012-02-13client: add function client_is_local()Max Kellermann2-1/+12
2012-02-13client: add "pure" attributesMax Kellermann1-0/+3
2012-02-13command: never print "bad name" in response to "load"Max Kellermann1-5/+14
2012-02-13playlist_vector: require database lock for all functionsMax Kellermann4-3/+27
2012-02-13playlist_vector: add new playlist to the end of the listMax Kellermann1-1/+1
2012-02-13directory.h: move DIRECTORY_DIR to directory_save.cMax Kellermann2-2/+1
2012-02-13decoder/ffmpeg: read the "year" tagMax Kellermann1-1/+1
2012-02-13decoder_api: check state before emitting initial seek commandMax Kellermann1-0/+6
2012-02-13pcm_buffer: pcm_buffer_get() never returns NULLMax Kellermann2-0/+9
2012-02-13output/winmm: remove pointless NULL checkMax Kellermann1-5/+1
2012-02-13directory: fix reverse order of child directoriestreblid1-1/+1
2012-02-12playlist/flac: delete this obsolete pluginMax Kellermann3-200/+0
2012-02-12playlist/embcue: ignore "FILE", always point to container song fileMax Kellermann1-2/+15
2012-02-12song: add function song_replace_uri()Max Kellermann2-0/+21
2012-02-12db_print: print extra "playlist" object for embedded CUE sheetsMax Kellermann1-12/+30
2012-02-12song_update: update the "has_playlist" flagMax Kellermann1-3/+3
2012-02-12tag_handler: add new handler that updates has_playlistMax Kellermann2-0/+24