Index: patched-ffmpeg-mt/mt-work/todo.txt |
=================================================================== |
--- patched-ffmpeg-mt/mt-work/todo.txt (revision 41250) |
+++ patched-ffmpeg-mt/mt-work/todo.txt (working copy) |
@@ -42,12 +42,15 @@ |
- fill_edges() is disabled for h264 PAFF+MT |
because it writes into the other field's |
thread's pixels. |
+- Check update_thread_context() functions and make |
+sure they only copy what they need to. (2% cpu is spent |
+in memcpy) |
- Support frame+slice threading. |
-- Style |
- See if AVCodec init_thread_copy and update_thread_context |
-can be merged. |
+can be merged cleanly. |
-- Features |