aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* update: print error when opendir() failsMax Kellermann2009-02-27
* tag: don't accept invalid UTF-8 sequencesMax Kellermann2009-02-27
* tag: make tag.num_items unsignedMax Kellermann2009-02-27
* tag: no CamelCaseMax Kellermann2009-02-27
* tag: make tag_equal() return boolMax Kellermann2009-02-27
* player_thread: removed meaningless warning on output failureMax Kellermann2009-02-26
* output_all: print a warning when all outputs are disabledMax Kellermann2009-02-26
* output_all: removed "audio_outputs!=NULL" checkMax Kellermann2009-02-26
* mvp: fixed default device detectionMax Kellermann2009-02-26
* output_plugin: report errors with GErrorMax Kellermann2009-02-26
* osx: use OSStatus and GetMacOSStatusCommentString()Max Kellermann2009-02-26
* osx: start the audio device in the open() methodMax Kellermann2009-02-26
* osx: removed commented codeMax Kellermann2009-02-26
* osx: no CamelCaseMax Kellermann2009-02-26
* output_thread: use the right audio_format in assert()Max Kellermann2009-02-26
* shout: use config_get_block_unsigned()Max Kellermann2009-02-26
* pulse: removed pa_simple!=NULL checksMax Kellermann2009-02-26
* oss: moved code from oss_open() to oss_setup()Max Kellermann2009-02-26
* oss: convert OSS_STAT_* to an enumMax Kellermann2009-02-26
* oss: return bool instead of intMax Kellermann2009-02-26
* oss: use unsigned integersMax Kellermann2009-02-26
* oss: no CamelCaseMax Kellermann2009-02-26
* mixer: Add "disabled" mixer_type.Avuton Olrich2009-02-26
* cmdline: Alphabetical help order like other GNU projects.Avuton Olrich2009-02-25
* cmdline: Add --no-config to explicitly set daemon default options.Avuton Olrich2009-02-25
* alsa: fall back to 16 bit audioMax Kellermann2009-02-25
* alsa: moved code from alsa_open() to alsa_setup()Max Kellermann2009-02-25
* 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: audio_output_init() returns boolMax Kellermann2009-02-25
* output: set a GLib log domainMax Kellermann2009-02-25
* fifo: return bool valuesMax Kellermann2009-02-25
* fifo: no CamelCaseMax Kellermann2009-02-25
* fifo: removed timer!=NULL checksMax Kellermann2009-02-25
* ao: no CamelCaseMax Kellermann2009-02-25
* ao: removed AoData.device!=NULL checksMax Kellermann2009-02-25
* ao: removed implementation of method cancel()Max Kellermann2009-02-25
* output_plugin: don't pass audio_output object to method init()Max Kellermann2009-02-25
* output_api: removed audio_output_get_name()Max Kellermann2009-02-25
* ls: moved generic URI utilities to uri.cMax Kellermann2009-02-25
* vorbis_encoder: vorbis_encoder_clear() returns voidMax Kellermann2009-02-24
* jack: initialize local variable "space"Max Kellermann2009-02-24