Mercurial > mplayer.hg
comparison DOCS/tech/TODO @ 6050:de28fffadb2e
???
author | arpi |
---|---|
date | Sun, 12 May 2002 00:46:39 +0000 |
parents | 890847e4f036 |
children | 9acac87c7bfb |
comparison
equal
deleted
inserted
replaced
6049:4bae3caef7a9 | 6050:de28fffadb2e |
---|---|
10 | 10 |
11 FOR THE RELEASE: | 11 FOR THE RELEASE: |
12 ~~~~~~~~~~~~~~~~ | 12 ~~~~~~~~~~~~~~~~ |
13 - mencoder: migrate to muxer layer | 13 - mencoder: migrate to muxer layer |
14 | 14 |
15 demuxer: | 15 avi demuxer: (needs rewrite) |
16 - fix AVI index offset base position handling ('no video stream found' bug) | 16 - fix AVI index offset base position handling ('no video stream found' bug) |
17 - implement OpenDML index support (read & write) | 17 - implement OpenDML index support (read & write) |
18 - implement hardcore bruteforce avi re-sync for broken files (-forceidx) | 18 - implement hardcore bruteforce avi re-sync for broken files (-forceidx) |
19 - fix for growing avi files (movi_end pos > stream->end_pos) | 19 - fix for growing avi files (movi_end pos > stream->end_pos) |
20 - implement forward seeking in avi streams with no index | 20 - implement forward seeking in avi streams with no index |
21 | |
22 demuxer: | |
21 - fix .asf demuxer bugs | 23 - fix .asf demuxer bugs |
22 - forward seeking from stdin ? | 24 - forward seeking from stdin ? |
23 - fix the whole syncing mechanism of Real demuxer | 25 - fix the whole syncing mechanism of Real demuxer |
24 - implement mpeg-TS demuxer | 26 - implement mpeg-TS demuxer |
25 | 27 |