]> git.sesse.net Git - nageru/history - alsa_input.h
Support audio-only FFmpeg inputs. Somewhat wonky, though.
[nageru] / alsa_input.h
2017-04-14 Steinar H. GundersonMake some more sleeps interruptable.
2017-02-02 Steinar H. GundersonRework the audio/video sync algorithm.
2016-10-25 Steinar H. GundersonRe-run include-what-you-use.
2016-10-19 Steinar H. GundersonMove ALSAPool into its own file; it is pretty large...
2016-10-19 Steinar H. GundersonMake it possible to load/save input mappings.
2016-10-19 Steinar H. GundersonRename “name” to “display name”.
2016-10-19 Steinar H. GundersonUpdate the UI with state changes and new ALSA cards...
2016-10-19 Steinar H. GundersonUnplug ALSA cards as soon as we get the inotify message.
2016-10-19 Steinar H. GundersonIf a dead device comes back, put it into the right...
2016-10-19 Steinar H. GundersonMake ALSA initialization errors fail-soft.
2016-10-19 Steinar H. GundersonSupport limited ALSA hotplug.
2016-10-19 Steinar H. GundersonRefactor ALSA code in preparation for hotplug.
2016-10-19 Steinar H. GundersonAdd support for ALSA devices that have no channel maps.
2016-10-19 Steinar H. GundersonFix a deadlock issue when shutting down ALSA cards.
2016-10-19 Steinar H. GundersonAdd some ALSA device enumeration code.
2016-10-19 Steinar H. GundersonAdd a class for ALSA audio input. (No enumeration yet.)