summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-11-10configure.ac: require GLib 2.12Max Kellermann
2009-11-10Merge branch 'v0.15.x'Max Kellermann
2009-11-10moved GLib compatibility code to glib_compat.hMax Kellermann
2009-11-10sticker: added fallback for sqlite3_prepare_v2()Max Kellermann
2009-11-10input/lastfm: fixed variable name in GLib<2.16 code pathMax Kellermann
2009-11-10decoder/flac: pass void pointer to flac_convert()Max Kellermann
2009-11-10decoder/flac: pass audio_format.bits to flac_convert()Max Kellermann
2009-11-10fd_util: removed creat_cloexec()Max Kellermann
2009-11-10fd_util: added function pipe_cloexec()Max Kellermann
2009-11-09decoder_list: fix decoder_plugin_from_mime_type()Max Kellermann
2009-11-09output/alsa: fill period buffer with silence before drainingMax Kellermann
2009-11-09player_thread: drain audio outputs at the end of the playlistMax Kellermann
2009-11-09output_thread: added command DRAINMax Kellermann
2009-11-09player_control: removed the "volatile" attributeMax Kellermann
2009-11-08fd_util: added missing NONBLOCK fallback for socket()Max Kellermann
2009-11-08fd_util: relicense under BSD 2-clauseMax Kellermann
2009-11-08utils: removed function set_nonblocking()Max Kellermann
2009-11-08fd_util: added O_NONBLOCK functionsMax Kellermann
2009-11-08fd_util: fixed typo in API documentationMax Kellermann
2009-11-08encoder/null: removed empty close() methodMax Kellermann
2009-11-08encoder/null: removed unused audio_format attributeMax Kellermann
2009-11-08fd_util: added API documentationMax Kellermann
2009-11-08fd_util: unexport fd_set_cloexec()Max Kellermann
2009-11-07inotify: set close-on-exec flagMax Kellermann
2009-11-07set the close-on-exec flag on all file descriptorsMax Kellermann
2009-11-07decoder_thread: close input fileMax Kellermann
2009-11-07log: redirect stdout/stderr to /dev/null if syslog is usedMax Kellermann
2009-11-07output/jack: added option "server_name"Max Kellermann
2009-11-07output_all: automatically attempt to re-enable failed outputsMax Kellermann
2009-11-07output/httpd: moved code to httpd_output_bind()Max Kellermann
2009-11-07exclude: use GPatternSpec instead of fnmatch()Max Kellermann
2009-11-07added missing source file decoder_print.cMax Kellermann
2009-11-07database: I/O error handling in db_save()Max Kellermann
2009-11-07update_walk: log new container filesMax Kellermann
2009-11-07command: added command "decoders"Max Kellermann
2009-11-07decoder_list: moved print_all_decoders() to cmdline.cMax Kellermann
2009-11-07decoder_thread: check for STOP before calling the pluginMax Kellermann
2009-11-07decoder_thread: moved code to decoder_input_stream_open()Max Kellermann
2009-11-07decoder_thread: added local variable "dc" in decoder_run_file()Max Kellermann
2009-11-07output/jack: free source port names on exitMax Kellermann
2009-11-07decoder_list: pass previous plugin pointer to lookup functionsMax Kellermann
2009-11-07decoder_list: moved suffix/mime_type checks to decoder_plugin.cMax Kellermann
2009-11-07decoder_list: back to NULL terminated listMax Kellermann
2009-11-07decoder_thread: open input stream on demandMax Kellermann
2009-11-07decoder_thread: moved plugin loops to separate functionsMax Kellermann
2009-11-07uri: added function attributesMax Kellermann
2009-11-06utils: renamed stringFoundInStringArray()Max Kellermann
2009-11-06output/jack: dynamic source port listMax Kellermann
2009-11-06output/jack: dynamic destination port listMax Kellermann
2009-11-06output/jack: renamed option "ports" to "destination_ports"Max Kellermann