mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-13 21:26:33 +02:00
update
Originally committed as revision 539 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4196dcd621
commit
44defcfb86
23
doc/TODO
23
doc/TODO
@ -4,16 +4,26 @@ ffmpeg TODO list:
|
|||||||
(in approximate decreasing priority order)
|
(in approximate decreasing priority order)
|
||||||
|
|
||||||
Short term glantau's fixes:
|
Short term glantau's fixes:
|
||||||
|
- regression tests (done).
|
||||||
|
- mpeg1/2 decode fix (unfortunately not much speed increase) (done)
|
||||||
|
- fix WORDS_BIGENDIAN issue (done)
|
||||||
|
- remove win project files (done)
|
||||||
|
- remove sub_xxx functions (done)
|
||||||
|
- mpeg2 transport stream support (decoding done)
|
||||||
|
- improved auto guess for formats (api change again in demux) (done)
|
||||||
|
- fix mpeg format tracking + handle frame rate change (done)
|
||||||
|
- suppress strlcpy (done)
|
||||||
|
|
||||||
|
- split mux/demux functions. (done)
|
||||||
|
- use av_new_stream() (partially done)
|
||||||
|
|
||||||
|
- reconstruct mpeg header frame rate in telecine case so that we do
|
||||||
|
not need to ifner the real rate if it is not possible.
|
||||||
|
- remove unused DCT code.
|
||||||
- mpeg audio fix
|
- mpeg audio fix
|
||||||
- greatly improved mpeg1/2 decode speed
|
|
||||||
- regression tests.
|
|
||||||
- AV sync fix (new api for demux)
|
- AV sync fix (new api for demux)
|
||||||
- RTP streaming support in ffserver
|
- RTP streaming support in ffserver
|
||||||
- mpeg2 transport stream support
|
|
||||||
- improved auto guess for formats (api change again in demux)
|
|
||||||
- minimal support of video in ffplay
|
- minimal support of video in ffplay
|
||||||
- fix WORDS_BIGENDIAN issue
|
|
||||||
- fix mpeg format tracking + handle frame rate change
|
|
||||||
|
|
||||||
Planned in next releases:
|
Planned in next releases:
|
||||||
|
|
||||||
@ -29,7 +39,6 @@ Planned in next releases:
|
|||||||
- find a solution to clear feed1.ffm if format change.
|
- find a solution to clear feed1.ffm if format change.
|
||||||
- fix 0 size picture in AVIs = skip picture
|
- fix 0 size picture in AVIs = skip picture
|
||||||
- rewrite huffyuv (http://www.math.berkeley.edu/~benrg/huffyuv.html)
|
- rewrite huffyuv (http://www.math.berkeley.edu/~benrg/huffyuv.html)
|
||||||
- add video cd support (VCD: fixed video bitrate, QSCALE_K to 35 ?)
|
|
||||||
|
|
||||||
BUGS:
|
BUGS:
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ MPEG file.
|
|||||||
|
|
||||||
etc...
|
etc...
|
||||||
|
|
||||||
Note that ffserver generate multiple streams in multiple formats AT
|
Note that ffserver generates multiple streams in multiple formats AT
|
||||||
THE SAME TIME. It should be able to handle hundreds of users at the
|
THE SAME TIME. It should be able to handle hundreds of users at the
|
||||||
same time if you internet connection is fast enough.
|
same time if you internet connection is fast enough.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user