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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-09-12
shout: don't write empty buffers
Max Kellermann
1
-2
/
+4
2008-09-12
shout: removed clear_shout_buffer()
Max Kellermann
1
-8
/
+2
2008-09-12
shout: make the shout_buffer static
Max Kellermann
4
-12
/
+4
2008-09-12
shout: constant plugin declarations
Max Kellermann
4
-7
/
+7
2008-09-12
shout: static encoder plugin list
Max Kellermann
1
-35
/
+15
2008-09-12
shout: removed typedefs on structs and plugin methods
Max Kellermann
4
-73
/
+65
2008-09-12
shout: added mp3 encoder
Eric Wollesen
3
-0
/
+196
2008-09-12
shout: introduce pluggable encoder API
Eric Wollesen
3
-55
/
+177
2008-09-12
shout: send shout metadata
Eric Wollesen
3
-5
/
+19
2008-09-12
shout: added struct _ogg_vorbis_data
Max Kellermann
2
-56
/
+73
2008-09-12
shout: added shout_buffer
Eric Wollesen
3
-46
/
+102
2008-09-12
shout: moved code to audioOutput_shout_ogg.c
Max Kellermann
3
-153
/
+210
2008-09-12
shout: moved declarations to audioOutput_shout.h
Max Kellermann
2
-40
/
+69
2008-09-12
shout: removed commented code
Max Kellermann
1
-4
/
+0
2008-09-12
shout: no CamelCase
Max Kellermann
1
-194
/
+194
2008-09-11
shout: use reqAudioFormat instead of outAudioFormat
Max Kellermann
1
-1
/
+1
2008-09-11
shout: copy the audio_format, instead of taking a pointer
Max Kellermann
1
-13
/
+12
2008-09-09
timer: constant pointers
Max Kellermann
1
-1
/
+1
2008-09-09
alsa: use blocking instead of non-blocking write
Eric Wong
1
-1
/
+6
2008-09-08
alsa: snd_pcm_sw_params_set_xfer_align is deprecated
Eric Wong
1
-5
/
+0
2008-09-08
alsa: only run snd_config_update_free_global once atexit
Eric Wong
1
-3
/
+7
2008-09-08
alsa: move bitformat reading code out of the way
Eric Wong
1
-16
/
+12
2008-09-08
alsa: avoid unnecessary heap usage if we don't set a device name
Eric Wong
1
-11
/
+12
2008-09-08
alsa: get rid of the needless canPause flag
Eric Wong
1
-3
/
+0
2008-09-08
alsa: capitalize "ALSA" consistently in messages
Eric Wong
1
-8
/
+8
2008-09-08
alsa: optimistically try resuming from suspend
Eric Wong
1
-6
/
+4
2008-09-08
output: const plugin structures
Max Kellermann
10
-10
/
+10
2008-09-07
output: renamed typedef AudioOutput to struct audio_output
Max Kellermann
10
-79
/
+87
2008-09-07
output: added output_api.h
Max Kellermann
10
-26
/
+18
2008-09-07
audio_format: converted typedef AudioFormat to struct audio_format
Max Kellermann
5
-6
/
+6
2008-09-07
fix -Wcast-qual -Wwrite-strings warnings
Max Kellermann
2
-9
/
+10
2008-08-29
tag: fix the shout and oggflac plugins
Max Kellermann
1
-8
/
+8
2008-08-29
tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item
Max Kellermann
1
-2
/
+2
2008-08-26
made "sample_size" static const
Max Kellermann
1
-1
/
+1
2008-08-26
moved jack configuration to the JackData struct
Max Kellermann
1
-49
/
+64
2008-08-26
jack: removed unused macros
Max Kellermann
1
-10
/
+0
2008-08-26
jack: don't set audioOutput->data=NULL
Max Kellermann
1
-5
/
+5
2008-08-26
jack: initialize JackData in jack_initDriver()
Max Kellermann
1
-6
/
+2
2008-08-26
jack: added freeJackClient()
Max Kellermann
1
-13
/
+25
2008-08-26
jack: initialize jd->client after !jd check
Max Kellermann
1
-5
/
+5
2008-08-26
jack: eliminate superfluous freeJackData() calls
Max Kellermann
1
-6
/
+0
2008-08-26
converted MpdTagItem.type to an enum
Max Kellermann
1
-0
/
+2
2008-08-26
enable -Wpointer-arith, -Wstrict-prototypes
Max Kellermann
4
-6
/
+8
2008-06-13
jack: initialize audioOutput->data
Max Kellermann
1
-1
/
+3
2008-04-12
fixed another shadow warning
Max Kellermann
1
-11
/
+11
2008-04-12
use size_t and constant pointer in ao plugins
Max Kellermann
10
-31
/
+59
2008-04-12
yet more unsigned integers
Max Kellermann
1
-1
/
+1
2008-04-12
whitespace cleanup
Max Kellermann
1
-7
/
+7
2008-03-26
eliminated duplicate initialization
Max Kellermann
2
-4
/
+4
2008-03-26
parse/initialize with the correct data type
Max Kellermann
1
-1
/
+1
[next]