aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* pipe: new audio output plugin which runs a commandMichal Nazarewicz2009-02-282-0/+114
* decoder_list: print decoder list with suffixesMax Kellermann2009-02-283-28/+11
* listen: allocate sockaddr_storage struct for accept()Max Kellermann2009-02-281-4/+5
* client: use sockaddr_to_string()Max Kellermann2009-02-283-47/+9
* socket_util: unpack V4MAPPED addressesMax Kellermann2009-02-281-0/+20
* socket_util: added function sockaddr_to_string()Max Kellermann2009-02-282-0/+101
* update: use G_FILE_TEST_IS_REGULAR for archive filesMax Kellermann2009-02-281-1/+6
* update: don't update unchanged archiveMax Kellermann2009-02-281-1/+6
* directory: added "mtime" propertyMax Kellermann2009-02-283-3/+17
* update: moved code to update_archive_file()Max Kellermann2009-02-281-31/+50
* directory: moved DIRECTORY_* string constantsMax Kellermann2009-02-273-7/+9
* song_print: hide HTTP password in playlistMax Kellermann2009-02-273-1/+52
* client: removed duplicate "client" string from logMax Kellermann2009-02-271-14/+14
* update: print error when opendir() failsMax Kellermann2009-02-271-2/+7
* tag: don't accept invalid UTF-8 sequencesMax Kellermann2009-02-271-5/+27
* tag: make tag.num_items unsignedMax Kellermann2009-02-273-16/+6
* tag: no CamelCaseMax Kellermann2009-02-2713-65/+60
* tag: make tag_equal() return boolMax Kellermann2009-02-272-13/+13
* player_thread: removed meaningless warning on output failureMax Kellermann2009-02-261-5/+0
* output_all: print a warning when all outputs are disabledMax Kellermann2009-02-261-1/+7
* output_all: removed "audio_outputs!=NULL" checkMax Kellermann2009-02-261-3/+0
* mvp: fixed default device detectionMax Kellermann2009-02-261-1/+1
* output_plugin: report errors with GErrorMax Kellermann2009-02-2613-255/+443
* osx: use OSStatus and GetMacOSStatusCommentString()Max Kellermann2009-02-261-15/+24
* osx: start the audio device in the open() methodMax Kellermann2009-02-261-17/+8
* osx: removed commented codeMax Kellermann2009-02-261-23/+2
* osx: no CamelCaseMax Kellermann2009-02-261-89/+85
* output_thread: use the right audio_format in assert()Max Kellermann2009-02-261-1/+1
* shout: use config_get_block_unsigned()Max Kellermann2009-02-261-6/+3
* pulse: removed pa_simple!=NULL checksMax Kellermann2009-02-261-10/+2
* oss: moved code from oss_open() to oss_setup()Max Kellermann2009-02-261-13/+26
* oss: convert OSS_STAT_* to an enumMax Kellermann2009-02-261-10/+15
* oss: return bool instead of intMax Kellermann2009-02-261-10/+10
* oss: use unsigned integersMax Kellermann2009-02-261-14/+9
* oss: no CamelCaseMax Kellermann2009-02-262-109/+127
* mixer: Add "disabled" mixer_type.Avuton Olrich2009-02-262-0/+4
* cmdline: Alphabetical help order like other GNU projects.Avuton Olrich2009-02-251-6/+6
* cmdline: Add --no-config to explicitly set daemon default options.Avuton Olrich2009-02-251-2/+7
* alsa: fall back to 16 bit audioMax Kellermann2009-02-251-3/+8
* alsa: moved code from alsa_open() to alsa_setup()Max Kellermann2009-02-251-32/+49
* mvp: check for reopen errorsMax Kellermann2009-02-251-2/+7
* mvp: moved code to mvp_find_sample_rate()Max Kellermann2009-02-251-9/+17
* mvp: make the mvp_sample_rates array constMax Kellermann2009-02-251-1/+1
* mvp: fall back to 16 bit audio samplesMax Kellermann2009-02-251-1/+5
* mvp: fall back to stereoMax Kellermann2009-02-251-1/+5
* mvp: mvp_set_pcm_params() returns boolMax Kellermann2009-02-251-9/+14
* mvp: pass audio_format struct to mvp_set_pcm_params()Max Kellermann2009-02-251-13/+23
* mvp: removed big_endian parameter from mvp_set_pcm_params()Max Kellermann2009-02-251-16/+3
* mvp: use G_N_ELEMENTS(mvp_sample_rates)Max Kellermann2009-02-251-5/+2
* mvp: no CamelCaseMax Kellermann2009-02-252-36/+40