aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-29db/upnp: use DatabaseStats::Clear()Max Kellermann1-4/+1
2014-08-29db/Count: use std::chrono::duration for the total timeMax Kellermann1-6/+9
2014-08-29TagHandler: pass SongTime to duration()Max Kellermann22-66/+81
2014-08-29DecoderAPI: pass SignedSongTime to decoder_initialized()Max Kellermann25-130/+157
2014-08-29Chrono: add methods FromScale()Max Kellermann1-0/+24
2014-08-29Chrono: rename ToScale() parameterMax Kellermann1-4/+4
2014-08-29decoder/faad: bit_rate==0 is an errorMax Kellermann1-4/+4
2014-08-29MusicChunk: use SignedSongTime for the time stampMax Kellermann5-10/+12
2014-08-29MultipleOutputs: use SignedSongTime for elapsed_timeMax Kellermann3-10/+11
2014-08-29PlayerThread: use SongTime for elapsed_timeMax Kellermann5-17/+17
2014-08-29PlayerControl: use SignedSongTime for the song durationMax Kellermann3-14/+16
2014-08-29DecoderControl: use SignedSongTime for the song durationMax Kellermann3-4/+6
2014-08-29Tag: use SignedSongTime for the song durationMax Kellermann24-82/+98
2014-08-29Chrono: convert SongTime to SignedSongTime implicitlyMax Kellermann1-0/+5
2014-08-29Chrono: add SignedSongTime::FromS(unsigned)Max Kellermann1-0/+4
2014-08-29Chrono: add methods ToS(), RoundS()Max Kellermann1-0/+16
2014-08-29Chrono: add method SignedSongTime::Negative()Max Kellermann1-0/+7
2014-08-28DecoderControl: use std::chrono::duration for start_ms and end_msMax Kellermann5-30/+19
2014-08-28PlaylistEdit: pass std::chrono::duration to SetSongIdRange()Max Kellermann3-20/+20
2014-08-28db/simple/Song: use std::chrono::duration for start_ms and end_msMax Kellermann3-10/+12
2014-08-28db/LightSong: use std::chrono::duration for start_ms and end_msMax Kellermann7-24/+28
2014-08-28DetachedSong: use std::chrono::duration for start_ms and end_msMax Kellermann10-45/+51
2014-08-28Chrono: override operator+ and operator-Max Kellermann1-14/+23
2014-08-28DecoderControl: update API documentationMax Kellermann1-3/+3
2014-08-28Playlist: use std::chrono::duration for Seek*()Max Kellermann7-26/+62
2014-08-28Chrono: add class SignedSongTimeMax Kellermann1-0/+64
2014-08-28Chrono: add methods IsZero(), IsPositive()Max Kellermann1-0/+8
2014-08-27PlayerControl: use std::chrono::duration for Seek()Max Kellermann4-14/+17
2014-08-27PlayerThread: check if total_time is valid before using itMax Kellermann1-1/+1
2014-08-27DecoderControl: use std::chrono::duration for Seek()Max Kellermann5-10/+10
2014-08-27Chrono: add implicit conversion operator from std::chrono::durationMax Kellermann1-0/+8
2014-08-27Chrono: add method ToDoubleS()Max Kellermann1-0/+4
2014-08-27Chrono: add template parameter to ToScale()Max Kellermann1-3/+3
2014-08-26DecoderAPI: use std::chrono::duration for decoder_seek*()Max Kellermann9-52/+106
2014-08-26decoder/pcm: use integer seek timesMax Kellermann1-2/+3
2014-08-26decoder/dsf: use integer seek timesMax Kellermann1-4/+4
2014-08-26decoder/dsdiff: use integer seek timesMax Kellermann1-11/+4
2014-08-26decoder/wildmidi: use integer seek timesMax Kellermann1-2/+2
2014-08-26decoder/wavpack: use integer seek timesMax Kellermann1-2/+1
2014-08-26decoder/vorbis: use integer seek timesMax Kellermann1-2/+2
2014-08-26decoder/sndfile: use integer seek timesMax Kellermann1-12/+1
2014-08-26decoder/opus: use integer seek timesMax Kellermann1-4/+4
2014-08-26decoder/opus: remove redundant decoder_timestamp() callMax Kellermann1-5/+1
2014-08-26decoder/mpg123: use integer seek timesMax Kellermann1-1/+1
2014-08-26decoder/mpcdec: use integer seek timesMax Kellermann1-2/+2
2014-08-26decoder/flac: use integer seek timesMax Kellermann1-2/+1
2014-08-26decoder/audiofile: use integer seek timesMax Kellermann1-2/+1
2014-08-26DecoderAPI: add decoder_seek_where_frame()Max Kellermann2-0/+30
2014-08-26decoder/mp4v2: use integer seek timesMax Kellermann1-4/+7
2014-08-26decoder/ffmpeg: use integer seek timesMax Kellermann1-3/+3