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
/
audioOutput_ao.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
output: const plugin structures
Max Kellermann
2008-09-08
1
-1
/
+1
*
output: renamed typedef AudioOutput to struct audio_output
Max Kellermann
2008-09-07
1
-7
/
+7
*
output: added output_api.h
Max Kellermann
2008-09-07
1
-3
/
+2
*
enable -Wpointer-arith, -Wstrict-prototypes
Max Kellermann
2008-08-26
1
-1
/
+1
*
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
1
-5
/
+23
*
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2008-01-03
1
-4
/
+1
*
Fix compilation error (missing ,)
Avuton Olrich
2007-05-27
1
-1
/
+1
*
Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single
J. Alexander Treuman
2007-05-26
1
-20
/
+9
*
The massive copyright update
Avuton Olrich
2007-04-05
1
-1
/
+1
*
Fix some error messages concerning _ao output driver
Qball Cow
2007-01-21
1
-2
/
+2
*
Don't initialize globals to zero (or NULL)
Eric Wong
2007-01-14
1
-1
/
+1
*
remove some unneccesary includes from the audioOutput's
Warren Dukes
2006-10-18
1
-2
/
+0
*
Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors
Eric Wong
2006-08-26
1
-3
/
+3
*
more sparse cleanups
Eric Wong
2006-08-08
1
-2
/
+2
*
Add mpd-indent.sh
Avuton Olrich
2006-07-20
1
-1
/
+1
*
Add mpd-indent.sh
Avuton Olrich
2006-07-20
1
-90
/
+93
*
Change shank's email address
J. Alexander Treuman
2006-07-14
1
-1
/
+1
*
Use a macro to declare disabled audio output plugins
J. Alexander Treuman
2006-07-14
1
-13
/
+2
*
Huge header update, update the copyright and add
Avuton Olrich
2006-07-13
1
-1
/
+1
*
remove C++ style comments
Eric Wong
2005-11-19
1
-1
/
+1
*
if no audioOutput specified, we no attempt to detect if there exists a usable...
Warren Dukes
2005-03-12
1
-0
/
+2
*
implemented dropping of current buffered audio, works for oss, but there seems
Warren Dukes
2005-03-05
1
-0
/
+6
*
this should fix compile bugs #350 and #351
Warren Dukes
2005-01-16
1
-0
/
+20
*
don't need to pass audioFormat to openDeviceFunc
Warren Dukes
2004-11-19
1
-6
/
+4
*
remove signal handling code from ao open() and close()
Warren Dukes
2004-11-03
1
-5
/
+0
*
DEBUG statement that prints out which ao driver is being used
Warren Dukes
2004-11-02
1
-0
/
+3
*
move audioOutput dir to audioOutputs
Warren Dukes
2004-11-02
1
-0
/
+243