aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* remove some unneccesary includes from the audioOutput'sWarren Dukes2006-10-187-21/+0
* jack patch from anarch (and some type fixes for mp4 and acc plugins)Warren Dukes2006-10-185-4/+387
* an attempted fix for bug 1368Warren Dukes2006-10-171-20/+26
* path.c: speling fix (I coulda sworn I fixed this before... in -ke)Eric Wong2006-10-141-2/+2
* audioOutput_shout: use shout_set_nonblockingEric Wong2006-10-111-3/+17
* Allow an ogg quality of -1 to be specified.J. Alexander Treuman2006-10-101-5/+5
* buffer2array: extra unit tests (for PHP magic quote escapes)Eric Wong2006-10-101-9/+21
* mp3_plugin.c: fix compilation with -pedantic and/or gcc 2.95Eric Wong2006-10-061-16/+20
* put back np's supperrior buffer2array, and fix my bug fix from change 4872Warren Dukes2006-10-064-122/+69
* Revert buffer2array() behavior back to tried and true 0.11.x versionEric Wong2006-10-064-70/+122
* fix escaping in quotes. (Now phpMp works again!)Warren Dukes2006-10-061-12/+6
* add a sanity check assertWarren Dukes2006-10-031-0/+3
* fix the segfault for when no audio_output is found and none is detected (bug ...Warren Dukes2006-10-031-10/+18