aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2007-02-02Add libsamplerate support, old resampling is still an option, but this sounds...Avuton Olrich3-10/+101
2007-01-24on second thought, comment out the debug statement so that users aren't poten...Warren Dukes1-1/+1
2007-01-24add debug statement for bug #1380Warren Dukes1-0/+1
2007-01-21Fix some error messages concerning _ao output driverQball Cow1-2/+2
2007-01-20José Anarch: JACK updatesAvuton Olrich1-40/+63
2007-01-19Committing posix_fadvise(); normalperson/jat reviewed. Appears fine. Fixes bu...Avuton Olrich1-0/+6
2007-01-17Call initLocalization() earlier so that errors, --version, etc. outputJ. Alexander Treuman1-1/+1
2007-01-14avahi: malloc => xmallocEric Wong1-2/+3
2007-01-14sparse: move extern declarations for plugins into header filesEric Wong4-19/+20
2007-01-14More sparse fixes now that we've re-enabled -Wmissing-prototypesEric Wong2-7/+7
2007-01-14avahi: use #ifdef instead of #if because AVAHI may not be defined at allEric Wong1-2/+2
2007-01-14flac: workaround for type inconsistency between new/old read callbackEric Wong2-1/+3
2007-01-14jack: fix type warning in error messageEric Wong1-2/+2
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong34-206/+88
2007-01-14flac/ogg/oggflac: keep old mime-types in addition to the new onesEric Wong3-4/+15
2007-01-14jack: fix double-free in finish routineEric Wong1-3/+12
2007-01-14jack: fix potential segfaults in parsing bad configs for 'ports'Eric Wong1-5/+21
2007-01-14jack: fix multiple segfaults when jackd hasn't been startedEric Wong1-8/+17
2007-01-14jack: strdup => xstrdup for error checkingEric Wong1-4/+4
2007-01-14avahi: more sparse fixes (-Wshadow, non-ANSI declarations)Eric Wong2-9/+9
2007-01-14jack: declare global variables as staticEric Wong1-3/+3
2007-01-14mp3: sparse: fix warnings reported with -WshadowEric Wong1-8/+7
2007-01-14localization: fix implicit declaration warnings (WARNING and strcmp)Eric Wong1-0/+2
2007-01-14flac: sparse: mismatched enum type for seekEric Wong1-1/+1
2007-01-14zeroconf: avoid mixing declarations and codeEric Wong1-15/+19
2007-01-14inputStream_http: stop mixing declarations with codeEric Wong1-1/+3
2007-01-14flac: fix a stupid mistake newer preprocessors don't complain aboutEric Wong1-2/+2
2007-01-11Added zeroconf service publishing using avahiJim Ramsay10-4/+646
2007-01-11Remove a line of dead codeQball Cow1-2/+1
2007-01-08Output warning messages in the current locale's charset.J. Alexander Treuman1-1/+4
2007-01-08Fixed some silly logic that caused an extra \n to be printed when flushingJ. Alexander Treuman1-5/+4
2007-01-08Convert log messages sent to stdout to the current locale's charset.J. Alexander Treuman5-11/+32
2007-01-08Moving pathConvCharset to charConv.c so it can be reused for localization.J. Alexander Treuman3-9/+11
2007-01-08Moving localization stuff from path.c to localization.c so we can reuse itJ. Alexander Treuman5-41/+127
2007-01-06Fix the mime types for flac & oggflac, see mantis bug #1423 for more informationAvuton Olrich2-3/+3
2006-12-30And a fix for the warnings in the last patch for JACKAvuton Olrich1-4/+5
2006-12-30A JACK patch to fix some old issues, from author.Avuton Olrich1-170/+189
2006-12-27Accept application/x-ogg as valid mime typeQball Cow1-1/+1
2006-12-24Do not set metadataState to PLAYER_METADATA_STATE_READ when decoding stops.J. Alexander Treuman1-1/+0
2006-12-23Adding support for seeking HTTP streams.J. Alexander Treuman2-18/+27
2006-12-23Added gapless_mp3_playback option. Setting to "no" will disable gaplessJ. Alexander Treuman3-2/+17
2006-12-23Use the existing define for the default value of save_absolute_playlistsJ. Alexander Treuman1-1/+1
2006-12-23Only parse gapless info if the input stream is seekable, under theJ. Alexander Treuman1-1/+2
2006-12-23Don't stop decoding if we're at maxFrames just because there's a Xing tag.J. Alexander Treuman1-4/+3
2006-12-23Cleaning up some damn near unreadable wrapping caused by indent.J. Alexander Treuman1-25/+8
2006-12-23Properly calculate the number of remaining samples in the MP3 frame, evenJ. Alexander Treuman1-5/+7
2006-12-11Making "list any" fail with an error instead of OK with no results.J. Alexander Treuman1-0/+6
2006-12-11Moving LOCATE_TAG_{FILE,ANY}_TYPE defines to dbUtils.h, so that we canJ. Alexander Treuman2-2/+3
2006-12-11Fixing "find any" and "list * any" to actually find matches.J. Alexander Treuman1-2/+6
2006-12-07Oops, forgot to add an interface to stored playlist editing. Here it is.J. Alexander Treuman1-0/+20