Commit Graph

  • 9ddfd9aa50 git-svn-id: https://svn.musicpd.org/mpd/trunk@210 09075e82-0dd4-0310-85a5-a0d7c8717e4f Warren Dukes 2004-03-05 19:43:16 +0000
  • 936d53bc61 make a set of nested if statements less ambigous Warren Dukes 2004-03-05 19:05:23 +0000
  • 7dd33a490b make chunk_size 1020, so its divisible for 8,16,24, and 32-bit audio Warren Dukes 2004-03-05 16:06:13 +0000
  • 09efb14dbb fix crossfading issue with ogg problem was, ov_read doesn't always fill to CHUNK_SIZE and we were moving chunk on every ov_read, instead now we only dump the buffer when its full Warren Dukes 2004-03-05 16:02:47 +0000
  • 8b214b7c8c fix a minor issue! Warren Dukes 2004-03-05 14:39:51 +0000
  • a8d3895e32 fix a booboo Warren Dukes 2004-03-05 13:25:39 +0000
  • 1cf07bfa40 skip over all bad frames Warren Dukes 2004-03-05 13:06:31 +0000
  • 170824db8c put it back the way it was Warren Dukes 2004-03-05 13:01:58 +0000
  • cc23d2e7e9 mute all frames that are "SKIP"'d Warren Dukes 2004-03-05 12:59:29 +0000
  • db82d2fc8c lets SKIP all recorable stream errors Warren Dukes 2004-03-05 12:48:57 +0000
  • 4e4faf6174 see if we can skip past tags Warren Dukes 2004-03-05 01:29:08 +0000
  • 124854ff51 obotomize mixing a bit Warren Dukes 2004-03-05 00:19:02 +0000
  • 92692c0249 cleanup a few errors when compiling libmad and libid3tag Warren Dukes 2004-03-04 23:29:20 +0000
  • e2d2baece9 update to 0.15.1 of libmad and libid3tag Warren Dukes 2004-03-04 23:19:57 +0000
  • 7be523c015 clean up a bit Warren Dukes 2004-03-04 20:50:32 +0000
  • 4893e94dae git-svn-id: https://svn.musicpd.org/mpd/trunk@194 09075e82-0dd4-0310-85a5-a0d7c8717e4f Warren Dukes 2004-03-04 20:45:49 +0000
  • 0d22fa6e64 ok, don't use AC_CHECK_LIBM, just use my own homebrewed version Warren Dukes 2004-03-03 18:17:14 +0000
  • 0a79b8a808 use AC_CHECK_LIBM instead Warren Dukes 2004-03-03 18:09:48 +0000
  • afa0cd7883 check to see if we need -lm Warren Dukes 2004-03-03 17:57:55 +0000
  • ac2be01374 fix gcc-2.95 compilation errors Warren Dukes 2004-03-03 00:01:43 +0000
  • 4aec92fd6e rewrite error message for wrong number of config args Warren Dukes 2004-03-02 20:55:00 +0000
  • 1a50453541 password, not passwd, in examples Warren Dukes 2004-03-02 20:33:12 +0000
  • 0f4f4fd3db git-svn-id: https://svn.musicpd.org/mpd/trunk@168 09075e82-0dd4-0310-85a5-a0d7c8717e4f Warren Dukes 2004-03-02 18:50:15 +0000
  • afbae2e6a4 don't use automake-1.8 Warren Dukes 2004-03-02 13:12:20 +0000
  • 4904e64ff1 autogen.sh runs configure now Warren Dukes 2004-03-02 12:43:28 +0000
  • d114e1fdd6 update with additional oss volume bug fix Warren Dukes 2004-03-01 13:49:38 +0000
  • ce2c6845a2 memset erroredFile to 0 Warren Dukes 2004-03-01 03:35:52 +0000
  • e742f2be2c fix a typecast Warren Dukes 2004-03-01 03:34:01 +0000
  • f515692aa9 fix a bug where getting OS Mixer volume may fail, and we were closing the fd, but didn't mark anything indicated the fd was close, so chaos ensued. Here, we just remove the close() statement and assume it was just a fluke!! Warren Dukes 2004-02-29 08:37:21 +0000
  • 41b63bbe47 fix a stupid bug where i was storing the decode_pid directorly from fork() call, and since decode_pid is shared now, it may get assigned zero after the parent assigns it the true pid, not good!! Warren Dukes 2004-02-29 08:10:52 +0000
  • cfd0e18dc4 fix some errors with short and long Warren Dukes 2004-02-28 14:38:55 +0000
  • fe9f236b4f update Warren Dukes 2004-02-27 23:57:44 +0000
  • 821355361c audio cleanups Warren Dukes 2004-02-27 23:13:26 +0000
  • 5622edbc98 cleanup audio code some Warren Dukes 2004-02-27 23:05:56 +0000
  • 8b19235b61 put decode_pid in shared mem, so if player process dies, the master can still kill the decode process. Warren Dukes 2004-02-27 22:25:06 +0000
  • ad4246d6cb add db_playtime to stats Warren Dukes 2004-02-27 15:40:54 +0000
  • 79effd62e1 display db_playtime in stats Warren Dukes 2004-02-27 15:39:19 +0000
  • a78c5e4aea crossfade should always be displayed in status Warren Dukes 2004-02-27 01:38:18 +0000
  • 542becf344 update docs with changes to status and crossfade Warren Dukes 2004-02-27 01:37:17 +0000
  • 9b1c550597 add xfade and audio to status, remove crossfade no args options Warren Dukes 2004-02-27 01:35:23 +0000
  • ce1d377d69 update listall and listallinfo commands Warren Dukes 2004-02-26 03:48:59 +0000
  • 5262a06659 update changelog for 0.10.0 update add command info to include dir support update mpd.1 and conf example to include ~ support Warren Dukes 2004-02-26 03:36:04 +0000
  • 1adca2abd2 add bitrate reporting to flac Warren Dukes 2004-02-26 03:21:24 +0000
  • 9d4bc4efea finally found the segfault, it occurs with random and repeat on, in queueNextSong() was doing randomizeOrder(0,playlist.length) instead of playlist.length-1 Warren Dukes 2004-02-25 22:00:21 +0000
  • 8edc416344 some more cleanups Warren Dukes 2004-02-25 21:10:56 +0000
  • e1c839cd56 cleanup logging, need to be careful with SECURE and DEBUG Warren Dukes 2004-02-25 19:13:10 +0000
  • 483d8873bd few cleanups Warren Dukes 2004-02-25 18:56:12 +0000
  • e4f265b2fc be more careful with string manipulations, use strncpy as much as possible Warren Dukes 2004-02-25 18:46:41 +0000
  • ca3068d411 a few more cleanups, use memcpy instead of strncpy Warren Dukes 2004-02-25 18:42:47 +0000
  • 1e9b166574 some cleanups for utf8 in playerSeek and using strncpy for copying filenames Warren Dukes 2004-02-25 18:29:39 +0000
  • 46c66a2a3e a few cleanups Warren Dukes 2004-02-25 17:53:48 +0000
  • 1ff1230680 update TODO Warren Dukes 2004-02-25 13:55:47 +0000
  • c10807c276 use "$@" instead of "$*" Warren Dukes 2004-02-25 04:53:30 +0000
  • 991eb52bcf update with vol range Warren Dukes 2004-02-25 04:10:16 +0000
  • 8e08f9b078 oops, forgot to call utf8ToFsCharset when opening flac files for Metadata Warren Dukes 2004-02-25 01:31:52 +0000
  • 5af6fa2acc update pause command docs, and not how much each command changes playlist version by Warren Dukes 2004-02-25 00:14:27 +0000
  • aaf4282654 have pause take an optional arugment Warren Dukes 2004-02-25 00:08:48 +0000
  • 068d307a71 make ~ work for paths Warren Dukes 2004-02-24 21:20:16 +0000
  • 71a48f07bc add copyright notices to files Warren Dukes 2004-02-24 17:06:14 +0000
  • c07536beca update with new commands Warren Dukes 2004-02-24 16:48:52 +0000
  • 8a8f1f2d18 update config file example Warren Dukes 2004-02-24 16:38:46 +0000
  • 138aa54df3 make changes suggested by ruran Warren Dukes 2004-02-24 16:16:54 +0000
  • 0058dbc4e8 updated for 0.10.0 Warren Dukes 2004-02-24 06:14:16 +0000
  • ae2b3fcd8d update installtion and authors for 0.10.0 Warren Dukes 2004-02-24 02:43:09 +0000
  • 636f83dc7b deprecate volume and add setvol Warren Dukes 2004-02-24 01:37:42 +0000
  • d35747a40c import from SF CVS Warren Dukes 2004-02-23 23:41:20 +0000