aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_encoder.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
|
* test: enable binary mode on stdin/stdoutMax Kellermann2010-05-201-0/+1
| | | | | Declaring the global variable _CRT_fmode is a documented hack. What an ugly platform!
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
|
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-1/+1
| | | | | | 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.
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
| | | | | | 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-211-1/+2
| | | | | | 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.
* conf: handle fatal errors with GErrorMax Kellermann2009-09-241-1/+1
| | | | | | | Don't call g_error(), which will abort the process and dump core. This patch does not affect all the config_get_X() functions. These need some more refactoring.
* Add audio_format_init() functionDavid Woodhouse2009-07-191-5/+3
| | | | | 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.
* conf: eliminated CamelCaseMax Kellermann2009-06-031-2/+2
| | | | Renamed all remaining CamelCase functions.
* test/run_encoder: flush the encoder before exitingMax Kellermann2009-05-051-5/+21
|
* all: Update copyright header.Avuton Olrich2009-03-131-3/+4
| | | | | | | | 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: added encoder test programMax Kellermann2009-02-251-0/+114
Added a command line program which runs an encoder plugin.