<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multimedia.cx/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Siretart</id>
	<title>MultimediaWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multimedia.cx/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Siretart"/>
	<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php/Special:Contributions/Siretart"/>
	<updated>2026-04-10T09:39:35Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=Libav/ReleaseHowto&amp;diff=13778</id>
		<title>Libav/ReleaseHowto</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=Libav/ReleaseHowto&amp;diff=13778"/>
		<updated>2011-12-31T14:25:15Z</updated>

		<summary type="html">&lt;p&gt;Siretart: created&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== LibavReleaseHowto == &lt;br /&gt;
&lt;br /&gt;
This are more or less personal notes how Libav releases and point release tarballs are rolled.&lt;br /&gt;
&lt;br /&gt;
=== Checklist for release preparation ===&lt;br /&gt;
&lt;br /&gt;
* If necessary, create a new release tracking bug&lt;br /&gt;
* (constantly) Backport interesting patches from trunk&lt;br /&gt;
* check the bugzilla release tracking bug&lt;br /&gt;
* update Changelog, use 'git log --online' for inspiration&lt;br /&gt;
* Write/Review News entry for http://libav.org&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Roll, sign and publish tarballs ===&lt;br /&gt;
&lt;br /&gt;
* For 0.6 and later, update the VERSION file:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
echo '$VERSION' &amp;gt; VERSION&amp;lt;br/&amp;gt;&lt;br /&gt;
git add VERSION&amp;lt;br/&amp;gt;&lt;br /&gt;
git commit -m&amp;quot;Update Version identification for `cat VERSION`&amp;quot;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* push the changelog to repository&lt;br /&gt;
** git push ...&lt;br /&gt;
&lt;br /&gt;
* create an annotated tag:&lt;br /&gt;
** git tag -a v$VERSION -m&amp;quot;$VERSION Release&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* For 0.7 and later, create a VERSION file from the RELEASE file (don't commit/push this)&lt;br /&gt;
** &amp;lt;code&amp;gt;cp -v RELEASE VERSION&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Create the release tarball&lt;br /&gt;
** &amp;lt;code&amp;gt;tar czv --xform=&amp;quot;s,^./,libav-$VERSION/,&amp;quot; --exclude=.git -f /tmp/libav-$VERSION.tar.gz .&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Testcompile this tarball&lt;br /&gt;
&lt;br /&gt;
* Create the xz variant:&lt;br /&gt;
** &amp;lt;code&amp;gt;zcat /tmp/libav-$VERSION.tar.gz | xz &amp;gt; /tmp/libav-$VERSION.tar.xz&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* GPG signatures:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
gpg -ab /tmp/libav-$VERSION.tar.gz&amp;lt;br/&amp;gt;&lt;br /&gt;
gpg -ab /tmp/libav-$VERSION.tar.xz&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Copy release notes and changelog:&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
cp -v Changelog /tmp/libav-$VERSION.changelog&amp;lt;br/&amp;gt;&lt;br /&gt;
cp -v doc/RELEASE_NOTES /tmp/libav-$VERSION.release&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Install tarballs to libav.org: &lt;br /&gt;
** &amp;lt;code&amp;gt;scp /tmp/libav-`cat VERSION`.* libav.org:releases&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Publish the release ===&lt;br /&gt;
&lt;br /&gt;
* push the created, *annotated* tags&lt;br /&gt;
* Publish the prepared News entry for http://libav.org&lt;br /&gt;
&lt;br /&gt;
* Enjoy!&lt;/div&gt;</summary>
		<author><name>Siretart</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=FFmpeg_distribution_status&amp;diff=13105</id>
		<title>FFmpeg distribution status</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=FFmpeg_distribution_status&amp;diff=13105"/>
		<updated>2010-11-02T14:00:53Z</updated>

		<summary type="html">&lt;p&gt;Siretart: link query to packages.ubuntu.com for package status&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;FFmpeg distribution packages are often incomplete or crippled.  Oftentimes they are not crippled, but people claim they are.  This page tries to track the status of FFmpeg in distributions to clear up this confusion and provide a quick overview of the situation.&lt;br /&gt;
&lt;br /&gt;
=== Gentoo ===&lt;br /&gt;
&lt;br /&gt;
Gentoo packages are supporting all the available options, including external encoders (like '''x264''' or '''libvpx''').&lt;br /&gt;
Given the modular and adapting nature of Gentoo setups, the user defines which features are to be enabled.&lt;br /&gt;
&lt;br /&gt;
The latest stable release as well more recent snapshot are provide across almost every architecture supported.&lt;br /&gt;
&lt;br /&gt;
It is also available a live ebuild in order to track the main branch development.&lt;br /&gt;
&lt;br /&gt;
Check the [http://packages.gentoo.org/package/media-video/ffmpeg Packages] web interface for the up to date status.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu  ===&lt;br /&gt;
&lt;br /&gt;
Ubuntu ships two variants of FFmpeg packages, from which both are uncrippled. The variant in the &amp;quot;multiverse&amp;quot; section has been built against the additional (optional) packages '''x264''', '''mp3lame''' and '''xvidcore''', which enables the respective additional encoders.&lt;br /&gt;
&lt;br /&gt;
FFmpeg is not available on the install DVDs.&lt;br /&gt;
&lt;br /&gt;
Check [http://packages.ubuntu.com/search?suite=default&amp;amp;section=all&amp;amp;arch=any&amp;amp;searchon=sourcenames&amp;amp;keywords=ffmpeg packages.ubuntu.com] for the up to date status. &lt;br /&gt;
&lt;br /&gt;
=== Debian ===&lt;br /&gt;
&lt;br /&gt;
The packages in Debian '''Squeeze''' are uncrippled. Packages in Debian '''Lenny''' packages are based on a snapshot from '''February 2008''' and have the following some encoders disabled:&lt;br /&gt;
&lt;br /&gt;
* h263&lt;br /&gt;
* mpeg2video&lt;br /&gt;
* mpeg4&lt;br /&gt;
* msmpeg4 (and variants)&lt;br /&gt;
&lt;br /&gt;
Note that even Debian Squeeze does not ship the packages '''x264''', '''xvidcore''' or '''mp3lame''', which means that these packages cannot be used for encoding to [[h264]] or [[MP3]].&lt;br /&gt;
&lt;br /&gt;
=== Fedora / Red Hat (unverified) ===&lt;br /&gt;
&lt;br /&gt;
Fedora does not have any sort of multimedia in their repositories, except for the Xiph kind.  FFmpeg and other packages are available from the livna repositories.&lt;br /&gt;
&lt;br /&gt;
=== OpenSUSE (unverified) ===&lt;br /&gt;
&lt;br /&gt;
The status regarding OpenSUSE is unknown.  Supposedly they ship no FFmpeg packages, users need to get them from packman instead.&lt;br /&gt;
&lt;br /&gt;
[[category: FFmpeg]]&lt;/div&gt;</summary>
		<author><name>Siretart</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=MPlayer_distribution_status&amp;diff=13063</id>
		<title>MPlayer distribution status</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=MPlayer_distribution_status&amp;diff=13063"/>
		<updated>2010-10-28T15:31:23Z</updated>

		<summary type="html">&lt;p&gt;Siretart: Update debian status&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MPlayer distribution packages are often incomplete or crippled. Oftentimes they are not crippled, but people claim they are. This page tries to track the status of MPlayer in distributions to clear up this confusion and provide a quick overview of the situation.&lt;br /&gt;
&lt;br /&gt;
=== Gentoo ===&lt;br /&gt;
&lt;br /&gt;
Gentoo packages are supporting all the available options, including external encoders (like '''x264''').&lt;br /&gt;
Given the modular and adapting nature of Gentoo setups, the user defines which features are to be enabled.&lt;br /&gt;
&lt;br /&gt;
Recent snapshots deemed stable are provide across almost every architecture supported.&lt;br /&gt;
&lt;br /&gt;
It is also available a live ebuild in order to track the main branch development.&lt;br /&gt;
&lt;br /&gt;
Check the [http://packages.gentoo.org/package/media-video/mplayer Packages] web interface for the up to date status.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu  ===&lt;br /&gt;
&lt;br /&gt;
The mplayer package in Ubuntu supports various encoders including x264 and others.&lt;br /&gt;
&lt;br /&gt;
Ubuntu 9.04 (karmic) and Ubuntu 10.04 (lucid) ship with '''MPlayer rc3'''.&lt;br /&gt;
&lt;br /&gt;
Ubuntu 10.10 (maverick) ships with '''MPlayer rc4'''.&lt;br /&gt;
&lt;br /&gt;
Daily snapshots built from SVN trunk are provided for Ubuntu lucid and up in this archive: https://launchpad.net/~motumedia/+archive/mplayer-daily/&lt;br /&gt;
&lt;br /&gt;
=== Debian ===&lt;br /&gt;
&lt;br /&gt;
Debian lenny ships with '''MPlayer rc2'''. It is not built against various external libraries like x264, mp3lame, etc. Also, mencoder was removed from the source tree.&lt;br /&gt;
&lt;br /&gt;
Debian squeeze ships with '''MPlayer rc3'''. It is not built against various external libraries like x264, mp3lame, etc. Starting with this release, '''mencoder''' is included.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Fedora / Red Hat (unverified) ===&lt;br /&gt;
&lt;br /&gt;
=== OpenSUSE (unverified) ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category: MPlayer]]&lt;/div&gt;</summary>
		<author><name>Siretart</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=MPlayer_distribution_status&amp;diff=13062</id>
		<title>MPlayer distribution status</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=MPlayer_distribution_status&amp;diff=13062"/>
		<updated>2010-10-28T15:27:24Z</updated>

		<summary type="html">&lt;p&gt;Siretart: Ubuntu mplayer status&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MPlayer distribution packages are often incomplete or crippled. Oftentimes they are not crippled, but people claim they are. This page tries to track the status of MPlayer in distributions to clear up this confusion and provide a quick overview of the situation.&lt;br /&gt;
&lt;br /&gt;
=== Gentoo ===&lt;br /&gt;
&lt;br /&gt;
Gentoo packages are supporting all the available options, including external encoders (like '''x264''').&lt;br /&gt;
Given the modular and adapting nature of Gentoo setups, the user defines which features are to be enabled.&lt;br /&gt;
&lt;br /&gt;
Recent snapshots deemed stable are provide across almost every architecture supported.&lt;br /&gt;
&lt;br /&gt;
It is also available a live ebuild in order to track the main branch development.&lt;br /&gt;
&lt;br /&gt;
Check the [http://packages.gentoo.org/package/media-video/mplayer Packages] web interface for the up to date status.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu  ===&lt;br /&gt;
&lt;br /&gt;
The mplayer package in Ubuntu supports various encoders including x264 and others.&lt;br /&gt;
&lt;br /&gt;
Ubuntu 9.04 (karmic) and Ubuntu 10.04 (lucid) ship with '''MPlayer rc3'''.&lt;br /&gt;
&lt;br /&gt;
Ubuntu 10.10 (maverick) ships with '''MPlayer rc4'''.&lt;br /&gt;
&lt;br /&gt;
Daily snapshots built from SVN trunk are provided for Ubuntu lucid and up in this archive: https://launchpad.net/~motumedia/+archive/mplayer-daily/&lt;br /&gt;
&lt;br /&gt;
=== Debian ===&lt;br /&gt;
&lt;br /&gt;
=== Fedora / Red Hat (unverified) ===&lt;br /&gt;
&lt;br /&gt;
=== OpenSUSE (unverified) ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category: MPlayer]]&lt;/div&gt;</summary>
		<author><name>Siretart</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=FFmpeg_distribution_status&amp;diff=13058</id>
		<title>FFmpeg distribution status</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=FFmpeg_distribution_status&amp;diff=13058"/>
		<updated>2010-10-28T14:38:38Z</updated>

		<summary type="html">&lt;p&gt;Siretart: /* Ubuntu */ - fix version number of maverick&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;FFmpeg distribution packages are often incomplete or crippled.  Oftentimes they are not crippled, but people claim they are.  This page tries to track the status of FFmpeg in distributions to clear up this confusion and provide a quick overview of the situation.&lt;br /&gt;
&lt;br /&gt;
=== Gentoo ===&lt;br /&gt;
&lt;br /&gt;
Gentoo packages are supporting all the available options, including external encoders (like '''x264''' or '''libvpx''').&lt;br /&gt;
Given the modular and adapting nature of Gentoo setups, the user defines which features are to be enabled.&lt;br /&gt;
&lt;br /&gt;
The latest stable release as well more recent snapshot are provide across almost every architecture supported.&lt;br /&gt;
&lt;br /&gt;
It is also available a live ebuild in order to track the main ffmpeg branch development.&lt;br /&gt;
&lt;br /&gt;
Check the [http://packages.gentoo.org/package/media-video/ffmpeg Packages] web interface for the up to date status.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu  ===&lt;br /&gt;
&lt;br /&gt;
Ubuntu ships two variants of FFmpeg packages, from which both are uncrippled. The variant in the &amp;quot;multiverse&amp;quot; section has been built against the additional (optional) packages '''x264''', '''mp3lame''' and '''xvidcore''', which enables the respective additional encoders.&lt;br /&gt;
&lt;br /&gt;
FFmpeg is not available on the install DVDs.&lt;br /&gt;
&lt;br /&gt;
Ubuntu after (including) 9.10 (karmic) ship '''FFmpeg 0.5''', after 10.04 (maverick) '''FFmpeg 0.6'''.&lt;br /&gt;
&lt;br /&gt;
=== Debian ===&lt;br /&gt;
&lt;br /&gt;
The packages in Debian '''Squeeze''' are uncrippled. Packages in Debian '''Lenny''' packages are based on a snapshot from '''February 2008''' and have the following some encoders disabled:&lt;br /&gt;
&lt;br /&gt;
* h263&lt;br /&gt;
* mpeg2video&lt;br /&gt;
* mpeg4&lt;br /&gt;
* msmpeg4 (and variants)&lt;br /&gt;
&lt;br /&gt;
Note that even Debian Squeeze does not ship the packages '''x264''', '''xvidcore''' or '''mp3lame''', which means that these packages cannot be used for encoding to [[h264]] or [[MP3]].&lt;br /&gt;
&lt;br /&gt;
=== Fedora / Red Hat (unverified) ===&lt;br /&gt;
&lt;br /&gt;
Fedora does not have any sort of multimedia in their repositories, except for the Xiph kind.  FFmpeg and other packages are available from the livna repositories.&lt;br /&gt;
&lt;br /&gt;
=== OpenSUSE (unverified) ===&lt;br /&gt;
&lt;br /&gt;
The status regarding OpenSUSE is unknown.  Supposedly they ship no FFmpeg packages, users need to get them from packman instead.&lt;br /&gt;
&lt;br /&gt;
[[category: FFmpeg]]&lt;/div&gt;</summary>
		<author><name>Siretart</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=FFmpeg_distribution_status&amp;diff=13056</id>
		<title>FFmpeg distribution status</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=FFmpeg_distribution_status&amp;diff=13056"/>
		<updated>2010-10-28T11:50:38Z</updated>

		<summary type="html">&lt;p&gt;Siretart: elaborate on debian status&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;FFmpeg distribution packages are often incomplete or crippled.  Oftentimes they are not crippled, but people claim they are.  This page tries to track the status of FFmpeg in distributions to clear up this confusion and provide a quick overview of the situation.&lt;br /&gt;
&lt;br /&gt;
=== Gentoo (unverified) ===&lt;br /&gt;
&lt;br /&gt;
Gentoo packages are not crippled in any way.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu  ===&lt;br /&gt;
&lt;br /&gt;
Ubuntu ships two variants of FFmpeg packages, from which both are uncrippled. The variant in the &amp;quot;multiverse&amp;quot; section has been built against the additional (optional) packages '''x264''', '''mp3lame''' and '''xvidcore''', which enables the respective additional encoders.&lt;br /&gt;
&lt;br /&gt;
FFmpeg is not available on the install DVDs.&lt;br /&gt;
&lt;br /&gt;
Ubuntu after (including) 9.10 (karmic) ship '''FFmpeg 0.5''', after 9.04 (maverick) '''FFmpeg 0.6'''.&lt;br /&gt;
&lt;br /&gt;
=== Debian ===&lt;br /&gt;
&lt;br /&gt;
The packages in Debian '''Squeeze''' are uncrippled. Packages in Debian '''Lenny''' packages are based on a snapshot from '''February 2008''' and have the following some encoders disabled:&lt;br /&gt;
&lt;br /&gt;
* h263&lt;br /&gt;
* mpeg2video&lt;br /&gt;
* mpeg4&lt;br /&gt;
* msmpeg4 (and variants)&lt;br /&gt;
&lt;br /&gt;
Note that even Debian Squeeze does not ship the packages '''x264''', '''xvidcore''' or '''mp3lame''', which means that these packages cannot be used for encoding to [[h264]] or [[MP3]].&lt;br /&gt;
&lt;br /&gt;
=== Fedora / Red Hat (unverified) ===&lt;br /&gt;
&lt;br /&gt;
Fedora does not have any sort of multimedia in their repositories, except for the Xiph kind.  FFmpeg and other packages are available from the livna repositories.&lt;br /&gt;
&lt;br /&gt;
=== OpenSUSE (unverified) ===&lt;br /&gt;
&lt;br /&gt;
The status regarding OpenSUSE is unknown.  Supposedly they ship no FFmpeg packages, users need to get them from packman instead.&lt;br /&gt;
&lt;br /&gt;
[[category: FFmpeg]]&lt;/div&gt;</summary>
		<author><name>Siretart</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=FFmpeg_distribution_status&amp;diff=13055</id>
		<title>FFmpeg distribution status</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=FFmpeg_distribution_status&amp;diff=13055"/>
		<updated>2010-10-28T11:44:03Z</updated>

		<summary type="html">&lt;p&gt;Siretart: elaborate on ubuntu status&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;FFmpeg distribution packages are often incomplete or crippled.  Oftentimes they are not crippled, but people claim they are.  This page tries to track the status of FFmpeg in distributions to clear up this confusion and provide a quick overview of the situation.&lt;br /&gt;
&lt;br /&gt;
=== Gentoo (unverified) ===&lt;br /&gt;
&lt;br /&gt;
Gentoo packages are not crippled in any way.&lt;br /&gt;
&lt;br /&gt;
=== Ubuntu  ===&lt;br /&gt;
&lt;br /&gt;
Ubuntu ships two variants of FFmpeg packages, from which both are uncrippled. The variant in the &amp;quot;multiverse&amp;quot; section has been built against the additional (optional) packages '''x264''', '''mp3lame''' and '''xvidcore''', which enables the respective additional encoders.&lt;br /&gt;
&lt;br /&gt;
FFmpeg is not available on the install DVDs.&lt;br /&gt;
&lt;br /&gt;
Ubuntu after (including) 9.10 (karmic) ship '''FFmpeg 0.5''', after 9.04 (maverick) '''FFmpeg 0.6'''.&lt;br /&gt;
&lt;br /&gt;
=== Debian (unverified) ===&lt;br /&gt;
&lt;br /&gt;
Lenny packages are crippled and have some encoders disabled.  Squeeze packages are uncrippled.&lt;br /&gt;
&lt;br /&gt;
=== Fedora / Red Hat (unverified) ===&lt;br /&gt;
&lt;br /&gt;
Fedora does not have any sort of multimedia in their repositories, except for the Xiph kind.  FFmpeg and other packages are available from the livna repositories.&lt;br /&gt;
&lt;br /&gt;
=== OpenSUSE (unverified) ===&lt;br /&gt;
&lt;br /&gt;
The status regarding OpenSUSE is unknown.  Supposedly they ship no FFmpeg packages, users need to get them from packman instead.&lt;br /&gt;
&lt;br /&gt;
[[category: FFmpeg]]&lt;/div&gt;</summary>
		<author><name>Siretart</name></author>
	</entry>
	<entry>
		<id>https://wiki.multimedia.cx/index.php?title=FFmpeg_Release_Plan&amp;diff=12327</id>
		<title>FFmpeg Release Plan</title>
		<link rel="alternate" type="text/html" href="https://wiki.multimedia.cx/index.php?title=FFmpeg_Release_Plan&amp;diff=12327"/>
		<updated>2010-03-02T13:36:58Z</updated>

		<summary type="html">&lt;p&gt;Siretart: we will use the FOSDEM motto for 0.6&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ideas and suggestions concerning FFmpeg software releases.&lt;br /&gt;
&lt;br /&gt;
==Things that need doing==&lt;br /&gt;
* Fix SVQ3 regression test?&lt;br /&gt;
* Approximately 95% test coverage in FATE.&lt;br /&gt;
* AAC Conformance sweep&lt;br /&gt;
* Make sure API/ABI changelog is up-to-date&lt;br /&gt;
&lt;br /&gt;
=== Release 0.6 &amp;quot;Works with HTML5&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Pending features that would be nice to have in 0.6&lt;br /&gt;
&lt;br /&gt;
* HE AAC v1&lt;br /&gt;
* LATM demuxing support&lt;br /&gt;
&lt;br /&gt;
==Release Criteria==&lt;br /&gt;
* make test passes.&lt;br /&gt;
* FATE test coverage passes for all platforms of interest.&lt;br /&gt;
* All 'important' bugs reported in roundup fixed/closed.&lt;br /&gt;
:Except 46, 127 and possibly 192 and 452 --[[User:Ce|Ce]] 05:36, 3 February 2010 (EST)&lt;br /&gt;
:And NetBSD status? https://roundup.ffmpeg.org/roundup/ffmpeg/issue886&lt;br /&gt;
* No half-implemented functionality that may break existing user apps.&lt;br /&gt;
* Endurance/memleak testing on film-length files.&lt;br /&gt;
&lt;br /&gt;
==Rationale for releases==&lt;br /&gt;
* Provide endorsed snapshots for external software developers to develop against&lt;br /&gt;
* Avoid sitation where external software developers using SVN head when head has transient limitations.&lt;br /&gt;
* Discourage external software developers using ancient snapshots that we don't support.&lt;br /&gt;
&lt;br /&gt;
==Release Process==&lt;br /&gt;
* Create a branch in Subversion.&lt;br /&gt;
* Replace version.sh by something that hardcodes 0.6.&lt;br /&gt;
* svn export svn://svn.ffmpeg.org/ffmpeg/tags/0.6/ ffmpeg-0.6&lt;br /&gt;
* tar -cvjf ffmpeg-0.6.tar.bz2 ffmpeg-0.6&lt;br /&gt;
* Get source code&lt;br /&gt;
* Create tarball&lt;br /&gt;
* Checksums?&lt;br /&gt;
* Upload to ffmpeg.org&lt;br /&gt;
* Update website&lt;br /&gt;
* Who needs to be notified?&lt;br /&gt;
** Major dependent projects, major distribution package maintainers --[[User:Rathann|Rathann]] 09:43, 29 January 2009 (EST)&lt;br /&gt;
&lt;br /&gt;
[[Category:FFmpeg]]&lt;/div&gt;</summary>
		<author><name>Siretart</name></author>
	</entry>
</feed>