..
.gitignore
test/ReadApeTags: new debug program
2015-10-16 14:28:57 +02:00
ContainerScan.cxx
update copyright year
2017-01-03 20:48:59 +01:00
DivideStringTest.hxx
util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL
2017-11-10 19:24:33 +01:00
DumpDatabase.cxx
db/DatabasePlugin: pass EventThread's EventLoop to create()
2017-08-24 19:53:52 +02:00
DumpDecoderClient.cxx
input/Stream: remove attribute "cond", replace with handler interface
2018-06-22 19:37:18 +02:00
DumpDecoderClient.hxx
input/Stream: remove attribute "cond", replace with handler interface
2018-06-22 19:37:18 +02:00
MimeTypeTest.hxx
util/MimeType: add ParseMimeTypeParameters()
2016-06-10 22:52:35 +02:00
NullMixerListener.hxx
test/NullMixerListener: new class to fix -Wnull-dereference
2018-01-23 16:28:56 +01:00
ReadApeTags.cxx
input/Stream: remove attribute "cond", replace with handler interface
2018-06-22 19:37:18 +02:00
ShutdownHandler.cxx
*: check defined(_WIN32) instead of defined(WIN32)
2017-12-12 10:22:20 +01:00
ShutdownHandler.hxx
*: check defined(_WIN32) instead of defined(WIN32)
2017-12-12 10:22:20 +01:00
SplitStringTest.hxx
util/SplitString: new utility class
2014-12-04 09:14:28 +01:00
TestAudioFormat.cxx
Audio{Format,Parser}: use shortcuts such as "dsd64" in log messages
2017-01-17 22:42:23 +01:00
TestAudioFormat.hxx
test: add AudioFormat unit test
2017-01-17 12:02:41 +01:00
TestCircularBuffer.hxx
util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL
2017-11-10 19:24:33 +01:00
TestFs.cxx
util/Error: remove obsolete class
2016-11-10 12:58:26 +01:00
TestIcu.cxx
Main, ...: catch any exception, not just std::runtime_error
2017-12-19 10:56:23 +01:00
UriUtilTest.hxx
test/test_util: move class UriUtilTest to UriUtilTest.hxx
2014-12-04 07:12:04 +01:00
WriteFile.cxx
update copyright year
2017-01-03 20:48:59 +01:00
dump_playlist.cxx
input/Stream: remove attribute "cond", replace with handler interface
2018-06-22 19:37:18 +02:00
dump_rva2.cxx
input/Stream: remove attribute "cond", replace with handler interface
2018-06-22 19:37:18 +02:00
dump_text_file.cxx
input/Stream: remove attribute "cond", replace with handler interface
2018-06-22 19:37:18 +02:00
read_conf.cxx
update copyright year
2017-01-03 20:48:59 +01:00
read_mixer.cxx
test/read_mixer: another kludge to work around -Wnull-dereference
2018-01-23 16:42:25 +01:00
read_tags.cxx
input/Stream: remove attribute "cond", replace with handler interface
2018-06-22 19:37:18 +02:00
run_avahi.cxx
update copyright year
2017-01-03 20:48:59 +01:00
run_convert.cxx
filter/Filter: add virtual method Flush()
2018-01-02 23:15:51 +01:00
run_decoder.cxx
input/Stream: remove attribute "cond", replace with handler interface
2018-06-22 19:37:18 +02:00
run_encoder.cxx
update copyright year
2017-01-03 20:48:59 +01:00
run_filter.cxx
filter/Plugin: move filter_configured_new() to LoadOne.cxx
2018-01-02 23:06:53 +01:00
run_gunzip.cxx
update copyright year
2017-01-03 20:48:59 +01:00
run_gzip.cxx
update copyright year
2017-01-03 20:48:59 +01:00
run_inotify.cxx
Main, ...: catch any exception, not just std::runtime_error
2017-12-19 10:56:23 +01:00
run_input.cxx
input/Stream: remove attribute "cond", replace with handler interface
2018-06-22 19:37:18 +02:00
run_neighbor_explorer.cxx
test/run_neighbor_explorer: make GlobalInit const
2018-06-04 17:44:31 +02:00
run_normalize.cxx
update copyright year
2017-01-03 20:48:59 +01:00
run_output.cxx
test/NullMixerListener: new class to fix -Wnull-dereference
2018-01-23 16:28:56 +01:00
run_resolver.cxx
Main, ...: catch any exception, not just std::runtime_error
2017-12-19 10:56:23 +01:00
run_storage.cxx
release v0.20.18
2018-02-24 23:16:06 +01:00
software_volume.cxx
update copyright year
2017-01-03 20:48:59 +01:00
test_archive.cxx
test/test_archive: don't use GLib
2014-10-25 00:08:04 +02:00
test_archive_bzip2.sh
Makefile.am: added unit tests for the archive plugins
2009-12-31 15:50:59 +01:00
test_archive_iso9660.sh
Makefile.am: added unit tests for the archive plugins
2009-12-31 15:50:59 +01:00
test_archive_zzip.sh
Makefile.am: added unit tests for the archive plugins
2009-12-31 15:50:59 +01:00
test_byte_reverse.cxx
test/test_byte_reverse: move "alignas" attribute to the front
2017-05-19 19:45:42 +02:00
test_icy_parser.cxx
tag/Builder: CommitNew() returns std::unique_ptr<Tag>
2017-12-20 14:55:25 +01:00
test_mixramp.cxx
PlayerThread, ...: move to src/player/
2015-08-15 15:55:46 +02:00
test_pcm_all.hxx
pcm/PcmPack: add pcm_unpack_24be()
2017-04-24 11:32:52 +02:00
test_pcm_channels.cxx
pcm/PcmChannels: silence surround channels when converting from stereo
2017-01-19 10:53:41 +01:00
test_pcm_dither.cxx
test/test_pcm: enable the DSD unit tests
2017-01-11 20:06:10 +01:00
test_pcm_export.cxx
pcm/export: support DSD_U16
2017-01-11 22:47:12 +01:00
test_pcm_format.cxx
AudioFormat: move enum SampleFormat to pcm/SampleFormat.hxx
2017-01-17 22:01:01 +01:00
test_pcm_interleave.cxx
update copyright year
2017-01-03 20:48:59 +01:00
test_pcm_main.cxx
test: add AudioFormat unit test
2017-01-17 12:02:41 +01:00
test_pcm_mix.cxx
update copyright year
2017-01-03 20:48:59 +01:00
test_pcm_pack.cxx
pcm/PcmPack: add pcm_unpack_24be()
2017-04-24 11:32:52 +02:00
test_pcm_util.hxx
update copyright year
2017-01-03 20:48:59 +01:00
test_pcm_volume.cxx
update copyright year
2017-01-03 20:48:59 +01:00
test_protocol.cxx
decoder/ffmpeg, test/test_protocol: catch exceptions by reference
2017-11-12 18:54:29 +01:00
test_queue_priority.cxx
tag/Tag: add "noexcept"
2018-01-20 19:39:46 +01:00
test_rewind.cxx
input/Stream: remove attribute "cond", replace with handler interface
2018-06-22 19:37:18 +02:00
test_translate_song.cxx
test/test_translate_song: use std::to_string()
2018-01-24 13:38:44 +01:00
test_util.cxx
TagStream, decoder/Thread, ...: ignore MIME type parameters for matching plugins
2016-06-10 22:24:13 +02:00
test_vorbis_encoder.cxx
tag/Tag*: rename several source files
2017-02-08 08:49:42 +01:00
visit_archive.cxx
archive/Plugin: return std::unique_ptr<ArchiveFile>
2017-12-27 09:07:21 +01:00