From 9b8745d5250c9d0b60c9aa5a77f58a3fcddf1076 Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Tue, 21 Jan 2003 10:27:33 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r352, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/pdp/; revision=353 --- TODO | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..62929c4 --- /dev/null +++ b/TODO @@ -0,0 +1,33 @@ + +bugs: + +* some image dimensions cause crashes: solution: add checks in sources (pdp_v4l / pdp_qt / pdp_ca) +(workaround: use a multiple of 8x8 to prevent this. ca dims should be a multiple of 64x2) +* pdp_xv: catch sigpipe when window is closed (workaround: don't close the video windows manually ;) + +todo 0.8: +* rotate +* crop, shift (pad+scroll) +* efficient rescalers: pdp_double pdp_halve +* move float color conversion and float<->fixed point conv code to system +* thresholding / color "waveshaping" +* documentation (+cleanup) + +todo: + +* add audio resampling in pdp_qt~ +* clean up and add some ca rules +* add some more abstractions to have faster acces to different modes of all the modules +* fix dimension problems on input (for now, make sure images have correct dim, else generate error) +* use pd_error instead of post for errors +* finish documentation +* add developer documentation +* move to autoconf/automake/libtool +* interface with gem +* think about the memory allocation strategy (there is no garbage collection right now) +* add general x window display code (hmm, this is more hassle than i thought..) + +wish list: +* colour keying +* camera controller (motion tracking ?) + -- cgit v1.2.1