.. |
.gitignore
|
neighbor: new subsystem to detect file servers on the local network
|
2014-01-26 00:10:05 +01:00 |
DumpDatabase.cxx
|
DatabasePlugin: split header
|
2014-02-19 22:54:52 +01:00 |
FakeDecoderAPI.cxx
|
test/FakeDecoderAPI: dump MixRamp data
|
2014-07-11 08:54:29 +02:00 |
FakeDecoderAPI.hxx
|
DecoderAPI: add function decoder_open_uri()
|
2014-05-22 12:35:20 +02:00 |
FakeReplayGainConfig.cxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
ShutdownHandler.cxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
ShutdownHandler.hxx
|
test/ShutdownHandler: make the constructor "explicit"
|
2014-02-05 00:00:00 +01:00 |
TestCircularBuffer.hxx
|
util/CircularBuffer: add method GetSpace()
|
2014-03-16 00:28:42 +01:00 |
dump_playlist.cxx
|
InputStream: add virtual destructor
|
2014-05-11 17:12:50 +02:00 |
dump_rva2.cxx
|
Config*: move to config/
|
2014-01-24 00:20:01 +01:00 |
dump_text_file.cxx
|
InputStream: add virtual destructor
|
2014-05-11 17:12:50 +02:00 |
read_conf.cxx
|
Config*: move to config/
|
2014-01-24 00:20:01 +01:00 |
read_mixer.cxx
|
Mixer: add class MixerListener
|
2014-02-19 21:40:14 +01:00 |
read_tags.cxx
|
InputStream: add virtual destructor
|
2014-05-11 17:12:50 +02:00 |
run_avahi.cxx
|
event/Loop: remove the dummy constructor argument
|
2014-02-05 00:00:03 +01:00 |
run_convert.cxx
|
Config*: move to config/
|
2014-01-24 00:20:01 +01:00 |
run_decoder.cxx
|
DecoderAPI: add function decoder_open_uri()
|
2014-05-22 12:35:20 +02:00 |
run_encoder.cxx
|
Config*: move to config/
|
2014-01-24 00:20:01 +01:00 |
run_filter.cxx
|
test/run_{filter,output}: use config_find_block()
|
2014-02-20 00:04:23 +01:00 |
run_inotify.cxx
|
event/Loop: remove the dummy constructor argument
|
2014-02-05 00:00:03 +01:00 |
run_input.cxx
|
InputStream: add virtual destructor
|
2014-05-11 17:12:50 +02:00 |
run_neighbor_explorer.cxx
|
event/Loop: remove the dummy constructor argument
|
2014-02-05 00:00:03 +01:00 |
run_normalize.cxx
|
test: various fixups for building without GLib
|
2014-02-18 09:18:42 +01:00 |
run_output.cxx
|
PlayerListener: new interface to replace GlobalEvents access
|
2014-02-21 10:22:35 +01:00 |
run_resolver.cxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
software_volume.cxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
stdbin.h
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
test_archive.cxx
|
archive/*: move to archive/plugins/
|
2014-01-24 00:09:37 +01: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
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
test_icy_parser.cxx
|
Merge branch 'v0.18.x'
|
2014-01-27 10:33:42 +01:00 |
test_mixramp.cxx
|
test/test_mixramp: add threshold to floating point comparisons
|
2013-11-04 22:08:59 +01:00 |
test_pcm_all.hxx
|
test/test_pcm_all: move CPPUNIT_TEST_SUITE_REGISTRATION() to test_pcm_main.cxx
|
2014-03-15 10:00:47 +01:00 |
test_pcm_channels.cxx
|
test/test_pcm: replace 256 with prime number
|
2014-03-15 10:53:13 +01:00 |
test_pcm_dither.cxx
|
test/test_pcm: replace 256 with prime number
|
2014-03-15 10:53:13 +01:00 |
test_pcm_format.cxx
|
test/test_pcm: replace 256 with prime number
|
2014-03-15 10:53:13 +01:00 |
test_pcm_main.cxx
|
test/test_pcm_all: move CPPUNIT_TEST_SUITE_REGISTRATION() to test_pcm_main.cxx
|
2014-03-15 10:00:47 +01:00 |
test_pcm_mix.cxx
|
test/test_pcm: replace 256 with prime number
|
2014-03-15 10:53:13 +01:00 |
test_pcm_pack.cxx
|
test/test_pcm: replace 256 with prime number
|
2014-03-15 10:53:13 +01:00 |
test_pcm_util.hxx
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
test_pcm_volume.cxx
|
test/test_pcm: replace 256 with prime number
|
2014-03-15 10:53:13 +01:00 |
test_queue_priority.cxx
|
Queue*: move to queue/
|
2014-01-24 00:17:50 +01:00 |
test_rewind.cxx
|
InputStream: make Seek() always absolute
|
2014-05-22 13:52:00 +02:00 |
test_translate_song.cxx
|
Tag: add class const_iterator and methods begin(), end()
|
2014-07-12 17:22:39 +02:00 |
test_util.cxx
|
util/CircularBuffer: new buffer class
|
2014-03-15 18:35:52 +01:00 |
test_vorbis_encoder.cxx
|
Config*: move to config/
|
2014-01-24 00:20:01 +01:00 |
visit_archive.cxx
|
ArchivePlugin: pass Path to open()
|
2014-02-08 13:25:44 +01:00 |