summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-28pipe: new audio output plugin which runs a commandMichal Nazarewicz
2009-02-28decoder_list: print decoder list with suffixesMax Kellermann
2009-02-28listen: allocate sockaddr_storage struct for accept()Max Kellermann
2009-02-28client: use sockaddr_to_string()Max Kellermann
2009-02-28socket_util: unpack V4MAPPED addressesMax Kellermann
2009-02-28socket_util: added function sockaddr_to_string()Max Kellermann
2009-02-28update: use G_FILE_TEST_IS_REGULAR for archive filesMax Kellermann
2009-02-28update: don't update unchanged archiveMax Kellermann
2009-02-28directory: added "mtime" propertyMax Kellermann
2009-02-28update: moved code to update_archive_file()Max Kellermann
2009-02-27directory: moved DIRECTORY_* string constantsMax Kellermann
2009-02-27song_print: hide HTTP password in playlistMax Kellermann
2009-02-27client: removed duplicate "client" string from logMax Kellermann
2009-02-27update: print error when opendir() failsMax Kellermann
2009-02-27tag: don't accept invalid UTF-8 sequencesMax Kellermann
2009-02-27tag: make tag.num_items unsignedMax Kellermann
2009-02-27tag: no CamelCaseMax Kellermann
2009-02-27tag: make tag_equal() return boolMax Kellermann
2009-02-26player_thread: removed meaningless warning on output failureMax Kellermann
2009-02-26output_all: print a warning when all outputs are disabledMax Kellermann
2009-02-26output_all: removed "audio_outputs!=NULL" checkMax Kellermann
2009-02-26mvp: fixed default device detectionMax Kellermann
2009-02-26output_plugin: report errors with GErrorMax Kellermann
2009-02-26osx: use OSStatus and GetMacOSStatusCommentString()Max Kellermann
2009-02-26osx: start the audio device in the open() methodMax Kellermann
2009-02-26osx: removed commented codeMax Kellermann
2009-02-26osx: no CamelCaseMax Kellermann
2009-02-26output_thread: use the right audio_format in assert()Max Kellermann
2009-02-26shout: use config_get_block_unsigned()Max Kellermann
2009-02-26pulse: removed pa_simple!=NULL checksMax Kellermann
2009-02-26oss: moved code from oss_open() to oss_setup()Max Kellermann
2009-02-26oss: convert OSS_STAT_* to an enumMax Kellermann
2009-02-26oss: return bool instead of intMax Kellermann
2009-02-26oss: use unsigned integersMax Kellermann
2009-02-26oss: no CamelCaseMax Kellermann
2009-02-26mixer: Add "disabled" mixer_type.Avuton Olrich
2009-02-25cmdline: Alphabetical help order like other GNU projects.Avuton Olrich
2009-02-25cmdline: Add --no-config to explicitly set daemon default options.Avuton Olrich
2009-02-25alsa: fall back to 16 bit audioMax Kellermann
2009-02-25alsa: moved code from alsa_open() to alsa_setup()Max Kellermann
2009-02-25mvp: check for reopen errorsMax Kellermann
2009-02-25mvp: moved code to mvp_find_sample_rate()Max Kellermann
2009-02-25mvp: make the mvp_sample_rates array constMax Kellermann
2009-02-25mvp: fall back to 16 bit audio samplesMax Kellermann
2009-02-25mvp: fall back to stereoMax Kellermann
2009-02-25mvp: mvp_set_pcm_params() returns boolMax Kellermann
2009-02-25mvp: pass audio_format struct to mvp_set_pcm_params()Max Kellermann
2009-02-25mvp: removed big_endian parameter from mvp_set_pcm_params()Max Kellermann
2009-02-25mvp: use G_N_ELEMENTS(mvp_sample_rates)Max Kellermann
2009-02-25mvp: no CamelCaseMax Kellermann