summaryrefslogtreecommitdiff
path: root/test/run_encoder.cxx
AgeCommit message (Collapse)Author
2018-11-19check.h: remove obsolete headerMax 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 2018Max Kellermann
2018-07-17test/*: catch and print all exceptionsMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-07encoder: migrate from class Error to C++ exceptionsMax Kellermann
2016-10-28AudioParser: throw exception on errorMax Kellermann
2016-10-28encoder/Plugin: migrate from class Error to C++ exceptionsMax Kellermann
2016-05-04test/run_encoder: use std::unique_ptrMax Kellermann
2016-05-04encoder/Interface: convert PreparedEncoder to abstract classMax Kellermann
2016-05-04encoder/Interface: move instance methods to abstract classMax Kellermann
Rename struct Encoder to PreparedEncoder, and add a new (abstract) class Encoder which represents one encoder instance.
2016-02-26update copyright year to 2016Max Kellermann
2015-12-16fs/io/OutputStream: use C++ exceptions in Write()Max Kellermann
2015-01-21config/Param: split block-specific attributes to new struct ConfigBlockMax Kellermann
The old struct config_param remains only for top-level string options.
2015-01-21ConfigData: move struct config_param to Param.hxxMax Kellermann
2015-01-14test/run_encoder: use EncoderToOutputStream()Max Kellermann
2015-01-08encoder/Interface: move functions into the structMax Kellermann
2015-01-08encoder/Plugin: move struct Encoder to EncoderInterface.hxxMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-01-24Config*: move to config/Max Kellermann
2014-01-23Encoder*: move to src/encoderMax Kellermann
.. and move the plugins to src/encoder/plugins/.
2014-01-13copyright year 2014Max Kellermann
2014-01-07test: add missing includesMax Kellermann
2013-12-15test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann
Avoid GLib.
2013-12-05test/run_encoder: destruct the Encoder before exitingMax Kellermann
2013-09-05conf.h: remove obsolete headerMax Kellermann
Use only ConfigData.hxx in plugin sources to reduce header dependencies.
2013-09-04util/Error: new error passing libraryMax Kellermann
Replaces GLib's GError.
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann
2013-08-04EncoderPlugin: pass config_param referenceMax Kellermann
2013-08-03audio_format: convert to C++Max Kellermann
2013-07-30encoder_api: convert to C++Max Kellermann
2013-04-17encoder_list: convert to C++Max Kellermann
2013-01-30ConfigData: move functions into the classMax Kellermann
2013-01-30ConfigData: add constructors/destructorsMax Kellermann
2013-01-30audio_{parser,config}: convert to C++Max Kellermann
2013-01-30test/run_encoder, ...: convert to C++Max Kellermann