aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tag: convert ignore_tag_items to a bool arrayMax Kellermann2009-03-013-8/+8
* tag: added API documentationMax Kellermann2009-03-011-0/+65
* tag: no CamelCaseMax Kellermann2009-03-014-15/+15
* use GLIB_CHECK_VERSION()Max Kellermann2009-03-013-4/+4
* volume: throttle access to hardware mixersMax Kellermann2009-02-281-1/+24
* output: use GTimer instead of time_t for reopen after failureMax Kellermann2009-02-286-16/+35
* output: added option to disable audio outputs by defaultMax Kellermann2009-02-282-1/+2
* audiofile: removed duplicate decoder_get_command() callsMax Kellermann2009-02-281-12/+16
* audiofile: refuse to play non-seekable filesMax Kellermann2009-02-281-0/+5
* audiofile: no CamelCaseMax Kellermann2009-02-281-9/+9
* Merge branch 'master' of git://git.musicpd.org/avuton/mpdMax Kellermann2009-02-281-103/+111
|\
| * configure: don't fail if pipe_output is the only output plugin.Avuton Olrich2009-02-281-0/+1
| * configure: move id3 and lame to 'Other Features'Avuton Olrich2009-02-281-12/+12
| * configure: don't fail if mp4 is the only enabled input plugin.Avuton Olrich2009-02-281-0/+1
| * configure: move the configure status stuff in alphabetical order.Avuton Olrich2009-02-281-105/+105
| * pipe: Fix wording in configure and add configure status.Avuton Olrich2009-02-281-1/+7
* | test: added test program which reads tags from a fileMax Kellermann2009-02-283-1/+183
* | tag: moved APE code to tag_ape.cMax Kellermann2009-02-286-122/+179
|/
* pipe: new audio output plugin which runs a commandMichal Nazarewicz2009-02-286-0/+142
* decoder_list: print decoder list with suffixesMax Kellermann2009-02-283-28/+11
* listen: allocate sockaddr_storage struct for accept()Max Kellermann2009-02-282-4/+6
* 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-283-0/+103
* 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-274-1/+53
* 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-262-1/+2
* 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