mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 12:15:19 +00:00
releasing
Original commit message from CVS: releasing
This commit is contained in:
parent
da60b83971
commit
4e6f057f1e
6 changed files with 63 additions and 3 deletions
1
AUTHORS
1
AUTHORS
|
@ -0,0 +1 @@
|
||||||
|
Ronald Bultje
|
|
@ -1,3 +1,9 @@
|
||||||
|
=== 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>
|
2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* gst-libs/ext/ffmpeg/.pc/cvsignore/doc/.cvsignore:
|
* gst-libs/ext/ffmpeg/.pc/cvsignore/doc/.cvsignore:
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
SUBDIRS = gst-libs ext
|
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"
|
# to do a release, run "make release"
|
||||||
# this will generate all archives and md5sums
|
# this will generate all archives and md5sums
|
||||||
|
|
1
NEWS
1
NEWS
|
@ -0,0 +1 @@
|
||||||
|
This is GStreamer FFmpeg 0.8.0
|
51
RELEASE
Normal file
51
RELEASE
Normal file
|
@ -0,0 +1,51 @@
|
||||||
|
|
||||||
|
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 when going to/from release please set the nano (fourth number) right !
|
||||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
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
|
dnl we cheat here so we don't have to change the actual configure code bit
|
||||||
GST_PLUGINS_VERSION_NANO=$GST_FFMPEG_VERSION_NANO
|
GST_PLUGINS_VERSION_NANO=$GST_FFMPEG_VERSION_NANO
|
||||||
|
|
||||||
dnl required GStreamer version
|
dnl required GStreamer version
|
||||||
GST_REQ=0.7.5
|
GST_REQ=0.8.0
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue