| Commit message (Expand) | Author | Files | Lines |
2014-11-02 | util/UriUtil: add uri_get_suffix() overload that ignores query string | Max Kellermann | 1 | -0/+19 |
2014-09-24 | test/test_protocol: add missing stdlib.h include | Max Kellermann | 1 | -1/+1 |
2014-09-24 | test/test_protocol: add missing unistd.h include | Max Kellermann | 1 | -0/+2 |
2014-09-09 | test/run_decoder: dump MixRamp data | Max Kellermann | 1 | -1/+3 |
2014-09-04 | test/test_protocol: unit test for protocol/ArgParser.cxx | Max Kellermann | 1 | -0/+60 |
2014-07-09 | DecoderAPI: add function decoder_read_full() | Max Kellermann | 2 | -0/+36 |
2014-07-09 | DecoderAPI: add function decoder_skip() | Max Kellermann | 2 | -0/+32 |
2014-07-09 | test: merge duplicate code to FakeDecoderAPI.cxx | Max Kellermann | 3 | -157/+111 |
2014-01-27 | IcyMetadataParser: more robust tag parser | Max Kellermann | 1 | -0/+15 |
2014-01-27 | test/test_icy_parser: unit test for IcyMetaDataParser.cxx | Max Kellermann | 1 | -0/+70 |
2014-01-20 | Queue: rename struct queue to Queue | Max Kellermann | 1 | -2/+2 |
2013-12-29 | util/UriUtil: uri_get_suffix() fails if name begins with dot | Max Kellermann | 1 | -0/+4 |
2013-11-11 | filter/route, ...: add missing stdlib.h includes | Max Kellermann | 1 | -0/+1 |
2013-11-05 | test/*: add more missing stdlib.h includes | Max Kellermann | 4 | -0/+5 |
2013-11-04 | test/test_mixramp: add threshold to floating point comparisons | Max Kellermann | 1 | -6/+9 |
2013-10-30 | CrossFade: use negative value for invalid MixRamp overlap | Max Kellermann | 1 | -1/+1 |
2013-10-30 | test/test_mixramp: improved test for mixramp_interpolate(0) | Max Kellermann | 1 | -5/+3 |
2013-10-30 | test/test_mixramp: add test with "invalid" return value | Max Kellermann | 1 | -0/+4 |
2013-10-28 | player_control: rename to PlayerControl | Max Kellermann | 1 | -3/+3 |
2013-10-26 | TagFile: use Path instead of const char * | Max Kellermann | 2 | -3/+5 |
2013-10-26 | DecoderControl: move code/attributes to new class MixRampInfo | Max Kellermann | 3 | -12/+3 |
2013-10-26 | test/test_mixramp: unit test for mixramp_interpolate() | Max Kellermann | 1 | -0/+82 |
2013-10-25 | ReplayGainInfo: refactor to a class | Max Kellermann | 3 | -7/+7 |
2013-10-25 | ReplayGainInfo: use CamelCase for struct name | Max Kellermann | 4 | -13/+10 |
2013-10-24 | test/run_decoder: print the song duration | Max Kellermann | 1 | -3/+4 |
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann | 5 | -39/+36 |
2013-10-23 | UriUtil: uri_remove_auth() returns std::string | Max Kellermann | 1 | -6/+6 |
2013-10-23 | test/test_util: unit test for libutil.a | Max Kellermann | 1 | -0/+54 |
2013-10-21 | decoder: rename the struct to "Decoder" | Max Kellermann | 3 | -38/+44 |
2013-10-21 | DecoderPlugin: move functions into the struct | Max Kellermann | 2 | -7/+4 |
2013-10-21 | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 2 | -2/+2 |
2013-10-20 | Inotify: convert anonymous enum to constexpr | Max Kellermann | 1 | -5/+4 |
2013-10-20 | TagType: rename enum tag_type to TagType | Max Kellermann | 1 | -1/+1 |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 3 | -5/+5 |
2013-10-19 | test/test_pcm: use C++11 random instead of GLib | Max Kellermann | 5 | -20/+28 |
2013-10-18 | test/run_avahi: new debug program | Max Kellermann | 1 | -0/+42 |
2013-10-18 | test/run_inotify: use SignalMonitor | Max Kellermann | 3 | -20/+89 |
2013-10-17 | thread/{Cond,Mutex}: use "class" instead of "typedef" | Max Kellermann | 5 | -0/+5 |
2013-10-17 | ArchiveLookup: return const strings | Max Kellermann | 1 | -4/+4 |
2013-10-17 | test/test_archive: unit test for archive_lookup() | Max Kellermann | 1 | -0/+76 |
2013-10-16 | test: use the CPPUNIT framework for unit tests | Max Kellermann | 11 | -253/+311 |
2013-10-16 | system/ByteOrder: new library for byte ordering / endianess | Max Kellermann | 1 | -2/+3 |
2013-10-16 | util/byte_reverse: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-10-16 | pcm_pack: convert to C++ | Max Kellermann | 1 | -4/+1 |
2013-10-15 | ConfigData: use std::string for config_param::value | Max Kellermann | 1 | -1/+1 |
2013-10-15 | Util/Macros: replacement for GLib's G_N_ELEMENTS() | Max Kellermann | 2 | -11/+13 |
2013-10-15 | util/FifoBuffer: C++ version of the fifo_buffer library | Max Kellermann | 1 | -16/+17 |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 1 | -1/+1 |
2013-10-02 | replay_gain_*.h: rename to *.hxx | Max Kellermann | 2 | -2/+2 |
2013-10-02 | Log: new logging library API | Max Kellermann | 7 | -18/+25 |