Release 0.10.2

Original commit message from CVS:
Release 0.10.2
This commit is contained in:
Jan Schmidt 2006-12-13 21:05:10 +00:00
parent d524eefabb
commit c43487f32d
6 changed files with 3911 additions and 120 deletions

View file

@ -1,3 +1,10 @@
=== release 0.10.2 ===
2006-12-10 Jan Schmidt <thaytan@mad.scientist.com>
* configure.ac:
releasing 0.10.2, "At the edge of Taymans"
2006-12-07 Edward Hervey <edward@fluendo.com>
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_formatid_get_codecids):

46
NEWS
View file

@ -1,4 +1,48 @@
This is GStreamer FFmpeg Plug-ins 0.10.1, "Late Train"
This is GStreamer FFmpeg Plug-ins 0.10.2, "At the edge of Taymans"
Note: There is a known small regression in this release, playing some
H264 videos with unusual widths on some machines.
Changes since 0.10.1:
* Updated FFmpeg snapshot with many more formats
* Vastly improved playback
* Ported the muxer support from GStreamer 0.8
* Expose more encoder settings as element properties
* Post-processing elements ported
* QoS support for slow cpus
* Parallel installability with 0.8.x series
* Threadsafe design and API
Bugs fixed in since 0.10.1:
* 331323 : [ffdec_mp3] crashing while playing mp3
* 332339 : FFmpeg muxers port to 0.10
* 324279 : add build infrastructure for tests
* 324366 : gst-ffmpeg doesn't support --disable-encoders
* 327257 : playing mpeg video hangs
* 338928 : [ffdemux_aac] shouldn't be autoplugged, as it can't work ...
* 339042 : expose Apple Quick Draw decoder
* 341234 : Totem SIGABRTs when trying to play 3gp
* 341715 : 'Element doesn't implement handling of this stream. Pleas...
* 341738 : WMV/WMA8 movie stutters, gets audio out of sync
* 343604 : [ffmpeg]: Support two passes encoding
* 343951 : patch for win32+vs6
* 347984 : Internal GStreamer error in ffdec_mpeg4
* 348031 : rtpdepay does not add framerate capability
* 351437 : [PATCH] ffmpeg postproc ported to 0.10
* 351791 : Crashes playing crasher.nsv
* 355584 : gst-ffmpeg / ffenc_flv generates unusable files
* 359545 : ffdemux_mpegts broken
* 361636 : h263 variant not specified with CODEC_ID_H263
* 363365 : Please update the ffmpeg snapshot
* 364956 : Caps incompatibilities for AMR
* 383009 : CVE-2006-4800 4xm buffer overflow
* 344583 : [PATCH] ffmpegenc to support/expose more avcodec properties
* 351415 : (some) ffenc produce garbled results
* 352579 : [avidemux] cane toad movie: sometimes no audio after seek
* 378796 : broken ffmux_mov
Changes since 0.10.0:

75
RELEASE
View file

@ -1,5 +1,5 @@
GStreamer: Release notes for GStreamer FFmpeg Plug-ins 0.10.1 "Late Train"
Release notes for GStreamer FFmpeg Plug-ins 0.10.2 "At the edge of Taymans"
The GStreamer team is proud to announce a new release
@ -30,38 +30,50 @@ contains a set of less supported plug-ins that haven't passed the
Note: There is a known small regression in this release, playing some
H264 videos with unusual widths on some machines.
Features of this release
* Updated FFmpeg snapshot with many more formats
* Vastly improved playback
* Ported the muxer support from GStreamer 0.8
* Expose more encoder settings as element properties
* Post-processing elements ported
* QoS support for slow cpus
* Parallel installability with 0.8.x series
* Threadsafe design and API
* ffvideoscale ported
* ffdeinterlace ported
* demuxer wrapper works pull-based
* disabled mpeg2 video and mp3 audio autoplugging
* fixes for Indeo3, PNG, smc, H264 HD, H263, FLV1, G2
Bugs fixed in this release
* 162833 : [ffdemux_mp3] ffmpeg mp3 decoder miss seeking
* 311272 : Reading mpeg-ts stream from standard input does not work
* 319248 : configure script doesn't accept --with-pkg-config-path ar...
* 320238 : Fails to build under powerpc
* 322254 : avcodec_open()/close() aren't thread-safe
* 323286 : [ffdec_cinepak] chef.avi causes gstreamer to hang in preroll
* 326372 : Indeo AVI files do not play with 0.10
* 326704 : [ffdec] Memory leak when joining pcache
* 327028 : MS Video 1 palettized AVI doesn't work
* 327224 : ffdeinterlace port to 0.10
* 327861 : [ffmpegenc] FFMpeg audio encoders do not set caps to buffers
* 329963 : gstreamer CVS doesn't work with ffmpeg codecs
* 330634 : Wrap the ffmpeg demuxers
* 331209 : [ffdec_h264] seeking in " IntoTheBlue_Cin_AVC.mp4 " crashes...
* 332072 : Too fast playback of h263p encoded file
* 332557 : FFmpeg video scale port to 0.10
* 332995 : segfault in ffmpeg enc
* 333001 : Memory leak in ffmpegenc
* 324209 : [CVE-2005-4048] avcodec_default_get_buffer heap overflow
* 331323 : [ffdec_mp3] crashing while playing mp3
* 332339 : FFmpeg muxers port to 0.10
* 324279 : add build infrastructure for tests
* 324366 : gst-ffmpeg doesn't support --disable-encoders
* 327257 : playing mpeg video hangs
* 338928 : [ffdemux_aac] shouldn't be autoplugged, as it can't work ...
* 339042 : expose Apple Quick Draw decoder
* 341234 : Totem SIGABRTs when trying to play 3gp
* 341715 : 'Element doesn't implement handling of this stream. Pleas...
* 341738 : WMV/WMA8 movie stutters, gets audio out of sync
* 343604 : [ffmpeg]: Support two passes encoding
* 343951 : patch for win32+vs6
* 347984 : Internal GStreamer error in ffdec_mpeg4
* 348031 : rtpdepay does not add framerate capability
* 351437 : [PATCH] ffmpeg postproc ported to 0.10
* 351791 : Crashes playing crasher.nsv
* 355584 : gst-ffmpeg / ffenc_flv generates unusable files
* 359545 : ffdemux_mpegts broken
* 361636 : h263 variant not specified with CODEC_ID_H263
* 363365 : Please update the ffmpeg snapshot
* 364956 : Caps incompatibilities for AMR
* 383009 : CVE-2006-4800 4xm buffer overflow
* 344583 : [PATCH] ffmpegenc to support/expose more avcodec properties
* 351415 : (some) ffenc produce garbled results
* 352579 : [avidemux] cane toad movie: sometimes no audio after seek
* 378796 : broken ffmux_mov
Download
@ -91,19 +103,20 @@ Applications
Contributors to this release
*
* Andy Wingo
* Christian Schaller
* Edgard Lima
* Edward Hervey
* Fabrizio Gennari
* J^
* Jan Schmidt
* Josef Zlomek
* Loïc Minier
* Luca Ognibene
* Mark Nauwelaerts
* Michael Smith
* Michal Benes
* Sebastien Cote
* Sebastien Moutte
* Stefan Kost
* Thomas Vander Stichele
* Tim-Philipp Müller
* Ville Syrjala
* Wim Taymans
 

View file

@ -3,7 +3,7 @@ AC_PREREQ(2.52)
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
AC_INIT(GStreamer FFMpeg, 0.10.1.1,
AC_INIT(GStreamer FFMpeg, 0.10.2,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-ffmpeg)

File diff suppressed because it is too large Load diff

View file

@ -3,7 +3,7 @@
<description>All FFMPEG codecs</description>
<filename>../../ext/ffmpeg/.libs/libgstffmpeg.so</filename>
<basename>libgstffmpeg.so</basename>
<version>0.10.1</version>
<version>0.10.2</version>
<license>LGPL</license>
<source>gst-ffmpeg</source>
<package>FFMpeg</package>
@ -198,6 +198,13 @@
<description>FFMPEG camtasia decoder</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffdec_cavs</name>
<longname>FFMPEG Chinese AVS Video decoder</longname>
<class>Codec/Decoder/Video</class>
<description>FFMPEG cavs decoder</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffdec_cinepak</name>
<longname>FFMPEG Cinepak video decoder</longname>
@ -254,6 +261,13 @@
<description>FFMPEG flac decoder</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffdec_flashsv</name>
<longname>FFMPEG Flash Screen Video decoder</longname>
<class>Codec/Decoder/Video</class>
<description>FFMPEG flashsv decoder</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffdec_flic</name>
<longname>FFMPEG FLIC animation video decoder</longname>
@ -529,7 +543,7 @@
</element>
<element>
<name>ffdec_qdraw</name>
<longname>FFMPEG Applet Quickdraw video decoder</longname>
<longname>FFMPEG Apple Quickdraw video decoder</longname>
<class>Codec/Decoder/Video</class>
<description>FFMPEG qdraw decoder</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
@ -689,10 +703,10 @@
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffdec_vc9</name>
<name>ffdec_vc1</name>
<longname>FFMPEG Microsoft Video Codec v1 decoder</longname>
<class>Codec/Decoder/Video</class>
<description>FFMPEG vc9 decoder</description>
<description>FFMPEG vc1 decoder</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
@ -723,6 +737,27 @@
<description>FFMPEG vp3 decoder</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffdec_vp5</name>
<longname>FFMPEG VP5 video decoder</longname>
<class>Codec/Decoder/Video</class>
<description>FFMPEG vp5 decoder</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffdec_vp6</name>
<longname>FFMPEG VP6 video decoder</longname>
<class>Codec/Decoder/Video</class>
<description>FFMPEG vp6 decoder</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffdec_vp6f</name>
<longname>FFMPEG VP6 Flash video decoder</longname>
<class>Codec/Decoder/Video</class>
<description>FFMPEG vp6f decoder</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffdec_vqavideo</name>
<longname>FFMPEG Westwood VQA video decoder</longname>
@ -758,6 +793,13 @@
<description>FFMPEG wmv2 decoder</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffdec_wmv3</name>
<longname>FFMPEG Windows Media Video v9 decoder</longname>
<class>Codec/Decoder/Video</class>
<description>FFMPEG wmv3 decoder</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffdec_wnv1</name>
<longname>FFMPEG Winnov video 1 decoder</longname>
@ -819,287 +861,308 @@
<longname>FFMPEG 4X Technologies format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG 4X Technologies format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_RoQ</name>
<longname>FFMPEG Id RoQ format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG Id RoQ format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_aac</name>
<longname>FFMPEG ADTS AAC demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG ADTS AAC demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_aiff</name>
<longname>FFMPEG Audio IFF demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG Audio IFF demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_amr</name>
<longname>FFMPEG 3gpp amr file format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG 3gpp amr file format demuxer</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_asf</name>
<longname>FFMPEG asf format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG asf format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_au</name>
<longname>FFMPEG SUN AU Format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG SUN AU Format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_avi</name>
<longname>FFMPEG avi format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG avi format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_avs</name>
<longname>FFMPEG avs format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG avs format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_daud</name>
<longname>FFMPEG D-Cinema audio format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG D-Cinema audio format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_dv</name>
<longname>FFMPEG DV video format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG DV video format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_ea</name>
<longname>FFMPEG Electronic Arts Multimedia Format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG Electronic Arts Multimedia Format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_ffm</name>
<longname>FFMPEG ffm format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG ffm format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_film_cpk</name>
<longname>FFMPEG Sega FILM/CPK format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG Sega FILM/CPK format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_flic</name>
<longname>FFMPEG FLI/FLC/FLX animation format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG FLI/FLC/FLX animation format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_flv</name>
<longname>FFMPEG flv format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG flv format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_gif</name>
<longname>FFMPEG gif format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG gif format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_gxf</name>
<longname>FFMPEG GXF format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG GXF format demuxer</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_idcin</name>
<longname>FFMPEG Id CIN format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG Id CIN format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_ingenient</name>
<longname>FFMPEG Ingenient MJPEG demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG Ingenient MJPEG demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_ipmovie</name>
<longname>FFMPEG Interplay MVE format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG Interplay MVE format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_matroska</name>
<longname>FFMPEG Matroska file format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG Matroska file format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_mm</name>
<longname>FFMPEG American Laser Games MM format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG American Laser Games MM format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_mmf</name>
<longname>FFMPEG mmf format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG mmf format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_mov_mp4_m4a_3gp_3g2</name>
<longname>FFMPEG QuickTime/MPEG4 format demuxer</longname>
<name>ffdemux_mov_mp4_m4a_3gp_3g2_mj2</name>
<longname>FFMPEG QuickTime/MPEG4/Motion JPEG 2000 format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG QuickTime/MPEG4 format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<description>FFMPEG QuickTime/MPEG4/Motion JPEG 2000 format demuxer</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_mp3</name>
<longname>FFMPEG MPEG audio demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG MPEG audio demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_mpeg</name>
<longname>FFMPEG MPEG PS format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG MPEG PS format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_mpegts</name>
<longname>FFMPEG MPEG2 transport stream format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG MPEG2 transport stream format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_mxf</name>
<longname>FFMPEG MXF format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG MXF format demuxer</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_nsv</name>
<longname>FFMPEG NullSoft Video format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG NullSoft Video format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_nut</name>
<longname>FFMPEG nut format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG nut format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_ogg</name>
<longname>FFMPEG Ogg demuxer</longname>
<name>ffdemux_nuv</name>
<longname>FFMPEG NuppelVideo format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG Ogg demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<description>FFMPEG NuppelVideo format demuxer</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_psxstr</name>
<longname>FFMPEG Sony Playstation STR format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG Sony Playstation STR format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_rm</name>
<longname>FFMPEG rm format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG rm format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_smk</name>
<longname>FFMPEG Smacker Video demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG Smacker Video demuxer</description>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_sol</name>
<longname>FFMPEG Sierra SOL Format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG Sierra SOL Format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_swf</name>
<longname>FFMPEG Flash format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG Flash format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_tta</name>
<longname>FFMPEG true-audio demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG true-audio demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_vmd</name>
<longname>FFMPEG Sierra VMD format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG Sierra VMD format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_voc</name>
<longname>FFMPEG Creative Voice File format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG Creative Voice File format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_wav</name>
<longname>FFMPEG wav format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG wav format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_wc3movie</name>
<longname>FFMPEG Wing Commander III movie format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG Wing Commander III movie format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_wsaud</name>
<longname>FFMPEG Westwood Studios audio format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG Westwood Studios audio format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_wsvqa</name>
<longname>FFMPEG Westwood Studios VQA format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG Westwood Studios VQA format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffdemux_yuv4mpegpipe</name>
<longname>FFMPEG YUV4MPEG pipe format demuxer</longname>
<class>Codec/Demuxer</class>
<description>FFMPEG YUV4MPEG pipe format demuxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
<author>Wim Taymans &lt;wim@fluendo.com&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;, Edward Hervey &lt;bilboed@bilboed.com&gt;</author>
</element>
<element>
<name>ffenc_ac3</name>
@ -1465,6 +1528,90 @@
<description>FFMPEG wmv2 encoder</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffmux_3g2</name>
<longname>FFMPEG 3g2 Muxer</longname>
<class>Codec/Muxer</class>
<description>FFMPEG 3g2 Muxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffmux_3gp</name>
<longname>FFMPEG 3gp Muxer</longname>
<class>Codec/Muxer</class>
<description>FFMPEG 3gp Muxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffmux_amr</name>
<longname>FFMPEG amr Muxer</longname>
<class>Codec/Muxer</class>
<description>FFMPEG amr Muxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffmux_asf</name>
<longname>FFMPEG asf Muxer</longname>
<class>Codec/Muxer</class>
<description>FFMPEG asf Muxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffmux_dv</name>
<longname>FFMPEG dv Muxer</longname>
<class>Codec/Muxer</class>
<description>FFMPEG dv Muxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffmux_flv</name>
<longname>FFMPEG flv Muxer</longname>
<class>Codec/Muxer</class>
<description>FFMPEG flv Muxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffmux_mmf</name>
<longname>FFMPEG mmf Muxer</longname>
<class>Codec/Muxer</class>
<description>FFMPEG mmf Muxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffmux_mov</name>
<longname>FFMPEG mov Muxer</longname>
<class>Codec/Muxer</class>
<description>FFMPEG mov Muxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffmux_mp4</name>
<longname>FFMPEG mp4 Muxer</longname>
<class>Codec/Muxer</class>
<description>FFMPEG mp4 Muxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffmux_mpeg</name>
<longname>FFMPEG mpeg Muxer</longname>
<class>Codec/Muxer</class>
<description>FFMPEG mpeg Muxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffmux_mpegts</name>
<longname>FFMPEG mpegts Muxer</longname>
<class>Codec/Muxer</class>
<description>FFMPEG mpegts Muxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffmux_vob</name>
<longname>FFMPEG vob Muxer</longname>
<class>Codec/Muxer</class>
<description>FFMPEG vob Muxer</description>
<author>Wim Taymans &lt;wim.taymans@chello.be&gt;, Ronald Bultje &lt;rbultje@ronald.bitfreak.net&gt;</author>
</element>
<element>
<name>ffvideoscale</name>
<longname>FFMPEG Scale element</longname>