aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_vorbis_encoder.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-30test/test_vorbis_encoder: convert to C++Max Kellermann1-111/+0
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