annotate DOCS/tech/realcodecs/TODO @ 19382:7c6c205b88b6

trying to fix the reverting paragraph if you dissagree, dont hesitate to revert this commit or flame, but at least we should not claim that svn cannot revert commits except by recommiting the old version
author michael
date Sun, 13 Aug 2006 22:14:32 +0000
parents 878f31a10c9d
children 0f1b5b68af32
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
c09a890e4c8c initial version from Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
diff changeset
4 - use RV20toYUV420Free()
6415
737a277b690c merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents: 6350
diff changeset
5 - audio support - nearly DONE (look below)
6349
c09a890e4c8c initial version from Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
diff changeset
6 - internet streaming support
6415
737a277b690c merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents: 6350
diff changeset
7 - 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
8 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
9 exist?)
737a277b690c merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents: 6350
diff changeset
10 - 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
11 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
12 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
13 audio packets haven't been decoded completely (incomplete interleaving)
6425
878f31a10c9d a-v sync solved
arpi
parents: 6415
diff changeset
14 the audio stream packets may get mixed with video stream packet - DONE ???
6415
737a277b690c merged with patch by Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents: 6350
diff changeset
15 - 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
16 - audio support for other formats than COOK - use a switch
6425
878f31a10c9d a-v sync solved
arpi
parents: 6415
diff changeset
17 (like -forcereal) to activate it - no switch needed, win32 codecs
878f31a10c9d a-v sync solved
arpi
parents: 6415
diff changeset
18 doens't work (it was a nonworking attempt)
878f31a10c9d a-v sync solved
arpi
parents: 6415
diff changeset
19 - postprocessing support (see rp8 preferences->performance->cpu usage,
878f31a10c9d a-v sync solved
arpi
parents: 6415
diff changeset
20 also statistics->streams->video->POST FILTER: ON
878f31a10c9d a-v sync solved
arpi
parents: 6415
diff changeset
21 (i've found that custommessage calls differ wiht pp on/off, but adding
878f31a10c9d a-v sync solved
arpi
parents: 6415
diff changeset
22 these calls to mplayer didn't make a pixel difference between outputs)
878f31a10c9d a-v sync solved
arpi
parents: 6415
diff changeset
23
6349
c09a890e4c8c initial version from Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
diff changeset
24