annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6349
c09a890e4c8c initial version from Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
diff changeset
1 TODO:
c09a890e4c8c initial version from Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
diff changeset
2
c09a890e4c8c initial version from Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
diff changeset
3 - more docs are coming as I find the time to write them down
6350
a2173ca2f49c some updates, fixes discovered by me
arpi
parents: 6349
diff changeset
4 - the frame rate is incorrect - WHY?? need sample, can't reproduce
6415
737a277b690c merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents: 6350
diff changeset
5 -> see still_stil_still.ram. it needs the value six bytes
737a277b690c merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents: 6350
diff changeset
6 behind the frame rate. I have activated this for RV[23]0.
737a277b690c merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents: 6350
diff changeset
7 The sample plays at 12fps (without this patch), realplay
737a277b690c merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents: 6350
diff changeset
8 play it correctly with 15fps. - possibly DONE
6349
c09a890e4c8c initial version from Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
diff changeset
9 - use RV20toYUV420Free()
6415
737a277b690c merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents: 6350
diff changeset
10 - audio support - nearly DONE (look below)
6349
c09a890e4c8c initial version from Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
diff changeset
11 - internet streaming support
6415
737a277b690c merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents: 6350
diff changeset
12 - searching - we need to take care of the audio interleaving -
737a277b690c merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents: 6350
diff changeset
13 haven't taken steps to locate audio key frames (does such thing
737a277b690c merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents: 6350
diff changeset
14 exist?)
737a277b690c merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents: 6350
diff changeset
15 - some media files can't be played (mplayer crashes/fails) because
737a277b690c merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents: 6350
diff changeset
16 it asks for decoded audio data, but the buffer in the audio
737a277b690c merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents: 6350
diff changeset
17 demuxer packets are empty/missing. It seems that the necessary
737a277b690c merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents: 6350
diff changeset
18 audio packets haven't been decoded completely (incomplete interleaving)
737a277b690c merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents: 6350
diff changeset
19 the audio stream packets may get mixed with video stream packet
737a277b690c merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents: 6350
diff changeset
20 - put variables for audio streaming inside real_priv_t
737a277b690c merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents: 6350
diff changeset
21 - audio support for other formats than COOK - use a switch
737a277b690c merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents: 6350
diff changeset
22 (like -forcereal) to activate it
6349
c09a890e4c8c initial version from Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
diff changeset
23
6415
737a277b690c merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents: 6350
diff changeset
24