Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | system/Resolver: sockaddr_to_string() returns std::string() | Max Kellermann | 2013-12-04 | 1 | -10/+2 |
| | | | | No GLib memory allocation. | ||||
* | Tag: remove method AddItem() | Max Kellermann | 2013-12-03 | 1 | -2/+8 |
| | | | | Use class TagBuilder instead. | ||||
* | pcm/PcmChannels: use struct ConstBuffer | Max Kellermann | 2013-12-02 | 1 | -28/+21 |
| | |||||
* | PcmConvert: add methods Open(), Close() | Max Kellermann | 2013-11-13 | 1 | -2/+10 |
| | | | | | Replaces Reset() and eliminates the AudioFormat parameters from the Convert() method. | ||||
* | filter/route, ...: add missing stdlib.h includes | Max Kellermann | 2013-11-11 | 1 | -0/+1 |
| | |||||
* | test/*: add more missing stdlib.h includes | Max Kellermann | 2013-11-05 | 4 | -0/+5 |
| | |||||
* | test/test_mixramp: add threshold to floating point comparisons | Max Kellermann | 2013-11-04 | 1 | -6/+9 |
| | | | | | Fixes bogus test failures on Debian build machines due to rounding errors (hopefully). | ||||
* | CrossFade: use negative value for invalid MixRamp overlap | Max Kellermann | 2013-10-30 | 1 | -1/+1 |
| | | | | Avoid NaN to allow -ffast-math. | ||||
* | test/test_mixramp: improved test for mixramp_interpolate(0) | Max Kellermann | 2013-10-30 | 1 | -5/+3 |
| | |||||
* | test/test_mixramp: add test with "invalid" return value | Max Kellermann | 2013-10-30 | 1 | -0/+4 |
| | |||||
* | player_control: rename to PlayerControl | Max Kellermann | 2013-10-28 | 1 | -3/+3 |
| | |||||
* | TagFile: use Path instead of const char * | Max Kellermann | 2013-10-26 | 2 | -3/+5 |
| | |||||
* | DecoderControl: move code/attributes to new class MixRampInfo | Max Kellermann | 2013-10-26 | 3 | -12/+3 |
| | |||||
* | test/test_mixramp: unit test for mixramp_interpolate() | Max Kellermann | 2013-10-26 | 1 | -0/+82 |
| | |||||
* | ReplayGainInfo: refactor to a class | Max Kellermann | 2013-10-25 | 3 | -7/+7 |
| | |||||
* | ReplayGainInfo: use CamelCase for struct name | Max Kellermann | 2013-10-25 | 4 | -13/+10 |
| | |||||
* | test/run_decoder: print the song duration | Max Kellermann | 2013-10-24 | 1 | -3/+4 |
| | |||||
* | input_stream: rename struct to InputStream | Max Kellermann | 2013-10-23 | 5 | -39/+36 |
| | |||||
* | UriUtil: uri_remove_auth() returns std::string | Max Kellermann | 2013-10-23 | 1 | -6/+6 |
| | |||||
* | test/test_util: unit test for libutil.a | Max Kellermann | 2013-10-23 | 1 | -0/+54 |
| | |||||
* | decoder: rename the struct to "Decoder" | Max Kellermann | 2013-10-21 | 3 | -38/+44 |
| | |||||
* | DecoderPlugin: move functions into the struct | Max Kellermann | 2013-10-21 | 2 | -7/+4 |
| | |||||
* | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 2013-10-21 | 2 | -2/+2 |
| | |||||
* | Inotify: convert anonymous enum to constexpr | Max Kellermann | 2013-10-20 | 1 | -5/+4 |
| | |||||
* | TagType: rename enum tag_type to TagType | Max Kellermann | 2013-10-20 | 1 | -1/+1 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 3 | -5/+5 |
| | |||||
* | test/test_pcm: use C++11 random instead of GLib | Max Kellermann | 2013-10-19 | 5 | -20/+28 |
| | |||||
* | test/run_avahi: new debug program | Max Kellermann | 2013-10-18 | 1 | -0/+42 |
| | |||||
* | test/run_inotify: use SignalMonitor | Max Kellermann | 2013-10-18 | 3 | -20/+89 |
| | |||||
* | thread/{Cond,Mutex}: use "class" instead of "typedef" | Max Kellermann | 2013-10-17 | 5 | -0/+5 |
| | | | | Allows forward-declaration. | ||||
* | ArchiveLookup: return const strings | Max Kellermann | 2013-10-17 | 1 | -4/+4 |
| | |||||
* | test/test_archive: unit test for archive_lookup() | Max Kellermann | 2013-10-17 | 1 | -0/+76 |
| | |||||
* | test: use the CPPUNIT framework for unit tests | Max Kellermann | 2013-10-16 | 11 | -253/+311 |
| | |||||
* | system/ByteOrder: new library for byte ordering / endianess | Max Kellermann | 2013-10-16 | 1 | -2/+3 |
| | | | | Replacing GLib macros. | ||||
* | util/byte_reverse: convert to C++ | Max Kellermann | 2013-10-16 | 1 | -2/+2 |
| | |||||
* | pcm_pack: convert to C++ | Max Kellermann | 2013-10-16 | 1 | -4/+1 |
| | |||||
* | ConfigData: use std::string for config_param::value | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | Util/Macros: replacement for GLib's G_N_ELEMENTS() | Max Kellermann | 2013-10-15 | 2 | -11/+13 |
| | |||||
* | util/FifoBuffer: C++ version of the fifo_buffer library | Max Kellermann | 2013-10-15 | 1 | -16/+17 |
| | |||||
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | replay_gain_*.h: rename to *.hxx | Max Kellermann | 2013-10-02 | 2 | -2/+2 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 7 | -18/+25 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | Listen, ...: add missing includes | Max Kellermann | 2013-10-02 | 1 | -0/+2 |
| | |||||
* | DecoderCommand: convert to strictly-typed enum | Max Kellermann | 2013-09-27 | 3 | -18/+18 |
| | |||||
* | test/dump_rva2: remove fake Tag symbols | Max Kellermann | 2013-09-05 | 1 | -9/+0 |
| | |||||
* | Tag: compile-time initialisation of ignore_tag_items | Max Kellermann | 2013-09-05 | 1 | -2/+0 |
| | | | | Move to TagSettings.c and use C99 initializers. | ||||
* | Tag: move configuration code to TagConfig.cxx | Max Kellermann | 2013-09-05 | 1 | -0/+2 |
| | | | | Allow using the Tag.cxx library without the Config library. | ||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 6 | -6/+6 |
| | |||||
* | PlaylistPlugin: add interface SongEnumerator | Max Kellermann | 2013-09-05 | 1 | -4/+4 |
| | | | | Replaces struct playlist_provider. | ||||
* | conf.h: remove obsolete header | Max Kellermann | 2013-09-05 | 12 | -12/+16 |
| | | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies. |