]> git.sesse.net Git - nageru/history - alsa_pool.cpp
Support audio-only FFmpeg inputs. Somewhat wonky, though.
[nageru] / alsa_pool.cpp
2018-04-24 Steinar H. GundersonFix an issue where an ALSA card that was dead on boot...
2018-02-19 Steinar H. GundersonFix a stray debugging printf.
2018-02-18 Steinar H. GundersonStop trying to re-probe ALSA cards if they are not...
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...