[ubuntu/utopic-proposed] libav 6:9.13-1ubuntu1 (Accepted)

Reinhard Tartler siretart at tauware.de
Fri May 9 02:28:15 UTC 2014


libav (6:9.13-1ubuntu1) utopic; urgency=low

  * Merge from unstable, remaining changes:
    - build-depend on libtiff5-dev rather than libtiff4-dev,
      avoids FTBFS caused by imlib
  * New release fixes security issues LP: #1277173

libav (6:9.13-1) unstable; urgency=medium

  * New upstream release 9.13:
    - swscale: Fix an undefined behaviour
    - matroska: add the Opus mapping
    - mp3enc: Properly write bitrate value in XING header (Closes: #736088)
    - origin/pu/9 oggdec: add support for Opus in Ogg demuxing
      (Fixes: libav/603, Closes: #720563)
    - apedec: do not buffer decoded samples over AVPackets (Closes: #744901)
    - isom: lpcm in mov default to big endian
    - movdec: handle 0x7fff langcode as macintosh per the specs
    - h264: reset next_output_pic earlier in start_frame()
      (Fixes: libav/672, Closes: #741240, LP: #1288206)
    - rtmpproto: Make sure to pass on the error code if read_connect failed
    - lavr: allocate the resampling buffer with a positive size
    - tiffdec: use bytestream2 to simplify overread/overwrite protection
    - resample: fix avresample_get_delay() return value
    - avi: Improve non-interleaved detection (Fixes: libav/666)
    - af_channelmap: fix ONE_STR mapping mode
    - movenc: allow override of "writing application" tag
    - matroskaenc: allow override of "writing application" tag
    - avfilter: Add missing emms_c when needed
    - build: Use pkg-config for openjpeg (Fixes: libav/387)
    - mpeg12: check scantable indices in all decode_block functions
    - sgidec: fix buffer size check in expand_rle_row()
    - adx: check that the offset is not negative
    - mpegvideo: set reference/pict_type on generated reference frames
    - h264: Fix various crashes found in samples pointed by Mateusz
    "j00ru" Jurczyk and Gynvael Coldwind - Thanks!
  * Rebuild is reported to fix vaapi, Closes: #745655
  * Fix invocation of dpkg-maintscript helper, LP: #1315672
  * cleanup leftovers of the former libav-source package
  * Simplify listing packages with dh_listpackage
  * Drop transitional arch:all -extra- packages
  * Bump standards version to 3.9.5, no changes needed

libav (6:9.11-4) unstable; urgency=medium

  * Imported Upstream version 9.11
    - bumped severity because of many security relevant changes
    - update freetype header detection

libav (6:9.11-3) unstable; urgency=low

  * Add upstream patch to enable PIC on s390(x), Closes: #726733

Date: Thu, 08 May 2014 21:40:28 -0400
Changed-By: Reinhard Tartler <siretart at tauware.de>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/utopic/+source/libav/6:9.13-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 08 May 2014 21:40:28 -0400
Source: libav
Binary: libav-tools libav-dbg libav-doc libavutil52 libavcodec54 libavdevice53 libavformat54 libavfilter3 libswscale2 libavutil-dev libavcodec-dev libavdevice-dev libavformat-dev libavfilter-dev libswscale-dev libavresample-dev libavresample1 libavcodec-extra-54 libavcodec-extra
Architecture: source
Version: 6:9.13-1ubuntu1
Distribution: utopic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Reinhard Tartler <siretart at tauware.de>
Description: 
 libav-dbg  - Debug symbols for Libav related packages
 libav-doc  - Documentation of the Libav API
 libav-tools - Multimedia player, server, encoder and transcoder
 libavcodec-dev - Development files for libavcodec
 libavcodec-extra - Libav codec library (additional codecs meta-package)
 libavcodec-extra-54 - Libav codec library (additional codecs)
 libavcodec54 - Libav codec library
 libavdevice-dev - Development files for libavdevice
 libavdevice53 - Libav device handling library
 libavfilter-dev - Development files for libavfilter
 libavfilter3 - Libav video filtering library
 libavformat-dev - Development files for libavformat
 libavformat54 - Libav file format library
 libavresample-dev - Development files for libavresample
 libavresample1 - Libav audo resampling library
 libavutil-dev - Development files for libavutil
 libavutil52 - Libav utility library
 libswscale-dev - Development files for libswscale
 libswscale2 - Libav video scaling library
Closes: 720563 726733 736088 741240 744901 745655
Launchpad-Bugs-Fixed: 1277173 1288206 1315672
Changes: 
 libav (6:9.13-1ubuntu1) utopic; urgency=low
 .
   * Merge from unstable, remaining changes:
     - build-depend on libtiff5-dev rather than libtiff4-dev,
       avoids FTBFS caused by imlib
   * New release fixes security issues LP: #1277173
 .
 libav (6:9.13-1) unstable; urgency=medium
 .
   * New upstream release 9.13:
     - swscale: Fix an undefined behaviour
     - matroska: add the Opus mapping
     - mp3enc: Properly write bitrate value in XING header (Closes: #736088)
     - origin/pu/9 oggdec: add support for Opus in Ogg demuxing
       (Fixes: libav/603, Closes: #720563)
     - apedec: do not buffer decoded samples over AVPackets (Closes: #744901)
     - isom: lpcm in mov default to big endian
     - movdec: handle 0x7fff langcode as macintosh per the specs
     - h264: reset next_output_pic earlier in start_frame()
       (Fixes: libav/672, Closes: #741240, LP: #1288206)
     - rtmpproto: Make sure to pass on the error code if read_connect failed
     - lavr: allocate the resampling buffer with a positive size
     - tiffdec: use bytestream2 to simplify overread/overwrite protection
     - resample: fix avresample_get_delay() return value
     - avi: Improve non-interleaved detection (Fixes: libav/666)
     - af_channelmap: fix ONE_STR mapping mode
     - movenc: allow override of "writing application" tag
     - matroskaenc: allow override of "writing application" tag
     - avfilter: Add missing emms_c when needed
     - build: Use pkg-config for openjpeg (Fixes: libav/387)
     - mpeg12: check scantable indices in all decode_block functions
     - sgidec: fix buffer size check in expand_rle_row()
     - adx: check that the offset is not negative
     - mpegvideo: set reference/pict_type on generated reference frames
     - h264: Fix various crashes found in samples pointed by Mateusz
     "j00ru" Jurczyk and Gynvael Coldwind - Thanks!
   * Rebuild is reported to fix vaapi, Closes: #745655
   * Fix invocation of dpkg-maintscript helper, LP: #1315672
   * cleanup leftovers of the former libav-source package
   * Simplify listing packages with dh_listpackage
   * Drop transitional arch:all -extra- packages
   * Bump standards version to 3.9.5, no changes needed
 .
 libav (6:9.11-4) unstable; urgency=medium
 .
   * Imported Upstream version 9.11
     - bumped severity because of many security relevant changes
     - update freetype header detection
 .
 libav (6:9.11-3) unstable; urgency=low
 .
   * Add upstream patch to enable PIC on s390(x), Closes: #726733
Checksums-Sha1: 
 3451e7af1a92ae338dfd6508af10ea95bc67f922 3735 libav_9.13-1ubuntu1.dsc
 c54ef19f972a525cf72a80b1da5c72534084864e 4077808 libav_9.13.orig.tar.xz
 b58649ff4b5d3786d4bd3367a7f58016ce025e80 57758 libav_9.13-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 3e5c1159fc351e33b606b2d19bd7111216027b09093ab03389beacb56128ea4e 3735 libav_9.13-1ubuntu1.dsc
 2ff05df6cd2259b3bb277eb16c234214f8e0530700d0c774d033eba23edde6ca 4077808 libav_9.13.orig.tar.xz
 66fedc716ddd7e844009cffc8fa369b3ca6657f1810e639903698d601a98235a 57758 libav_9.13-1ubuntu1.debian.tar.gz
Files: 
 39f894e356b7d94cf605e2e6b7029fbc 3735 libs optional libav_9.13-1ubuntu1.dsc
 23b9e34bffdaee366710fdf20157a570 4077808 libs optional libav_9.13.orig.tar.xz
 e6f60d6804b4e1f19dd264dd5c3ca37f 57758 libs optional libav_9.13-1ubuntu1.debian.tar.gz
Original-Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Debian Powered!

iQGcBAEBAgAGBQJTbDzOAAoJEIuAbIZKeKRFXVgL/R5GpW4BIgleuWiEcqTm3/N8
h1z8wO8aCpcLFuaLetvoPUbF/2+HrN7uritrtrP2TOyeGkSifjldBlJ+ng1Dmt3B
c9qKHWsyCVhdM20FQK9luK9+iRZjhA8MWh0gqOfRfDAceB1rUeSPm0XN9Vj21omQ
cqQf2Cf4wmTzT7OGzxx+/fc7PrwmdVqUmO6cYHxje4NfCR5Qah8+fHP6JR7T7Wxo
n1DD/WGqyvbBdqZKBzYaoLHgulH1/AqNl/ihabMgyGIqrdGOM0nF/e7sTmfxwhwm
3NxQRLNOE/N3qYKAg386WfeW/R5sxtblRldV7+BYCCCnmfM9DfYUcTi0SEE0EVmT
sF6QWcohn6oGAzZe9a+vhxkEj8mkpJiKnzDuSAfiCFyCTRgrZfwHDzyqLlUzruQG
q4vnqoooR7K+32/XEY2kVi8cR1ndiAHqMjW/0FnANimZcNX9aMMTVvgV6D+zb73E
z+W2ooszxFmXRzNAtRmAxCv9IeM5Q3DLK/5fEqptEQ==
=5yvL
-----END PGP SIGNATURE-----


More information about the Utopic-changes mailing list