[ubuntu/lucid] ffmpeg 4:0.5+svn20090706-5ubuntu1 (Accepted)
Reinhard Tartler
siretart at tauware.de
Sat Jan 16 19:50:15 GMT 2010
ffmpeg (4:0.5+svn20090706-5ubuntu1) lucid; urgency=low
* merge from debian, remaining changes:
- dont disable internal encoders
- disabled extra depedencies (come with ffmpeg-extra)
- libdirac
- libopenjpeg
ffmpeg (4:0.5+svn20090706-4) unstable; urgency=low
[ Loïc Minier ]
* Use default toolchain setup on ARM flavors for noopt and only add FPU
CFLAGS in the VFP and NEON flavors; this is ok since internally, cpu will
be set to "generic" but -march=generic or -mcpu=generic will NOT be added
to the build flags.
* Build all armel flavours with -marm since ffmpeg has a lot of hand crafted
assembly which doesn't build in the new lucid default mode (Thumb 2);
LP: #488267
* Build all armel flavours with -fPIC -DPIC instead of just the neon flavour
as the new flags/toolchain require this in Ubuntu lucid.
* Build some assembly test code -- just like configure -- to decide whether
the *default* toolchain uses vfp or neon to decided whether to build the
vfp and neon flavors.
* Drop --disable/--enable opt flags such as --disable-neon or
--enable-armvfp on ARM since the upstream configure script will do the
right thing when the proper flags are set.
ffmpeg (4:0.5+svn20090706-3) experimental; urgency=low
[ Loïc Minier ]
* Disable more autodetecter ARM arch features
* Enable neon flavour
* Update NEON confflags to assume v7 and VFP
* Add backported NEON patches from ffmpeg trunk
* Pass proper --cpu and --extra-flags on armel
* Pass -fPIC -DPIC to neon pass
[ Fabian Greffrath ]
* Initialize the FLAVORS variable to static instead of appending to
it. Also, we do not support the internalencoders variable anymore.
[ Andres Mejia ]
* Remove unused patches from packaging.
* Update Vcs-* entries to new location.
* Bump Standards-Version to 3.8.3.
[ Reinhard Tartler ]
* change shlibs file to make applications depend on the -extra- packages
* loosen dependencies further, so that the -dev packages remain
installable even if ffmpeg-extra is 'out-of-date'
* add patch for issue1245: Make arguments of av_set_pts_info() unsigned.
* Support constant-quant encoding for libtheora, LP: #356322
* increase swscale compile time width (VOF/VOFW), LP: #443264
* Backports of various security patches, Closes: #550442, including:
- backport fixes for vorbis_dec
- backport oggparsevorbis fix
- backport vp3 fixes
- backport ffv1 fix
- libavcodec/mpegaudiodec.c backports
- h264 security backports
- backported libavformat/mov.c security fixes
- backported libavformat/oggdec.c security fixes
- backport svn r18016 aka 'MOV-Support-stz2-Compact-Sample-Size-Box'
to fix FTBFS
* enable symbol versioning
* bump shlibs version
* add README.source describing how this source package manages patches
* make sure the ${misc:Depends} substvar is used for each binary package
Date: Sat, 16 Jan 2010 10:12:15 +0100
Changed-By: Reinhard Tartler <siretart at tauware.de>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/lucid/+source/ffmpeg/4:0.5+svn20090706-5ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 16 Jan 2010 10:12:15 +0100
Source: ffmpeg
Binary: ffmpeg ffmpeg-dbg ffmpeg-doc libavutil49 libavcodec52 libavdevice52 libavformat52 libavfilter0 libpostproc51 libswscale0 libavutil-dev libavcodec-dev libavdevice-dev libavformat-dev libavfilter-dev libpostproc-dev libswscale-dev
Architecture: source
Version: 4:0.5+svn20090706-5ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Reinhard Tartler <siretart at tauware.de>
Description:
ffmpeg - multimedia player, server and encoder
ffmpeg-dbg - Debug symbols for ffmpeg related packages
ffmpeg-doc - documentation of the ffmpeg API
libavcodec-dev - development files for libavcodec
libavcodec52 - ffmpeg codec library
libavdevice-dev - development files for libavdevice
libavdevice52 - ffmpeg device handling library
libavfilter-dev - development files for libavfilter
libavfilter0 - ffmpeg video filtering library
libavformat-dev - development files for libavformat
libavformat52 - ffmpeg file format library
libavutil-dev - development files for libavutil
libavutil49 - ffmpeg utility library
libpostproc-dev - development files for libpostproc
libpostproc51 - ffmpeg video postprocessing library
libswscale-dev - development files for libswscale
libswscale0 - ffmpeg video scaling library
Closes: 550442
Changes:
ffmpeg (4:0.5+svn20090706-5ubuntu1) lucid; urgency=low
.
* merge from debian, remaining changes:
- dont disable internal encoders
- disabled extra depedencies (come with ffmpeg-extra)
- libdirac
- libopenjpeg
.
ffmpeg (4:0.5+svn20090706-4) unstable; urgency=low
.
[ Loïc Minier ]
* Use default toolchain setup on ARM flavors for noopt and only add FPU
CFLAGS in the VFP and NEON flavors; this is ok since internally, cpu will
be set to "generic" but -march=generic or -mcpu=generic will NOT be added
to the build flags.
* Build all armel flavours with -marm since ffmpeg has a lot of hand crafted
assembly which doesn't build in the new lucid default mode (Thumb 2);
LP: #488267
* Build all armel flavours with -fPIC -DPIC instead of just the neon flavour
as the new flags/toolchain require this in Ubuntu lucid.
* Build some assembly test code -- just like configure -- to decide whether
the *default* toolchain uses vfp or neon to decided whether to build the
vfp and neon flavors.
* Drop --disable/--enable opt flags such as --disable-neon or
--enable-armvfp on ARM since the upstream configure script will do the
right thing when the proper flags are set.
.
ffmpeg (4:0.5+svn20090706-3) experimental; urgency=low
.
[ Loïc Minier ]
* Disable more autodetecter ARM arch features
* Enable neon flavour
* Update NEON confflags to assume v7 and VFP
* Add backported NEON patches from ffmpeg trunk
* Pass proper --cpu and --extra-flags on armel
* Pass -fPIC -DPIC to neon pass
.
[ Fabian Greffrath ]
* Initialize the FLAVORS variable to static instead of appending to
it. Also, we do not support the internalencoders variable anymore.
.
[ Andres Mejia ]
* Remove unused patches from packaging.
* Update Vcs-* entries to new location.
* Bump Standards-Version to 3.8.3.
.
[ Reinhard Tartler ]
* change shlibs file to make applications depend on the -extra- packages
* loosen dependencies further, so that the -dev packages remain
installable even if ffmpeg-extra is 'out-of-date'
* add patch for issue1245: Make arguments of av_set_pts_info() unsigned.
* Support constant-quant encoding for libtheora, LP: #356322
* increase swscale compile time width (VOF/VOFW), LP: #443264
* Backports of various security patches, Closes: #550442, including:
- backport fixes for vorbis_dec
- backport oggparsevorbis fix
- backport vp3 fixes
- backport ffv1 fix
- libavcodec/mpegaudiodec.c backports
- h264 security backports
- backported libavformat/mov.c security fixes
- backported libavformat/oggdec.c security fixes
- backport svn r18016 aka 'MOV-Support-stz2-Compact-Sample-Size-Box'
to fix FTBFS
* enable symbol versioning
* bump shlibs version
* add README.source describing how this source package manages patches
* make sure the ${misc:Depends} substvar is used for each binary package
Checksums-Sha1:
4649fd9318b1ac9ce5c95f4c9812c0532b5be4a6 2468 ffmpeg_0.5+svn20090706-5ubuntu1.dsc
8b6f6d5a6cdf1fd6b82416ee081f28c15a064995 74077 ffmpeg_0.5+svn20090706-5ubuntu1.diff.gz
Checksums-Sha256:
333c50f18e4b0edadafc27b75e5bd3583c12f8ba15b098c435be338c822b9f9c 2468 ffmpeg_0.5+svn20090706-5ubuntu1.dsc
3d9b05de361b0a76625d4d07359d43c51b81e5aaf30fa70e891994bd19f8eed8 74077 ffmpeg_0.5+svn20090706-5ubuntu1.diff.gz
Files:
e57d41fb67b9a9ba2e0633cd286bd630 2468 libs optional ffmpeg_0.5+svn20090706-5ubuntu1.dsc
f362b0f9b0e0369030e2511e384665e7 74077 libs optional ffmpeg_0.5+svn20090706-5ubuntu1.diff.gz
Launchpad-Bugs-Fixed: 356322 443264 488267
Original-Maintainer: Debian multimedia packages maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Debian Powered!
iJwEAQECAAYFAktSGFwACgkQ78RAoABp8o/y+AQAh/yQSFlgQJglmzUOb13FFrtU
nAniiKKKjUfOG+pB+BnLOhym5yLDNF3eW2nHpq20hlyd3aEwJqlkpuUQg0H/ZxK8
9rp8OglAyUf4okXAad6KDL77TdSYhkHE1WwyT1Z587n6nr6rd8txNRtoIzWBeOcb
Z48cc6oR8oiC4Nl9ioA=
=BnsR
-----END PGP SIGNATURE-----
More information about the Lucid-changes
mailing list