aboutsummaryrefslogtreecommitdiff
path: root/test/software_volume.c
Commit message (Collapse)AuthorAge
* 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.
* pcm_{mix,volume}: pass only sample_format to pcm_mix()Max Kellermann2011-10-10
| | | | The other audio_format attributes are not used.
* 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!
* Update copyright notices.Avuton Olrich2009-12-31
|
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-02
| | | | | | This patch prepares support for floating point samples (and probably other formats). It changes the meaning of the "bits" attribute from a bit count to a symbolic value.
* test/software_volume: check for errorsMax Kellermann2009-11-19
|
* test/software_volume: fixed audio_format parserMax Kellermann2009-11-19
| | | | Assign default value only if none was given on the command line.
* include config.h in all sourcesMax Kellermann2009-11-12
| | | | | | After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
* audio_format: wildcards allowed in audio_format configurationMax Kellermann2009-10-21
| | | | | | An asterisk means that this attribute should not be enforced, and stays whatever it used to be. This way, some configuration values work like masks.
* Add audio_format_init() functionDavid Woodhouse2009-07-19
| | | | | It makes no difference right now, but we're about to add an endianness flag and will want to make sure it's correctly initialised every time.
* all: Update copyright header.Avuton Olrich2009-03-13
| | | | | | | | This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
* test/software_volume: pass error->message to g_printerr()Max Kellermann2009-02-25
| | | | Fix a gcc warning.
* test: added command line test program for pcm_volume.cMax Kellermann2009-02-18
This program is a simple utility for debugging and benchmarking the software volume code.