diff options
author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-19 17:25:29 +0000 |
---|---|---|
committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-19 17:25:29 +0000 |
commit | f1cfdac85a21b2c4955e9a17f0a633763488bb33 (patch) | |
tree | c4e7dff0e8d2fbcba6096e6f97a70a3f7e2ca08c /TODO | |
parent | 1237d424eb96614109cba74b70743c1c3cc4f0dc (diff) |
TODO: Update since some tasks are done.
Original commit message from CVS:
* TODO:
Update since some tasks are done.
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_formatid_to_caps):
* ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_type_find):
Add correct mimetype for FLI video, restore correct typefind
priority.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -1,20 +1,16 @@ The never-ending story of new features: * add more codecs into our codec map -* encoding/decoding support lacks: +* encoding support lacks: - event handling (particularly discont/flush and EOS) +* both encoding and decoding lacks: - prevent data copying * demux/mux support lacks: - good testing of exotic formats - correct caps sets on the pad templates - event handling in the loop function (mux) - prevent data copying -* some sort of codectype-fallback, so that we still register a codec plus its - mimetype even if we don't have a defined gst-type for it -* ffvideoscale && other filter elements +* ffvideoscale, ffdeinterlace and other filter elements * can we wrap URLProtocol as a source/sink? -* propagate options like --disable-ffplay (and server and ffmpeg) to ffmpeg - source tree build directly in AC_CONFIG_SUBDIRS instead of the - 'disabletools.diff' patch If you have cool ideas, add them here or contact the mailinglist: <gstreamer-devel@lists.sf.net> |