HACKING: Add some basic documentation on how our wrapping works.
[platform/upstream/gst-libav.git] / TODO
1 The never-ending story of new features:
2 * add more codecs into our codec map
3 * encoding/decoding support lacks:
4    - event handling (particularly discont/flush and EOS)
5    - prevent data copying
6 * demux/mux support lacks:
7    - good testing of exotic formats
8    - correct caps sets on the pad templates
9    - event handling in the loop function (mux)
10    - prevent data copying
11 * some sort of codectype-fallback, so that we still register a codec plus its
12     mimetype even if we don't have a defined gst-type for it
13 * ffvideoscale && other filter elements
14 * can we wrap URLProtocol as a source/sink?
15 * propagate options like --disable-ffplay (and server and ffmpeg) to ffmpeg
16     source tree build directly in AC_CONFIG_SUBDIRS instead of the
17     'disabletools.diff' patch
18
19 If you have cool ideas, add them here or contact the mailinglist:
20 <gstreamer-devel@lists.sf.net>