Max Kellermann
|
1d00d55d53
|
player/Thread: stop buffering if buffer is full
Shouldn't ever happen, but who knows...
|
2018-09-21 19:05:25 +02:00 |
Max Kellermann
|
0e2c597884
|
MusicBuffer: remove `noexcept` from constructor
The `SliceBuffer` constructor can throw.
|
2018-09-21 17:11:52 +02:00 |
Max Kellermann
|
5a02324c09
|
MusicBuffer: make constructor explicit
|
2018-06-23 18:40:36 +02:00 |
Max Kellermann
|
54d295c247
|
MusicChunkPtr: managed MusicChunk pointer
Make all uses of MusicChunk safe.
|
2018-06-22 23:11:52 +02:00 |
Max Kellermann
|
49784513b1
|
util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL
|
2017-11-10 19:24:33 +01:00 |
Max Kellermann
|
a057b4f6d8
|
*: add lost of "noexcept" specifications
|
2017-06-04 12:46:48 +02:00 |
Max Kellermann
|
71f0ed8b74
|
*: add "noexcept" to many, many function prototypes
This eliminates some overhead, because the compiler doesn't need to
consider these functions throwing.
|
2017-05-08 14:44:49 +02:00 |
Max Kellermann
|
5900253b85
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
Max Kellermann
|
1d67aa7bf2
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
Max Kellermann
|
712ed555e6
|
Copyright year 2015
|
2015-01-01 19:48:13 +01:00 |
Max Kellermann
|
c94b4466d5
|
MusicChunk: rename struct to MusicChunk
|
2014-08-12 15:56:41 +02:00 |
Max Kellermann
|
4f83c60296
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
Max Kellermann
|
7fa3b7a267
|
PlayerThread: simplify "buffer empty" assertion
|
2013-09-26 22:41:07 +02:00 |
Max Kellermann
|
3216f4b257
|
MusicBuffer: expose the C++ API
|
2013-09-26 22:21:56 +02:00 |
Max Kellermann
|
22f0a1547c
|
buffer, pipe: convert to C++
|
2013-01-04 10:16:16 +01:00 |