aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_vorbis_encoder.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-24Config*: move to config/Max Kellermann1-1/+1
2014-01-23Encoder*: move to src/encoderMax Kellermann1-2/+2
.. and move the plugins to src/encoder/plugins/.
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-12-03Tag: remove method AddItem()Max Kellermann1-2/+8
Use class TagBuilder instead.
2013-09-05Tag, ...: move to libtag.aMax Kellermann1-1/+1
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+1
Use only ConfigData.hxx in plugin sources to reduce header dependencies.
2013-09-04util/Error: new error passing libraryMax Kellermann1-9/+8
Replaces GLib's GError.
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-3/+3
2013-08-04EncoderPlugin: pass config_param referenceMax Kellermann1-1/+1
2013-08-03audio_format: convert to C++Max Kellermann1-5/+3
2013-07-30tag: convert to C++Max Kellermann1-7/+5
2013-07-30encoder_api: convert to C++Max Kellermann1-10/+10
2013-04-17encoder_list: convert to C++Max Kellermann1-1/+1
2013-01-30ConfigData: move functions into the classMax Kellermann1-1/+1
2013-01-30ConfigData: add constructors/destructorsMax Kellermann1-3/+3
2013-01-30test/test_vorbis_encoder: convert to C++Max Kellermann1-1/+1
2012-10-02output/recorder, test/*: invoke encoder_read() after _open()Max Kellermann1-0/+2
Make sure the file header gets written at the beginning, before _write() gets called.
2012-04-05encoder/vorbis: generate end-of-stream packet when playback endsMax Kellermann1-1/+1
Add the encoder_plugin method end(). This is important for the recorder plugin.
2012-04-04test/test_vorbis_encoder: program to debug the vorbis encoderMax Kellermann1-0/+109