1libv4l todo: 2------------ 3 4-don't automatically enable the software effects (awb, gamma) on cameras 5 which need flipping, most of these only produce yuv data and software 6 effects are very expensive on yuv data 7 8-move pixart rotate 90 hack to v4lconvert_decode_jpeg_tinyjpeg, since it 9 is only needed on select pixart cameras, which use this function for 10 decoding, this will nicely cleanup the main conversion routine 11 12-move usb info gathering code from libv4lcontrol into a new 13 libv4l deviceinfo (devicequirks?) sublib, since it really does not have 14 all that much to do with the emulated controls 15 16-make dmi + usb matching more generic, with wildcards support, etc. To allow 17 for a more flexible upside down table where one entry can match multiple 18 models, hopefully lowering maintainance costs of the upside down device 19 list a bit 20 21-some sort of generic rotation framework (for tablets)? 22 23-rewrite video effects code to be even more plugin based 24 25-add code for software auto focus 26 27-libv4lconvert: v4lconvert_do_try_format should always prefer smaller then 28 requested resolutions over bigger then requested ones 29 30-add support for setting / getting the number of read buffers 31 32-add code to v4l2_read to not return frames more then say 5 seconds old 33 34-take the possibility of pitch != width into account everywhere 35 36-make updating of parameters happen based on time elapsed rather then 37 frames 38 39-get standardized CID for AUTOGAIN_TARGET upstream and switch to that 40 41Nice to have: 42 43-support packed yuv as output format so that we aren't forced to do 44 conversion on upside down uvc cams 45 46-add a software rotation control (0 / 90 / 180 / 270 degrees) for tablets. 47 48 49utils todo: 50----------- 51