Skip to content
Snippets Groups Projects
Commit 4e6f057f authored by Thomas Vander Stichele's avatar Thomas Vander Stichele
Browse files

releasing

Original commit message from CVS:
releasing
parent da60b839
No related branches found
Tags gst-libav-1.0.9
No related merge requests found
Ronald Bultje
=== gst-ffmpeg 0.8.0 ===
2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac: release 0.8.0, "In Buildings"
2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
* gst-libs/ext/ffmpeg/.pc/cvsignore/doc/.cvsignore:
......
SUBDIRS = gst-libs ext
EXTRA_DIST=gst-ffmpeg.spec
EXTRA_DIST=gst-ffmpeg.spec depcomp \
AUTHORS COPYING NEWS README ChangeLog
# to do a release, run "make release"
# this will generate all archives and md5sums
......
This is GStreamer FFmpeg 0.8.0
RELEASE 0 → 100644
GStreamer: Release notes for GStreamer FFmpeg 0.8.0 "In Buildings"
The GStreamer team is happy to announce the first stable release of the
FFmpeg-based GStreamer plugin.
This module is separated from GStreamer Plugins for easier maintenance
and decoupled release cycles.
Our CVS contains both the patched source code to FFmpeg, as well as the
set of patches against upstream CVS, so we can send patches upstream
regularly from our modifications.
Features of this release
* codecs for most popular formats
* optimized colorspace conversion
Download
You find source releases of gst-ffmpeg in the download directory:
http://gstreamer.freedesktop.org/src/gst-ffmpeg/
GStreamer Homepage
More details can be found on the project's website:
http://gstreamer.freedesktop.org/
Support and Bugs
We use GNOME's bugzilla for bug reports and feature requests:
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer
Developers
CVS is hosted on cvs.freedesktop.org.
All code is in CVS and can be checked out from there.
Interested developers of the core library, plug-ins, and applications should
subscribe to the gstreamer-devel list. If there is sufficient interest we
will create more lists as necessary.
Contributors to this release
* Ronald Bultje
* Benjamin Otte
* David Schleef
* Thomas Vander Stichele
......@@ -12,12 +12,12 @@ AM_MAINTAINER_MODE
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 7, 1, 1, GST_CVS="no", GST_CVS="yes")
AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 8, 0, 0, GST_CVS="no", GST_CVS="yes")
dnl we cheat here so we don't have to change the actual configure code bit
GST_PLUGINS_VERSION_NANO=$GST_FFMPEG_VERSION_NANO
dnl required GStreamer version
GST_REQ=0.7.5
GST_REQ=0.8.0
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment