Commit Graph

  • d97c7d6aae Clarify some very messy documentation in the installation. Avuton Olrich 2008-12-20 19:17:34 -08:00
  • 6821f2b774 Update the text of the GPLv2, this fixes the address and a few other oddities. Avuton Olrich 2008-12-20 19:02:09 -08:00
  • a6e981c08d doc: clarify "user" setting (starting as root / unprivileged) Max Kellermann 2008-12-20 17:37:12 +01:00
  • bfaaf425c2 log: map log level "SECURE" to GLib's "INFO" Max Kellermann 2008-12-20 17:26:49 +01:00
  • 5c0c66d676 MPD version 0.14~beta3 Avuton Olrich 2008-12-20 06:49:31 -08:00
  • c41fa6cf5e configure.ac: check lame availability before shout_mp3 test Max Kellermann 2008-12-17 17:16:24 +01:00
  • caf601199b configure.ac: disable shout when no encoder is found Max Kellermann 2008-12-17 16:57:48 +01:00
  • 213c021eac Remove useless statement. Emanuele Giaquinta 2008-12-17 16:39:19 +01:00
  • 5d56b6ced8 player_control: check if errored_song is set Max Kellermann 2008-12-17 16:46:12 +01:00
  • 13192546a8 playlist: clear pc.errored_song on delete Max Kellermann 2008-12-17 16:45:49 +01:00
  • 25c04a97d3 Remove useless computation. After the pthread_cond_wait loop there are at least MIN(od->bufferSize, size) free bytes in the buffer. Thus MIN(od->bufferSize - od->len, size) is always equal to MIN(od->bufferSize, size). Emanuele Giaquinta 2008-12-17 15:50:23 +01:00
  • c584d6b087 Remove useless statement, curpos is initialized at the beginning of the loop. Emanuele Giaquinta 2008-12-17 15:49:41 +01:00
  • c36a6b0aee Factor computation. Emanuele Giaquinta 2008-12-17 15:49:14 +01:00
  • a4f0c7b457 Use MIN. Emanuele Giaquinta 2008-12-17 15:48:12 +01:00
  • df80ae86ee Call CloseComponent after AudioUnitUninitialize. Emanuele Giaquinta 2008-12-17 15:47:13 +01:00
  • 37796699cf archiveapi: archive plugin for ISO files Viliam Mateicka 2008-12-16 21:48:26 +01:00
  • ddcf0a4078 archiveapi: archive plugin for ZIP files Viliam Mateicka 2008-12-16 21:46:11 +01:00
  • 98fd9b7da8 archiveapi: archive plugin for BZ2 files Viliam Mateicka 2008-12-16 21:45:59 +01:00
  • 77946a901f update: adding archive updating related code Viliam Mateicka 2008-12-16 21:42:42 +01:00
  • 455b39fa26 song: adding support for songs in archives Viliam Mateicka 2008-12-16 21:42:42 +01:00
  • 4d604a7540 ls: adding get_archive_by_suffix() function Viliam Mateicka 2008-12-16 21:42:42 +01:00
  • c73ebac4af new archive api, input_archive stream Viliam Mateicka 2008-12-16 21:42:34 +01:00
  • f5bbb2b819 man: document Unix domain socket configuration in the manual Max Kellermann 2008-12-16 21:31:52 +01:00
  • 5aa1afe693 command: reject unsupported URI schemes Max Kellermann 2008-12-16 21:23:29 +01:00
  • c50115f9a2 ls: added uri_has_scheme() Max Kellermann 2008-12-16 21:22:10 +01:00
  • e0be4400cf ls: don't return suffix from parent directory name Max Kellermann 2008-12-16 21:22:08 +01:00
  • b765c62f2f ls: reimplement getSuffix() with strrchr() Max Kellermann 2008-12-16 21:20:09 +01:00
  • d0024c077d ls: use bool Max Kellermann 2008-12-16 21:18:33 +01:00
  • 1d82edc6d3 ls: make printRemoteUrlHandlers() return void Max Kellermann 2008-12-16 21:18:31 +01:00
  • 3287726736 ls: removed isValidRemoteUtf8Url() Max Kellermann 2008-12-16 21:15:20 +01:00
  • 3d4fb9a9a6 ls: don't include time.h Max Kellermann 2008-12-16 21:05:02 +01:00
  • 88ab54d3d4 ffmpeg: fixing ffmpeg_send_packet to allow multipackets Viliam Mateicka 2008-12-15 18:35:34 +01:00
  • 8a412aaa27 ffmpeg: adding APE support Viliam Mateicka 2008-12-15 19:34:58 +01:00
  • 9deecd219e configure.ac: added libcurl to configure summary jefromi 2008-12-14 22:05:06 +01:00
  • dedaf7033b locate: ignore case when searching in song paths Max Kellermann 2008-12-13 01:54:11 +01:00
  • 01c591fb84 utils: moving stringFoundInStringArray() from decoder into utils Viliam Mateicka 2008-12-09 17:36:10 +01:00
  • 0dab2c5bc1 ao: use 16 bit sample format Max Kellermann 2008-12-09 07:39:24 +01:00
  • 4288cc069a osx: use 16 bit sample format Max Kellermann 2008-12-08 23:23:37 +01:00
  • a4512d3b9a osx: use GLib instead of utils.h/log.h Max Kellermann 2008-12-08 23:23:30 +01:00
  • b0f46c2076 osx: don't use void pointer in arithmetic Max Kellermann 2008-12-08 23:23:28 +01:00
  • 87f6f57bf6 mp3: declare variables as "enum mp3_action" Max Kellermann 2008-12-08 16:49:19 +01:00
  • a25b8acd82 update: default to follow all symlinks Avuton Olrich 2008-12-08 09:00:38 +01:00
  • 5b11d5a332 pcm_utils: always round up resampling buffer size Max Kellermann 2008-12-08 08:58:27 +01:00
  • 0128a9e910 stored_playlist: include time.h for the time_t type Max Kellermann 2008-12-04 23:19:31 +01:00
  • e61ba50ebd decoder: audiofile plugin using input stream instead of file Viliam Mateicka 2008-12-03 20:26:08 +01:00
  • fe6292fa5c MPD version 0.14~beta2 Avuton Olrich 2008-12-02 20:01:50 -08:00
  • b84f20257a NEWS: added new features Max Kellermann 2008-12-02 19:15:41 +01:00
  • 00ca5be362 AUTHORS: added Avuton Olrich, Eric Wollesen Max Kellermann 2008-12-02 18:55:05 +01:00
  • 6902ff2084 listen: check if AI_ADDRCONFIG is defined Max Kellermann 2008-12-02 10:23:36 +01:00
  • ac0af91912 listen: enable AI_PASSIVE Max Kellermann 2008-12-02 10:22:21 +01:00
  • c06ce44768 replaced mpd_printf etc by G_GNUC_PRINTF Thomas Jansen 2008-12-02 03:00:02 +01:00
  • e6ae40982e replaced mpd_noreturn by G_GNUC_NORETURN Thomas Jansen 2008-12-02 02:42:19 +01:00
  • c252143d51 replaced mpd_malloc by G_GNUC_MALLOC Thomas Jansen 2008-12-02 02:33:24 +01:00
  • 2720585731 replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELY Thomas Jansen 2008-12-02 02:22:43 +01:00
  • 4ca24f22f1 alsa: reverted the default buffer_time to 500 ms Max Kellermann 2008-12-01 22:37:05 +01:00
  • 7e568faa4d AUTHORS: moved inactive developers Max Kellermann 2008-11-30 16:00:35 +01:00
  • b0d95df39b AUTHORS: removed pseudonyms Max Kellermann 2008-11-30 15:59:50 +01:00
  • c9b866dcaa AUTHORS: removed mp4ff copyright Max Kellermann 2008-11-30 15:59:48 +01:00
  • f600f4a256 shout: fixed the lame input buffer allocation Max Kellermann 2008-11-30 14:25:56 +01:00
  • a7b692a1df shout_mp3: cast input buffer to int16_t* Max Kellermann 2008-11-30 14:21:40 +01:00
  • 655ba6a637 input_curl: follow HTTP redirects Max Kellermann 2008-11-30 13:06:21 +01:00
  • 422c17ceae input_curl: send a User-Agent header Max Kellermann 2008-11-30 13:06:18 +01:00
  • 5b089f85fd update: added options which control symlink behaviour Raphaël Rigo 2008-11-28 10:57:39 +01:00
  • 011855d22b INSTALL: documented pkg-config usage Max Kellermann 2008-11-27 19:43:53 +01:00
  • ced4abcd64 update: added update_global_init() and update_global_finish() Max Kellermann 2008-11-27 19:34:54 +01:00
  • bd0653f440 conf: added config_get_bool() Max Kellermann 2008-11-27 19:19:34 +01:00
  • 910c000954 mp3: use GLib logging Max Kellermann 2008-11-27 19:19:05 +01:00
  • 21dade26aa input_curl: disable Icy-Metadata Max Kellermann 2008-11-25 18:13:15 +01:00
  • d85184256e main: destroy the save_state timer on exit Max Kellermann 2008-11-25 17:55:04 +01:00
  • 7918785c78 output: use GLib instead of log.h/util.h Max Kellermann 2008-11-25 17:47:46 +01:00
  • 0277921e6a oss: use GLib instead of utils.h/log.h Max Kellermann 2008-11-25 17:43:28 +01:00
  • b76f7b769c mvp: use GLib instead of utils.h/log.h Max Kellermann 2008-11-25 17:37:12 +01:00
  • be60ff83f7 shout: use GLib instead of utils.h/log.h Max Kellermann 2008-11-25 17:25:41 +01:00
  • 125dad7119 shout: don't check HAVE_SHOUT Max Kellermann 2008-11-25 17:19:42 +01:00
  • fd1144145c player: set elapsed=0 at song change Marc Pavot 2008-11-25 16:19:53 +01:00
  • c570aa20fa ao: print error message when ao_open_live() fails Max Kellermann 2008-11-25 16:18:06 +01:00
  • 423276a384 ao: support all libao error codes Max Kellermann 2008-11-25 16:17:48 +01:00
  • ffc604498e ao: use GLib instead of utils.h/log.h Max Kellermann 2008-11-25 16:10:01 +01:00
  • bc55d8d78e decoder: added missing glib.h include Max Kellermann 2008-11-25 15:12:00 +01:00
  • 2555176854 tag_id3.h: replaced mpd_unused by G_GNUC_UNUSED Thomas Jansen 2008-11-24 14:57:30 +01:00
  • bc74503a69 command.c: replaced mpd_unused by G_GNUC_UNUSED Thomas Jansen 2008-11-24 14:55:32 +01:00
  • 843ed730c0 client.c: replaced mpd_unused by G_GNUC_UNUSED Thomas Jansen 2008-11-24 14:48:32 +01:00
  • b9fefc4564 player_thread.c: replaced mpd_unused by G_GNUC_UNUSED Thomas Jansen 2008-11-24 14:47:44 +01:00
  • 3742cf3abb update.c: replaced mpd_unused by G_GNUC_UNUSED Thomas Jansen 2008-11-24 14:46:10 +01:00
  • 02273d96c3 sig_handlers.c: replaced mpd_unused by G_GNUC_UNUSED Thomas Jansen 2008-11-24 14:45:32 +01:00
  • 87751ddbd0 pcm_resample_fallback.c: replaced mpd_unused by G_GNUC_UNUSED Thomas Jansen 2008-11-24 14:44:17 +01:00
  • 34b1a9061e dbUtils.c: replaced mpd_unused by G_GNUC_UNUSED Thomas Jansen 2008-11-24 14:42:47 +01:00
  • 3d258504a1 decoder_thread.c: replaced mpd_unused by G_GNUC_UNUSED Thomas Jansen 2008-11-24 14:41:53 +01:00
  • f7d995f807 zeroconf.c: replaced mpd_unused by G_GNUC_UNUSED Thomas Jansen 2008-11-24 14:40:40 +01:00
  • b31b334ba6 input_file.c: replaced mpd_unused by G_GNUC_UNUSED Thomas Jansen 2008-11-24 14:33:46 +01:00
  • f0e621bcdb input_curl.c: replaced mpd_unused by G_GNUC_UNUSED Thomas Jansen 2008-11-24 14:33:25 +01:00
  • 7c7b0431fe decoder_api.c: replaced mpd_unused by G_GNUC_UNUSED Thomas Jansen 2008-11-24 14:32:53 +01:00
  • c6a63f1397 main_notify.c: replaced mpd_unused by G_GNUC_UNUSED Thomas Jansen 2008-11-24 14:32:02 +01:00
  • 14e121af90 flac, mpc, ogg, wavpack: include unistd.h for SEEK_SET Max Kellermann 2008-11-24 10:33:08 +01:00
  • acbfba0698 player: disable music_pipe_check_format() Max Kellermann 2008-11-23 22:16:54 +01:00
  • 29dd5b4aa5 MPD version 0.14~beta1 Avuton Olrich 2008-11-23 12:53:43 -08:00
  • a27a063691 command: added documentation for idle subscriptions Marc Pavot 2008-11-23 18:48:11 +01:00
  • fa7a2f0ccc Makefile.am: include protocol.xml in source tarball Max Kellermann 2008-11-23 18:48:08 +01:00
  • 116662e5a9 update: fixed shadow warning on "basename" Max Kellermann 2008-11-22 14:57:08 +01:00
  • d9b3efa6a1 autogen.sh: removed libtoolize Max Kellermann 2008-11-22 14:57:06 +01:00