aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Updating ChangeLog.J. Alexander Treuman2007-06-04
* Don't send the main process SIGUSR1 until we've sent the decode processJ. Alexander Treuman2007-06-04
* Don't kill the player process (and effectively the decode process) whenJ. Alexander Treuman2007-06-04
* Adding very experimental streaming support for mp4.J. Alexander Treuman2007-06-04
* Use strncasecmp instead of strncmp when comparing HTTP headers. It seemsJ. Alexander Treuman2007-06-04
* Add MIME types for the aac and mp4 input plugins. Note that these won'tJ. Alexander Treuman2007-06-04
* Cleanup some formatting in decode.c.J. Alexander Treuman2007-06-04
* Actually load the aac input plugin.J. Alexander Treuman2007-06-04
* Don't initialize zeroconf until after we've daemonized and log output hasJ. Alexander Treuman2007-06-04
* Adding ChangeLog entry for zeroconf_enabled, adding Zeroconf section toJ. Alexander Treuman2007-06-03
* Removing that space that was recently added to the "Icy-Metadata: 1" HTTPJ. Alexander Treuman2007-06-03
* Define HAVE_ZEROCONF if Avahi or Bonjour support is enabled, so that we canJ. Alexander Treuman2007-06-03
* Oops, forgot to test that last bool commit. Fixing an error and warning.J. Alexander Treuman2007-06-03
* ChangeLog entry for Bonjour support.J. Alexander Treuman2007-06-03
* Making some bool options more consistent.J. Alexander Treuman2007-06-03
* allow zeroconf to be disabled.Patrik Weiskircher2007-06-03
* Cleaning up zeroconf configure magic.J. Alexander Treuman2007-06-03
* Check if we need -ldns_sd for Bonjour.J. Alexander Treuman2007-06-02
* Adding a missing include.J. Alexander Treuman2007-06-02
* Removing some commented code that wrote HTTP streams to stdout.J. Alexander Treuman2007-06-02
* Added Bonjour zeroconf support. This works now natively on MacOS X.Patrik Weiskircher2007-06-02
* Someone forgot a space in the "Icy-Metadata: 1" HTTP header.J. Alexander Treuman2007-06-02
* Requiring autoconf 2.60. This is needed for the new C99 and POSIX typeJ. Alexander Treuman2007-06-01
* Tell the player process (and thus also the decode process) to quit whenJ. Alexander Treuman2007-06-01
* Removing the getBoundPort() function and just making boundPort an extern.J. Alexander Treuman2007-06-01
* Minor formatting cleanups.J. Alexander Treuman2007-06-01
* Starting 0.14.0 ChangeLog entry.J. Alexander Treuman2007-05-30
* Bumping version numbers to 0.14.0.J. Alexander Treuman2007-05-30
* Forgot a change to configure.ac in one of the previous commits.J. Alexander Treuman2007-05-30
* Only call finishDriverFunc if there is one. The null plugin doesn't haveJ. Alexander Treuman2007-05-30
* Move the timing code from the null plugin to timer.c, so it can be easilyJ. Alexander Treuman2007-05-30
* Adding a null output to mpdconf.example.J. Alexander Treuman2007-05-30
* Adding a null output plugin.J. Alexander Treuman2007-05-30
* Updating libFLAC.m4 so that -L isn't erroneously specified without anJ. Alexander Treuman2007-05-28
* Adding ioops.h to mpd_headers so that it gets included in the tarball.J. Alexander Treuman2007-05-28
* Setting release date in ChangeLog.J. Alexander Treuman2007-05-28
* Updating INSTALL.J. Alexander Treuman2007-05-27
* Updating UPGRADING.J. Alexander Treuman2007-05-27
* Moving 0.13 tasks to 0.14 in TODO.J. Alexander Treuman2007-05-27
* Increasing default buffer_before_play from 0% to 10%.J. Alexander Treuman2007-05-27
* Fix compilation error (missing ,)Avuton Olrich2007-05-27
* "unable open" -> "unable to open"J. Alexander Treuman2007-05-26
* After changing ERROR();exit() to FATAL(), gcc incorrectly detects someJ. Alexander Treuman2007-05-26
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-26
* Cleaning up pcm_getSampleRateConverter.J. Alexander Treuman2007-05-26
* Exit with an error if channel count isn't 1 or 2.J. Alexander Treuman2007-05-26
* Make pcm_convertAudioFormat return the buffer size. This is necessaryJ. Alexander Treuman2007-05-26
* Adding format conversion and stored playlists to my AUTHORS entry. IJ. Alexander Treuman2007-05-26
* weather -> whetherJ. Alexander Treuman2007-05-26
* Changing calls to strdup to xstrdup.J. Alexander Treuman2007-05-26