aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/mvp_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-01-29copyright year 2011Max Kellermann1-1/+1
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-02audio_format: changed "bits" to "enum sample_format"Max Kellermann1-6/+6
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-10fd_util: removed creat_cloexec()Max Kellermann1-2/+2
2009-11-07set the close-on-exec flag on all file descriptorsMax Kellermann1-3/+5
2009-03-13all: Update copyright header.Avuton Olrich1-9/+12
2009-02-26mvp: fixed default device detectionMax Kellermann1-1/+1
2009-02-26output_plugin: report errors with GErrorMax Kellermann1-23/+44
2009-02-25mvp: check for reopen errorsMax Kellermann1-2/+7
2009-02-25mvp: moved code to mvp_find_sample_rate()Max Kellermann1-9/+17
2009-02-25mvp: make the mvp_sample_rates array constMax Kellermann1-1/+1
2009-02-25mvp: fall back to 16 bit audio samplesMax Kellermann1-1/+5
2009-02-25mvp: fall back to stereoMax Kellermann1-1/+5
2009-02-25mvp: mvp_set_pcm_params() returns boolMax Kellermann1-9/+14
2009-02-25mvp: pass audio_format struct to mvp_set_pcm_params()Max Kellermann1-13/+23
2009-02-25mvp: removed big_endian parameter from mvp_set_pcm_params()Max Kellermann1-16/+3
2009-02-25mvp: use G_N_ELEMENTS(mvp_sample_rates)Max Kellermann1-5/+2
2009-02-25mvp: no CamelCaseMax Kellermann1-34/+38
2009-02-25output_plugin: don't pass audio_output object to method init()Max Kellermann1-5/+3
2009-02-23output: pass the music chunk pointer as void*, not char*Max Kellermann1-2/+2
2009-02-23output_api: play() returns a lengthMax Kellermann1-6/+6
2009-01-30output_api: removed audio_output_closed()Max Kellermann1-1/+0
2009-01-25use g_free() instead of free()Max Kellermann1-1/+1
2009-01-25conf: const pointers in block get functionsMax Kellermann1-1/+1
2009-01-17conf: no CamelCase, part IMax Kellermann1-1/+1
2009-01-05fix G_BYTE_ORDER checkMax Kellermann1-1/+1
2009-01-05use GLib byte order macrosMax Kellermann1-6/+7
2009-01-01output plugins: don't include gcc.hMax Kellermann1-3/+4
2008-11-25mvp: use GLib instead of utils.h/log.hMax Kellermann1-16/+27
2008-10-29output: close device on play errorMax Kellermann1-1/+0
2008-10-29output: use bool for return values and flagsMax Kellermann1-13/+15
2008-10-26output: don't compile plugins which are disabledMax Kellermann1-8/+0
2008-10-26renamed src/audioOutputs/ to src/output/Max Kellermann1-0/+0
2008-10-10mvp: unsinged integersMax Kellermann1-4/+5
2008-10-10mvp: adapt to the new output device APIMax Kellermann1-20/+21
2008-10-10mvp: missing includesMax Kellermann1-0/+5
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann1-4/+4
2008-10-10audio_format: unsigned integersMax Kellermann1-1/+1
2008-09-29use C99 struct initializersMax Kellermann1-9/+8
2008-09-24output: set audio_output->open=1 in audio_output_task()Max Kellermann1-2/+0
2008-09-24output: pass audio_format to plugin.init() and plugin.open()Max Kellermann1-2/+3
2008-09-08output: const plugin structuresMax Kellermann1-1/+1
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann1-7/+8
2008-09-07output: added output_api.hMax Kellermann1-3/+2
2008-04-12use size_t and constant pointer in ao pluginsMax Kellermann1-2/+3
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-11/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-10-18remove some unneccesary includes from the audioOutput'sWarren Dukes1-3/+0
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-1/+1