aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* avahi: use #ifdef instead of #if because AVAHI may not be defined at allEric Wong2007-01-14
* flac: workaround for type inconsistency between new/old read callbackEric Wong2007-01-14
* jack: fix type warning in error messageEric Wong2007-01-14
* configure.ac: no longer drop MPD_CFLAGS if shout is enabledEric Wong2007-01-14
* configure.ac: get rid of scary message about OggFLAC with FLAC 1.1.3Eric Wong2007-01-14
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-14
* flac/ogg/oggflac: keep old mime-types in addition to the new onesEric Wong2007-01-14
* jack: fix double-free in finish routineEric Wong2007-01-14
* jack: fix potential segfaults in parsing bad configs for 'ports'Eric Wong2007-01-14
* jack: fix multiple segfaults when jackd hasn't been startedEric Wong2007-01-14
* jack: strdup => xstrdup for error checkingEric Wong2007-01-14
* avahi: more sparse fixes (-Wshadow, non-ANSI declarations)Eric Wong2007-01-14
* jack: declare global variables as staticEric Wong2007-01-14
* mp3: sparse: fix warnings reported with -WshadowEric Wong2007-01-14
* localization: fix implicit declaration warnings (WARNING and strcmp)Eric Wong2007-01-14
* flac: sparse: mismatched enum type for seekEric Wong2007-01-14
* zeroconf: avoid mixing declarations and codeEric Wong2007-01-14
* inputStream_http: stop mixing declarations with codeEric Wong2007-01-14
* flac: fix a stupid mistake newer preprocessors don't complain aboutEric Wong2007-01-14
* configure.ac: shell portability fix (test -a)Eric Wong2007-01-14
* Added zeroconf service publishing using avahiJim Ramsay2007-01-11
* Remove a line of dead codeQball Cow2007-01-11
* Output warning messages in the current locale's charset.J. Alexander Treuman2007-01-08
* Fixed some silly logic that caused an extra \n to be printed when flushingJ. Alexander Treuman2007-01-08
* Convert log messages sent to stdout to the current locale's charset.J. Alexander Treuman2007-01-08
* Moving pathConvCharset to charConv.c so it can be reused for localization.J. Alexander Treuman2007-01-08
* Moving localization stuff from path.c to localization.c so we can reuse itJ. Alexander Treuman2007-01-08
* Fix the mime types for flac & oggflac, see mantis bug #1423 for more informationAvuton Olrich2007-01-06
* And a fix for the warnings in the last patch for JACKAvuton Olrich2006-12-30
* A JACK patch to fix some old issues, from author.Avuton Olrich2006-12-30
* Accept application/x-ogg as valid mime typeQball Cow2006-12-27
* Do not set metadataState to PLAYER_METADATA_STATE_READ when decoding stops.J. Alexander Treuman2006-12-24
* Adding support for seeking HTTP streams.J. Alexander Treuman2006-12-23
* Adding documentation for gapless_mp3_playback config option.J. Alexander Treuman2006-12-23
* Added gapless_mp3_playback option. Setting to "no" will disable gaplessJ. Alexander Treuman2006-12-23
* Use the existing define for the default value of save_absolute_playlistsJ. Alexander Treuman2006-12-23
* Only parse gapless info if the input stream is seekable, under theJ. Alexander Treuman2006-12-23
* Don't stop decoding if we're at maxFrames just because there's a Xing tag.J. Alexander Treuman2006-12-23
* Cleaning up some damn near unreadable wrapping caused by indent.J. Alexander Treuman2006-12-23
* Properly calculate the number of remaining samples in the MP3 frame, evenJ. Alexander Treuman2006-12-23
* Do PKG_PROG_PKG_CONFIG if either pulse or jack is enabled. This is becauseJ. Alexander Treuman2006-12-17
* Cleaning up the JACK/PulseAudio configure magic to be more consistent withJ. Alexander Treuman2006-12-17
* Making "list any" fail with an error instead of OK with no results.J. Alexander Treuman2006-12-11
* Moving LOCATE_TAG_{FILE,ANY}_TYPE defines to dbUtils.h, so that we canJ. Alexander Treuman2006-12-11
* Fixing "find any" and "list * any" to actually find matches.J. Alexander Treuman2006-12-11
* Removing playlist <playlist> from TODO as well, since we already haveJ. Alexander Treuman2006-12-07
* Removing clear <playlist>/add <playlist> <path> from TODO.J. Alexander Treuman2006-12-07
* Oops, forgot to add an interface to stored playlist editing. Here it is.J. Alexander Treuman2006-12-07
* Add OggFLAC support when using the new 1.1.3 FLAC libraryEric Wong2006-12-04
* Introduce backwards compatibility with pre-1.1.3 FLACEric Wong2006-12-04