index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
output
/
plugins
/
SndioOutputPlugin.cxx
Age
Commit message (
Expand
)
Author
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2017-09-19
output/sndio: refuse to build with libroarsndio
Max Kellermann
2017-09-19
output/sndio: use forward declarations
Max Kellermann
2017-09-19
Merge branch 'v0.20.x'
Max Kellermann
2017-09-19
output/sndio: fix indent
Max Kellermann
2017-09-19
output/sndio: rename the "sio_hdl" variable to avoid clash with struct name
Max Kellermann
2017-09-16
Add sndio mixer plugin
Christopher Zimmermann
2017-09-16
SndioOutput: Move class definition to header
Christopher Zimmermann
2017-08-10
output/Interface: convert to abstract class
Max Kellermann
2017-08-08
output/Interface: define a new struct AudioOutput
Max Kellermann
2017-08-07
filter/Internal: rename struct AudioOutput to FilteredAudioOutput
Max Kellermann
2017-02-01
Merge tag 'v0.20.4'
Max Kellermann
2017-02-01
output/sndio: work around a libroar C++ incompatibility
Max Kellermann
2017-01-25
output/Plugin: pass EventLoop& to init()
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-12-28
output/Plugin: delay() returns std::chrono::steady_clock::duration
Max Kellermann
2016-11-09
output/Plugin: remove 'Error&' parameters, use C++ exceptions only
Max Kellermann
2016-11-08
output/sndio: migrate from class Error to C++ exceptions
Max Kellermann
2016-06-24
output/sndio: Remove unused attribute
Dimitris Papastamos
2016-06-24
output/sndio: Add 24-bit 4-byte packed audio format support
Dimitris Papastamos
2016-06-24
output/sndio: No need to use a loop in Play()
Dimitris Papastamos
2016-06-23
output/sndio: Use size_t instead of ssize_t
Dimitris Papastamos
2016-06-22
sndio: Eliminate remaining goto usage to conform to MPD style
Dimitris Papastamos
2016-06-22
sndio: Fix segmentation fault when audio card is removed
Dimitris Papastamos
2016-06-22
sndio: Allow tweaking application buffer size
Dimitris Papastamos
2016-06-22
sndio: No need to use a timer so get rid of it
Dimitris Papastamos
2016-06-22
output/sndio: remove unnecessary initialization
Max Kellermann
2016-06-22
sndio: Add option to select output device
Dimitris Papastamos
2016-06-22
output/sndio: define SIO_DEVANY if it is undefined
Max Kellermann
2016-06-22
sndio: Implement sndio_test_default_device()
Dimitris Papastamos
2016-06-22
Add sndio output plugin
Dimitris Papastamos