comparison DOCS/tech/realcodecs/TODO @ 6415:737a277b690c

merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>
author arpi
date Thu, 13 Jun 2002 13:32:10 +0000
parents a2173ca2f49c
children 878f31a10c9d
comparison
equal deleted inserted replaced
6414:67c1050a8718 6415:737a277b690c
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 - USE_REALCODECS is needed in config.h -> configure - DONE
5 - the original player is doing something I don't know of:
6 I compare the input and output data of the original and mplayer.
7 While the input is the same, the ouput differs. - DONE
8 - the frame rate is incorrect - WHY?? need sample, can't reproduce 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() 9 - use RV20toYUV420Free()
10 - rvyuvMain and the two format dwords should be stored inside 10 - audio support - nearly DONE (look below)
11 st_context, so we don't use constants in the demuxer and the
12 wrapper - DONE
13 - audio support (mainly for COOK)
14 - RV20 support - DONE
15 - internet streaming support 11 - internet streaming support
16 - searching 12 - searching - we need to take care of the audio interleaving -
17 - get it to work before (they stream) the Bizarre festival :) 13 haven't taken steps to locate audio key frames (does such thing
14 exist?)
15 - some media files can't be played (mplayer crashes/fails) because
16 it asks for decoded audio data, but the buffer in the audio
17 demuxer packets are empty/missing. It seems that the necessary
18 audio packets haven't been decoded completely (incomplete interleaving)
19 the audio stream packets may get mixed with video stream packet
20 - put variables for audio streaming inside real_priv_t
21 - audio support for other formats than COOK - use a switch
22 (like -forcereal) to activate it
18 23
24