Age | Commit message (Expand) | Author |
2020-09-03 | tinyalsa: add plugin support for mmap/poll ops | Rohit kumar |
2020-08-25 | pcm_plugin: Update pcm state in sync_ptr ops | Rohit kumar |
2020-08-25 | include: tinyalsa: Add PCM state macros | Rohit kumar |
2020-08-12 | Fixed boundary check for enum | Taylor Holberton |
2020-08-05 | Bump version to 2.0.0 TinyALSA | Taylor Holberton |
2020-08-05 | Reordered enums to be compatible with Google's TinyALSA | Taylor Holberton |
2020-07-19 | Fix last commit. | Taylor Holberton |
2020-07-19 | Quick fix for #168 | Taylor Holberton |
2020-06-30 | Merge pull request #164 from E5ten/cmake-standard | Taylor Holberton |
2020-06-30 | Merge pull request #165 from E5ten/cmake-fix-includedir | Taylor Holberton |
2020-06-06 | cmake: fix header install location | Ethan Sommer |
2020-06-05 | cmake: specify c99 | Ethan Sommer |
2020-06-05 | include/tinyalsa/plugin.h: include time.h | Ethan Sommer |
2020-06-05 | Merge pull request #156 from E5ten/cmake-improved | Taylor Holberton |
2020-06-04 | Various cmake improvements | Ethan Sommer |
2020-06-03 | Merge pull request #163 from E5ten/tinywavinfo-unused-result | Taylor Holberton |
2020-06-03 | tinywavinfo: add wrapper for fread to check its return value | Ethan Sommer |
2020-06-03 | Simplified tinywavinfo | Taylor Holberton |
2020-06-03 | Added tinywavinfo to CMake build | Taylor Holberton |
2020-06-03 | Merge pull request #161 from E5ten/optparse | Taylor Holberton |
2020-06-03 | Merge pull request #160 from E5ten/posix_memalign | Taylor Holberton |
2020-06-03 | tinyplay: replace manual option parsing with optparse | Ethan Sommer |
2020-06-03 | tinypcminfo: replace manual option parsing with optparse | Ethan Sommer |
2020-06-03 | tinymix: replace getopt_long with optparse | Ethan Sommer |
2020-06-03 | tinycap: replace manual option parsing with optparse | Ethan Sommer |
2020-06-03 | utils: check in optparse.h, a public domain header-only optparsing lib | Ethan Sommer |
2020-06-03 | tinywavinfo: replace obsolete memalign with posix_memalign | Ethan Sommer |
2020-06-03 | Fix memory leak | Taylor Holberton |
2020-06-03 | Merge pull request #159 from rohkkumar/plugin_update | Taylor Holberton |
2020-06-03 | Merge pull request #158 from E5ten/no-map_file | Taylor Holberton |
2020-06-03 | Merge pull request #157 from E5ten/version-posix-sh | Taylor Holberton |
2020-06-02 | mixer: Fix memory leak and other issues in mixer event | Rohit kumar |
2020-06-02 | mixer: Add plugin support for mixer_consume/read_event | Rohit kumar |
2020-06-02 | tinyalsa: add mixer_consume_event | Andrew Chant |
2020-05-24 | src/pcm.c: remove MAP_FILE mmap flag | Ethan Sommer |
2020-05-22 | scripts/version.sh: switch from bash to POSIX sh | Ethan Sommer |
2020-04-24 | Waiting for PCM to finish before exiting | Taylor Holberton |
2020-04-24 | Merge branch 'master' of github.com:tinyalsa/tinyalsa | Taylor Holberton |
2020-04-24 | Merge pull request #155 from Minecrell/strncpy | Taylor Holberton |
2020-04-24 | tinyalsa: mixer_plugin: remove dummy strings for sound card | Minecrell |
2020-04-23 | tinyalsa: use strncpy instead of memcpy to copy string constant | Minecrell |
2020-04-23 | Merge pull request #153 from Minecrell/ssize_t | Taylor Holberton |
2020-04-23 | tinyalsa: include <sys/types.h> for ssize_t | Minecrell |
2020-04-22 | Removed whitespace | Taylor Holberton |
2020-04-20 | Merge pull request #151 from mgaio/fix/pcm_open_failure | Taylor Holberton |
2020-04-18 | pcm_hw_close: avoid SIGSEGV when pcm_hw_open fail | Miguel GAIO |
2020-04-14 | Merge pull request #150 from rohkkumar/plugin | Taylor Holberton |
2020-04-14 | tinyalsa: add plugin.h to install path | Patrick Lai |
2020-04-10 | Merge pull request #148 from lkundrak/lr/double-free | Taylor Holberton |
2020-04-10 | Merge pull request #149 from lkundrak/lr/-errno | Taylor Holberton |