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
/
lib
/
alsa
Age
Commit message (
Expand
)
Author
2020-10-08
event/TimerEvent: add type alias for std::chrono::steady_clock::duration
Max Kellermann
2020-03-12
replace stdint.h with cstdint
Rosen Penev
2020-03-12
replace assert.h with cassert
Rosen Penev
2020-02-01
*: use nullptr instead of NULL
Max Kellermann
2020-01-18
AudioFormat: move to pcm/
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-07-04
lib/alsa/HwSetup: don't reset dsd_mode
Max Kellermann
2019-06-28
output/alsa: more assertions in class PeriodBuffer
Max Kellermann
2019-06-28
output/alsa: use IsCleared() instead of IsDrained() in DrainInternal()
Max Kellermann
2019-06-28
output/alsa: replace PeriodBuffer::IsEmpty() with IsCleared()
Max Kellermann
2019-06-27
output/alsa: DrainInternal() ignores postponed partial frame
Max Kellermann
2019-06-27
output/alsa: add full check before calling FillWithSilence()
Max Kellermann
2019-06-27
output/alsa: improve silence generator test in DrainInternal()
Max Kellermann
2019-06-27
lib/alsa/PeriodBuffer: add missing include
Max Kellermann
2019-06-27
lib/alsa/PeriodBuffer: add API documentation
Max Kellermann
2019-06-17
pcm/Export: convert the DSD bools to an enum
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-06-16
pcm/Pcm{Dop,Export}: drop "Pcm" prefix
Max Kellermann
2019-03-08
system/ByteOrder: move to util/
Max Kellermann
2018-12-04
alsa/NonBlock: throw on snd_pcm_poll_descriptors_revents() error
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-11-11
{output,mixer}/alsa: use snd_pcm_poll_descriptors_revents()
Max Kellermann
2018-11-11
lib/alsa/NonBlock: move the functions into a class managing the state
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-10-14
build with Meson instead of autotools
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2017-12-19
output/alsa: add attributes "dop" and "allowed_formats"
Max Kellermann
2017-12-19
lib/alsa/AllowedFormat: throw std::invalid_argument on error
Max Kellermann
2017-12-19
lib/alsa/AllowedFormat: add API documentation
Max Kellermann
2017-11-14
lib/alsa/NonBlock: throw exception on error
Max Kellermann
2017-11-10
output/alsa: add "allowed_formats" setting
Max Kellermann
2017-10-26
lib/alsa/HwSetup: return effective parameters
Max Kellermann
2017-10-26
output/alsa: move AlsaSetupHw() to lib/alsa/HwSetup.cxx
Max Kellermann
2017-10-26
lib/alsa/Format: move HAVE_ALSA_DSD* definitions from the Alsa output plugin
Max Kellermann
2017-10-26
output/alsa: move functions to lib/alsa/Format.hxx
Max Kellermann
2017-10-26
output/alsa: move class PeriodBuffer to lib/alsa/PeriodBuffer.hxx
Max Kellermann
2017-10-26
lib/alsa: add "noexcept"
Max Kellermann
2017-05-15
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-03-29
lib/alsa/Version: wrapper for snd_asoundlib_version()
Max Kellermann
2017-02-09
{input,mixer}/alsa: move code to lib/alsa/NonBlock.cxx
Max Kellermann