aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2006-12-04Add OggFLAC support when using the new 1.1.3 FLAC libraryEric Wong2-22/+119
2006-12-04Introduce backwards compatibility with pre-1.1.3 FLACEric Wong3-61/+205
2006-12-04inputPlugins/flac_plugin: switch to the new (1.1.3) APIEric Wong1-106/+60
2006-12-04inputPlugins/flac_plugin: cleanup static declarationsEric Wong1-149/+122
2006-11-26Check that the APE tag length is valid before allocating a buffer for it.J. Alexander Treuman1-0/+2
2006-11-20Adding functions for clearing/adding to stored playlists. Commands to makeJ. Alexander Treuman4-0/+121
2006-11-07audioOutput_alsa: print out the bitrate we wanted to setEric Wong1-1/+1
2006-10-27add support for: list fileWarren Dukes3-6/+13
2006-10-18remove some unneccesary includes from the audioOutput'sWarren Dukes7-21/+0
2006-10-18jack patch from anarch (and some type fixes for mp4 and acc plugins)Warren Dukes5-4/+387
2006-10-17an attempted fix for bug 1368Warren Dukes1-20/+26
2006-10-14path.c: speling fix (I coulda sworn I fixed this before... in -ke)Eric Wong1-2/+2
2006-10-11audioOutput_shout: use shout_set_nonblockingEric Wong1-3/+17
2006-10-10Allow an ogg quality of -1 to be specified.J. Alexander Treuman1-5/+5
2006-10-10buffer2array: extra unit tests (for PHP magic quote escapes)Eric Wong1-9/+21
2006-10-06mp3_plugin.c: fix compilation with -pedantic and/or gcc 2.95Eric Wong1-16/+20
2006-10-06put back np's supperrior buffer2array, and fix my bug fix from change 4872Warren Dukes4-122/+69
2006-10-06Revert buffer2array() behavior back to tried and true 0.11.x versionEric Wong4-70/+122
2006-10-06fix escaping in quotes. (Now phpMp works again!)Warren Dukes1-12/+6
2006-10-03add a sanity check assertWarren Dukes1-0/+3
2006-10-03fix the segfault for when no audio_output is found and none is detected (bug ...Warren Dukes1-10/+18