aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_vorbis_encoder.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* output/recorder, test/*: invoke encoder_read() after _open()Max Kellermann2012-10-021-0/+2
| | | | | Make sure the file header gets written at the beginning, before _write() gets called.
* Merge branch 'v0.16.x'Max Kellermann2012-04-051-1/+1
| | | | | | Conflicts: src/output/osx_plugin.c src/text_input_stream.c
* encoder/vorbis: generate end-of-stream packet when playback endsMax Kellermann2012-04-051-1/+1
| | | | | Add the encoder_plugin method end(). This is important for the recorder plugin.
* test/test_vorbis_encoder: program to debug the vorbis encoderMax Kellermann2012-04-041-0/+109