Mercurial > mplayer.hg
annotate DOCS/tech/realcodecs/TODO @ 7244:1dcd9cc4f801
allow to specify freetype-config and restrict to freetype 2.1.x+
author | atmos4 |
---|---|
date | Mon, 02 Sep 2002 18:43:01 +0000 |
parents | 878f31a10c9d |
children | 0f1b5b68af32 |
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 | 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 | 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 | |
6349
c09a890e4c8c
initial version from Florian Schneider <flo-mplayer-dev@gmx.net>
arpi
parents:
diff
changeset
|
24 |