mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
f1cfdac85a
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.
16 lines
600 B
Text
16 lines
600 B
Text
The never-ending story of new features:
|
|
* add more codecs into our codec map
|
|
* 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
|
|
* ffvideoscale, ffdeinterlace and other filter elements
|
|
* can we wrap URLProtocol as a source/sink?
|
|
|
|
If you have cool ideas, add them here or contact the mailinglist:
|
|
<gstreamer-devel@lists.sf.net>
|