Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-31 | *: copyright year 2018 | Max Kellermann | |
2018-08-20 | Compiler.h: move to util/ | Max Kellermann | |
2018-06-23 | MusicPipe: eliminate the unused MusicBuffer reference | Max Kellermann | |
This requires re-adding the reference to struct DecoderControl, which was removed recently by commit 9f14e7a98d8be5cc4b916456df0124b65ece8ae4 | |||
2018-06-23 | Music{Pipe,Chunk}: use MusicChunkPtr for the list links | Max Kellermann | |
2018-06-22 | MusicChunkPtr: managed MusicChunk pointer | Max Kellermann | |
Make all uses of MusicChunk safe. | |||
2018-06-22 | MusicPipe: automatically clear in destructor | Max Kellermann | |
We can implement this now that we have a MusicBuffer reference. | |||
2018-06-22 | MusicPipe: add MusicBuffer reference | Max Kellermann | |
This tiny amount of overhead allows omitting the MusicBuffer in Clear(). | |||
2017-12-22 | MusicPipe: lock the mutex in Peek() and GetSize() | Max Kellermann | |
2017-06-04 | *: add lost of "noexcept" specifications | 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-11-23 | MusicPipe: disallow copying | Max Kellermann | |
2016-11-23 | MusicPipe: use C++11 initializers | Max Kellermann | |
2016-02-26 | update copyright year to 2016 | Max Kellermann | |
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-08-12 | MusicChunk: rename struct to MusicChunk | Max Kellermann | |
2014-01-13 | copyright year 2014 | Max Kellermann | |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | |
2013-09-26 | MusicBuffer: expose the C++ API | Max Kellermann | |
2013-09-26 | MusicPipe: expose the C++ API | Max Kellermann | |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | |
2013-01-04 | buffer, pipe: convert to C++ | Max Kellermann | |