Age | Commit message (Expand) | Author |
2016-10-01 | Added main page for doxygen | Taylor Holberton |
2016-10-01 | added new README | Taylor Holberton |
2016-10-01 | temporarily turning off warnings as errors | Taylor Holberton |
2016-10-01 | corrected typo | Taylor Holberton |
2016-10-01 | Added Doxyfile | Taylor Holberton |
2016-10-01 | Added .gitignore file | Taylor Holberton |
2016-10-01 | updated library source paths | Taylor Holberton |
2016-10-01 | put source files into src dir | Taylor Holberton |
2016-10-01 | cleaned up makefile | Taylor Holberton |
2016-10-01 | added VPATH and INCDIR | Taylor Holberton |
2016-10-01 | voided unused parameter | Taylor Holberton |
2016-10-01 | seperated pcm and mixer APIs | Taylor Holberton |
2016-10-01 | updated program paths | Taylor Holberton |
2016-10-01 | put programs into utils dir | Taylor Holberton |
2016-10-01 | added support for more signed types | Taylor Holberton |
2016-09-16 | fixed bracket placement | Taylor Holberton |
2016-09-16 | Merge branch 'dawagner-address-duplicate-control-names' | Taylor Holberton |
2016-09-16 | Merge branch 'address-duplicate-control-names' of https://github.com/dawagner... | Taylor Holberton |
2016-09-16 | Merge pull request #74 from dimkr/master | Taylor Holberton |
2016-08-03 | Added get_file_descriptor() | Taylor Holberton |
2016-08-03 | Added default prefix variable | Taylor Holberton |
2016-08-03 | added install command | Taylor Holberton |
2016-06-26 | Merge pull request #77 from bzhg/master | Taylor Holberton |
2016-04-22 | mixer: check for overflow and NULL return | Ben Zhang |
2016-03-05 | include time.h, to prevent use of struct timespec before definition | Dima Krasner |
2016-02-14 | Merge pull request #70 from virajkarandikar/master | Simon Wilson |
2016-02-14 | Merge pull request #73 from ford-prefect/master | Simon Wilson |
2016-02-14 | Merge pull request #72 from frgm/cppcheck | Simon Wilson |
2016-01-28 | build: Redo Makefile a bit | Arun Raghavan |
2016-01-24 | fix format specifier for unsigned int | Svyatoslav Mishyn |
2016-01-24 | mixer: fix possible null pointer dereference | Svyatoslav Mishyn |
2016-01-22 | tinycap: add capture time parameter | Viraj Karandikar |
2016-01-09 | Merge pull request #69 from JaydeepDhole/master | Simon Wilson |
2016-01-09 | tinymix: don't get byte array if size is zero | Simon Wilson |
2015-12-18 | Added raw file support in tinyplay | Jaydeep Dhole |
2015-10-20 | Merge pull request #64 from rofl0r/timespec_fix | Simon Wilson |
2015-10-20 | Merge pull request #53 from rfvirgil/remove_info_list | Simon Wilson |
2015-10-20 | mixer: remove separate info list | Richard Fitzgerald |
2015-10-12 | asound.h: include <time.h> to get struct timespec prototype | rofl0r |
2015-09-15 | Merge pull request #48 from vinodkoul/wait_delay | Simon Wilson |
2015-09-15 | Merge pull request #60 from JaydeepDhole/Added_tinywavinfo_utility | Simon Wilson |
2015-09-15 | Merge pull request #52 from rfvirgil/get_id | Simon Wilson |
2015-09-15 | Merge pull request #37 from StevenNAN/patch-1 | Simon Wilson |
2015-09-15 | Merge pull request #62 from gkasten/pcm_config_zero | Simon Wilson |
2015-09-02 | initialize pcm_config to zero | Haynes Mathew George |
2015-08-30 | Merge pull request #61 from tpetazzoni/gcc5-fix | Simon Wilson |
2015-08-26 | tinypcminfo: make function pcm_get_format_name() static | Thomas Petazzoni |
2015-08-07 | Added tinywavinfo utility | Jaydeep Dhole |
2015-05-21 | Merge pull request #58 from vinodkoul/tlv_support2 | Simon Wilson |
2015-05-04 | tinymix: Remove the unused parameter from tinymix_set_byte_ctl() | Samreen Nilofer |