aboutsummaryrefslogtreecommitdiff
path: root/test/run_convert.c
Commit message (Collapse)AuthorAge
* test/run_convert: allow the out format to be a maskMax Kellermann2012-03-21
|
* event_pipe, test: explicitly ignore write() return valueMax Kellermann2012-03-19
| | | | | Some compilers are very picky, but we really aren't interested in the return value.
* copyright year 2011Max Kellermann2011-01-29
|
* test: enable binary mode on stdin/stdoutMax Kellermann2010-05-20
| | | | | Declaring the global variable _CRT_fmode is a documented hack. What an ugly platform!
* test/run_convert: implement a GLib log callbackMax Kellermann2010-01-16
| | | | | Log to stderr instead of the default stdout. We need a pristine stdout for the conversion result.
* test/run_convert: use fifo_buffer to adapt to odd sample sizesMax Kellermann2010-01-16
| | | | | Ensure that the pcm_convert() length argument is aligned to the sample size.
* Update copyright notices.Avuton Olrich2009-12-31
|
* test: added program to test pcm_convert.cMax Kellermann2009-11-19