aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* event/SignalMonitor: unblock signals after forkMax Kellermann2014-02-181-1/+22
* IcyMetadataParser: more robust tag parserMax Kellermann2014-01-271-21/+71
* Queue: rename struct queue to QueueMax Kellermann2014-01-2010-53/+53
* Queue: make the constructor "explicit"Max Kellermann2014-01-201-1/+1
* decoder/ffmpeg: support libav v10_alpha1Max Kellermann2014-01-151-1/+11
* decoder/ffmpeg: include cleanupMax Kellermann2014-01-152-4/+1
* decoder/ffmpeg: check for av_samples_get_buffer_size() errorsMax Kellermann2014-01-151-0/+3
* util/PeakBuffer: fix nullptr dereference when peak_size==0Max Kellermann2014-01-151-2/+3
* SongFilter, TagConfig: cast TAG_NUM_OF_ITEM_TYPES to integerMax Kellermann2014-01-152-2/+2
* OutputAPI: fix typo in include guardMax Kellermann2014-01-151-1/+1
* decoder/faad: fix memory leakMax Kellermann2014-01-081-0/+2
* playlist/pls: don't free stack bufferMax Kellermann2014-01-081-1/+0
* util/UriUtil: uri_get_suffix() fails if name begins with dotMax Kellermann2013-12-291-1/+2
* daemon: no initgroups() when already running as the configured userMax Kellermann2013-12-291-1/+5
* Daemon: fix typo in commentMax Kellermann2013-12-291-1/+1
* Daemon: simplify nested "if"Max Kellermann2013-12-291-5/+4
* Daemon: fix typo in castMax Kellermann2013-12-291-1/+1
* PlayerThread: log the last song that was playedMax Kellermann2013-12-241-1/+4
* OutputControl: update both ReplayGainFiltersMax Kellermann2013-12-241-0/+2
* fix FfmpegDecoderPlugin to use relative timestampsSteven O'Brien2013-12-201-4/+6
* util/Error: add missing <algorithm> includeMax Kellermann2013-12-191-0/+1
* riff: recognize upper-case "ID3" chunk nameMichal Smucr2013-12-191-1/+2
* input/cdio: fix typo in #include pathMax Kellermann2013-12-171-1/+1
* mixer/alsa: fix deadlockMax Kellermann2013-12-151-1/+13
* mixer/alsa: use BlockingCall() instead of EventLoop::AddCall()Max Kellermann2013-12-131-1/+2
* SongUpdate: accept files without metadatamobidyc2013-12-101-2/+1
* TagFile: add return value API documentationMax Kellermann2013-12-101-0/+3
* output/osx: fix build failureLukas Stabe2013-12-101-3/+3
* output/openal: check __APPLE__ instead of HAVE_OSXLukas Stabe2013-12-021-1/+1
* decoder/ffmpeg: use IgnoreError instead of local Error instanceMax Kellermann2013-11-281-5/+2
* input/cdio_paranoia: support libcdio-paranoia 0.90Gaetan Bisson2013-11-271-0/+5
* decoder/{dsf,dsdiff}: eliminate useless assignmentsMax Kellermann2013-11-232-5/+4
* archive/iso9660: eliminate useless assignmentsMax Kellermann2013-11-231-4/+2
* input/curl: work around stream resume bug (fixed in libcurl 7.32.0)Max Kellermann2013-11-231-0/+17
* input/curl: add global variable "curl_version"Max Kellermann2013-11-231-0/+7
* input/curl: dump version numberMax Kellermann2013-11-231-0/+8
* PcmResampleLibsamplerate: clip 24 bit dataMax Kellermann2013-11-223-2/+47
* PcmResample: un-inline Resample24()Max Kellermann2013-11-222-7/+13
* PcmUtils: add function PcmClampN()Max Kellermann2013-11-221-0/+12
* db/proxy: implement method GetUpdateStamp()Max Kellermann2013-11-221-2/+7
* DatabasePlugin: add method GetUpdateStamp()Max Kellermann2013-11-226-26/+26
* Stats: print db statistics only if db is availableMax Kellermann2013-11-221-6/+19
* Stats: print more unsigned integersMax Kellermann2013-11-221-6/+6
* Stats: auto-reload statistics with proxy pluginMax Kellermann2013-11-221-0/+7
* Stats: use struct DatabaseStatsMax Kellermann2013-11-222-25/+4
* Stats: move the GTimer variable out of struct statsMax Kellermann2013-11-222-6/+4
* Stats: don't export the global variable "stats"Max Kellermann2013-11-222-3/+1
* Stats: print db_update as unsigned integerMax Kellermann2013-11-221-2/+2
* Mapper: _get_music_directory_utf8() may return nullptrMax Kellermann2013-11-222-2/+5
* system/ByteOrder: testing for endianness in a more general wayFlorian Schlichting2013-11-211-1/+11