939b40c45c
Move remaining 0.12 goals to 0.13
J. Alexander Treuman
2006-07-16 17:35:32 +00:00
db07f98398
Split audio output parameters documentation in mpd.conf.5 into output-specific sections, since we have a lot of output-specific parameters now
J. Alexander Treuman
2006-07-16 17:32:59 +00:00
b8a0f1ae6d
OSS: handle device disconnects and reconnects (w/o needing a mpd restart)
Eric Wong
2006-07-16 16:53:04 +00:00
ea6dc826a1
volume: gracefully handle disconnected ALSA mixers
Eric Wong
2006-07-16 16:52:49 +00:00
6b2167a444
audio: attempt to gracefully handle disconnected/reconnected devices
Eric Wong
2006-07-16 16:52:29 +00:00
8224e837ef
audioOutput_alsa: add use_mmap, period_time, buffer_time options
Eric Wong
2006-07-16 16:52:19 +00:00
3c8e88b053
audioOutput_alsa: calculate period size from sample rate
Eric Wong
2006-07-16 16:52:06 +00:00
b59aa75720
remove the glib library dependency
Eric Wong
2006-07-16 16:50:54 +00:00
210ab3b971
Removing MPD-Protocol.xml, since it's old, very incomplete, and will likely never be finished
J. Alexander Treuman
2006-07-16 16:00:48 +00:00
184bd51ca2
Added a warning to COMMANDS that it's out of date
J. Alexander Treuman
2006-07-16 15:58:40 +00:00
9768d96954
Fix more shank typos in mpdconf.example. Thanks to ves for reporting them.
J. Alexander Treuman
2006-07-16 15:28:51 +00:00
b38157fc76
Committing qball's patch to list supported audio outputs in --version
J. Alexander Treuman
2006-07-16 14:57:26 +00:00
5070f8bc78
command.c: fix a format-string error (go sparse!)
Eric Wong
2006-07-15 13:58:02 +00:00
b4df8b8f88
De-inline non-trivial, non-performance-critical functions
Eric Wong
2006-07-15 13:42:57 +00:00
563e4c95fd
main: static-fication, ANSI fixes
Eric Wong
2006-07-15 13:16:52 +00:00
37bdf3f3d2
Avoid spewing messages to the console
Eric Wong
2006-07-15 12:41:18 +00:00
f621d55e3f
Fix underquoted defintion warnings from newer automake
Eric Wong
2006-07-15 11:02:52 +00:00
b77b187b7c
autogen.sh: fix for automake16, automake17, etc...
Eric Wong
2006-07-15 10:12:46 +00:00
34b5b2631f
autogen.sh: allow AM_VERSIONs > 1.6 to be used more easily
Eric Wong
2006-07-15 09:42:39 +00:00
6735acbf32
configure.ac: remove uncessary grep usage
Eric Wong
2006-07-15 09:42:28 +00:00
32fd264ffc
[CLEANUP] Fix indentation to be like the rest of the repository
Avuton Olrich
2006-07-15 05:16:53 +00:00
be006b86ed
[CLEANUP] Remove unused code Fix whitespace->tabs Use static where possible
Avuton Olrich
2006-07-15 04:51:31 +00:00
6b4fea8d5c
[CLEANUP] Cleanup whitespace->tabs Remove dead code Static where possible
Avuton Olrich
2006-07-15 03:34:48 +00:00
d0c08c5218
[CLEANUP] cleanup whitespace -> tabs static where it makes sense
Avuton Olrich
2006-07-14 21:01:19 +00:00
fd2f9b8e86
Fix the undefined reference to `playerInitReal'
Avuton Olrich
2006-07-14 20:40:25 +00:00
fdf1afc8b3
Use audio_output { name } for the stream name in PulseAudio, but do it The Right Way
J. Alexander Treuman
2006-07-14 20:39:18 +00:00
b4945959ab
[CLEANUP] Remove unused function Remove unused functions from the header, static where possible Cleanup whitespace->tabs
Avuton Olrich
2006-07-14 20:34:46 +00:00
e4b0fcf8e0
Use audio_output { name } for the stream name in PulseAudio
J. Alexander Treuman
2006-07-14 20:30:33 +00:00
06a0085700
[CLEANUP] Cleanup whitespace->tabs Static where it makes sense
Avuton Olrich
2006-07-14 20:14:06 +00:00
2a4a75d9c7
[CLEANUP] Make static what makes sense.
Avuton Olrich
2006-07-14 20:00:32 +00:00
4066629494
[CLEANUP] Remove function that doesn't need export from the header, static the function
Avuton Olrich
2006-07-14 19:55:11 +00:00
77b6aee2e5
[CLEANUP] Cleanup spaces->tabs Make functions static where it makes sense
Avuton Olrich
2006-07-14 19:52:29 +00:00
ecb26ef1b0
Update copyright in --version
J. Alexander Treuman
2006-07-14 19:45:13 +00:00
2fa7125cce
Change shank's email address
J. Alexander Treuman
2006-07-14 19:37:45 +00:00
2a65e8667d
[CLEANUP] Remove function from header, static it in the source
Avuton Olrich
2006-07-14 19:33:52 +00:00
89464628c2
[CLEANUP] remove unused function
Avuton Olrich
2006-07-14 19:30:47 +00:00
18f59c9c16
[CLEANUP] Remove closeCharSetConversion from the header, there's no need to export it. Static it.
Avuton Olrich
2006-07-14 19:27:32 +00:00
7154c510e5
[CLEANUP] Remove unused code Static what makes sense
Avuton Olrich
2006-07-14 19:13:51 +00:00
75789d1490
[CLEANUP] Remove unused functions from the header Convert some spaces to tabs Static what makes sense Remove unused includes
Avuton Olrich
2006-07-14 19:11:11 +00:00
21d8065b20
[CLEANUP] Remove unused code Static what makes sense
Avuton Olrich
2006-07-14 19:06:25 +00:00
d9f31b1c47
[CLEANUP] Remove 'extern int errno;' Remove unexported functions from the header Static what makes sense
Avuton Olrich
2006-07-14 19:02:48 +00:00
e39289a987
[CLEANUP] Remove unnecessary includes, static functions that don't need to be exported, rename misspelled function
Avuton Olrich
2006-07-14 18:47:55 +00:00
f965b403ea
Remove test on a local variable that won't have been modified yet
J. Alexander Treuman
2006-07-14 18:03:26 +00:00
5d551d9e4d
Remove unused playSilenceOrSleep macro
J. Alexander Treuman
2006-07-14 18:02:23 +00:00
b4b1879cc0
Remove some misleading comments, fix shanks terrible spelling
J. Alexander Treuman
2006-07-14 18:01:32 +00:00
ba9a2c349f
Use a macro to declare disabled audio output plugins
J. Alexander Treuman
2006-07-14 17:39:14 +00:00
26447de0ce
whoops, I don't know how that snuck into the last diff
Avuton Olrich
2006-07-13 19:40:14 +00:00
9cf92ca99e
Link to PulseAudio wiki in mpd.conf.5 for more details on the format of the server string
J. Alexander Treuman
2006-07-13 19:35:49 +00:00
a37348a74f
Huge header update, update the copyright and add the GPL header where necessary
Avuton Olrich
2006-07-13 19:20:34 +00:00
09698f917c
Add PulseAudio support
J. Alexander Treuman
2006-07-13 19:03:49 +00:00
93681d914e
Remove a couple more unused functions
Avuton Olrich
2006-07-13 19:01:42 +00:00
8f37161c34
Declare functions not used outside dbUtils.c static. Remove a disabled function from dbUtils.c out of main.c
Avuton Olrich
2006-07-13 18:46:58 +00:00
82d0d4f51f
Remove forceGetConfigParamValue, it's unused and even if it wasn't it'd probably be better to add a argument to getConfigParamValue()
Avuton Olrich
2006-07-13 18:27:02 +00:00
b0fb096311
Remove (now) unused code. Hasn't been used since revision 3026.
Avuton Olrich
2006-07-13 18:13:42 +00:00
ee8b70b595
Typo.
J. Alexander Treuman
2006-06-30 17:05:27 +00:00
9944784f50
Remove completed items from TODO.
J. Alexander Treuman
2006-06-23 16:12:42 +00:00
18306dfbd3
Add back the id3v1_encoding option. Now it really will convert id3v1 only.
J. Alexander Treuman
2006-06-21 20:52:51 +00:00
9e393393e0
Cleanup getId3Info.
J. Alexander Treuman
2006-06-21 20:24:43 +00:00
e2a14f5b9e
Cleanup id3 ReplayGain parsing code.
J. Alexander Treuman
2006-06-21 16:38:18 +00:00
fd6696e46a
Silly jat, don't use newMpdTag as a variable name!
J. Alexander Treuman
2006-06-21 16:22:46 +00:00
c6dbba6c5d
Cleanup mp3_parseId3Tag to only modify the MpdTag if we have something new to replace it with.
J. Alexander Treuman
2006-06-21 16:11:07 +00:00
bdf4107117
Rewrote id3Dup to search for tags manually. Now libid3tag will actually tell us the version of the tag we got. As an added benefit we also do fewer reads/mallocs when scanning mp3s during database update/creation.
J. Alexander Treuman
2006-06-21 15:12:41 +00:00
30df7d49c5
Reverting patch to "fix" the alsa plugin when used with dmix. It ended up breaking the alsa rate plugin, and dmix seems to work fine without it. Thanks to Skee from #mpd for testing.
J. Alexander Treuman
2006-06-11 23:59:18 +00:00
7716a6c234
Check that db_file exists before checking if we can write to it. Committed on behalf of qball.
J. Alexander Treuman
2006-06-07 21:00:36 +00:00
96a3939ed0
configure.ac: set -Wall if we detect gcc-$VERSION or gcc$VERSION
Eric Wong
2006-06-05 23:24:54 +00:00
10cf5add40
main.c: fix gcc-2.95 compilation problem
Eric Wong
2006-06-05 22:26:04 +00:00
9b06d2cd4a
Made pid_file an optional config parameter.
J. Alexander Treuman
2006-06-05 20:05:24 +00:00
ffd580dd19
New man page for mpd.conf. Thanks to qball and eleusis for input.
J. Alexander Treuman
2006-06-04 20:05:30 +00:00
2eb5ebc4ed
Return -1 on error, not on success.
J. Alexander Treuman
2006-06-04 17:27:12 +00:00
c6d110f975
Don't run configure from autogen.sh if NOCONFIGURE is non-empty.
J. Alexander Treuman
2006-06-04 16:47:35 +00:00
5cbfdf3517
correctly check for setenv() function
Eric Wong
2006-06-04 11:36:06 +00:00
ab069b7e59
gcc 2.95 compatibility fixes
Eric Wong
2006-06-04 11:36:02 +00:00
02975fca00
configure.ac: fix a bash-ism in generated ./configure
Eric Wong
2006-06-04 09:04:08 +00:00
d11e19548c
inputStream_http: avoid printf, use our handy macros in log.h
Eric Wong
2006-05-21 01:36:49 +00:00
7b35cfe2ac
Remove superfluous \n from addid's commandError call.
J. Alexander Treuman
2006-05-20 20:07:15 +00:00