aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-18 21:47:31 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-18 21:47:34 +0200
commita791c8a76d8a5caa24b2c17436dec6aadd4d7e42 (patch)
tree94d6bb7662def28b7d1e5cb1b7f6fb594b287c9b /TODO
parent4fe0a037c82332e84b16a6f0e2847a2f9a0bd5d7 (diff)
Matrix: add support for mp4 files with ftypmp42 magic number
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index edd4525..c685cf6 100644
--- a/TODO
+++ b/TODO
@@ -111,4 +111,4 @@ to fix this we could perhaps replace the newly created body items for replies wh
Add button to skip to next video. MPV has this feature when setting "next" video (can be done over IPC).
Handle room leave in matrix and remove rooms from the list.
Use a custom allocator that replaces malloc/realloc/free/new/delete to release memory properly, using munmap in free/delete. The C allocator doesn't do that! memory usage remains high after one large allocation. The C allocator only marks it as free.
-Ignore timestamp ordering for messages in matrix? element seems to do that, and also we need the latest message to be last i guess to set read markers properly? \ No newline at end of file
+Ignore timestamp ordering for messages in matrix? element seems to do that (or only for new messages???), and also we need the latest message to be last I guess to set read markers properly? \ No newline at end of file