aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2010-04-13inotify_update: start update when directory is createdMax Kellermann1-2/+6
2010-04-13inotify: added setting "auto_update_depth"Max Kellermann5-8/+34
2010-04-13conf: added function config_get_unsigned()Max Kellermann2-0/+21
2010-04-11decoder/ffmpeg: fix crash on startup in mpd_ffmpeg_log_callback()Charles Kerr1-4/+9
2010-04-05output/httpd: added name/genre/website configurationJames Pike3-5/+25
2010-04-01cue: fix code styleOrivej Desh2-10/+9
2010-03-28decoder/ffmpeg: print item name in log callbackMax Kellermann1-1/+5
2010-03-28cue: prepend pregap to the beginning of the trackOrivej Desh2-4/+22
2010-03-22Add support for building httpd_output plugin for win32Avuton Olrich2-0/+10
2010-03-21Define winnt or greater on mingw32 to take advantage of get*info().Avuton Olrich2-0/+2
2010-03-21strtok() is recursive by default on win32.Avuton Olrich1-0/+4
2010-03-21Add support for MixRamp tagsTim Phipps18-19/+423
2010-03-19decoder/mpcdec: fix replay gain formula with v8Aleksei Kaveshnikov1-0/+8
2010-03-17player_thread: postpone song tags during cross-fadeMax Kellermann1-0/+27
2010-03-17tag: added function tag_merge_replace()Max Kellermann3-21/+26
2010-03-17AudioCompress: explicitly include stdint.hMax Kellermann1-0/+1
2010-03-17decoder_api: use the correct format to calculate elapsed timeMax Kellermann1-1/+1
2010-03-17decoder/mpcdec: fix negative shift on fixed-point samplesPiotr Gozdur1-1/+1
2010-03-12command: allow "update" with slash or empty pathMax Kellermann1-1/+4
2010-03-10output: added option "always_on" for radio stationsMax Kellermann7-2/+61
2010-03-10output/jack: drain the ring buffers during pauseMax Kellermann1-0/+7
2010-03-10output/jack: synchronize all channelsMax Kellermann1-9/+26
2010-03-07decoder/ffmpeg: fix indentationMax Kellermann1-6/+6
2010-03-07playlist: fix single+repeat in random modeMax Kellermann1-1/+2
2010-02-27decoder/ffmpeg: implement the libavutil log callbackMax Kellermann1-0/+31
2010-02-27decoder/ffmpeg: don't close the AVFormatContext after open failureMax Kellermann1-1/+0
2010-02-27command: "update" checks if the path is malformedMax Kellermann1-2/+16
2010-02-27uri: allow leading dots, but explicitly exclude "." and ".."Max Kellermann1-1/+4
2010-02-27decoder/mad: fix crash when seeking at end of songMax Kellermann1-4/+0
2010-02-27update: log start/finish of the update threadMax Kellermann1-1/+11
2010-02-17replay_gain: optionally use hardware mixer to apply replay gainMax Kellermann4-6/+88
2010-02-17replay_gain: fall back to track gain if album gain is unavailableMax Kellermann3-2/+18
2010-02-17replay_gain: reimplement as a filter pluginMax Kellermann14-159/+289
2010-02-17replay_gain_info: allocate the struct staticallyMax Kellermann10-133/+71
2010-02-17replay_gain_info: use INFINITY to mark undefined valuesMax Kellermann2-3/+3
2010-02-15replay_gain_state: moved code to replay_gain_tuple_scale()Max Kellermann3-19/+21
2010-02-15replay_gain: added function defined()Max Kellermann2-12/+18
2010-02-15filter/volume: assign dest_size_r early, eliminate oneMax Kellermann1-4/+3
2010-02-08command: "listplaylist" dumps playlist filesMax Kellermann3-0/+54
2010-02-08playlist_queue: moved code to playlist_mapper.cMax Kellermann3-70/+137
2010-02-08playlist_queue: moved check_translate_song() to playlist_song.cMax Kellermann3-118/+172
2010-02-08song_print: song_print() returns voidMax Kellermann3-10/+12
2010-02-02ffmpeg: read more metadata.Anton Khirnov1-1/+12
2010-01-28decoder/flac: fix replay gain (short-circuiting "or")Tim Phipps1-8/+13
2010-01-20client: optionally use libwrapDavide Camurri1-0/+30
2010-01-20decoder/wavpack: fixed WVC URIMax Kellermann1-4/+5
2010-01-18decoder/ffmpeg: call decoder_timestamp() once per packetMax Kellermann1-5/+5
2010-01-18decoder/ffmpeg: merged ffmpeg_helper() into ffmpeg_decode()Max Kellermann1-116/+67
2010-01-18decoder/ffmpeg: optimized the stream_tag() methodMax Kellermann1-25/+27
2010-01-18decoder/ffmpeg: free AVFormatContext on errorMax Kellermann1-0/+4