index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-08-11
Cleanup a outcommented debug statement
Qball Cow
1
-5
/
+0
2007-07-16
Extra debug output
Qball Cow
1
-3
/
+16
2007-06-29
log: flush the warning log after redirecting stderr to the log files
J. Alexander Treuman
1
-0
/
+1
2007-06-25
replayGain: adding DEBUG messages when computing scale
J. Alexander Treuman
1
-0
/
+4
2007-06-25
inputPlugins/wavpack_plugin: enable ReplayGain code
J. Alexander Treuman
1
-14
/
+3
2007-06-25
inputPlugins/wavpack_plugin: adding dummy code for ReplayGain support
J. Alexander Treuman
1
-4
/
+84
2007-06-25
decode: prefer fileDecodeFunc over streamDecodeFunc for files
J. Alexander Treuman
1
-9
/
+10
2007-06-25
Updating Kodest's name/email.
J. Alexander Treuman
1
-1
/
+1
2007-06-24
Adding WavPack support. Patch courtesy Kodest.
J. Alexander Treuman
4
-1
/
+426
2007-06-13
Use parsePath for the fifo output's path parameter.
J. Alexander Treuman
1
-9
/
+9
2007-06-13
Adding parsePath and making parseConfigFilePath use it.
J. Alexander Treuman
3
-48
/
+65
2007-06-13
Adding FIFO audio output. This is pretty much identical to the old one,
J. Alexander Treuman
4
-1
/
+303
2007-06-12
Use <= when comparing (current time - start time) to a timeout. This way
J. Alexander Treuman
1
-2
/
+2
2007-06-12
Make the shout timeout configurable. The default is still 2 seconds.
J. Alexander Treuman
1
-2
/
+13
2007-06-12
Redoing remiss's shout patch. This time, just block on open() instead of
J. Alexander Treuman
3
-106
/
+30
2007-06-12
Load shout first instead of last. This makes it more likely to block other
J. Alexander Treuman
2
-2
/
+2
2007-06-10
Load the shout plugin last. This will make sure it's played to last,
J. Alexander Treuman
2
-2
/
+2
2007-06-09
If an audio output is in state DEVICE_ENABLE, and openAudioOutput fails,
J. Alexander Treuman
1
-6
/
+10
2007-06-09
Tidying up some code.
J. Alexander Treuman
1
-17
/
+10
2007-06-09
Remove a useless if (quit) block. It's enclosed in two while loops: the
J. Alexander Treuman
1
-4
/
+0
2007-06-09
This should resolve some of the timing issues experienced after switching fro...
Roger Bystrøm
1
-8
/
+76
2007-06-09
switching to us instead of ms on runtime
Roger Bystrøm
2
-3
/
+3
2007-06-09
Added timer_get_runtime_ms to know how long the timer has been running
Roger Bystrøm
2
-1
/
+10
2007-06-09
Use string concatenation instead of snprintf for the User-Agent HTTP
J. Alexander Treuman
1
-2
/
+1
2007-06-09
Tidying up some code.
J. Alexander Treuman
1
-12
/
+14
2007-06-08
dmix fix, don't call snd_pcm_drain unless we're already in the RUNNING
Warren Dukes
1
-1
/
+3
2007-06-07
Send SIGCONT to the decode process before sending it SIGTERM.
J. Alexander Treuman
1
-0
/
+1
2007-06-04
Set a flag if we've sent the player process SIGSTOP so that we know not to
J. Alexander Treuman
3
-3
/
+11
2007-06-04
Don't send the main process SIGUSR1 until we've sent the decode process
J. Alexander Treuman
1
-1
/
+2
2007-06-04
Don't kill the player process (and effectively the decode process) when
J. Alexander Treuman
5
-21
/
+36
2007-06-04
Adding very experimental streaming support for mp4.
J. Alexander Treuman
1
-16
/
+10
2007-06-04
Use strncasecmp instead of strncmp when comparing HTTP headers. It seems
J. Alexander Treuman
1
-6
/
+6
2007-06-04
Add MIME types for the aac and mp4 input plugins. Note that these won't
J. Alexander Treuman
2
-6
/
+8
2007-06-04
Cleanup some formatting in decode.c.
J. Alexander Treuman
1
-10
/
+4
2007-06-04
Actually load the aac input plugin.
J. Alexander Treuman
2
-1
/
+2
2007-06-04
Don't initialize zeroconf until after we've daemonized and log output has
J. Alexander Treuman
1
-3
/
+2
2007-06-03
Removing that space that was recently added to the "Icy-Metadata: 1" HTTP
J. Alexander Treuman
1
-1
/
+1
2007-06-03
Define HAVE_ZEROCONF if Avahi or Bonjour support is enabled, so that we can
J. Alexander Treuman
1
-0
/
+2
2007-06-03
Oops, forgot to test that last bool commit. Fixing an error and warning.
J. Alexander Treuman
1
-4
/
+4
2007-06-03
Making some bool options more consistent.
J. Alexander Treuman
4
-14
/
+29
2007-06-03
allow zeroconf to be disabled.
Patrik Weiskircher
3
-0
/
+11
2007-06-02
Adding a missing include.
J. Alexander Treuman
1
-0
/
+1
2007-06-02
Removing some commented code that wrote HTTP streams to stdout.
J. Alexander Treuman
1
-4
/
+0
2007-06-02
Added Bonjour zeroconf support. This works now natively on MacOS X.
Patrik Weiskircher
1
-10
/
+106
2007-06-02
Someone forgot a space in the "Icy-Metadata: 1" HTTP header.
J. Alexander Treuman
1
-1
/
+1
2007-06-01
Tell the player process (and thus also the decode process) to quit when
J. Alexander Treuman
4
-3
/
+29
2007-06-01
Removing the getBoundPort() function and just making boundPort an extern.
J. Alexander Treuman
3
-9
/
+4
2007-06-01
Minor formatting cleanups.
J. Alexander Treuman
2
-7
/
+0
2007-05-30
Only call finishDriverFunc if there is one. The null plugin doesn't have
J. Alexander Treuman
1
-1
/
+2
2007-05-30
Move the timing code from the null plugin to timer.c, so it can be easily
J. Alexander Treuman
4
-76
/
+146
[next]