Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-19 | check.h: remove obsolete header | Max Kellermann | |
Since we switched from autotools to Meson in commit 94592c14062d5afc9482d11baa401648082022c0, we don't need to include `config.h` early to properly enable large file support. Meson passes the required macros on the compiler command line instead of defining them in `config.h`. This means we can include `config.h` at any time, whenever we want to check its macros, and there are no ordering constraints. | |||
2018-10-31 | *: copyright year 2018 | Max Kellermann | |
2017-12-30 | MusicChunk: split struct MusicChunkInfo from struct MusicChunk | Max Kellermann | |
2017-12-20 | MusicChunk, player/Thread: use std::unique_ptr<Tag> | Max Kellermann | |
2017-05-08 | *: add "noexcept" to many, many function prototypes | Max Kellermann | |
This eliminates some overhead, because the compiler doesn't need to consider these functions throwing. | |||
2017-01-03 | update copyright year | Max Kellermann | |
2016-02-26 | update copyright year to 2016 | Max Kellermann | |
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-08-31 | MusicChunk: remove special case for num_frames==0 | Max Kellermann | |
Simply return an empty WritableBuffer, not a nulled one. | |||
2014-08-31 | MusicChunk: copy AudioFormat only when chunk is empty | Max Kellermann | |
2014-08-29 | MusicChunk: use SignedSongTime for the time stamp | Max Kellermann | |
2014-08-12 | MusicChunk: rename struct to MusicChunk | Max Kellermann | |
2014-01-13 | copyright year 2014 | Max Kellermann | |
2013-10-28 | MusicChunk: return WritableBuffer | Max Kellermann | |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | |
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | |
2013-07-30 | tag: convert to C++ | Max Kellermann | |
2013-01-07 | decoder_api.h, ...: add "extern C" | Max Kellermann | |
2013-01-04 | MusicChunk: move functions to methods | Max Kellermann | |
2013-01-04 | buffer, pipe: convert to C++ | Max Kellermann | |