1. 71355a5 fix remaining_data_size is 0 when not playing a wave file by dvdli · 2 years, 11 months ago
  2. a55af2a refactoring and fix typo by dvdli · 2 years, 11 months ago
  3. a840dee refactoring: add a wave-file parsing function by dvdli · 2 years, 11 months ago
  4. a36d521 add floating-point PCM supoort to tinyplay by dvdli · 3 years, 2 months ago
  5. b1b3582 support float config and float wave file playback by dvdli · 3 years, 3 months ago
  6. 3694925 Let pcm_mmap_read/write call pcm_readi/writei by dvdli · 3 years, 4 months ago
  7. c0f9247 prepare in pcm_generic_transfer by dvdli · 3 years, 4 months ago
  8. b618ec7 fix integer character ascii range by dvdli · 3 years, 4 months ago
  9. 855354a remove pcm_prepare in pcm_open by dvdli · 3 years, 4 months ago
  10. 4acbc58 correct index of integer string and reduce the life time of variables by dvdli · 3 years, 5 months ago
  11. 31dcaff add usage of VALUES by dvdli · 3 years, 5 months ago
  12. 8ee99fc add support setting negative values to tinymix by dvdli · 3 years, 5 months ago
  13. f1b8ff3 formatting and remove tinymix prefix of static functions by dvdli · 3 years, 6 months ago
  14. dedaf9b duplicate an argv list to avoid the argv order changed by dvdli · 3 years, 6 months ago
  15. bd024ed fix printing format and wrong control for data printing by dvdli · 3 years, 6 months ago
  16. 16fee33 calcuate the thresholds after options parsing by dvdli · 3 years, 7 months ago
  17. fb0ab77 modify the buffer size to the period size to avoid underrun by dvdli · 3 years, 7 months ago
  18. 877ccaf AOSP CL "tinymix: fix setting enum str started with digits" by dvdli · 3 years, 7 months ago
  19. ee63fc9 check whether the audio data are still enough to play by dvdli · 3 years, 7 months ago
  20. c0c5e75 AOSP CL "tinyalsa: fix typos in tinyplay and asoundlib.h" by dvdli · 3 years, 7 months ago
  21. 07c8dc2 initialize silence_size to zero by dvdli · 3 years, 7 months ago
  22. 618a7e2 Merge pull request #173 from rohkkumar/mixer_fix by Simon Wilson · 3 years, 8 months ago
  23. 299219c Fix Makefile dependencies by Glenn Kasten · 3 years, 8 months ago
  24. 6125aaf tinymix: Fix get/set for tlv based mixer controls by Rohit kumar · 3 years, 9 months ago
  25. 997b382 Fix last commit. by Taylor Holberton · 3 years, 10 months ago
  26. 8718ec9 Quick fix for #168 by Taylor Holberton · 3 years, 10 months ago
  27. ce30db4 tinywavinfo: add wrapper for fread to check its return value by Ethan Sommer · 4 years ago
  28. 9c9b2a5 Simplified tinywavinfo by Taylor Holberton · 4 years ago
  29. 522a27a Merge pull request #161 from E5ten/optparse by Taylor Holberton · 4 years ago
  30. d86996d tinyplay: replace manual option parsing with optparse by Ethan Sommer · 4 years ago
  31. 758a112 tinypcminfo: replace manual option parsing with optparse by Ethan Sommer · 4 years ago
  32. 1e14402 tinymix: replace getopt_long with optparse by Ethan Sommer · 4 years ago
  33. f6ab127 tinycap: replace manual option parsing with optparse by Ethan Sommer · 4 years ago
  34. 536cab1 utils: check in optparse.h, a public domain header-only optparsing lib by Ethan Sommer · 4 years ago
  35. 8605d2a tinywavinfo: replace obsolete memalign with posix_memalign by Ethan Sommer · 4 years ago
  36. 6ef70e1 Waiting for PCM to finish before exiting by Taylor Holberton · 4 years, 1 month ago
  37. 6b105ac Removed whitespace by Taylor Holberton · 4 years, 1 month ago
  38. 5eff866 Added 'tinymix' to linker rule by Taylor Holberton · 4 years, 3 months ago
  39. 650c11c Fix cross-compilation by Bruno Morais · 4 years, 3 months ago
  40. 5389c1f Merge pull request #137 from codeauroraforum/plugin-support by Taylor Holberton · 4 years, 3 months ago
  41. 986b8e3 tinyalsa: add support for PCM plugins by Bhalchandra Gajare · 4 years, 9 months ago
  42. 405bef3 utils: Fix spelling in help text by Ricardo Biehl Pasquali · 4 years, 8 months ago
  43. a522ffd Fix typo in -D and -d options descriptions by jcromero · 5 years ago
  44. 6d758ce tinymix: fix use of -D with set command by Andrew Ford · 5 years ago
  45. 4b50f5b Add support for Meson as build system by Tim-Philipp Müller · 8 years ago
  46. 1c13f7c Fixed make build using clang by Taylor Holberton · 5 years ago
  47. 88afbfb Added -fPIC and -pie flags to utility builds by Taylor Holberton · 6 years ago
  48. f8f7ef2 Update output format for enumerated controls by Charles Keepax · 7 years ago
  49. 9ed7df6 Pull mixer_ctl_get_value out of loop in tinymix_print_enum by Charles Keepax · 7 years ago
  50. e40758b Fixup some minor code formatting issues by Charles Keepax · 7 years ago
  51. 18bf2c3 Fixed potential risk of wild pointer by Dong Jinguang · 6 years ago
  52. ecf27a4 Added reading from stdin. by Magickal Feline · 6 years ago
  53. adb1210 fixed short option in tinyplay by Taylor Holberton · 7 years ago
  54. e125261 Fix to pass num_frames to pcm_writei by Jaikrishna Nemallapudi · 7 years ago
  55. 1369a0f fixed indentation on if statement by Taylor Holberton · 7 years ago
  56. a6947c6 tinymix: fix segfaults with set command by Pierre-Louis Bossart · 7 years ago
  57. 04fa39f linking with static libtinyalsa by Taylor Holberton · 7 years ago
  58. e1c6374 updated read handling for pcm_readi by Taylor Holberton · 7 years ago
  59. 3f813e4 Fix the byte control set/get method by Pankaj Bharadiya · 7 years ago
  60. e0781f1 Replaced old calls to pcm_read and pcm_write by Taylor Holberton · 7 years ago
  61. 319a848 Added const specifier to mask by Taylor Holberton · 7 years ago
  62. dbbce9a removed override directive by Taylor Holberton · 7 years ago
  63. b090568 using install command instead of cp and mkdir by Taylor Holberton · 7 years ago
  64. 888bc69 make tinymix command oriented, based on amixer by Taylor Holberton · 8 years ago
  65. 84a74a7 updated man page by Taylor Holberton · 8 years ago
  66. 969ba79 created cmd and ctx structures for tinyplay by Taylor Holberton · 8 years ago
  67. 91cf5e2 I work on platforms based on the Qualcomm SnapDragon chip. There can be by Brad Walker · 8 years ago
  68. 9c98337 added installation of man pages by Taylor Holberton · 8 years ago
  69. a99fefc added man page for tinypcminfo by Taylor Holberton · 8 years ago
  70. bbd6cf0 changed default behavior to print usage only on --help by Taylor Holberton · 8 years ago
  71. 84abf1e added defaults for card and device by Taylor Holberton · 8 years ago
  72. 68f12b6 added tinymix man page by Taylor Holberton · 8 years ago
  73. e4666d9 always printing control list, showing usage when argc == 1 by Taylor Holberton · 8 years ago
  74. eea4389 added tinyplay manpage by Taylor Holberton · 8 years ago
  75. 56d8f76 fixed typo by Taylor Holberton · 8 years ago
  76. 9b9e98d added default values by Taylor Holberton · 8 years ago
  77. 27619ad changed default rate to match that of tinyplay by Taylor Holberton · 8 years ago
  78. f168b12 added error if -i file-type doesn't make sense by Taylor Holberton · 8 years ago
  79. d60ba43 corrected typo by Taylor Holberton · 8 years ago
  80. e740fee added tinycap man page by Taylor Holberton · 8 years ago
  81. 3091688 added BINDIR and removed old build vars by Taylor Holberton · 8 years ago
  82. c429afa added DESTDIR to install command and explicit build commands by Taylor Holberton · 8 years ago
  83. 2fdee65 checking results of fread() calls by Taylor Holberton · 8 years ago
  84. e67926e added VPATH and INCDIR by Taylor Holberton · 8 years ago
  85. b88fd4f put programs into utils dir by Taylor Holberton · 8 years ago