Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Config*: move to config/ | Max Kellermann | 2014-01-24 | 1 | -1/+1 |
| | |||||
* | Encoder*: move to src/encoder | Max Kellermann | 2014-01-23 | 1 | -2/+2 |
| | | | | .. and move the plugins to src/encoder/plugins/. | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | test: add missing includes | Max Kellermann | 2014-01-07 | 1 | -0/+2 |
| | |||||
* | test/*: use fprintf(stderr,...) and Log() instead of g_printerr() | Max Kellermann | 2013-12-15 | 1 | -21/+16 |
| | | | | Avoid GLib. | ||||
* | test/run_encoder: destruct the Encoder before exiting | Max Kellermann | 2013-12-05 | 1 | -0/+3 |
| | |||||
* | conf.h: remove obsolete header | Max Kellermann | 2013-09-05 | 1 | -1/+1 |
| | | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies. | ||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -21/+12 |
| | | | | Replaces GLib's GError. | ||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | EncoderPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -6/+4 |
| | |||||
* | encoder_api: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -10/+8 |
| | |||||
* | encoder_list: convert to C++ | Max Kellermann | 2013-04-17 | 1 | -1/+1 |
| | |||||
* | ConfigData: move functions into the class | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | ConfigData: add constructors/destructors | Max Kellermann | 2013-01-30 | 1 | -4/+3 |
| | |||||
* | audio_{parser,config}: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | test/run_encoder, ...: convert to C++ | Max Kellermann | 2013-01-30 | 1 | -0/+134 |