aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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-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-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
2010-01-18decoder_api: removed function decoder_get_uri()Max Kellermann5-44/+11
2010-01-18input_stream: added attribute "uri"Max Kellermann8-10/+18
2010-01-18input_stream: added function input_stream_deinit()Max Kellermann9-2/+16
2010-01-17decoder_thread: don't fall back to "mad" unless no plugin matchesMax Kellermann1-1/+2
2010-01-17decoder_thread: don't try a plugin twice (MIME type & suffix)Max Kellermann1-10/+56
2010-01-17decoder/ffmpeg: added more MIME typesMax Kellermann1-0/+6
2010-01-17fd_util: include ws2tcpip.h for socklen_tMax Kellermann1-0/+1
2010-01-17fd_util: fixed WIN32 versions of pipe()Max Kellermann1-2/+2
2010-01-17text_file: don't strip trailing whitespaceMax Kellermann1-1/+6
2010-01-17output/pulse: clear the "mainloop" attribute on errorMax Kellermann1-2/+3
2010-01-17decoder/ffmpeg: append file name suffix to virtual stream URLMax Kellermann1-4/+28
2010-01-17output/alsa: support packed 24 bit samplesMax Kellermann1-0/+13
2010-01-16audio_format: support packed 24 bit samplesMax Kellermann9-1/+263
2010-01-16output/alsa: probe all sample formats in a loopMax Kellermann1-36/+34