diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2000-12-20 00:02:47 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2000-12-20 00:02:47 +0000 |
commit | 9aeeeb63f7e1ab7b0b7bb839a5f258667a2d2d78 (patch) | |
tree | 133769894d45da35e05ded6ea39d33bb81e7ae18 /doc/TODO | |
parent | 77bb6835ba752bb9335d208963a53227bbb1bc63 (diff) | |
download | ffmpeg-9aeeeb63f7e1ab7b0b7bb839a5f258667a2d2d78.tar.gz |
Initial revision
Originally committed as revision 2 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO new file mode 100644 index 0000000000..c57a4876d6 --- /dev/null +++ b/doc/TODO @@ -0,0 +1,19 @@ +ffmpeg TODO list: + +- Add ASF format. + +- add MJPEG codec. + +- fix skip frame bug in mpeg video + +- fix G2 audio problem (bad volume in AC3 ?) + +- use non zero motion vectors. + +- test fifo & master handling + +- deny & allow + password. + +- Improve psycho acoustic model for AC3 & mpeg audio. + +- Improve the bit rate control for video codecs. |