Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Guy1524
gst-plugins-ugly
Commits
603dd1c6
Commit
603dd1c6
authored
Apr 26, 2013
by
Sebastian Dröge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.0.7
parent
cf86186f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
88 additions
and
16 deletions
+88
-16
ChangeLog
ChangeLog
+60
-2
NEWS
NEWS
+5
-1
RELEASE
RELEASE
+5
-8
configure.ac
configure.ac
+1
-1
gst-plugins-ugly.doap
gst-plugins-ugly.doap
+10
-0
win32/common/config.h
win32/common/config.h
+7
-4
No files found.
ChangeLog
View file @
603dd1c6
=== release 1.0.7 ===
2013-04-26 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* configure.ac:
releasing 1.0.7
2013-03-06 13:28:37 +0000 Tom Greenwood <tgreenwood@Toms-MacBook-Pro.local>
* ext/x264/gstx264enc.c:
x264enc: Fix for 0/1 framerate - now uses VFR in this case
Previously did a division by zero.
https://bugzilla.gnome.org/show_bug.cgi?id=695728
Conflicts:
ext/x264/gstx264enc.c
2012-10-24 12:15:54 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* configure.ac:
* ext/a52dec/Makefile.am:
* ext/amrnb/Makefile.am:
* ext/amrwbdec/Makefile.am:
* ext/cdio/Makefile.am:
* ext/dvdread/Makefile.am:
* ext/lame/Makefile.am:
* ext/mad/Makefile.am:
* ext/mpeg2dec/Makefile.am:
* ext/sidplay/Makefile.am:
* ext/twolame/Makefile.am:
* ext/x264/Makefile.am:
* gst/asfdemux/Makefile.am:
* gst/dvdlpcmdec/Makefile.am:
* gst/dvdsub/Makefile.am:
* gst/realmedia/Makefile.am:
* gst/xingmux/Makefile.am:
gst: Add better support for static plugins
=== release 1.0.6 ===
2013-03-22 Tim-Philipp Müller <tim@centricular.net>
2013-03-22
13:57:27 +0000
Tim-Philipp Müller <tim@centricular.net>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
releasing 1.0.6
* docs/plugins/inspect/plugin-a52dec.xml:
* docs/plugins/inspect/plugin-amrnb.xml:
* docs/plugins/inspect/plugin-amrwbdec.xml:
* docs/plugins/inspect/plugin-asf.xml:
* docs/plugins/inspect/plugin-cdio.xml:
* docs/plugins/inspect/plugin-dvdlpcmdec.xml:
* docs/plugins/inspect/plugin-dvdread.xml:
* docs/plugins/inspect/plugin-dvdsub.xml:
* docs/plugins/inspect/plugin-lame.xml:
* docs/plugins/inspect/plugin-mad.xml:
* docs/plugins/inspect/plugin-mpeg2dec.xml:
* docs/plugins/inspect/plugin-realmedia.xml:
* docs/plugins/inspect/plugin-siddec.xml:
* docs/plugins/inspect/plugin-twolame.xml:
* docs/plugins/inspect/plugin-x264.xml:
* docs/plugins/inspect/plugin-xingmux.xml:
* gst-plugins-ugly.doap:
* win32/common/config.h:
Release 1.0.6
2013-01-30 09:15:18 +0100 Benjamin Gaignard <benjamin.gaignard@st.com>
...
...
NEWS
View file @
603dd1c6
This is GStreamer Ugly Plugins 1.0.6
This is GStreamer Ugly Plugins 1.0.7
Bugs fixed since 1.0.6:
* 695728 : x264enc plugin has a divide by zero error when framerate is " 0/1 "
Changes since 1.0.5:
...
...
RELEASE
View file @
603dd1c6
Release notes for GStreamer Ugly Plugins 1.0.
6
Release notes for GStreamer Ugly Plugins 1.0.
7
The GStreamer team is p
lease
d to announce a new bug-fix release
The GStreamer team is p
rou
d to announce a new bug-fix release
in the 1.x stable series of the
core of the GStreamer streaming media framework.
...
...
@@ -56,13 +56,9 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
Features of this release
* build: allow calling autogen.sh from out-of-tree
Bugs fixed in this release
* 69
2857 : make -ugly be able to be called " out-of-tree
"
* 69
5728 : x264enc plugin has a divide by zero error when framerate is " 0/1
"
==== Download ====
...
...
@@ -99,5 +95,6 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Benjamin Gaignard
* Sebastian Dröge
* Tom Greenwood
\ No newline at end of file
configure.ac
View file @
603dd1c6
...
...
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
AC_INIT(GStreamer Ugly Plug-ins, 1.0.
6
,
AC_INIT(GStreamer Ugly Plug-ins, 1.0.
7
,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-ugly)
...
...
gst-plugins-ugly.doap
View file @
603dd1c6
...
...
@@ -33,6 +33,16 @@ might be widely known to present patent problems.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.0.7</revision>
<branch>1.0</branch>
<name></name>
<created>2013-04-26</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.0.7.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.0.6</revision>
...
...
win32/common/config.h
View file @
603dd1c6
...
...
@@ -61,7 +61,10 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2013-03-22"
#define GST_PACKAGE_RELEASE_DATETIME "2013-04-26"
/* Define if static plugins should be built */
#undef GST_PLUGIN_BUILD_STATIC
/* Define to enable a52dec (used by a52dec). */
#undef HAVE_A52DEC
...
...
@@ -248,7 +251,7 @@
#define PACKAGE_NAME "GStreamer Ugly Plug-ins"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Ugly Plug-ins 1.0.
6
"
#define PACKAGE_STRING "GStreamer Ugly Plug-ins 1.0.
7
"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-ugly"
...
...
@@ -257,7 +260,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.0.
6
"
#define PACKAGE_VERSION "1.0.
7
"
/* directory where plugins are located */
#ifdef _DEBUG
...
...
@@ -288,7 +291,7 @@
#undef TARGET_CPU
/* Version number of package */
#define VERSION "1.0.
6
"
#define VERSION "1.0.
7
"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment