aboutsummaryrefslogtreecommitdiff
path: root/src/output/mvp_plugin.c
Commit message (Expand)AuthorAge
* output: rename plugin source filesMax Kellermann2011-09-17
* Merge commit 'release-0.16.2'Max Kellermann2011-03-19
|\
| * general: whitespace cleanupThomas Jansen2011-02-09
* | copyright year 2011Max Kellermann2011-01-29
|/
* Update copyright notices.Avuton Olrich2009-12-31
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-02
* include config.h in all sourcesMax Kellermann2009-11-12
* fd_util: removed creat_cloexec()Max Kellermann2009-11-10
* set the close-on-exec flag on all file descriptorsMax Kellermann2009-11-07
* all: Update copyright header.Avuton Olrich2009-03-13
* mvp: fixed default device detectionMax Kellermann2009-02-26
* output_plugin: report errors with GErrorMax Kellermann2009-02-26
* mvp: check for reopen errorsMax Kellermann2009-02-25
* mvp: moved code to mvp_find_sample_rate()Max Kellermann2009-02-25
* mvp: make the mvp_sample_rates array constMax Kellermann2009-02-25
* mvp: fall back to 16 bit audio samplesMax Kellermann2009-02-25
* mvp: fall back to stereoMax Kellermann2009-02-25
* mvp: mvp_set_pcm_params() returns boolMax Kellermann2009-02-25
* mvp: pass audio_format struct to mvp_set_pcm_params()Max Kellermann2009-02-25
* mvp: removed big_endian parameter from mvp_set_pcm_params()Max Kellermann2009-02-25
* mvp: use G_N_ELEMENTS(mvp_sample_rates)Max Kellermann2009-02-25
* mvp: no CamelCaseMax Kellermann2009-02-25
* output_plugin: don't pass audio_output object to method init()Max Kellermann2009-02-25
* output: pass the music chunk pointer as void*, not char*Max Kellermann2009-02-23
* output_api: play() returns a lengthMax Kellermann2009-02-23
* output_api: removed audio_output_closed()Max Kellermann2009-01-30
* use g_free() instead of free()Max Kellermann2009-01-25
* conf: const pointers in block get functionsMax Kellermann2009-01-25
* conf: no CamelCase, part IMax Kellermann2009-01-17
* fix G_BYTE_ORDER checkMax Kellermann2009-01-05
* use GLib byte order macrosMax Kellermann2009-01-05
* output plugins: don't include gcc.hMax Kellermann2009-01-01
* mvp: use GLib instead of utils.h/log.hMax Kellermann2008-11-25
* output: close device on play errorMax Kellermann2008-10-29
* output: use bool for return values and flagsMax Kellermann2008-10-29
* output: don't compile plugins which are disabledMax Kellermann2008-10-26
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-26