summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-07-08decoder/flac: suppress warning at end of streamMax Kellermann
2016-07-08decoder/flac: move code to FlacInitAndDecode()Max Kellermann
2016-07-08decoder/flac: move duplicate code to flac_data::Initialize()Max Kellermann
2016-07-08decoder/flac: late "total_frames" initializationMax Kellermann
2016-07-08decoder/flac: remove "duration" parameter from flac_decoder_initialize()Max Kellermann
2016-07-08decoder/flac: remove pointless checkMax Kellermann
2016-07-08decoder/flac: handle unknown duration correctlyMax Kellermann
2016-07-08decoder/flac: pass SignedSongTime to decoder_initialized()Max Kellermann
2016-07-08decoder/flac: document flac_data::positionMax Kellermann
2016-07-08decoder/flac: remove obsolete sub-song supportMax Kellermann
2016-07-07client/ClientRead: call Break() before Close()Max Kellermann
2016-07-07event/BufferedSocket: OnSocketReady() returns true after closeMax Kellermann
2016-07-06decoder/API: check initial_seek_running in _check_cancel_read()Max Kellermann
2016-07-05decoder/flac: try to recover from seek error()Max Kellermann
2016-07-05decoder/flac: evaluate all possible FLAC__stream_decoder_get_state() valuesMax Kellermann
2016-07-05output/shout: remove pointless memset() callMax Kellermann
2016-07-05filter/route: use PcmSilence()Max Kellermann
2016-07-05PlayerThread: use PcmSilence() in SendSilence()Max Kellermann
2016-07-05pcm/Volume: move silence pattern to Silence.cxxMax Kellermann
2016-07-05PlayerThread: make chunk allocation error non-fatal in SendSilence()Max Kellermann
2016-07-01pcm/Volume: use 0x69 to generate DSD silenceMax Kellermann
2016-07-01filter/ReplayGain: skip PcmVolume if a mixer is setMax Kellermann
2016-06-13decoder/flac: log seek errorsMax Kellermann
2016-06-13player/Thread: cancel outputs before seekingMax Kellermann
2016-04-30encoder/wave: add constant WAVE_FORMAT_PCMMax Kellermann
2016-04-30encoder/wave: fix indentMax Kellermann
2016-04-25DecoderBuffer: add missing includeFlorian Schlichting
2016-04-19decoder/opus: limit the number of packets in _scan_stream()Max Kellermann
2016-04-19decoder/opus: support bigger OpusTags packetsMax Kellermann
2016-04-13decoder/ffmpeg: don't copy the AVPacket in ffmpeg_send_packet()Max Kellermann
2016-04-13decoder/ffmpeg: convert pointers to referencesMax Kellermann
2016-04-12decoder/ffmpeg: use av_packet_unref() instead of av_free_packet()Max Kellermann
2016-03-30decoder/Thread: use "ffmpeg" as fallback instead of "mad"Max Kellermann
2016-03-30notify: use "constexpr" only with glibcMax Kellermann
2016-03-14tag/TagPool: optimize _dup_item()Max Kellermann
2016-03-14tag/TagPool: add constexpr MAX_REFMax Kellermann
2016-03-14tag/TagPool: use prime number for NUM_SLOTSMax Kellermann
2016-03-07archive/iso9660: check path buffer boundsMax Kellermann
2016-03-07archive/iso9660: use a single path buffer for Visit()Max Kellermann
2016-03-07archive/iso9660: move the "." and ".." checks upMax Kellermann
2016-03-07archive/iso9660: add local variable "filename"Max Kellermann
2016-03-07archive/iso9660: make variables more localMax Kellermann
2016-03-06util/HugeAllocator: fix division by zero due to inverted checkMax Kellermann
2016-03-06protocol/ArgParser: fix range checkMax Kellermann
2016-03-06decoder/dsdiff: fix off-by-one buffer overflowMax Kellermann
2016-03-06decoder/opus: limit tag size to 64 kBMax Kellermann
2016-03-06mixer/pulse: fix integer division roundingMax Kellermann
2016-03-01thread/Posix{Mutex,Cond}: use "constexpr" only with glibcMax Kellermann
2016-02-23queue/Playlist: move only the tag items in TagModified()Max Kellermann
2016-02-23DetachedSong: add method MoveTagItemsFrom()Max Kellermann