[mmap] partial revert of 8cef8db4 to disable using mmap file reader
[videoplayer.git] / TODO
blob47ee14666143142a1072df25ecbe12b52ba2b645
1 TODO
2 ----
4 Fix Windows compatibility.
6 Going to / from fullscreen on OS X does not resize correctly sometimes
8 Add the ability to repeat frames on OS X, as the glx SGI OpenGL extensions
9 used under Linux are not available
11 Add a control panel dialog box, to adjust the parameters that are currently
12 set on the command line.
14 Write some better documentation
16 Add the option to use 0,1 or 2 PBOs as described at www.songho.ca/opengl/gl_pbo.html
18 On OSX, use the apple specific extensions for reducing the number of texture copies that are made.
19 See http://developer.apple.com/documentation/GraphicsImaging/Conceptual/OpenGL-MacProgGuide/opengl_texturedata/chapter_10_section_2.html
21 Make the --loop option have a parameter which specifies the number of times to repeat a file
23 Tidy up the main loop in GLvideo_rt, it is a bit messy at the moment
27 DONE
28 ----
30 Fix v210 format for 720P modes - DONE
32 Add a performance monitor dialog box showing transfer rates and time spent
33 copying texture data to the GPU - DONE as FTGL overlay
35 Fix poor command line parsine - DONE