diff options
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -35,9 +35,16 @@ - [-] More checks for VIDEO_EMPTY() || VIDEO_ENDED() for better experience. - This was an actual correctness issue. - [x] Checking buffer states needs a lock, check asserts. - - [ ] Commit fixes. - - [ ] Commit changes. + - [x] Commit fixes. + - [x] Commit changes. + - [ ] Implement queued. + - [ ] Command line argument test in libnaunet. - [ ] Header cleanup. + - [ ] Remove entry->ended from sink. + - [ ] packet_cache_v2. + - [ ] https://github.com/JuliaStrings/utf8proc/blob/master/utf8proc.h + - [ ] ustr for ui elements. + - [ ] remove wstr. - [ ] Packet benchmark. - Create packet, write bunch of ints, send to another thread, thread adds everything. - [ ] Startup timing information. @@ -213,6 +220,8 @@ - [x] Don't require shaderc if libplacebo found. - [x] Audio optional based on if libpulse/libasound are found. - [x] libalabaster option for release build with asserts (al_assert only). + - [ ] Update simple build and test in README. + - [ ] Fix mingw64 initial build (shaderc compile). - [ ] Change git clone depth of subproject wraps based on build configuration. - [ ] Web build. @@ -222,6 +231,7 @@ === camu_db ==== Transfer + - [ ] Compare all raw_responses that are identical except not relevant timestamps. - [ ] json.dumps(d).decode('unicode-escape').encode('utf8') - [ ] Index all posts. - [ ] Impement remake_post() using raw responses. |