Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gst-libav
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
60
Issues
60
List
Boards
Labels
Service Desk
Milestones
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gst-libav
Commits
793d5535
Commit
793d5535
authored
Jun 05, 2013
by
Sebastian Dröge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 1.1.1
parent
80f664ca
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
794 additions
and
32 deletions
+794
-32
ChangeLog
ChangeLog
+745
-2
NEWS
NEWS
+1
-20
RELEASE
RELEASE
+33
-5
common
common
+1
-1
configure.ac
configure.ac
+4
-4
gst-libav.doap
gst-libav.doap
+10
-0
No files found.
ChangeLog
View file @
793d5535
This diff is collapsed.
Click to expand it.
NEWS
View file @
793d5535
This is GStreamer Libav Plugins 1.
0.2
This is GStreamer Libav Plugins 1.
1.1
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:
* avviddec: handle 0-sized buffers without crashing
* avviddec: don't set invalid latency
Bugs fixed since 1.0.0:
* 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
New features in 1.0.0:
* Parallel installability with 0.10.x series
* See release notes for more details
RELEASE
View file @
793d5535
Release notes for GStreamer libav Plugins 1.
0.2
Release notes for GStreamer libav Plugins 1.
1.1
The GStreamer team is proud to announce a new bug-fix release
in the 1.x stable series of the
...
...
@@ -38,11 +38,25 @@ contains a set of less supported plugins that haven't passed the
Features of this release
* Parallel installability with 0.10.x series
* Update internal libav snapshot to 0.8.4 release which includes many crasher and CVE fixes
There were no bugs fixed in this release
Bugs fixed in this release
* 532422 : avenc_dvvideo: Add non-exposed framerate/width/height/format limitations to caps
* 595286 : [ffdec_dvvideo] doesn't handle PAR correctly
* 600895 : ffenc_dvvideo : doesn't list resolution/details it supports
* 666435 : avdec: use new avcodec_decode_audio4() API
* 679200 : [0.10] regression: crash with apple smc codec
* 680487 : avenc_wmav1: errors out with default bitrate - output buffer size is too small
* 685074 : G.726 decoder failure.
* 688644 : Update gst-libav to libav 9 API
* 689398 : avenc_wmav1: audio encoder timestamps broken, can't transcode videos to WMV anymore
* 689565 : [audiodec] Must push one buffer (and only one) for each input buffer
* 689751 : Missing include in gstavutils.c
* 689981 : avviddec: 0.9 port - opaque pointer sometimes NULL - causing crashes - make check fails
* 690940 : avdec_aac: produces garbled output (regression in master)
* 691665 : avdec_aac: garbled audio (regression in git master)
* 694416 : Passing of $AS, etc to libav configure breaks on some platforms
* 698256 : Using avdec_mp3 decoder appliction can't retrieve the audio codec info.
==== Download ====
...
...
@@ -80,6 +94,20 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Andoni Morales Alastruey
* Christiaan Welvaart
* David Schleef
* Luca Barbato
* Matej Knopp
* Nicolas Dufresne
* Olivier Crête
* Rasmus Rohde
* Rico Tzschichholz
* Sebastian Dröge
* Siva Chandran P
* Stefan Sauer
* Thiago Santos
* Thijs Vermeir
* Tim-Philipp Müller
* Wim Taymans
* Руслан Ижбулатов
\ No newline at end of file
common
@
098c0d74
Subproject commit 0
1a7a46e258177ffe9cdb09c6518db749b2325d4
Subproject commit 0
98c0d7432be323d631b95b5d35f6f0840bf21bd
configure.ac
View file @
793d5535
...
...
@@ -3,7 +3,7 @@ AC_PREREQ(2.62)
dnl initialize autoconf
dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
AC_INIT(GStreamer libav, 1.1.
0.
1,
AC_INIT(GStreamer libav, 1.1.1,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-libav)
...
...
@@ -42,11 +42,11 @@ GST_API_VERSION=1.0
AC_SUBST(GST_API_VERSION)
AG_GST_LIBTOOL_PREPARE
AS_LIBTOOL(GST,
2, 0, 2
)
AS_LIBTOOL(GST,
101, 0, 101
)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.1.
0
GST_PBREQ=1.1.
0
GST_REQ=1.1.
1
GST_PBREQ=1.1.
1
ORC_REQ=0.4.16
ORC_CHECK([$ORC_REQ])
...
...
gst-libav.doap
View file @
793d5535
...
...
@@ -32,6 +32,16 @@ colorspace conversion elements.
</GitRepository>
</repository>
<release>
<Version>
<revision>1.1.1</revision>
<branch>1.1</branch>
<name></name>
<created>2013-06-05</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.1.1.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.0.2</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