| Commit message (Expand) | Author | Files | Lines |
2013-10-26 | TagFile: use Path instead of const char * | Max Kellermann | 14 | -29/+47 |
2013-10-26 | PlayerControl: initialize tagged_song in constructor | Max Kellermann | 1 | -0/+1 |
2013-10-26 | DecoderControl: move code/attributes to new class MixRampInfo | Max Kellermann | 9 | -83/+120 |
2013-10-26 | DecoderThread: move code to DecoderControl::CycleMixRamp() | Max Kellermann | 3 | -6/+12 |
2013-10-26 | DecoderControl: add MixRamp getters | Max Kellermann | 2 | -2/+14 |
2013-10-26 | CrossFade: reimplement mixramp_interpolate() without strtok() | Max Kellermann | 2 | -26/+19 |
2013-10-26 | CrossFade: apply coding style | Max Kellermann | 2 | -13/+15 |
2013-10-26 | CrossFade: merge "return" statements using "break" | Max Kellermann | 1 | -2/+4 |
2013-10-26 | CrossFade: use nullptr instead of NULL | Max Kellermann | 1 | -7/+7 |
2013-10-26 | util/NumberParser: add ParseFloat() | Max Kellermann | 1 | -0/+6 |
2013-10-26 | util/NumberParser: indent | Max Kellermann | 1 | -10/+10 |
2013-10-25 | command: new command "readcomments" lists arbitrary file tags | Max Kellermann | 3 | -0/+154 |
2013-10-25 | ReplayGainInfo: refactor to a class | Max Kellermann | 10 | -60/+57 |
2013-10-25 | ReplayGainInfo: use CamelCase for struct name | Max Kellermann | 31 | -122/+115 |
2013-10-25 | ReplayGainConfig: add "pure" attributes | Max Kellermann | 1 | -0/+3 |
2013-10-25 | output/httpd: support HEAD requests | Max Kellermann | 2 | -5/+29 |
2013-10-25 | output/httpd: remove bogus assertion | Max Kellermann | 1 | -1/+0 |
2013-10-25 | OtherCommands: re-add the "volume" command | Max Kellermann | 3 | -0/+37 |
2013-10-25 | MixerAll, Volume: add "pure" attributes | Max Kellermann | 2 | -0/+8 |
2013-10-24 | decoder/opus: support replay gain | Max Kellermann | 3 | -1/+24 |
2013-10-24 | decoder/Opus: implement seeking | Max Kellermann | 3 | -6/+49 |
2013-10-24 | decoder/opus: provide time stamps | Max Kellermann | 1 | -0/+5 |
2013-10-24 | decoder/opus: show song duration during playback | Max Kellermann | 1 | -1/+57 |
2013-10-24 | decoder/opus: call ogg_stream_reset() in OggSeekPageAtOffset() | Max Kellermann | 1 | -0/+4 |
2013-10-24 | decoder/opus: move code to OggSeekPageAtOffset() | Max Kellermann | 1 | -4/+11 |
2013-10-24 | decoder/opus: move SeekFindEOS() to OggFind.cxx | Max Kellermann | 3 | -19/+31 |
2013-10-24 | decoder/opus: make opus_sample_rate constexpr | Max Kellermann | 1 | -1/+1 |
2013-10-24 | decoder/opus: use std::copy_n() instead of memcpy() | Max Kellermann | 1 | -2/+3 |
2013-10-24 | decoder/opus: support all core tag names | Max Kellermann | 1 | -0/+5 |
2013-10-24 | decoder/opus: move code to ParseOpusTagName() | Max Kellermann | 1 | -1/+8 |
2013-10-24 | decoder/opus: use delete[] for the OpusReader::ReadString() result | Max Kellermann | 1 | -1/+1 |
2013-10-24 | DecoderAPI: add "pure" attributes | Max Kellermann | 1 | -0/+2 |
2013-10-23 | decoder/wavpack: move variable declarations | Max Kellermann | 1 | -53/+34 |
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann | 72 | -483/+494 |
2013-10-23 | InputInternal: remove obsolete library | Max Kellermann | 12 | -83/+0 |
2013-10-23 | UriUtil: uri_remove_auth() returns std::string | Max Kellermann | 4 | -31/+19 |
2013-10-23 | InputStream: add method Rewind() | Max Kellermann | 9 | -28/+31 |
2013-10-23 | DecoderThread: remove unused function deconst_plugin() | Max Kellermann | 1 | -9/+0 |
2013-10-22 | Playlist: refresh new tags after database update | Max Kellermann | 6 | -23/+85 |
2013-10-22 | decoder/flac: fix tag name comparison | Max Kellermann | 1 | -1/+1 |
2013-10-22 | Playlist*, Queue: use GetDatabase() overload without Error | Max Kellermann | 4 | -4/+4 |
2013-10-22 | Queue: add method ModifyAtPosition() | Max Kellermann | 2 | -1/+12 |
2013-10-22 | Queue: ModifyAtOrder() does not increment version | Max Kellermann | 3 | -3/+3 |
2013-10-22 | Partition: add method DatabaseModified() | Max Kellermann | 3 | -1/+13 |
2013-10-22 | UpdateRemove: include cleanup | Max Kellermann | 1 | -2/+0 |
2013-10-22 | DecoderList: fix the decoder_plugin_from_mime_type() return value | Max Kellermann | 1 | -3/+1 |
2013-10-22 | PlaylistEdit: compare Song URIs in DeleteSong() | Max Kellermann | 1 | -2/+1 |
2013-10-22 | Playlist: copy stream tags from the PlayerThread | Max Kellermann | 8 | -11/+95 |
2013-10-21 | Song: add method ReplaceTag() | Max Kellermann | 2 | -0/+10 |
2013-10-21 | Partition: add methods TagModified(), SyncWithPlayer() | Max Kellermann | 3 | -2/+46 |