comparison DOCS/tech/realcodecs/TODO @ 6425:878f31a10c9d

a-v sync solved postprocess added
author arpi
date Fri, 14 Jun 2002 01:25:41 +0000
parents 737a277b690c
children 0f1b5b68af32
comparison
equal deleted inserted replaced
6424:83032783f65d 6425:878f31a10c9d
1 TODO: 1 TODO:
2 2
3 - more docs are coming as I find the time to write them down 3 - more docs are coming as I find the time to write them down
4 - the frame rate is incorrect - WHY?? need sample, can't reproduce
5 -> see still_stil_still.ram. it needs the value six bytes
6 behind the frame rate. I have activated this for RV[23]0.
7 The sample plays at 12fps (without this patch), realplay
8 play it correctly with 15fps. - possibly DONE
9 - use RV20toYUV420Free() 4 - use RV20toYUV420Free()
10 - audio support - nearly DONE (look below) 5 - audio support - nearly DONE (look below)
11 - internet streaming support 6 - internet streaming support
12 - searching - we need to take care of the audio interleaving - 7 - searching - we need to take care of the audio interleaving -
13 haven't taken steps to locate audio key frames (does such thing 8 haven't taken steps to locate audio key frames (does such thing
14 exist?) 9 exist?)
15 - some media files can't be played (mplayer crashes/fails) because 10 - some media files can't be played (mplayer crashes/fails) because
16 it asks for decoded audio data, but the buffer in the audio 11 it asks for decoded audio data, but the buffer in the audio
17 demuxer packets are empty/missing. It seems that the necessary 12 demuxer packets are empty/missing. It seems that the necessary
18 audio packets haven't been decoded completely (incomplete interleaving) 13 audio packets haven't been decoded completely (incomplete interleaving)
19 the audio stream packets may get mixed with video stream packet 14 the audio stream packets may get mixed with video stream packet - DONE ???
20 - put variables for audio streaming inside real_priv_t 15 - put variables for audio streaming inside real_priv_t
21 - audio support for other formats than COOK - use a switch 16 - audio support for other formats than COOK - use a switch
22 (like -forcereal) to activate it 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
23 24
24