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