comparison DOCS/tech/TODO @ 7899:51b2d8985bb6

updated
author arpi
date Thu, 24 Oct 2002 20:56:38 +0000
parents 79b8d7f9084b
children 59ddce9405cc
comparison
equal deleted inserted replaced
7898:4bb38736c381 7899:51b2d8985bb6
2 TODO: 2 TODO:
3 ===== 3 =====
4 4
5 FOR THE v0.90 RELEASE: 5 FOR THE v0.90 RELEASE:
6 ~~~~~~~~~~~~~~~~~~~~~~ 6 ~~~~~~~~~~~~~~~~~~~~~~
7 - codec (vc/ac) priority option 7 - finish audio filter layer
8 - ao/vo priority option 8 - new demuxer layer - at least modularized...
9 - fix AVI index offset base position handling ('no video stream found' bug)
9 10
10 FOR THE v1.00 RELEASE: 11 FOR THE v1.00 RELEASE:
11 ~~~~~~~~~~~~~~~~~~~~~~ 12 ~~~~~~~~~~~~~~~~~~~~~~
12 13
13 - audio filter layer
14 - new demuxer layer - at least modularized...
15 - display OSD and subtitles using DVB card's OSD 14 - display OSD and subtitles using DVB card's OSD
16 15
17 mpg demuxer: 16 mpg demuxer:
18 - implement mpeg-TS demuxer 17 - implement mpeg-TS demuxer
19 - implement common mpeg 1/2/4 es/ps/pes/mp3 demuxer 18 - implement common mpeg 1/2/4 es/ps/pes/mp3 demuxer
20 19
21 avi demuxer: (needs rewrite) 20 avi demuxer: (needs rewrite)
22 - fix AVI index offset base position handling ('no video stream found' bug)
23 - implement OpenDML index support (read & write) 21 - implement OpenDML index support (read & write)
24 - implement hardcore bruteforce avi re-sync for broken files (-forceidx) 22 - implement hardcore bruteforce avi re-sync for broken files (-forceidx)
25 - fix for growing avi files (movi_end pos > stream->end_pos) 23 - fix for growing avi files (movi_end pos > stream->end_pos)
26 - implement forward seeking in avi streams with no index 24 - implement forward seeking in avi streams with no index
27 25