Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | pcm/Volume: convert to class | Max Kellermann | 2013-12-23 | 3 | -140/+74 | |
| | | | | | | | | Prepare for adding state. | |||||
* | | pcm/PcmVolume: rename to Volume.cxx | Max Kellermann | 2013-12-23 | 4 | -4/+4 | |
| | | ||||||
* | | test/*: use fprintf(stderr,...) and Log() instead of g_printerr() | Max Kellermann | 2013-12-15 | 6 | -119/+63 | |
| | | | | | | | | Avoid GLib. | |||||
* | | configure.ac: add option "--disable-glib" | Max Kellermann | 2013-12-15 | 2 | -0/+8 | |
| | | | | | | | | | | Allows building without GLib. This fails to compile currently, because GLib is still used in the MPD core. | |||||
* | | DecoderAPI: add function decoder_read_full() | Max Kellermann | 2013-12-14 | 2 | -0/+36 | |
| | | | | | | | | Move code from the "mad" plugin. | |||||
* | | DecoderAPI: add function decoder_skip() | Max Kellermann | 2013-12-14 | 2 | -0/+32 | |
| | | | | | | | | Move code from the "mad" plugin. | |||||
* | | test: merge duplicate code to FakeDecoderAPI.cxx | Max Kellermann | 2013-12-14 | 3 | -157/+111 | |
| | | ||||||
* | | test/run_encoder: destruct the Encoder before exiting | Max Kellermann | 2013-12-05 | 1 | -0/+3 | |
| | | ||||||
* | | 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. |