aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: added the --enable-sqlite optionMax Kellermann2009-01-121-0/+2
* Makefile.am: moved C/CPP/LDFLAGS upMax Kellermann2009-01-111-26/+26
* removing mixer_reconfigure memmory leak, fixing configure of alsa and oss mix...Viliam Mateicka2009-01-115-9/+32
* command: restore the "playlistinfo -1" behaviorMax Kellermann2009-01-111-0/+8
* main: remove "save_state" timer event on exitMax Kellermann2009-01-101-1/+4
* client: remove "expire" event on exitMax Kellermann2009-01-101-0/+3
* event_pipe: remove the GLib source from the main contextMax Kellermann2009-01-101-1/+5
* listen: remove the socket source from the main contextMax Kellermann2009-01-101-2/+5
* listen: added struct listen_socketMax Kellermann2009-01-101-16/+19
* main: deinitialize main_notify on exitMax Kellermann2009-01-101-0/+1
* Introducing mixer apiViliam Mateicka2009-01-107-90/+186
* playlist: pass unsigned integers to playlistInfo()Max Kellermann2009-01-103-25/+42
* playlist: exclude end of rangeMax Kellermann2009-01-102-2/+2
* command: playlistinfo now uses a range argument rather than just a song idThomas Jansen2009-01-103-6/+12
* command: add a parser for range argumentsThomas Jansen2009-01-101-0/+48
* added missing explicit config.h includesMax Kellermann2009-01-0818-11/+19
* mapper: use directory_is_root() instead of isRootDirectory()Max Kellermann2009-01-081-3/+2
* path: include cleanupMax Kellermann2009-01-082-2/+0
* update: removed one more stack bufferMax Kellermann2009-01-081-4/+2
* path: allocate buffer in fs_charset conversion functionsMax Kellermann2009-01-086-46/+55
* update: include config.h, fix archive codeMax Kellermann2009-01-081-6/+9
* mapper: re-add character set conversion in map_uri_fs()Stepan Pologov2009-01-081-0/+6
* update: save the database even if it is emptyMax Kellermann2009-01-082-1/+13
* pcm_resample: use pcm_buffer (2/2)Max Kellermann2009-01-083-18/+14
* pcm_resample: use pcm_buffer (1/2)Max Kellermann2009-01-085-58/+76
* pcm_channels: use pcm_bufferMax Kellermann2009-01-074-28/+30
* pcm_format: use the pcm_buffer libraryMax Kellermann2009-01-074-41/+39
* pcm_buffer: new library for temporary buffersMax Kellermann2009-01-071-0/+74
* output: join the output thread after sending the KILL commandMax Kellermann2009-01-072-2/+6
* output: deinitialize notify objectMax Kellermann2009-01-071-0/+2
* mapper: don't allocate music_dir twiceMax Kellermann2009-01-071-1/+0
* pcm: added pcm_convert_deinit(), pcm_resample_deinit()Max Kellermann2009-01-078-2/+29
* pcm_volume: changed PCM_VOLUME_1 to 1024Max Kellermann2009-01-071-1/+1
* pcm: pass void pointers to PCM functionsMax Kellermann2009-01-076-12/+11
* Makefile.am: added mixer_api.h to mpd_headersMax Kellermann2009-01-071-0/+1
* pcm_utils: moved conversion code to pcm_convert.cMax Kellermann2009-01-078-36/+53
* pcm_format: pass struct pcm_dither_24 to pcm_convert_to_16()Max Kellermann2009-01-073-6/+6
* pcm_utils: moved code to pcm_format.cMax Kellermann2009-01-074-126/+187
* pcm_volume: rename pcm_dither() to pcm_volume_dither()Max Kellermann2009-01-073-7/+13
* pcm_prng: renamed prng() to pcm_prng()Max Kellermann2009-01-073-3/+4
* pcm_utils: moved code to pcm_mix.cMax Kellermann2009-01-076-93/+151
* pcm_utils: moved code to pcm_volume.cMax Kellermann2009-01-079-109/+171
* pcm_utils: export pcm_range()Max Kellermann2009-01-072-14/+16
* removed dlist.hMax Kellermann2009-01-072-485/+0
* curl: use GQueue instead of dlist.h for buffer listMax Kellermann2009-01-071-69/+138
* client: use GList instead of dlist.hMax Kellermann2009-01-071-37/+47
* input_curl: disable "seekable" when icy-metadata is enabledMax Kellermann2009-01-071-1/+1
* locate: fix strcmp() return value checkMax Kellermann2009-01-051-1/+1
* fix G_BYTE_ORDER checkMax Kellermann2009-01-054-4/+4
* configure.ac: use AC_CHECK_HEADERS to check for locale.hMax Kellermann2009-01-051-2/+2