index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libao2
/
ao_dsound.c
Commit message (
Expand
)
Author
Age
*
ao_dsound: fix volume controls
wm4
2012-03-17
*
ao_dsound: don't repeat parts of the audio buffer when playback ends
wm4
2012-03-17
*
Merge remote-tracking branch 'origin/master' into my_master
wm4
2012-03-16
|
\
|
*
cleanup: Silence compilation warnings on MinGW-w64
wm4
2012-03-01
*
|
libao2: try to identify some audio outputs that have persistent volume
wm4
2012-01-18
|
/
*
Remove pointless '#if 1' preprocessor directives.
diego
2010-02-19
*
Add support for distinguishing between little- and big-endian SPDIF AC3
reimar
2010-01-11
*
More uses of AF_FORMAT_IS_AC3
reimar
2010-01-11
*
Add support for 8 channel audio.
tack
2009-11-10
*
The suboption parser now takes a const options list, so mark them all const.
reimar
2009-09-02
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Make ao_info_t structs const.
reimar
2009-03-06
*
The 8 bit per sample formats are unsigned on Windows, fixes playback with
reimar
2009-03-06
*
Use standard license headers with standard formatting.
diego
2008-05-14
*
Do not use fast_memcpy for small size copy, esp. when the size is constant
reimar
2007-06-05
*
Replace implicit use of fast_memcpy via macro by explicit use to allow
reimar
2007-06-05
*
Implement AOPLAY_FINAL_CHUNK support for dshow and win32 out.
reimar
2006-10-15
*
The FSF changed postal address.
diego
2006-09-01
*
modifies function declarations without parameters from ()
reynaldo
2006-07-06
*
DirectSound's GetVolume and SetVolume use 100ths of decibels and range from -...
joey
2005-11-11
*
get_space fix by Florian Dietrich <flodt8 at yahoo.de>
faust3
2005-03-15
*
support immed flag, always initialize write_offset, min_free_space doesn't se...
faust3
2005-01-21
*
af_format.h needs config.h to be included first.
reimar
2005-01-12
*
device selection support
faust3
2005-01-06
*
af_fmt2str_short
alex
2004-12-28
*
hopefully final fix
alex
2004-12-27
*
removing AFMT_ dependancy
alex
2004-12-27
*
disable all unknown formats in the windows aos
faust3
2004-12-08
*
Make include paths consistent.
diego
2004-12-07
*
channel reorder patch by Florian Dietrich <flodt8 at yahoo.de>
faust3
2004-10-18
*
ao dsound improvements patch by Florian Dietrich <flodt8 at yahoo.de>
faust3
2004-10-14
*
directsound audio output plugin, patch by Gabor Szecsi <deje at miki.hu> some...
faust3
2004-09-25