Max Kellermann
|
de0c3e717e
|
MusicChunk: split struct MusicChunkInfo from struct MusicChunk
|
2017-12-30 17:47:16 +01:00 |
|
Max Kellermann
|
25fa3ccade
|
MusicChunk, player/Thread: use std::unique_ptr<Tag>
|
2017-12-20 15:02:14 +01: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
|
cd6e0ff88a
|
MusicChunk: remove special case for num_frames==0
Simply return an empty WritableBuffer, not a nulled one.
|
2014-08-31 08:26:03 +02:00 |
|
Max Kellermann
|
2ca979425f
|
MusicChunk: copy AudioFormat only when chunk is empty
|
2014-08-31 08:25:17 +02:00 |
|
Max Kellermann
|
9d3a85d434
|
MusicChunk: use SignedSongTime for the time stamp
|
2014-08-29 13:20:58 +02: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
|
de1261ba28
|
MusicChunk: return WritableBuffer
|
2013-10-28 17:10:12 +01:00 |
|
Max Kellermann
|
59f8144c50
|
*: use nullptr instead of NULL
|
2013-10-19 18:19:03 +02:00 |
|
Max Kellermann
|
3f267b1795
|
Tag, ...: move to libtag.a
|
2013-09-05 18:26:56 +02:00 |
|
Max Kellermann
|
d1e7b4e381
|
audio_format: convert to C++
|
2013-08-03 21:37:56 +02:00 |
|
Max Kellermann
|
06f898cc12
|
tag: convert to C++
|
2013-07-30 20:19:53 +02:00 |
|
Max Kellermann
|
975370c084
|
decoder_api.h, ...: add "extern C"
|
2013-01-07 10:07:40 +01:00 |
|
Max Kellermann
|
e9b71a0d28
|
MusicChunk: move functions to methods
|
2013-01-04 21:38:46 +01:00 |
|
Max Kellermann
|
22f0a1547c
|
buffer, pipe: convert to C++
|
2013-01-04 10:16:16 +01:00 |
|