Fri, 24 Dec 2010 13:58:04 -0800 |
Eric Wing |
Put LowerThreadPriority in ENABLE_ALMIXER_THREADS_BLOCK
|
Fri, 24 Dec 2010 03:33:31 -0800 |
Eric Wing |
merged
|
Fri, 24 Dec 2010 03:32:02 -0800 |
Eric Wing |
iOS optimization/bug/workaround.
|
Fri, 24 Dec 2010 03:26:58 -0800 |
Eric Wing |
Bump version since I've changed the public API a bit.
|
Fri, 24 Dec 2010 03:23:02 -0800 |
Eric Wing |
- Added Seek APIs
|
Fri, 24 Dec 2010 03:17:10 -0800 |
Eric Wing |
Fix to LinkedList_Clear
|
Mon, 08 Nov 2010 22:19:47 -0800 |
Eric Wing |
Added SeekChannel, SeekSource.
|
Sun, 07 Nov 2010 05:20:21 -0800 |
Eric Wing |
Reverted linked list.
|
Sun, 07 Nov 2010 05:14:02 -0800 |
Eric Wing |
Accidentally overwrote LinkedList.h file with .c file
|
Sat, 06 Nov 2010 04:00:44 -0700 |
Eric Wing |
Needed new Front and Back (non-popping) functions for LinkedList.
|
Sat, 06 Nov 2010 03:59:28 -0700 |
Eric Wing |
Fixed bug in LinkedList delete. Shouldn't have both popped list and then called FreeData which would check the list again for the data. Instead, I should just get the data and then call FreeData to let it manipulate the list.
|
Sat, 06 Nov 2010 03:25:25 -0700 |
Eric Wing |
Needed return NULL.
|