aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_control.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-11-02output: don't allow length==0Max Kellermann1-0/+2
2008-10-29output: removed audio_output.resultMax Kellermann1-6/+2
2008-10-29output: delay reopen after device failureMax Kellermann1-3/+6
2008-10-29output: moved code to audio_output_update()Max Kellermann1-0/+10
2008-10-29output: use bool for return values and flagsMax Kellermann1-4/+5
2008-10-08don't include os_compat.hMax Kellermann1-0/+2
2008-09-29audio_output: added method pause()Max Kellermann1-0/+5
2008-09-26audio_output: workaround for deadlockMax Kellermann1-0/+6
2008-09-24output: semi-asynchronous playbackMax Kellermann1-8/+14
2008-09-24output: make "struct audio_output" opaque for output pluginsMax Kellermann1-1/+2
2008-09-24output: one thread per audio outputMax Kellermann1-38/+39
2008-09-11output: copy reqAudioFormat to outAudioFormat only if not yet openMax Kellermann1-1/+7
2008-09-11output: removed audio_output.sameInAndOutFormatsMax Kellermann1-6/+2
2008-09-11output: removed audio_output.convertAudioFormatMax Kellermann1-1/+1
2008-09-09audio: moved cmpAudioFormat() to audio_format.hMax Kellermann1-4/+3
2008-09-09audio: replaced copyAudioFormat() with simple assignmentMax Kellermann1-5/+3
2008-09-09output: renamed the functions in output_control.cMax Kellermann1-11/+11
2008-09-09output: moved code from audioOutput.c to output_control.cMax Kellermann1-107/+1
2008-09-09output: renamed method namesMax Kellermann1-12/+11
2008-09-08output: static audio_output_plugin list as arrayMax Kellermann1-44/+11
2008-09-07output: replace audio_output.*Func with audio_output.pluginMax Kellermann1-17/+11
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann1-15/+16
2008-09-07output: added output_api.hMax Kellermann1-0/+1
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-4/+4
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann1-1/+2
2008-08-29pass constant pointersMax Kellermann1-1/+1
2008-08-26moved struct AudioFormat to audio_format.hMax Kellermann1-0/+1
2008-04-12const pointers in audioOutput.cMax Kellermann1-1/+2
2008-04-12use free()/malloc() instead of realloc()Max Kellermann1-2/+3
2008-04-12use size_t in audioOutput.c internalsMax Kellermann1-1/+1
2008-04-12use size_t and constant pointer in ao pluginsMax Kellermann1-3/+4
2008-04-12use size_t for pcm_sizeOfConvBuffer() resultMax Kellermann1-4/+4
2008-02-05fix -Wconst warningsMax Kellermann1-2/+2
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-2/+1
2007-06-09Tidying up some code.J. Alexander Treuman1-17/+10
2007-05-30Only call finishDriverFunc if there is one. The null plugin doesn't haveJ. Alexander Treuman1-1/+2
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-6/+3
2007-05-26Make pcm_convertAudioFormat return the buffer size. This is necessaryJ. Alexander Treuman1-8/+6
2007-05-24Reverting to the full lsr API. Turns out the simple API needs all of theJ. Alexander Treuman1-4/+6
2007-05-22Split pcm_convertAudioFormat into separate functions for bitrate, channel,J. Alexander Treuman1-5/+3
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-10-17an attempted fix for bug 1368Warren Dukes1-20/+26
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-1/+1
2006-08-11Spelling & GrammarAvuton Olrich1-1/+1
2006-08-01audio: malloc reductionsEric Wong1-33/+26
2006-07-30remove deprecated myfprintf wrapperEric Wong1-2/+3
2006-07-20Add mpd-indent.shAvuton Olrich1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-85/+98
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-2/+2
2006-07-16Committing qball's patch to list supported audio outputs in --versionJ. Alexander Treuman1-0/+12