Max Kellermann
|
b67e7df38e
|
Merge tag 'v0.19.17'
release v0.19.17
|
2016-07-09 00:46:09 +02:00 |
|
Max Kellermann
|
58487e484f
|
filter/route: use PcmSilence()
|
2016-07-05 18:01:29 +02:00 |
|
Max Kellermann
|
a012b25335
|
filter/convert: fix no-op check
Commit 3a212412 changed the meaning of out_audio_format, but I forgot
to apply this to ConvertFilter::FilterPCM().
See https://bugs.musicpd.org/view.php?id=4551
|
2016-07-04 15:17:03 +02:00 |
|
Max Kellermann
|
072e39c9cf
|
filter/ReplayGain: skip PcmVolume if a mixer is set
Previously, volume was applied twice: once by PcmVolume, and again by
the hardware mixer.
|
2016-07-01 21:17:52 +02:00 |
|
Max Kellermann
|
3a21241248
|
filter/FilterInternal: split class Filter, add class PreparedFilter
For easier state management inside filter plugins.
|
2016-07-01 21:04:24 +02:00 |
|
Max Kellermann
|
85ef034fd0
|
filter/ReplayGain: use C++11 initializers
|
2016-06-22 12:43:47 +02:00 |
|
Max Kellermann
|
59141f62bb
|
filter/route: use std::array
|
2016-06-22 12:24:55 +02:00 |
|
Max Kellermann
|
1aee89f5ea
|
*: include cleanup (using iwyu)
|
2016-03-01 22:08:13 +01:00 |
|
Max Kellermann
|
1d67aa7bf2
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
|
Max Kellermann
|
f066bb7716
|
unix/Daemon, playlist/...: remove unused Domain variables
|
2015-10-16 18:08:59 +02:00 |
|
Max Kellermann
|
ce0d896492
|
unix/Daemon, playlist/pls, ...: remove unused Domain variables
|
2015-09-17 23:15:54 +02:00 |
|
Max Kellermann
|
b31d171ae8
|
*: doxygen fixups
|
2015-03-17 11:21:43 +01:00 |
|
Max Kellermann
|
1c90b0c19d
|
*: change C-style prototypes, drop "(void)"
|
2015-03-03 20:05:08 +01:00 |
|
Max Kellermann
|
4fa5538e2b
|
config/Param: split block-specific attributes to new struct ConfigBlock
The old struct config_param remains only for top-level string options.
|
2015-01-21 23:56:33 +01:00 |
|
Max Kellermann
|
fe85fa3bea
|
ConfigData: move struct config_param to Param.hxx
|
2015-01-21 21:23:02 +01:00 |
|
Max Kellermann
|
712ed555e6
|
Copyright year 2015
|
2015-01-01 19:48:13 +01:00 |
|
Max Kellermann
|
940cab8620
|
Merge branch 'v0.18.x' into v0.19.x
|
2014-12-26 14:28:52 +01:00 |
|
Max Kellermann
|
7244dc4511
|
Filter: FilterPCM() returns ConstBuffer
API simplification. We can now avoid abusing a "size_t*" as
additional return value.
|
2014-08-12 16:40:51 +02:00 |
|
Max Kellermann
|
56f61a6d59
|
PcmConvert: Convert() returns ConstBuffer
|
2014-08-12 16:36:07 +02:00 |
|
Max Kellermann
|
87bcf739ee
|
util/StringUtil: rename strchug_fast() to StripLeft()
|
2014-08-07 16:08:02 +02:00 |
|
Max Kellermann
|
68eda78704
|
Mixer*: move to mixer/
|
2014-01-24 16:44:32 +01:00 |
|
Max Kellermann
|
7c52a1c04b
|
Filter*: move to filter/
|
2014-01-24 16:43:57 +01:00 |
|