Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-01 | copyright year 2021 | Max Kellermann | |
2020-02-01 | *: use nullptr instead of NULL | Max Kellermann | |
2020-01-18 | AudioFormat: move to pcm/ | Max Kellermann | |
2020-01-18 | copyright year 2020 | Max Kellermann | |
2019-08-15 | include cleanups (powered by iwyu) | Max Kellermann | |
2019-06-17 | Copyright year 2019 | Max Kellermann | |
2018-11-19 | check.h: remove obsolete header | Max Kellermann | |
Since we switched from autotools to Meson in commit 94592c14062d5afc9482d11baa401648082022c0, we don't need to include `config.h` early to properly enable large file support. Meson passes the required macros on the compiler command line instead of defining them in `config.h`. This means we can include `config.h` at any time, whenever we want to check its macros, and there are no ordering constraints. | |||
2018-10-31 | *: copyright year 2018 | Max Kellermann | |
2018-07-17 | test/*: catch and print all exceptions | Max Kellermann | |
2017-01-03 | update copyright year | Max Kellermann | |
2016-11-07 | encoder: migrate from class Error to C++ exceptions | Max Kellermann | |
2016-10-28 | AudioParser: throw exception on error | Max Kellermann | |
2016-10-28 | encoder/Plugin: migrate from class Error to C++ exceptions | Max Kellermann | |
2016-05-04 | test/run_encoder: use std::unique_ptr | Max Kellermann | |
2016-05-04 | encoder/Interface: convert PreparedEncoder to abstract class | Max Kellermann | |
2016-05-04 | encoder/Interface: move instance methods to abstract class | Max Kellermann | |
Rename struct Encoder to PreparedEncoder, and add a new (abstract) class Encoder which represents one encoder instance. | |||
2016-02-26 | update copyright year to 2016 | Max Kellermann | |
2015-12-16 | fs/io/OutputStream: use C++ exceptions in Write() | Max Kellermann | |
2015-01-21 | config/Param: split block-specific attributes to new struct ConfigBlock | Max Kellermann | |
The old struct config_param remains only for top-level string options. | |||
2015-01-21 | ConfigData: move struct config_param to Param.hxx | Max Kellermann | |
2015-01-14 | test/run_encoder: use EncoderToOutputStream() | Max Kellermann | |
2015-01-08 | encoder/Interface: move functions into the struct | Max Kellermann | |
2015-01-08 | encoder/Plugin: move struct Encoder to EncoderInterface.hxx | Max Kellermann | |
2015-01-01 | Copyright year 2015 | Max Kellermann | |
2014-01-24 | Config*: move to config/ | Max Kellermann | |
2014-01-23 | Encoder*: move to src/encoder | Max Kellermann | |
.. and move the plugins to src/encoder/plugins/. | |||
2014-01-13 | copyright year 2014 | Max Kellermann | |
2014-01-07 | test: add missing includes | Max Kellermann | |
2013-12-15 | test/*: use fprintf(stderr,...) and Log() instead of g_printerr() | Max Kellermann | |
Avoid GLib. | |||
2013-12-05 | test/run_encoder: destruct the Encoder before exiting | Max Kellermann | |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | |
Use only ConfigData.hxx in plugin sources to reduce header dependencies. | |||
2013-09-04 | util/Error: new error passing library | Max Kellermann | |
Replaces GLib's GError. | |||
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | |
2013-08-04 | EncoderPlugin: pass config_param reference | Max Kellermann | |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | |
2013-07-30 | encoder_api: convert to C++ | Max Kellermann | |
2013-04-17 | encoder_list: convert to C++ | Max Kellermann | |
2013-01-30 | ConfigData: move functions into the class | Max Kellermann | |
2013-01-30 | ConfigData: add constructors/destructors | Max Kellermann | |
2013-01-30 | audio_{parser,config}: convert to C++ | Max Kellermann | |
2013-01-30 | test/run_encoder, ...: convert to C++ | Max Kellermann | |