Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | include cleanup using iwyu | Max Kellermann | 2013-11-28 | 1 | -2/+0 |
| | |||||
* | CrossFade: eliminate NaN from mixramp_interpolate() | Max Kellermann | 2013-10-30 | 1 | -4/+4 |
| | | | | Use a boolean flag instead. | ||||
* | CrossFade: use negative value for invalid MixRamp overlap | Max Kellermann | 2013-10-30 | 1 | -5/+12 |
| | | | | Avoid NaN to allow -ffast-math. | ||||
* | CrossFade: use negative value for invalid mixramp_delay | Max Kellermann | 2013-10-30 | 1 | -1/+1 |
| | | | | Avoid NaN to allow -ffast-math. | ||||
* | PlayerControl: move attributes to struct CrossFadeSettings | Max Kellermann | 2013-10-29 | 1 | -7/+6 |
| | |||||
* | CrossFade: reimplement mixramp_interpolate() without strtok() | Max Kellermann | 2013-10-26 | 1 | -25/+15 |
| | | | | Don't require a writable string, and don't modify it. | ||||
* | CrossFade: apply coding style | Max Kellermann | 2013-10-26 | 1 | -7/+8 |
| | |||||
* | CrossFade: merge "return" statements using "break" | Max Kellermann | 2013-10-26 | 1 | -2/+4 |
| | |||||
* | CrossFade: use nullptr instead of NULL | Max Kellermann | 2013-10-26 | 1 | -7/+7 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -7/+11 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 1 | -1/+0 |
| | |||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -6/+6 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -1/+1 |
| | |||||
* | replay_gain_info, ...: use cmath instead of math.h in C++ mode | Max Kellermann | 2013-01-07 | 1 | -4/+6 |
| | | | | Fixes build problems with mingw32. | ||||
* | crossfade: convert to C++ | Max Kellermann | 2013-01-04 | 1 | -0/+136 |