aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/mvp_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyright year 2011Max Kellermann2011-01-291-1/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* audio_format: changed "bits" to "enum sample_format"Max Kellermann2009-12-021-6/+6
* include config.h in all sourcesMax Kellermann2009-11-121-0/+1
* fd_util: removed creat_cloexec()Max Kellermann2009-11-101-2/+2
* set the close-on-exec flag on all file descriptorsMax Kellermann2009-11-071-3/+5
* all: Update copyright header.Avuton Olrich2009-03-131-9/+12
* mvp: fixed default device detectionMax Kellermann2009-02-261-1/+1
* output_plugin: report errors with GErrorMax Kellermann2009-02-261-23/+44
* mvp: check for reopen errorsMax Kellermann2009-02-251-2/+7
* mvp: moved code to mvp_find_sample_rate()Max Kellermann2009-02-251-9/+17
* mvp: make the mvp_sample_rates array constMax Kellermann2009-02-251-1/+1
* mvp: fall back to 16 bit audio samplesMax Kellermann2009-02-251-1/+5
* mvp: fall back to stereoMax Kellermann2009-02-251-1/+5
* mvp: mvp_set_pcm_params() returns boolMax Kellermann2009-02-251-9/+14
* mvp: pass audio_format struct to mvp_set_pcm_params()Max Kellermann2009-02-251-13/+23
* mvp: removed big_endian parameter from mvp_set_pcm_params()Max Kellermann2009-02-251-16/+3
* mvp: use G_N_ELEMENTS(mvp_sample_rates)Max Kellermann2009-02-251-5/+2
* mvp: no CamelCaseMax Kellermann2009-02-251-34/+38
* output_plugin: don't pass audio_output object to method init()Max Kellermann2009-02-251-5/+3
* output: pass the music chunk pointer as void*, not char*Max Kellermann2009-02-231-2/+2
* output_api: play() returns a lengthMax Kellermann2009-02-231-6/+6
* output_api: removed audio_output_closed()Max Kellermann2009-01-301-1/+0
* use g_free() instead of free()Max Kellermann2009-01-251-1/+1
* conf: const pointers in block get functionsMax Kellermann2009-01-251-1/+1
* conf: no CamelCase, part IMax Kellermann2009-01-171-1/+1
* fix G_BYTE_ORDER checkMax Kellermann2009-01-051-1/+1
* use GLib byte order macrosMax Kellermann2009-01-051-6/+7
* output plugins: don't include gcc.hMax Kellermann2009-01-011-3/+4
* mvp: use GLib instead of utils.h/log.hMax Kellermann2008-11-251-16/+27
* output: close device on play errorMax Kellermann2008-10-291-1/+0
* output: use bool for return values and flagsMax Kellermann2008-10-291-13/+15
* output: don't compile plugins which are disabledMax Kellermann2008-10-261-8/+0
* renamed src/audioOutputs/ to src/output/Max Kellermann2008-10-261-0/+280