summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-06-10 23:55:38 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2005-06-10 23:55:38 +0000
commitd852f9daf5b636abcde3b88bc2b826146d9ee38a (patch)
tree4befb9674f297408d78026e363a92c3999f424b9 /TODO
parent4869163a532a1ba01ee321882c1ecad955e228b1 (diff)
Release 0.8.5 "For the better of the world".RELEASE-0_8_5
Original commit message from CVS: * NEWS: * RELEASE: * TODO: * configure.ac: Release 0.8.5 "For the better of the world". * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_with_codecid): Stay backwards compatible a short while longer (SVQ3).
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index 276db01..c169f09 100644
--- a/TODO
+++ b/TODO
@@ -2,13 +2,12 @@ The never-ending story of new features:
* add more codecs into our codec map
* encoding support lacks:
- event handling (particularly discont/flush and EOS)
-* encoding 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
+ - better timestamp handling (particularly in demuxers)
* other filter elements
* can we wrap URLProtocol as a source/sink?