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
|
1caa41a623
|
test/run_encoder: use EncoderToOutputStream()
|
2015-01-14 21:56: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
|
712ed555e6
|
Copyright year 2015
|
2015-01-01 19:48:13 +01:00 |
Max Kellermann
|
197b503f3e
|
Config*: move to config/
|
2014-01-24 00:20:01 +01:00 |
Max Kellermann
|
655ad34414
|
Encoder*: move to src/encoder
.. and move the plugins to src/encoder/plugins/.
|
2014-01-23 23:09:14 +01:00 |
Max Kellermann
|
4f83c60296
|
copyright year 2014
|
2014-01-13 22:31:55 +01:00 |
Max Kellermann
|
3f3ae48ff4
|
test: add missing includes
|
2014-01-07 23:57:39 +01:00 |
Max Kellermann
|
66d90dd412
|
test/*: use fprintf(stderr,...) and Log() instead of g_printerr()
Avoid GLib.
|
2013-12-15 18:52:13 +01:00 |
Max Kellermann
|
9f3bead99f
|
test/run_encoder: destruct the Encoder before exiting
|
2013-12-05 11:49:21 +01:00 |
Max Kellermann
|
26d92c80ed
|
conf.h: remove obsolete header
Use only ConfigData.hxx in plugin sources to reduce header
dependencies.
|
2013-09-05 08:47:10 +02:00 |
Max Kellermann
|
29030b54c9
|
util/Error: new error passing library
Replaces GLib's GError.
|
2013-09-04 18:14:22 +02:00 |
Max Kellermann
|
85b77b81ca
|
*: use gcc.h macros instead of GLib
|
2013-08-04 23:48:01 +02:00 |
Max Kellermann
|
ca0d09c50f
|
EncoderPlugin: pass config_param reference
|
2013-08-04 14:07:50 +02:00 |
Max Kellermann
|
d1e7b4e381
|
audio_format: convert to C++
|
2013-08-03 21:37:56 +02:00 |
Max Kellermann
|
9a0061c511
|
encoder_api: convert to C++
|
2013-07-30 09:04:05 +02:00 |
Max Kellermann
|
9e5d2c5bb7
|
encoder_list: convert to C++
|
2013-04-17 22:22:37 +02:00 |
Max Kellermann
|
6e47e79790
|
ConfigData: move functions into the class
|
2013-01-30 22:25:17 +01:00 |
Max Kellermann
|
d9ea3082fb
|
ConfigData: add constructors/destructors
|
2013-01-30 22:20:14 +01:00 |
Max Kellermann
|
d664baff26
|
audio_{parser,config}: convert to C++
|
2013-01-30 21:47:12 +01:00 |
Max Kellermann
|
cfeeb7af2e
|
test/run_encoder, ...: convert to C++
|
2013-01-30 21:39:43 +01:00 |