aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/ao_plugin.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-29output: close device on play errorMax Kellermann1-1/+0
2008-10-29output: use bool for return values and flagsMax Kellermann1-8/+9
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-10audio_format: renamed sampleRate to sample_rateMax Kellermann1-1/+1
2008-09-29use C99 struct initializersMax Kellermann1-9/+7
2008-09-24output: make "struct audio_output" opaque for output pluginsMax Kellermann1-19/+16
2008-09-24output: added audio_output_get_name()Max Kellermann1-1/+1
2008-09-24output: set audio_output->open=1 in audio_output_task()Max Kellermann1-4/+0
2008-09-24output: pass audio_format to plugin.init() and plugin.open()Max Kellermann1-4/+6
2008-09-08output: const plugin structuresMax Kellermann1-1/+1
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann1-7/+7
2008-09-07output: added output_api.hMax Kellermann1-3/+2
2008-08-26enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-1/+1
2008-04-12fixed another shadow warningMax Kellermann1-11/+11
2008-04-12use size_t and constant pointer in ao pluginsMax Kellermann1-5/+23
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-4/+1
2007-05-27Fix compilation error (missing ,)Avuton Olrich1-1/+1
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-20/+9
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-01-21Fix some error messages concerning _ao output driverQball Cow1-2/+2
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-1/+1
2006-10-18remove some unneccesary includes from the audioOutput'sWarren Dukes1-2/+0
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-3/+3
2006-08-08more sparse cleanupsEric Wong1-2/+2
2006-07-20Add mpd-indent.shAvuton Olrich1-1/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-90/+93
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-14Use a macro to declare disabled audio output pluginsJ. Alexander Treuman1-13/+2
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2005-11-19remove C++ style commentsEric Wong1-1/+1
2005-03-12if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes1-0/+2
2005-03-05implemented dropping of current buffered audio, works for oss, but there seemsWarren Dukes1-0/+6
2005-01-16this should fix compile bugs #350 and #351Warren Dukes1-0/+20
2004-11-19don't need to pass audioFormat to openDeviceFuncWarren Dukes1-6/+4
2004-11-03remove signal handling code from ao open() and close()Warren Dukes1-5/+0
2004-11-02DEBUG statement that prints out which ao driver is being usedWarren Dukes1-0/+3
2004-11-02move audioOutput dir to audioOutputsWarren Dukes1-0/+0
2004-11-02move audioOutput plugins to audioOutput directoryWarren Dukes1-4/+4
2004-11-01some minor tweaks, and a minor memory leak pluggedWarren Dukes1-4/+1
2004-10-28always set open = 0 on closeDeviceWarren Dukes1-1/+2
2004-10-28merge shank-rewrite-config changesWarren Dukes1-13/+28
2004-10-25fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes1-1/+2
2004-10-20shout audioOutput will now connect and disconnect from icecast serverWarren Dukes1-2/+4
2004-10-20be sure to free "data" when finishing the output driverWarren Dukes1-1/+6
2004-10-20oops, accidently broke crossfading, fixed nowWarren Dukes1-1/+1
2004-10-20ok, now we're using some of the new audioOutput layer stuff, needs some serio...Warren Dukes1-0/+3
2004-10-20minor little changes to audio junkWarren Dukes1-1/+13
2004-10-20some work on the new audioOutput layerWarren Dukes1-118/+63
2004-09-08beginnings of ao audioOutput pluginWarren Dukes1-71/+24