Max Kellermann
|
52594e64d0
|
configure.ac: disable exceptions only with Boost 1.54 or newer
See https://svn.boost.org/trac/boost/ticket/7849
|
2014-06-16 18:39:16 +02:00 |
Max Kellermann
|
3364c1b893
|
ClientList: use class boost::intrusive::list
Eliminate extra allocations for the std::list node instances.
|
2014-06-11 09:27:17 +02:00 |
Max Kellermann
|
0801b3f495
|
configure.ac: check for Boost
|
2014-06-11 09:27:17 +02:00 |
Max Kellermann
|
657f00fe36
|
m4: update to pkg-config 0.28
|
2014-06-11 09:27:17 +02:00 |
Max Kellermann
|
044c81b644
|
m4: update to autoconf-archive 20140228
|
2014-06-11 08:08:33 +02:00 |
Max Kellermann
|
507d8fdc6f
|
ClientList: add typedef List
|
2014-06-10 23:21:09 +02:00 |
Max Kellermann
|
31e29e62f4
|
zeroconf/Avahi: call dbus_shutdown() during shutdown
Make valgrind happy.
|
2014-06-10 23:21:09 +02:00 |
Max Kellermann
|
dfcb572985
|
Main: delete the Storage instance on shutdown
|
2014-06-10 23:21:09 +02:00 |
Max Kellermann
|
1d324176d1
|
lib/icu/Init: call u_init() and u_cleanup()
Make valgrind happy.
|
2014-06-10 23:21:09 +02:00 |
Max Kellermann
|
37b3190752
|
lib/icu: add IcuInit(), IcuFinish()
|
2014-06-10 23:21:09 +02:00 |
Max Kellermann
|
d51265d48f
|
valgrind.suppressions: more library suppressions
|
2014-06-10 23:21:09 +02:00 |
Max Kellermann
|
dc14ac7a8f
|
thread/Util: relicense to BSD-2
|
2014-05-31 12:11:53 +02:00 |
Max Kellermann
|
fb52a24da3
|
input/async: add offset/size comparison to IsEOF()
|
2014-05-24 15:19:22 +02:00 |
Max Kellermann
|
fbafb19657
|
input/curl: move code to AsyncInputStream
New base class for other InputStream implementations that run in the
I/O thread.
|
2014-05-24 14:36:28 +02:00 |
Max Kellermann
|
6c4438d8a9
|
input/curl: call SetReady() only if not yet ready
Fixes assertion failure.
|
2014-05-24 14:36:25 +02:00 |
Max Kellermann
|
be00737ced
|
input/curl: include cleanup
|
2014-05-24 12:43:48 +02:00 |
Max Kellermann
|
07b93dcf80
|
InputStream: make Seek() always absolute
Remove the "whence" parameter that is not actually necessary, and only
complicates the InputStream implementations.
|
2014-05-22 13:52:00 +02:00 |
Max Kellermann
|
374c6a27db
|
decoder/vorbis: make VorbisInputStream::input_stream a reference
|
2014-05-22 13:52:00 +02:00 |
Max Kellermann
|
36c9e95969
|
decoder/vorbis: add VorbisInputStream constructor
|
2014-05-22 13:52:00 +02:00 |
Max Kellermann
|
a3142ee4e6
|
decoder/vorbis: rename struct vorbis_input_stream to VorbisInputStream
|
2014-05-22 13:52:00 +02:00 |
Max Kellermann
|
437caeb90f
|
decoder/vorbis: add "restrict" to pointers in vorbis_interleave()
Allows more compiler optimizations.
|
2014-05-22 13:52:00 +02:00 |
Max Kellermann
|
af49cace8d
|
decoder/vorbis: log libvorbis version on startup
|
2014-05-22 13:52:00 +02:00 |
Max Kellermann
|
13b78d0d89
|
decoder/wavpack: move code to WavpackInput::ReadBytes()
|
2014-05-22 12:54:56 +02:00 |
Max Kellermann
|
65c135b451
|
decoder/wavpack: convert WavpackInput attributes to references
|
2014-05-22 12:52:33 +02:00 |
Max Kellermann
|
ec162f265f
|
decoder/wavpack: move wavpack_input_init into struct WavpackInput
|
2014-05-22 12:47:20 +02:00 |
Max Kellermann
|
ba99696771
|
decoder/wavpack: wavpack_open_wvc() returns WavpackInput*
|
2014-05-22 12:36:55 +02:00 |
Max Kellermann
|
4eeea640f4
|
DecoderAPI: add function decoder_open_uri()
Move and refactor code from the Wavpack decoder plugin.
|
2014-05-22 12:35:20 +02:00 |
Max Kellermann
|
cc6f1020d0
|
test/run_decoder: merge code into FakeDecoderAPI.cxx
Eliminate duplicate code.
|
2014-05-22 12:35:20 +02:00 |
Max Kellermann
|
316ddc2382
|
test/run_decoder: auto-initialize struct Decoder
|
2014-05-22 12:35:20 +02:00 |
Max Kellermann
|
3452625fac
|
Makefile.am: link test_rewind with GLib
|
2014-05-22 12:35:20 +02:00 |
Max Kellermann
|
426e0105a6
|
test/run_decoder: move the "uri" attribute out of struct Decoder
|
2014-05-22 11:17:11 +02:00 |
Max Kellermann
|
18f39aa012
|
test/run_decoder: move the DecoderPlugin pointer out of struct Decoder
|
2014-05-22 11:14:01 +02:00 |
Max Kellermann
|
631b635652
|
decoder/wavpack: rename struct wavpack_input to WavpackInput
|
2014-05-22 10:52:34 +02:00 |
Max Kellermann
|
49695d47d3
|
input/curl: relock mutex in error paths
|
2014-05-21 19:00:47 +02:00 |
Max Kellermann
|
5cec477131
|
input/curl: pass remaining size to CircularBuffer::Append()
|
2014-05-21 18:59:51 +02:00 |
Max Kellermann
|
a5d0300787
|
input/curl: move code to IcyInputStream
|
2014-05-21 18:47:49 +02:00 |
Max Kellermann
|
09b84c51ee
|
input/rewind: move code to class ProxyInputStream
|
2014-05-21 18:47:49 +02:00 |
Max Kellermann
|
afe53997bf
|
test/test_rewind: unit test for class RewindInputStream
|
2014-05-21 18:47:40 +02:00 |
Max Kellermann
|
c42e412c0a
|
input/InputStream: move Open() to Open.cxx
Allow compiling test programs with only selected plugins.
|
2014-05-21 18:47:32 +02:00 |
Max Kellermann
|
542e7feba8
|
input/rewind: include cleanup
|
2014-05-21 18:47:22 +02:00 |
Max Kellermann
|
dc085e0bd2
|
input/rewind: work around assertion failure
Caused by commit 0b4fa41a
|
2014-05-21 18:47:12 +02:00 |
Max Kellermann
|
7c9517343c
|
ThreadInputStream: include cleanup
|
2014-05-12 19:04:32 +02:00 |
Max Kellermann
|
0b4fa41aff
|
InputStream: "protect" attributes
|
2014-05-12 18:59:46 +02:00 |
Max Kellermann
|
e138e2c880
|
input/cdio: convert to class
|
2014-05-12 18:59:25 +02:00 |
Max Kellermann
|
0d6345e98b
|
input/cdio: move initialization code to constructor
Make attributes const, don't allow partial initialization.
Instantiate the CdioParanoiaInputStream object at the end of
input_cdio_open().
|
2014-05-12 18:54:05 +02:00 |
Max Kellermann
|
a84bcf597d
|
input/cdio: handle cdio_open() failure
|
2014-05-12 18:53:47 +02:00 |
Max Kellermann
|
4bbd4ba855
|
input/cdio: initialize lsn_relofs in constructor
|
2014-05-12 18:48:16 +02:00 |
Max Kellermann
|
9e5b56b475
|
input/cdio: initialize attribute "buffer_lsn"
|
2014-05-12 18:47:27 +02:00 |
Max Kellermann
|
dd383037fd
|
input/cdio: remove unused attribute "trackno"
|
2014-05-12 18:41:45 +02:00 |
Max Kellermann
|
3cd24c0a51
|
release v0.18.11
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABAgAGBQJTcPbuAAoJECNuiljG20US+LsQAI5LcUiQ2AxfDdXfEkIW+ryQ
U5htp4RAAizVFEAdgzdDOoHBVefkvwij6G9ND9WAbJRsUOZs62XwlnOFaB/uQPhd
VvoNIQLmuUNxltF1itaCTJ0UJkXi6ObVExpwMScGI242uUmoNnxwsWxDxyy2s4bn
On/OwT64zTOsPTjkYGdfGncwx4dhQc2KJvGGD6y/lMhxUnn3NoKG/VOgleN4ALcL
KQ0SFQOFbUHJcvMXYdMzhe426d7GiHzFVIfdU16yJz47/xHDmaM+VVJQCOF68rrw
kyb2POxR4VXhPMfIleF2RiCopvDGSvQfUE3jhQjKBgZE2NeFeI/5N6JcWbZgFJ/J
4ez3DcjSD1Oeoz6gzaq1QybCku4EZTvPa6Kbb5/84JNKmVdb/JowGF0L18bwTbGv
y5D5HN3zTdmBXwsiDnTNDtuwaSejvIDTN1k4AkdQ9mLMIMT+13NHLBs1rDE2JnlG
3xhXrIvwhUBdE1A4uFj8duzk11EWzNI+ltJBRnG8uEzAJxpv5Khiwmj2GciS6s5r
wp1YUIUA0BhrEgrtoTdE7x13lXkDrmydcJ5kA0kArJFQALliE7kivyg1gtrcNRj1
7fDRAb9QOxaJrrsJzM9f9pDaIttHRjRvurFtikD90oaRE1g+6ygeScmYJDPhPjvU
R6PxzvsMCn8kJFWq2ARg
=Ubmu
-----END PGP SIGNATURE-----
Merge tag 'v0.18.11'
|
2014-05-12 18:38:45 +02:00 |