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
/
audioOutputs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
alsa: show more debugging information
Eric Wong
2008-09-08
1
-10
/
+14
*
alsa: cleanup the mmap logic a bit
Eric Wong
2008-09-08
1
-8
/
+6
*
alsa: snd_pcm_sw_params_set_xfer_align is deprecated
Eric Wong
2008-09-08
1
-3
/
+0
*
alsa: only run snd_config_update_free_global once atexit
Eric Wong
2008-09-07
1
-3
/
+7
*
alsa: move bitformat reading code out of the way
Eric Wong
2008-09-07
1
-16
/
+12
*
alsa: always print the period_time we set
Eric Wong
2008-09-07
1
-2
/
+1
*
alsa: avoid unnecessary heap usage if we don't set a device name
Eric Wong
2008-09-07
1
-11
/
+12
*
alsa: get rid of the needless canPause flag
Eric Wong
2008-09-07
1
-3
/
+0
*
alsa: avoid reassigning ad->writei
Eric Wong
2008-09-07
1
-7
/
+4
*
alsa: add reasoning for the non-portable macro
Eric Wong
2008-09-07
1
-0
/
+2
*
alsa: capitalize "ALSA" consistently in messages
Eric Wong
2008-09-07
1
-16
/
+9
*
alsa: optimistically try resuming from suspend
Eric Wong
2008-09-07
1
-11
/
+12
*
alsa: extra debugging outputs to fix suspend/hibernate
Eric Wong
2008-09-07
1
-3
/
+9
*
alsa: cleanup debug assignment of the "cmd" variable
Eric Wong
2008-09-07
1
-66
/
+50
*
tag: fix the shout and oggflac plugins
Max Kellermann
2008-09-02
1
-5
/
+5
*
tag: renamed functions, no CamelCase
Max Kellermann
2008-09-02
1
-4
/
+4
*
tag: renamed MpdTag and MpdTagItem to struct mpd_tag, struct tag_item
Max Kellermann
2008-09-02
1
-2
/
+2
*
use deconst_ptr instead of duplicating deconst logic
Eric Wong
2008-09-01
2
-24
/
+9
*
jack: made "sample_size" static const
Max Kellermann
2008-08-31
1
-1
/
+1
*
moved jack configuration to the JackData struct
Max Kellermann
2008-08-31
1
-49
/
+64
*
jack: removed unused macros
Max Kellermann
2008-08-31
1
-10
/
+0
*
jack: don't set audioOutput->data=NULL
Max Kellermann
2008-08-31
1
-5
/
+5
*
jack: initialize JackData in jack_initDriver()
Max Kellermann
2008-08-31
1
-6
/
+2
*
jack: added freeJackClient()
Max Kellermann
2008-08-31
1
-13
/
+25
*
jack: initialize jd->client after !jd check
Max Kellermann
2008-08-31
1
-5
/
+5
*
jack: eliminate superfluous freeJackData() calls
Max Kellermann
2008-08-31
1
-6
/
+0
*
converted MpdTagItem.type to an enum
Max Kellermann
2008-08-30
1
-0
/
+2
*
enable -Wpointer-arith, -Wstrict-prototypes
Max Kellermann
2008-08-30
4
-6
/
+8
*
jack: initialize audioOutput->data
Max Kellermann
2008-06-13
1
-1
/
+3
*
fixed another shadow warning
Max Kellermann
2008-04-12
1
-11
/
+11
*
use size_t and constant pointer in ao plugins
Max Kellermann
2008-04-12
10
-31
/
+59
*
yet more unsigned integers
Max Kellermann
2008-04-12
1
-1
/
+1
*
whitespace cleanup
Max Kellermann
2008-04-12
1
-7
/
+7
*
eliminated duplicate initialization
Max Kellermann
2008-03-26
2
-4
/
+4
*
parse/initialize with the correct data type
Max Kellermann
2008-03-26
1
-1
/
+1
*
explicitly downcast
Max Kellermann
2008-03-26
2
-3
/
+3
*
fix -Wconst warnings
Max Kellermann
2008-02-05
1
-6
/
+11
*
fixed "comparison between signed and unsigned"
Max Kellermann
2008-01-26
1
-1
/
+1
*
fixed -Wshadow warnings
Max Kellermann
2008-01-26
1
-44
/
+44
*
fixed invalid C prototypes
Max Kellermann
2008-01-26
1
-1
/
+1
*
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2008-01-03
9
-60
/
+12
*
Know about SND_PCM_STATE_RUNNING, might fix some bugs
Qball Cow
2007-12-16
1
-0
/
+4
*
conf: use getBoolBlockParam for block params, too
Eric Wong
2007-09-05
2
-13
/
+7
*
adding \n to a bunch of error message strings
J. Alexander Treuman
2007-08-27
2
-4
/
+4
*
export FATAL() with noreturn attribute
Eric Wong
2007-08-27
1
-3
/
+1
*
audioOutputs/audioOutput_shout: adding timers back
J. Alexander Treuman
2007-08-11
1
-27
/
+80
*
Use parsePath for the fifo output's path parameter.
J. Alexander Treuman
2007-06-13
1
-9
/
+9
*
Adding FIFO audio output. This is pretty much identical to the old one,
J. Alexander Treuman
2007-06-13
1
-0
/
+299
*
Use <= when comparing (current time - start time) to a timeout. This way
J. Alexander Treuman
2007-06-12
1
-2
/
+2
*
Make the shout timeout configurable. The default is still 2 seconds.
J. Alexander Treuman
2007-06-12
1
-2
/
+13
[next]