aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-18input/ffmpeg: new input plugin using libavformat's "avio" libraryMax Kellermann5-0/+217
2010-05-18input/mms: removed empty method buffer()Max Kellermann1-8/+0
2010-05-18decoder_api: return effective replay gainDaniel Seuthe1-1/+1
2010-05-18replay_gain_config: added function replay_gain_get_real_mode()Daniel Seuthe3-11/+21
2010-05-14output/oss: 24 bit support via OSS4Max Kellermann1-0/+34
2010-05-13output/oss: rewrite of the audio format detectionMax Kellermann1-301/+324
2010-05-13output/oss: use the *_NE macrosMax Kellermann1-8/+2
2010-05-11AudioCompress: include stdint.h for int16_t definition.Avuton Olrich1-1/+1
2010-05-08client_new: Send greeting using send() rather than write().Avuton Olrich1-1/+7
2010-05-08mixramp: Remove maths from pcm_mix when using MixRamp overlaps.Tim Phipps2-22/+104
2010-05-08mixramp: Adjust MixRamp threshold to account for ReplayGain.Tim Phipps10-12/+42
2010-05-08log: /dev/null doesn't exist on win32.Avuton Olrich1-0/+2
2010-05-02output_thread: call replay gain filter manuallyMax Kellermann4-17/+85
2010-05-02player_thread: move cross-fading to output threadMax Kellermann8-65/+50
2010-05-02chunk: added attribute "other"Max Kellermann3-0/+10
2010-05-02output_thread: moved code to ao_filter_open(), ao_filter_close()Max Kellermann1-7/+19
2010-05-02output_thread: moved filter invocation to ao_filter_chunk()Max Kellermann1-16/+52
2010-05-02filter/replay_gain: removed duplicate *dest_size_r assignmentMax Kellermann1-1/+0
2010-04-25replay_gain: added mode "auto"Daniel Seuthe3-4/+23
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-10Decoder for game music emulation library.Tony Miller2-0/+133
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