1TODO:
2
3- more docs are coming as I find the time to write them down
4- use RV20toYUV420Free()
5- audio support - nearly DONE (look below)
6- internet streaming support
7- searching - we need to take care of the audio interleaving -
8  haven't taken steps to locate audio key frames (does such thing
9  exist?)
10- some media files can't be played (mplayer crashes/fails) because
11  it asks for decoded audio data, but the buffer in the audio
12  demuxer packets are empty/missing. It seems that the necessary
13  audio packets haven't been decoded completely (incomplete interleaving)
14  the audio stream packets may get mixed with video stream packet - DONE ???
15- put variables for audio streaming inside real_priv_t
16- audio support for other formats than COOK - use a switch
17  (like -forcereal) to activate it - no switch needed, win32 codecs
18  doens't work (it was a nonworking attempt)
19- postprocessing support (see rp8 preferences->performance->cpu usage,
20  also statistics->streams->video->POST FILTER: ON
21  (i've found that custommessage calls differ wiht pp on/off, but adding
22  these calls to mplayer didn't make a pixel difference between outputs)
23