]> git.sesse.net Git - nageru/history - alsa_pool.cpp
Update the queue length metric after trimming, not before.
[nageru] / alsa_pool.cpp
2017-02-02 Steinar H. GundersonRework the audio/video sync algorithm.
2017-01-25 Steinar H. GundersonGive all of our threads meaningful names, to aid with...
2016-10-25 Steinar H. GundersonCheck the return value of writing to the eventfd.
2016-10-25 Steinar H. GundersonRe-run include-what-you-use.
2016-10-19 Steinar H. GundersonShut down the ALSA inotify thread using an eventfd...
2016-10-19 Steinar H. GundersonShut down the ALSA probe retry threads cleanly on exit.
2016-10-19 Steinar H. GundersonShut down the ALSA inotify thread cleanly on exit.
2016-10-19 Steinar H. GundersonMove ALSAPool into its own file; it is pretty large...