summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-30db/simple: fix build failure without zlibMax Kellermann
2014-08-29ArgParser: allow fractional seconds in ParseCommandArg(SongTime)Max Kellermann
2014-08-29CrossFade: pass total_time as SignedSongTime instanceMax Kellermann
2014-08-29db/Stats: use std::chrono::duration for the total durationMax Kellermann
Use milliseconds precision to reduce rounding errors.
2014-08-29db/upnp: use DatabaseStats::Clear()Max Kellermann
2014-08-29db/Count: use std::chrono::duration for the total timeMax Kellermann
Use milliseconds precision to reduce rounding errors.
2014-08-29TagHandler: pass SongTime to duration()Max Kellermann
2014-08-29DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann
2014-08-29Chrono: add methods FromScale()Max Kellermann
2014-08-29Chrono: rename ToScale() parameterMax Kellermann
2014-08-29decoder/faad: bit_rate==0 is an errorMax Kellermann
2014-08-29MusicChunk: use SignedSongTime for the time stampMax Kellermann
2014-08-29MultipleOutputs: use SignedSongTime for elapsed_timeMax Kellermann
2014-08-29PlayerThread: use SongTime for elapsed_timeMax Kellermann
2014-08-29PlayerControl: use SignedSongTime for the song durationMax Kellermann
2014-08-29DecoderControl: use SignedSongTime for the song durationMax Kellermann
2014-08-29Tag: use SignedSongTime for the song durationMax Kellermann
2014-08-29Chrono: convert SongTime to SignedSongTime implicitlyMax Kellermann
2014-08-29Chrono: add SignedSongTime::FromS(unsigned)Max Kellermann
2014-08-29Chrono: add methods ToS(), RoundS()Max Kellermann
2014-08-29Chrono: add method SignedSongTime::Negative()Max Kellermann
2014-08-28DecoderControl: use std::chrono::duration for start_ms and end_msMax Kellermann
2014-08-28PlaylistEdit: pass std::chrono::duration to SetSongIdRange()Max Kellermann
2014-08-28db/simple/Song: use std::chrono::duration for start_ms and end_msMax Kellermann
2014-08-28db/LightSong: use std::chrono::duration for start_ms and end_msMax Kellermann
2014-08-28DetachedSong: use std::chrono::duration for start_ms and end_msMax Kellermann
2014-08-28Chrono: override operator+ and operator-Max Kellermann
Make sure we return the correct type. This obsoletes the cast constructor trick.
2014-08-28DecoderControl: update API documentationMax Kellermann
2014-08-28Playlist: use std::chrono::duration for Seek*()Max Kellermann
2014-08-28Chrono: add class SignedSongTimeMax Kellermann
2014-08-28Chrono: add methods IsZero(), IsPositive()Max Kellermann
2014-08-27PlayerControl: use std::chrono::duration for Seek()Max Kellermann
2014-08-27PlayerThread: check if total_time is valid before using itMax Kellermann
2014-08-27DecoderControl: use std::chrono::duration for Seek()Max Kellermann
2014-08-27Chrono: add implicit conversion operator from std::chrono::durationMax Kellermann
2014-08-27Chrono: add method ToDoubleS()Max Kellermann
2014-08-27Chrono: add template parameter to ToScale()Max Kellermann
2014-08-26DecoderAPI: use std::chrono::duration for decoder_seek*()Max Kellermann
For type safety and code readability.
2014-08-26decoder/pcm: use integer seek timesMax Kellermann
2014-08-26decoder/dsf: use integer seek timesMax Kellermann
2014-08-26decoder/dsdiff: use integer seek timesMax Kellermann
2014-08-26decoder/wildmidi: use integer seek timesMax Kellermann
2014-08-26decoder/wavpack: use integer seek timesMax Kellermann
2014-08-26decoder/vorbis: use integer seek timesMax Kellermann
2014-08-26decoder/sndfile: use integer seek timesMax Kellermann
2014-08-26decoder/opus: use integer seek timesMax Kellermann
2014-08-26decoder/opus: remove redundant decoder_timestamp() callMax Kellermann
After seeking, the MPD core automatically refreshes the timestamp, and thus discards the value from decoder_timestamp().
2014-08-26decoder/mpg123: use integer seek timesMax Kellermann
2014-08-26decoder/mpcdec: use integer seek timesMax Kellermann
2014-08-26decoder/flac: use integer seek timesMax Kellermann