aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Closing some parenthesis around shank's email address in copyright headers.J. Alexander Treuman2007-02-18
* Re-adding a fix to log.c that got pulled with the localization reversion.J. Alexander Treuman2007-02-18
* Reverting all of my localization changes. It was a horribleJ. Alexander Treuman2007-02-18
* fix for bug #1447Warren Dukes2007-02-18
* Fixing some weird floating point comparison issue. Not exactly sure whyJ. Alexander Treuman2007-02-13
* #1) fix a few potential deadlock conditons in decode.c when crossfading is en...Warren Dukes2007-02-11
* Fix a bug where mpd would complain about a proxy password being specifiedJ. Alexander Treuman2007-02-06
* Add libsamplerate support, old resampling is still an option, but this sounds...Avuton Olrich2007-02-02
* on second thought, comment out the debug statement so that users aren't poten...Warren Dukes2007-01-24
* add debug statement for bug #1380Warren Dukes2007-01-24
* Fix some error messages concerning _ao output driverQball Cow2007-01-21
* José Anarch: JACK updatesAvuton Olrich2007-01-20
* Committing posix_fadvise(); normalperson/jat reviewed. Appears fine. Fixes bu...Avuton Olrich2007-01-19
* Call initLocalization() earlier so that errors, --version, etc. outputJ. Alexander Treuman2007-01-17
* avahi: malloc => xmallocEric Wong2007-01-14
* sparse: move extern declarations for plugins into header filesEric Wong2007-01-14
* More sparse fixes now that we've re-enabled -Wmissing-prototypesEric Wong2007-01-14
* 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
* 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
* 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
* 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