Commit Graph

  • 6a77e60c70 now player and decoder processes should only exit() when receiving term signal from their respective parent processes Warren Dukes 2005-03-08 00:17:33 +0000
  • 3764b06083 hopefully replaygain now works for musepack Warren Dukes 2005-03-07 01:30:29 +0000
  • 01b708bc13 add support for parsing ape tags in musepack files Warren Dukes 2005-03-07 00:51:21 +0000
  • 32a1f952e8 fix stateFile path getting garbled Warren Dukes 2005-03-06 20:04:50 +0000
  • 522bb6b61f update usage and mpd man page to indicate that we now require a config file Warren Dukes 2005-03-06 19:03:25 +0000
  • 586a21688f config file change! now 'port' is optional and 'db_file' is required! also, should have better error reporting when failing to open playlist or music directory's, or writing the db, etc Warren Dukes 2005-03-06 19:00:58 +0000
  • d60c37f1f9 sample config file example Warren Dukes 2005-03-06 04:27:19 +0000
  • 8cea9bf485 todo cleanup Warren Dukes 2005-03-06 01:21:15 +0000
  • 014b138860 todo update Warren Dukes 2005-03-06 01:06:03 +0000
  • 394a4862b4 todo update Warren Dukes 2005-03-05 22:25:31 +0000
  • 3bdee55217 added composer, performer, and comment metadata items Warren Dukes 2005-03-05 22:24:10 +0000
  • 4b016cafa1 wee bit of code cleanup Warren Dukes 2005-03-05 21:09:32 +0000
  • 8e634b8237 don't need the extra snd_pcm_prepare after _drop Warren Dukes 2005-03-05 21:07:09 +0000
  • 8004ae341f more alsa work Warren Dukes 2005-03-05 20:51:36 +0000
  • b94fa9c949 set buffer_before_play default to 0% Warren Dukes 2005-03-05 19:22:13 +0000
  • 93902434d7 mpdconf.example should be installed in the docs directory also Avuton Olrich 2005-03-05 17:52:25 +0000
  • a653bd76d4 Update the configure.ac to allow only compiling with ALSA output plugin Avuton Olrich 2005-03-05 17:34:40 +0000
  • 99b28b12b6 this seemed to help a bit with the blip's on next Warren Dukes 2005-03-05 14:45:27 +0000
  • 8a00fa6c57 we want to stat, not lstat Warren Dukes 2005-03-05 14:28:37 +0000
  • c8f044572e fix some compilation warning Warren Dukes 2005-03-05 14:26:37 +0000
  • 92653f8474 implemented dropping of current buffered audio, works for oss, but there seems to be a "blip" for alsa devices, needs more work Warren Dukes 2005-03-05 14:01:13 +0000
  • 7808fea94a todo update Warren Dukes 2005-03-05 12:29:00 +0000
  • 7f183f687b now alsa plugin should work Warren Dukes 2005-03-05 05:45:39 +0000
  • d1a4bb382f implemented alsa audioOutput plugin, now it needs testing Warren Dukes 2005-03-05 05:22:30 +0000
  • 82ff4c321c don't open device in initDriver! instead we just stat() for the device Warren Dukes 2005-03-05 03:36:24 +0000
  • 349539740b add "any" option for search and find, patch from Robert Andersson Warren Dukes 2005-02-28 23:57:47 +0000
  • 1f28c24097 s/mpc_bool_t/BOOL/ so it works with libmusepack 1.1 Warren Dukes 2005-02-26 22:28:19 +0000
  • d9cb5619d5 todo update Warren Dukes 2005-02-26 15:20:44 +0000
  • c32271eae2 git-svn-id: https://svn.musicpd.org/mpd/trunk@2985 09075e82-0dd4-0310-85a5-a0d7c8717e4f Warren Dukes 2005-02-24 03:27:34 +0000
  • 93b27fe831 begin tree implementation Warren Dukes 2005-02-24 03:27:19 +0000
  • fad348b285 definition of freeTreeIterator Warren Dukes 2005-02-24 02:46:01 +0000
  • fbc37e7db4 add 2-3 tree header file Warren Dukes 2005-02-24 02:41:06 +0000
  • c5a31e1a9c revert those changes Avuton Olrich 2005-02-24 00:12:20 +0000
  • 208c648827 - Change alsa09 to alsa to avoid confusion Avuton Olrich 2005-02-23 23:53:43 +0000
  • b96ad39e9d updated TODO Warren Dukes 2005-02-20 18:04:27 +0000
  • 5327a8f421 when filling mp3 buffer, check if its already full. If it is, then give up trying to read in a potential mp3 frame, cause no mp3 frame should be bigger than the input buffer Warren Dukes 2005-02-14 00:52:29 +0000
  • 9e4465cbd1 disable replaygain support for musepack till i can figure out the format that the replagininfo is tored in by libmusepack Warren Dukes 2005-02-09 03:08:39 +0000
  • 65c75caa39 make the "kill" command work again Eric Wong 2005-02-07 04:01:41 +0000
  • cc06400df2 fix a logic error in flacParseReplayGain and also a gcc 2.95 compile error Eric Wong 2005-02-07 03:55:29 +0000
  • 37f2a0a86c add ALSA_CFLAGS and _LIBS to MPD_* Warren Dukes 2005-02-03 04:33:52 +0000
  • 7af79aab14 fix alsa configure stuff Warren Dukes 2005-02-03 04:26:38 +0000
  • ac6a74927e make local functions static Warren Dukes 2005-02-03 04:08:35 +0000
  • 004c9394f7 - Clarify MPC to musepack (MPC) as not to confuse new MPD customers - Error on no audio output target - Allow to compile without oss (should be able to compile with any one audio output target) - TODO update Avuton Olrich 2005-02-02 10:27:24 +0000
  • 2debf9924a big endian support for flac Warren Dukes 2005-02-02 04:32:55 +0000
  • 9f29915f77 fix to code just submitted Warren Dukes 2005-02-02 04:25:56 +0000
  • 1e123ad4b7 minor optimization to flacWrite() Warren Dukes 2005-02-02 04:22:16 +0000
  • f134e2686a todo update Warren Dukes 2005-02-02 04:05:19 +0000
  • 09a87803a1 forgot to remove some debug statements Warren Dukes 2005-02-02 02:24:40 +0000
  • c87b9cf439 playing, stopping, and seeking mpc files should work now. next is parsing metadata for the db. Warren Dukes 2005-02-02 02:21:58 +0000
  • 3d671eca3a mpc plugin basically working. todo: 1) figure out why stop takes so long 2) fix seeking 3) parse tags Warren Dukes 2005-02-01 13:22:58 +0000
  • b95426f58f some minor changes, still doesn't quite work Warren Dukes 2005-02-01 05:26:37 +0000
  • 4422fae24d remove getOggTotalTime(), wasn't used anywhere Warren Dukes 2005-02-01 04:18:36 +0000
  • 92ad6c47fb configure now checks for libmusepack Warren Dukes 2005-02-01 04:15:41 +0000
  • e02659f6c0 will compile if you manually add "HAVE_MUSEPACK" to config.h and -lmusepack to MPD_LIBS in Makefile Warren Dukes 2005-02-01 03:20:16 +0000
  • 9c218e487d beginnings of a mpc plugin, work in progress Warren Dukes 2005-02-01 02:00:25 +0000
  • ac40ad2d19 todo update Warren Dukes 2005-02-01 01:22:17 +0000
  • 716e9a8fb5 use alsa m4 stuff to generate configure Warren Dukes 2005-02-01 01:17:04 +0000
  • 62afded096 fix compilation error: s/mpdItemToMpdTag/addItemToMpdTag/ Warren Dukes 2005-01-31 00:33:16 +0000
  • 2a1defe6a2 fix --enable-mod Warren Dukes 2005-01-31 00:06:23 +0000
  • 0cf6cc4ada add streaming input support for FLAC Eric Wong 2005-01-29 23:46:06 +0000
  • fc4dc6c229 free(name) in readDirectoryInfo after using it Eric Wong 2005-01-29 22:30:18 +0000
  • 1c8b2de44b change the http identification string to package_name/package_version Warren Dukes 2005-01-23 03:27:53 +0000
  • 9999a20c12 this should fix compile bugs #350 and #351 Warren Dukes 2005-01-16 16:03:14 +0000
  • 9a18f61d48 fix some casting issues in error messages for output buffer size Warren Dukes 2004-12-22 04:04:38 +0000
  • ce8405d7e8 todo update Warren Dukes 2004-12-19 22:35:45 +0000
  • 2a2bfeb975 todo update Warren Dukes 2004-12-13 18:47:19 +0000
  • 568d29fe8b remove np from credits Warren Dukes 2004-12-12 02:18:58 +0000
  • 79bbae3a7d todo update Warren Dukes 2004-12-10 15:10:30 +0000
  • ced5a8944d todo update Warren Dukes 2004-12-07 14:56:52 +0000
  • 23eef1f732 fix logic for commands and notcommands for real this time Warren Dukes 2004-11-23 20:54:20 +0000
  • e034e2889c fix a little logic bomb in commands && notcommands Warren Dukes 2004-11-23 19:48:34 +0000
  • 498fe12702 added "notcommands" command Warren Dukes 2004-11-23 19:46:33 +0000
  • 3a89afdd80 remove --update-db option Warren Dukes 2004-11-20 20:28:32 +0000
  • 26e943c025 fix oss_openDevice() to match the new openDevice callback protocol (w/o a audioFormat argument) Warren Dukes 2004-11-20 14:44:01 +0000
  • cd6af0948c todo update Warren Dukes 2004-11-19 20:10:08 +0000
  • 1fd8d9a790 don't need to pass audioFormat to openDeviceFunc Warren Dukes 2004-11-19 15:09:01 +0000
  • a809094bc3 fix an issue with errors and new read() code on interface Warren Dukes 2004-11-16 01:41:05 +0000
  • 469a5824b8 get rid of a gcc warning Warren Dukes 2004-11-15 22:55:05 +0000
  • d5a9925d1f s/device/output/ Warren Dukes 2004-11-15 20:18:21 +0000
  • b005556675 this shit really needs to be cleaned up, but its good enough for testing, intelligently use memmove, when inserting nodes in a sorted list Warren Dukes 2004-11-15 19:29:20 +0000
  • f3e8d59d5c use realloc for makeListNodesArray Warren Dukes 2004-11-15 18:35:23 +0000
  • c3b76c4171 ok, fix FindNode Warren Dukes 2004-11-15 17:40:48 +0000
  • 731c9fa56c don't to an unneccessary sort Warren Dukes 2004-11-15 17:36:10 +0000
  • 209cab26ca oops, forgot to remove some DEBUG statments Warren Dukes 2004-11-15 17:31:01 +0000
  • 33b9585d68 insert stuff in tagTracker in sorted order, hopefully this makes it faster Warren Dukes 2004-11-15 17:24:57 +0000
  • 64632d6965 - Fix compilation error when compiling in a working directory with mp4 support. Avuton Olrich 2004-11-14 19:03:28 +0000
  • 54acb123bc add non-standard m4's to mpd svn repository Warren Dukes 2004-11-14 15:22:36 +0000
  • 450f2decdd put tracking titles back in tag tracker Warren Dukes 2004-11-14 14:58:00 +0000
  • 67c7cc8e20 fix test (we're not adding title's to the tag tracker) Warren Dukes 2004-11-14 14:46:50 +0000
  • c2844e84ff test Warren Dukes 2004-11-14 14:42:07 +0000
  • bb15d3f29e no longer need to include sig_handlers.h in interfac.ec Warren Dukes 2004-11-14 06:18:22 +0000
  • 42b08abe2f fix a few bugs in read()'ing Warren Dukes 2004-11-14 05:54:00 +0000
  • 86afc13c7e optimized read() on clients, should be much, much faster now Warren Dukes 2004-11-14 05:38:49 +0000
  • 2c08fa619b a few DEBUG statements Warren Dukes 2004-11-13 23:22:22 +0000
  • 3dafd6ced0 fix bug in find Warren Dukes 2004-11-13 19:17:38 +0000
  • ff2bd4d4c1 todo update Warren Dukes 2004-11-13 03:08:34 +0000
  • 9dc0b070f0 fix a bug in pringSongUrl, don't print leading '/' for songs in root dir Warren Dukes 2004-11-12 18:02:26 +0000
  • 0473f3ea76 don't store only relative paths in the directory structure, its probably not worth the savings in memory for the extra cpu it requires Warren Dukes 2004-11-12 17:38:52 +0000
  • ee26cc33b6 todo update Warren Dukes 2004-11-12 03:59:43 +0000
  • 4735ddce40 correct a type in the error message Warren Dukes 2004-11-12 01:47:52 +0000