aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* sparse: move extern declarations for plugins into header filesEric Wong2007-01-144-19/+20
* More sparse fixes now that we've re-enabled -Wmissing-prototypesEric Wong2007-01-142-7/+7
* avahi: use #ifdef instead of #if because AVAHI may not be defined at allEric Wong2007-01-141-2/+2
* flac: workaround for type inconsistency between new/old read callbackEric Wong2007-01-142-1/+3
* jack: fix type warning in error messageEric Wong2007-01-141-2/+2
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-1434-206/+88
* flac/ogg/oggflac: keep old mime-types in addition to the new onesEric Wong2007-01-143-4/+15
* jack: fix double-free in finish routineEric Wong2007-01-141-3/+12
* jack: fix potential segfaults in parsing bad configs for 'ports'Eric Wong2007-01-141-5/+21
* jack: fix multiple segfaults when jackd hasn't been startedEric Wong2007-01-141-8/+17
* jack: strdup => xstrdup for error checkingEric Wong2007-01-141-4/+4
* avahi: more sparse fixes (-Wshadow, non-ANSI declarations)Eric Wong2007-01-142-9/+9
* jack: declare global variables as staticEric Wong2007-01-141-3/+3
* mp3: sparse: fix warnings reported with -WshadowEric Wong2007-01-141-8/+7
* localization: fix implicit declaration warnings (WARNING and strcmp)Eric Wong2007-01-141-0/+2
* flac: sparse: mismatched enum type for seekEric Wong2007-01-141-1/+1
* zeroconf: avoid mixing declarations and codeEric Wong2007-01-141-15/+19
* inputStream_http: stop mixing declarations with codeEric Wong2007-01-141-1/+3
* flac: fix a stupid mistake newer preprocessors don't complain aboutEric Wong2007-01-141-2/+2
* Added zeroconf service publishing using avahiJim Ramsay2007-01-1110-4/+646
* Remove a line of dead codeQball Cow2007-01-111-2/+1
* Output warning messages in the current locale's charset.J. Alexander Treuman2007-01-081-1/+4
* Fixed some silly logic that caused an extra \n to be printed when flushingJ. Alexander Treuman2007-01-081-5/+4
* Convert log messages sent to stdout to the current locale's charset.J. Alexander Treuman2007-01-085-11/+32
* Moving pathConvCharset to charConv.c so it can be reused for localization.J. Alexander Treuman2007-01-083-9/+11
* Moving localization stuff from path.c to localization.c so we can reuse itJ. Alexander Treuman2007-01-085-41/+127
* Fix the mime types for flac & oggflac, see mantis bug #1423 for more informationAvuton Olrich2007-01-062-3/+3
* And a fix for the warnings in the last patch for JACKAvuton Olrich2006-12-301-4/+5
* A JACK patch to fix some old issues, from author.Avuton Olrich2006-12-301-170/+189
* Accept application/x-ogg as valid mime typeQball Cow2006-12-271-1/+1
* Do not set metadataState to PLAYER_METADATA_STATE_READ when decoding stops.J. Alexander Treuman2006-12-241-1/+0
* Adding support for seeking HTTP streams.J. Alexander Treuman2006-12-232-18/+27
* Added gapless_mp3_playback option. Setting to "no" will disable gaplessJ. Alexander Treuman2006-12-233-2/+17
* Use the existing define for the default value of save_absolute_playlistsJ. Alexander Treuman2006-12-231-1/+1
* Only parse gapless info if the input stream is seekable, under theJ. Alexander Treuman2006-12-231-1/+2
* Don't stop decoding if we're at maxFrames just because there's a Xing tag.J. Alexander Treuman2006-12-231-4/+3
* Cleaning up some damn near unreadable wrapping caused by indent.J. Alexander Treuman2006-12-231-25/+8
* Properly calculate the number of remaining samples in the MP3 frame, evenJ. Alexander Treuman2006-12-231-5/+7
* Making "list any" fail with an error instead of OK with no results.J. Alexander Treuman2006-12-111-0/+6
* Moving LOCATE_TAG_{FILE,ANY}_TYPE defines to dbUtils.h, so that we canJ. Alexander Treuman2006-12-112-2/+3
* Fixing "find any" and "list * any" to actually find matches.J. Alexander Treuman2006-12-111-2/+6
* Oops, forgot to add an interface to stored playlist editing. Here it is.J. Alexander Treuman2006-12-071-0/+20
* Add OggFLAC support when using the new 1.1.3 FLAC libraryEric Wong2006-12-042-22/+119
* Introduce backwards compatibility with pre-1.1.3 FLACEric Wong2006-12-043-61/+205
* inputPlugins/flac_plugin: switch to the new (1.1.3) APIEric Wong2006-12-041-106/+60
* inputPlugins/flac_plugin: cleanup static declarationsEric Wong2006-12-041-149/+122
* Check that the APE tag length is valid before allocating a buffer for it.J. Alexander Treuman2006-11-261-0/+2
* Adding functions for clearing/adding to stored playlists. Commands to makeJ. Alexander Treuman2006-11-204-0/+121
* audioOutput_alsa: print out the bitrate we wanted to setEric Wong2006-11-071-1/+1
* add support for: list fileWarren Dukes2006-10-273-6/+13