aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* audio_format: allow up to 8 channelsMax Kellermann2009-03-021-1/+1
* directory: directory_load() returns GErrorMax Kellermann2009-03-023-19/+53
* database: db_load() returns GErrorMax Kellermann2009-03-023-17/+48
* database: no CamelCaseMax Kellermann2009-03-021-16/+15
* pcm_volume: return boolMax Kellermann2009-03-025-13/+25
* pcm_volume: no CamelCaseMax Kellermann2009-03-011-5/+5
* audio_parser: added API documentationMax Kellermann2009-03-011-2/+12
* crossfade: fix doxygen tagMax Kellermann2009-03-011-1/+1
* flac: parse stream tagsMax Kellermann2009-03-013-2/+20
* listen: return GError on "unix path too long"Max Kellermann2009-03-011-2/+5
* listen: removed unused macro BINDERROR()Max Kellermann2009-03-011-6/+0
* output_init: removed getBlockParam()Max Kellermann2009-03-011-18/+20
* output_init: return GError on errorMax Kellermann2009-03-013-32/+28
* output_init: moved code to audio_output_detect()Max Kellermann2009-03-011-16/+26
* audiofile: added 24 bit supportMax Kellermann2009-03-012-1/+9
* output: removed duplicate debug messages from pluginsMax Kellermann2009-03-014-16/+0
* output_thread: log audio format in a debug messageMax Kellermann2009-03-011-0/+16
* decoder_api: log audio format in a debug messageMax Kellermann2009-03-011-0/+14
* listen: fix windows specific codeMax Kellermann2009-03-011-5/+8
* socket_util: include ws2tcpip.h for getnameinfo()Max Kellermann2009-03-011-0/+4
* daemon: disable daemonize_detach() on WIN32Max Kellermann2009-03-011-1/+3
* configure.ac: make "xmlto" optionalMax Kellermann2009-03-012-7/+15
* Makefile.am: fixed xmlto output pathMax Kellermann2009-03-011-1/+1
* 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