FFmpeg Release Plan: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
(→‎Release Process: Diego's release process)
No edit summary
Line 30: Line 30:
* Who needs to be notified?
* Who needs to be notified?
** Major dependent projects, major distribution package maintainers --[[User:Rathann|Rathann]] 09:43, 29 January 2009 (EST)
** Major dependent projects, major distribution package maintainers --[[User:Rathann|Rathann]] 09:43, 29 January 2009 (EST)
== 0.6 Release ==
Pending features that would be nice to have in 0.6
* WMAVoice
* AAC-HE v1
* Indeo 5
* AMR-NB
* Bink Video
* pending ALS patches


[[Category:FFmpeg]]
[[Category:FFmpeg]]

Revision as of 03:02, 3 February 2010

Ideas and suggestions concerning FFmpeg software releases.

Things that need doing

  • Fix DV regression tests on PPC
  • Approximately 95% test coverage in FATE.
  • Add an API/ABI changelog

Release Criteria

  • make test passes.
  • FATE test coverage passes for all platforms of interest.
  • All 'important' bugs reported in roundup fixed/closed.
  • No half-implemented functionality that may break existing user apps.
  • Endurance/memleak testing on film-length files.

Rationale for releases

  • Provide endorsed snapshots for external software developers to develop against
  • Avoid sitation where external software developers using SVN head when head has transient limitations.
  • Discourage external software developers using ancient snapshots that we don't support.

Release Process

  • Create a branch in Subversion.
  • Replace version.sh by something that hardcodes 0.5.
  • svn export svn://svn.ffmpeg.org/ffmpeg/tags/0.5/ ffmpeg-0.5
  • tar -cvjf ffmpeg-0.5.tar.bz2 ffmpeg-0.5
  • Get source code
  • Create tarball
  • Checksums?
  • Upload to ffmpeg.org
  • Update website
  • Who needs to be notified?
    • Major dependent projects, major distribution package maintainers --Rathann 09:43, 29 January 2009 (EST)

0.6 Release

Pending features that would be nice to have in 0.6

  • WMAVoice
  • AAC-HE v1
  • Indeo 5
  • AMR-NB
  • Bink Video
  • pending ALS patches