Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gst-libav
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
46
Issues
46
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gst-libav
Commits
89dcd122
Commit
89dcd122
authored
Oct 25, 2012
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.0.2
parent
89faed0a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
51 additions
and
15 deletions
+51
-15
ChangeLog
ChangeLog
+28
-2
NEWS
NEWS
+5
-1
RELEASE
RELEASE
+6
-10
configure.ac
configure.ac
+2
-2
gst-libav.doap
gst-libav.doap
+10
-0
No files found.
ChangeLog
View file @
89dcd122
=== release 1.0.2 ===
2012-10-25 Tim-Philipp Müller <tim@centricular.net>
* configure.ac:
releasing 1.0.2
2012-10-24 16:01:36 +0200 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* gst-libs/ext/libav:
libav: Update to 0.8.4 release
2012-10-23 10:21:52 +0200 Andoni Morales Alastruey <ylatuya@gmail.com>
* configure.ac:
configure: fix os type configure option for android
2012-10-07 17:00:08 +0100 Tim-Philipp Müller <tim@centricular.net>
* configure.ac:
Back to development (bug fixing)
=== release 1.0.1 ===
=== release 1.0.1 ===
2012-10-07 Tim-Philipp Müller <tim@centricular.net>
2012-10-07
16:12:38 +0100
Tim-Philipp Müller <tim@centricular.net>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
* configure.ac:
releasing 1.0.1
* gst-libav.doap:
Release 1.0.1
2012-10-06 15:00:42 +0100 Tim-Philipp Müller <tim@centricular.net>
2012-10-06 15:00:42 +0100 Tim-Philipp Müller <tim@centricular.net>
...
...
NEWS
View file @
89dcd122
This is GStreamer Libav Plugins 1.0.1
This is GStreamer Libav Plugins 1.0.2
Changes since 1.0.1:
* Update internal libav snapshot to 0.8.4 release which includes many crasher and CVE fixes
Changes since 1.0.0:
Changes since 1.0.0:
...
...
RELEASE
View file @
89dcd122
Release notes for GStreamer libav Plugins 1.0.
1
Release notes for GStreamer libav Plugins 1.0.
2
The GStreamer team is proud to announce a new release
The GStreamer team is proud to announce a new
bug-fix
release
in the 1.x stable series of the
in the 1.x stable series of the
core of the GStreamer streaming media framework.
core of the GStreamer streaming media framework.
...
@@ -39,14 +39,10 @@ contains a set of less supported plugins that haven't passed the
...
@@ -39,14 +39,10 @@ contains a set of less supported plugins that haven't passed the
Features of this release
Features of this release
* Parallel installability with 0.10.x series
* Parallel installability with 0.10.x series
* avviddec: handle 0-sized buffers without crashing
* Update internal libav snapshot to 0.8.4 release which includes many crasher and CVE fixes
* avviddec: don't set invalid latency
Bugs fixed in this release
There were no bugs fixed in this release
* 680464 : avdemux_*: not-negotiated error
* 680499 : avdemux_ape: will not play some ape files, not-negotiated error
* 685113 : avviddec: " ignored " audio decoders end up registered as video decoders
==== Download ====
==== Download ====
...
@@ -83,7 +79,7 @@ subscribe to the gstreamer-devel list.
...
@@ -83,7 +79,7 @@ subscribe to the gstreamer-devel list.
Contributors to this release
Contributors to this release
* A
lban Browaeys
* A
ndoni Morales Alastruey
* Sebastian Dröge
* Sebastian Dröge
* Tim-Philipp Müller
* Tim-Philipp Müller
\ No newline at end of file
configure.ac
View file @
89dcd122
...
@@ -3,7 +3,7 @@ AC_PREREQ(2.62)
...
@@ -3,7 +3,7 @@ AC_PREREQ(2.62)
dnl initialize autoconf
dnl initialize autoconf
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
AC_INIT(GStreamer libav, 1.0.
1.1
,
AC_INIT(GStreamer libav, 1.0.
2
,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
gst-libav)
...
@@ -42,7 +42,7 @@ GST_API_VERSION=1.0
...
@@ -42,7 +42,7 @@ GST_API_VERSION=1.0
AC_SUBST(GST_API_VERSION)
AC_SUBST(GST_API_VERSION)
AG_GST_LIBTOOL_PREPARE
AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST,
1, 0, 1
)
AS_LIBTOOL(GST,
2, 0, 2
)
dnl *** required versions of GStreamer stuff ***
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.0.0
GST_REQ=1.0.0
...
...
gst-libav.doap
View file @
89dcd122
...
@@ -32,6 +32,16 @@ colorspace conversion elements.
...
@@ -32,6 +32,16 @@ colorspace conversion elements.
</GitRepository>
</GitRepository>
</repository>
</repository>
<release>
<Version>
<revision>1.0.2</revision>
<branch>1.0</branch>
<name></name>
<created>2012-10-24</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.0.2.tar.xz" />
</Version>
</release>
<release>
<release>
<Version>
<Version>
<revision>1.0.1</revision>
<revision>1.0.1</revision>
...
...
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