Max Kellermann
|
1d67aa7bf2
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
|
Max Kellermann
|
e4a06da14e
|
fs/io/OutputStream: use C++ exceptions in Write()
|
2015-12-16 10:24:43 +01:00 |
|
Max Kellermann
|
7eae3bc8c5
|
fs/io/FileOutputStream: use C++ exceptions in Commit()
|
2015-12-16 00:33:33 +01:00 |
|
Max Kellermann
|
24b2198668
|
fs/io/FileOutputStream: use C++ exceptions in constructor
|
2015-12-16 00:33:30 +01:00 |
|
Max Kellermann
|
1da0956331
|
output/recorder: convert path to UTF-8 for logging
|
2015-03-05 10:15:10 +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
|
e8debd2e45
|
output/recorder: dynamic file name
|
2015-01-14 22:03:26 +01:00 |
|
Max Kellermann
|
bf59635280
|
output/recorder: move code to encoder/ToOutputStream.cxx
|
2015-01-14 20:11:00 +01:00 |
|
Max Kellermann
|
eaf0662b75
|
fs/io/FileOutputStream: add static method Create()
|
2015-01-14 19:44:28 +01:00 |
|
Max Kellermann
|
ae4c189e19
|
encoder/Interface: move functions into the struct
|
2015-01-08 19:36:19 +01:00 |
|
Max Kellermann
|
362a6e6d46
|
encoder/Plugin: move struct Encoder to EncoderInterface.hxx
|
2015-01-08 19:31:57 +01:00 |
|
Max Kellermann
|
c76c7c68ff
|
output/recorder: convert struct to class
|
2015-01-08 16:56:22 +01:00 |
|
Max Kellermann
|
59ac9d39d5
|
output/recorder: move encoder_finish() call to destructor
|
2015-01-08 16:56:13 +01:00 |
|
Max Kellermann
|
ec41caade4
|
output/wrapper: add method SendTag()
|
2015-01-07 19:20:09 +01:00 |
|
Max Kellermann
|
06ec06cdd7
|
output/recorder: remove unused variable "recorder_output_domain"
|
2015-01-07 19:17:07 +01:00 |
|
Max Kellermann
|
b7acf86408
|
output/recorder: use FileOutputStream
|
2015-01-07 19:14:23 +01:00 |
|
Max Kellermann
|
58c4db925b
|
output/recorder: log commit errors
|
2015-01-07 19:13:55 +01:00 |
|
Max Kellermann
|
fe0c4ff3c2
|
output/recorder: move code to method Commit()
|
2015-01-07 19:11:04 +01:00 |
|
Max Kellermann
|
7a2af0fbf4
|
output/recorder: move more functions into the struct
|
2015-01-07 18:55:34 +01:00 |
|
Max Kellermann
|
c1f0708a5d
|
output/recorder: use config_param::GetBlockPath()
Supports "~/" expansion. Forces us to switch from "const char *" to
AllocatedPath, which is a good thing.
|
2015-01-05 19:49:54 +01:00 |
|
Max Kellermann
|
712ed555e6
|
Copyright year 2015
|
2015-01-01 19:48:13 +01:00 |
|
Max Kellermann
|
0b9f650fe2
|
output/Wrapper: new helper class
|
2014-12-29 23:45:14 +01:00 |
|
Max Kellermann
|
af9092df39
|
EncoderPlugin: pass Tag reference to method tag()
|
2014-12-26 22:30:54 +01:00 |
|
Max Kellermann
|
58a5da33c2
|
OutputPlugin: pass Tag reference to _send_tag()
|
2014-12-26 22:27:01 +01:00 |
|
Max Kellermann
|
b3435ae432
|
output/recorder: implement send_tag()
|
2014-12-26 15:03:22 +01:00 |
|
Max Kellermann
|
a31129333c
|
output/recorder: move functions into the struct
|
2014-12-26 14:57:29 +01:00 |
|
Max Kellermann
|
4657a3bd0f
|
output: move functions into the AudioOutput struct
|
2014-01-29 08:10:46 +01:00 |
|
Max Kellermann
|
bf803e241f
|
AudioOutput: pass plugin to constructor
Make it "const".
|
2014-01-29 08:10:18 +01:00 |
|
Max Kellermann
|
c4403c523f
|
AudioOutput: add constructor and destructor
|
2014-01-28 12:37:58 +01:00 |
|
Max Kellermann
|
815d72065c
|
output: rename struct audio_output to AudioOutput
|
2014-01-28 11:34:09 +01:00 |
|
Max Kellermann
|
e0dc721324
|
OutputPlugin: rename struct audio_output_plugin to AudioOutputPlugin
|
2014-01-28 11:33:15 +01:00 |
|
Max Kellermann
|
197b503f3e
|
Config*: move to config/
|
2014-01-24 00:20:01 +01:00 |
|
Max Kellermann
|
ea5b901bcc
|
output/*: move to output/plugins/
|
2014-01-23 23:49:50 +01:00 |
|