Skip to content

Debian Changelog ffmpeg-debian (0.svn20080206-18)

2009

ffmpeg-debian (0.svn20080206-18) stable; urgency=low

   * Support reading large metadata in flac decoder (Closes: #534142)

 -- Reinhard Tartler <siretart@tauware.de>  Wed, 24 Jun 2009 09:02:44 +0200

ffmpeg-debian (0.svn20080206-17+lenny1) stable-security; urgency=high

   * Non-maintainer upload by the security team
   * Correct glitch in integer signedness issue, which might lead to a
     regression
     Fixes: CVE-2009-0385

 -- Steffen Joeris <white@debian.org>  Tue, 28 Apr 2009 01:45:46 +0000

ffmpeg-debian (0.svn20080206-17) unstable; urgency=medium

   * bug fix: possible null ptr derefence in vp3.c (CVE-2008-4610)
     Closes: #509616

 -- Reinhard Tartler <siretart@tauware.de>  Tue, 10 Feb 2009 07:55:39 +0100

ffmpeg-debian (0.svn20080206-16) unstable; urgency=low

   * bug fix: denial-of-service attack (CVE-2008-3230) Closes: #498764
   * fix remotely exploitable security issue in libavformat/4xm.c.
     Sorry, no CVE for this yet

 -- Reinhard Tartler <siretart@tauware.de>  Tue, 20 Jan 2009 00:51:19 +0100

2008

ffmpeg-debian (0.svn20080206-15) unstable; urgency=low

   * Security fix: Multiple buffer overflows in libavformat/utils.c.
     CVE-2008-4866, Closes: #504977.
 
   * Fetch fixes for the DCA Decoder from upstream. Closes: #496612.  These
     changes fix a crash on a crafted dca file, which are believed to be
     exploitable in some way. Alongside with that, some correction fixed
     from upstream have been included.
 
     Thanks to Alexander E. Patrakov for reporting these, and to
     Ben Hutchings for reminding me to actually apply them.

 -- Reinhard Tartler <siretart@tauware.de>  Mon, 10 Nov 2008 17:13:25 +0100

ffmpeg-debian (0.svn20080206-14) unstable; urgency=low

   [ Loic Minier ]
   * Fix Vcs-* control fields; thanks Gerfried Fuchs.
   * Mention upstream SVN in debian/copyright; thanks Gerfried Fuchs;
     closes: #499914.
 
   [ Reinhard Tartler ]
   * don't disable ffserver in cmov, altivec and vis build. (Closes: #501002)

 -- Reinhard Tartler <siretart@tauware.de>  Fri, 03 Oct 2008 14:13:54 +0200

ffmpeg-debian (0.svn20080206-13) unstable; urgency=low

   [Thiemo Seufer]
   * compile shared libavcodec explicitly with $(PIC), since gcc-4.3
     mips/mipsel needs an explicit PIC flag for shared library
     code.
 
     Until gcc-4.2 Linux/MIPS always used PIC code, even for executables.
     This changed with gcc-4.3, and with it the compiler default changed
     to non-PIC. As a result, -fPIC now needs to be explicitly supplied
     for shared library builds.
 
     (Closes: #498216, 498647, 498397)

 -- Reinhard Tartler <siretart@tauware.de>  Sun, 21 Sep 2008 17:03:50 +0200

ffmpeg-debian (0.svn20080206-12) unstable; urgency=low

   * enable vhook in all flavors. (Closes: #490272, LP: #260296)
   * make ffmpeg output a proper version number. (Closes: #496133, #483923)

 -- Reinhard Tartler <siretart@tauware.de>  Sat, 23 Aug 2008 10:49:10 +0200

ffmpeg-debian (0.svn20080206-11) unstable; urgency=low

   [ Reinhard Tartler ]
   * new patch: patches/010_fix_ftbfs_hppa.diff: On hppa shared objects
     do required object files to be build "-fPIC -DPIC". Patch taken
     from upstream svn.
   * bugfix: libraries linked with libX11 on GNU/kFreeBSD. Thanks to
     Aurelien Jarno for the patch. (Closes: #487252)
 
   [ Fabian Greffrath ]
   * debian/confflags, debian/control:
     + Build-Depend on libdc1394-22-dev explicitely and add
       Build-Conflicts on libdc1394-13-dev (Closes: #490319).

 -- Reinhard Tartler <siretart@tauware.de>  Wed, 16 Jul 2008 10:41:49 +0200

ffmpeg-debian (0.svn20080206-10) unstable; urgency=high

   * enable mmx and sse3 in builds. These CPU features are autodetected
     at runtime on amd64 and i386 using the 'cpuid' instrcution.
     (Closes: #489732)
   * disable support for liba52-dev. ffmpeg has its own implementation.
   * don't add -fPIC -DPIC forcefully to ./configure. upstream claim that
     the configure script gets this right on all architectures itself.
   * Add patch 020_bug489965_bufferoverflow_str_demuxer.diff. Fixes a
     buffer overflow in the STR demuxer. Thanks to Moritz Muehlenhoff for
     reporting the issue. (Closes: #489965)
   * Raising severity to high because of security issue.
   * rework the shlibs file. Make applications linking against libraries
     produced by this source package generate an alternate dependency on
     the 'unstripped' variants of this package. They actually do not exist
     yet at this point, but this way reverse dependencies are enabled to
     use them when they eventually appear.

 -- Reinhard Tartler <siretart@tauware.de>  Wed, 09 Jul 2008 14:04:06 +0200

ffmpeg-debian (0.svn20080206-9) unstable; urgency=low

   [ Reinhard Tartler ]
   * cleanup 010_proper_rpath.diff: remove spurious linker search paths.
   * debian/strip.sh: no need to remove the glue code for x264 and xvid.
     However, since that code is not built in debian anyway, the orig.tar.gz
     was not rebuilt with this change.
   * provide mmx-enabled shared objects on amd64. AFAIK all amd64 machines
     do support MMX.
   * Provide optimized versions of the libraries along the unoptimized
     ones. They are installed in machines and architecture specific
     directories. Optimized for further target will be added per request,
     please file bugs to request them.
   * rename the source package (again), this time on upstream's request.
     The former name was considered insulting by upstream, because it
     somewhat indicated the original source was somehow 'non-free', which is
     not the case. The new name now represents that we modified the package
     so that it becomes acceptable for debian.
   * Cleanups in debian/rules file.
   * Add verbose explanations about the renaming in README.Debian.
 
   [ Fabian Greffrath ]
   * debian/control:
     + Added Conflicts and Replaces against obsolete library packages from
       <http://debian-multimedia.org/>; wearing the 'cvs' suffix in their names
       (Closes: #484585, #484586, #484587, #484776, #484778).
     + Added doxygen to Build-Depends.
     + Introduced new package 'ffmpeg-doc' that contains html doxygen
       documentation of the ffmpeg API (Closes: #438369).
     + Changed Build-Depends from libdc1394-13-dev to libdc1394-22-dev,
       which is supported upstream since r11501.
   * debian/ffmpeg-doc.install:
     + Added.
   * debian/rules:
     + Build and install html doxygen documentation.
     + Avoid dependency of build-stamp rule on phony targets.
   * debian/libavutil-dev.install, debian/rules,
     debian/patches/010_ffmpeg-config.diff:
     + Removed ffmpeg-config, use pkg-config instead (maintainers of affected
       packages have been informed, see #487917 to #487922).
 
   [ Darren Salt ]
   * Added patch 900_doxyfile: tell doxyfile to ignore debian* directories.
   * debian/rules:
     - Reworked building so that separate source & build directories are
       used. This makes cleanup simpler and speeds up maintenance by avoiding
       complete rebuilds when using "debuild binary".
     - Removed some file installation 'cp' commands, made unnecessary due to
       the build reworking.
     - Unpatching is now done after cleaning.

 -- Reinhard Tartler <siretart@tauware.de>  Mon, 30 Jun 2008 15:27:50 +0200

ffmpeg-free (0.svn20080206-8) unstable; urgency=low

   [ Fabian Greffrath ]
 
   * debian/control:
     + Added Conflicts and Replaces on libavutil-dev (<< 0.svn20080206-7)
       to libavcodec-dev (Closes: #483548).
 
   [ Reinhard Tartler ]
 
   * remove patches from the debian package as disussed with upstream:
     - 005_runtime_cpudetect.diff: it is supposed to fix runtime cpu detection
       on i386. The code (and the define) has undergone large refactoring wrt.
       the define RUNTIME_CPUDETECT. It is very likely to have undisired
       side-effects with this version of ffmpeg. It therefore seem more safe
       to me to actually remove this patch for now, and reinvestigate the
       problems that occur, if they do.  (Related to: #482717)
     - 005_m68k_workaround.diff: works around bugs in gcc for m68k.
     - 006_mips_pthreads.diff: was an workaround for (now fixed) #428741.
     - 020_fix_sws_scale_crash: patch has been rejected upstream:
       http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-May/047846.html
     - 054_h264_mmx_chroma_mc_crash.diff. According to upstream, this has
       been fixed in a different way and is not reproducible. Verified that
       the file referenced in bug #404176 does not crash anymore even
       without this patch.
   * new patch: 015_reenable-img_convert.diff.  Unlike previous version of this
     patch, this uses a more lightweight approach. With building imgresample, a
     few symbol clashes occur with libswscale. We therefore strip off symbols
     that are already provided by libswscale. (Closes: #483960).
   * remove 011_link_plugins.diff. It is completely unnecessary now.
   * refactor quilt usage: use /usr/share/quilt/quilt.make.
   * support building in paralell. make snippet taken from the qemu package.
   * cleanups in debian/rules.
   * Move ffmpeg-config back to libavutil. This way we can avoid a circular
     dependency between libavutil-dev and libavcodec-dev. (Closes: #484132).
     libavcodec uses libavutil internally, so this dependency cannot be avoided.
   * disable altivec, at least for now. (Closes: #482717)
   * always compile with --disable-strip. We strip the binaries afterwards using
     dh_strip anyways.
   * Remove depdency substitutions ${shlibs:Depends} and ${misc:Depends} from the
     -dev packages.

 -- Reinhard Tartler <siretart@tauware.de>  Wed, 04 Jun 2008 00:04:08 +0200

ffmpeg-free (0.svn20080206-7) unstable; urgency=low

   * debian/control:
     + Removed unnecessary Conflicts and Replaces from libswscale0
       (Closes: #481908), thanks Guillem Jover.
     + Made libavutil-dev depend on libavcodec-dev.
   * debian/libavcodec.install, debian/libavutil.install:
     + Moved ffmpeg-config (script and manpage) from libavutil-dev to
       libavcodec-dev (really Closes: #482213, #482214).

 -- Fabian Greffrath <fabian@debian-unofficial.org>  Tue, 28 May 2008 16:02:03 +0200

ffmpeg-free (0.svn20080206-6) unstable; urgency=low

   * Bug fix: "libavg: FTBFS: ld: cannot find -ldts", thanks to Lucas
     Nussbaum (Closes: #482213, 482214). Fixed by removing -ldts from
     ffmpeg-config.

 -- Reinhard Tartler <siretart@tauware.de>  Tue, 27 May 2008 12:45:10 +0200

ffmpeg-free (0.svn20080206-5) unstable; urgency=low

   [ Fabian Greffrath ]
   * debian/control:
     + Fixed dependency typo, libswscale0 conflicts with libswsacle1d but not
       libswscale1d (Closes: #481908).
 
   [ Reinhard Tartler ]
   * disable 015_build_imgresample.diff. Please port all applications
     needing the symbols sws_{scale,getContext},
     sws_{getCachedContext,freeContext} to use libswscale instead.
   * downgrade debhelper depencency to level 5. We don't use any of the
     level 6 features, and level 5 faciliates backporting to earlier
     releases massively.
   * remove unapplied patches from source to reduce the size of the
     .diff.gz. The old patches can be retrieved from branches in our svn.

 -- Reinhard Tartler <siretart@tauware.de>  Thu, 22 May 2008 09:26:06 +0200

ffmpeg-free (0.svn20080206-4) unstable; urgency=low

   * debian/rules:
     + Moved confflags, that result in GPL versions of the libraries, into a
       dedicated variable gpl_confflags. Add this to the common confflags.
     + Moved --prefix=/usr to the common confflags.
     + Added some comments and whitespace (nothing special).
     + Renamed the "risky" keyword to "internalencoders". Set this in
       DEB_BUILD_OPTIONS in order to create and build from an unstripped tarball
       in the get-orig-source and build rules (Closes: #478010).
     + Introduced the "externalcodecs" keyword. Set this in DEB_BUILD_OPTIONS to
       enable support for additional codecs via external libraries.
     + Commented out the amr?b codecs among the external codecs, because the
       resulting packages will be unredistributable.

 -- Fabian Greffrath <fabian@debian-unofficial.org>  Tue, 29 Apr 2008 09:07:11 +0100

ffmpeg-free (0.svn20080206-3) experimental; urgency=low

   * install qt-faststart. Thanks Stefan Hermann for the patch from ubuntu.
     (Closes: #470484)
   * Reenable 020_fix_libswscale_pic_code, fixes FTBFS on amd64.
   * Reenable altivec, fixes FTBFS on powerpc.
   * Add some notes about the removed mpeg encoders (Closes: #440702)

 -- Reinhard Tartler <siretart@tauware.de>  Fri, 18 Apr 2008 23:02:24 +0200

ffmpeg-free (0.svn20080206-2) experimental; urgency=low

   [ Reinhard Tartler ]
   * patches/020_fix_sws_scale_crash: if sws_scale is given an invalid context
     (e.g. a null pointer), the function will crash because of a null pointer
     dereference. Add a check for that here.
   * add Conflicts/Replaces for libswscale1d.
   * Due to the fact that we no longer build the shared version of ffmpeg with
     mmx optimisations, the following patches have been dropped:
       - 020_mmx_optims.diff
       - 020_mmx_pic_code.diff
       - 020_disable_snow_mmx_in_pic.diff
       - 020_fix_libswscale_pic_code
 
   [ Fabian Greffrath ]
   * debian/control:
     + Added libx11-dev and libxext-dev to Build-Depends.
   * debian/rules:
     + Build with --enable-x11grab (Closes: #441983).
     + Build ffmpeg and shared libraries with --extra-cflags="-fPIC -DPIC"
       (feeling confident that this closes: #472613) and "drop the surgery
       regarding Makefile.pic and config.mak.pic".
     + In this context, cleaned up build rule: Run '$(MAKE)' and '$(MAKE) clean'
       from the top source directory instead of diving into the library
       directories; force move during backup and recovery of the static
       libraries; let the build rule itself depend on config-extra-includes.h
       (instead of build-stamp) to avoid being run again from the binary rule;
       some more minor changes of cosmetic type.
     + Renamed config-extra-includes rule to config-extra-includes.h to
       reflect the file name of the created file (also changed to override it
       instead of appending) and to avoid the rule to be run twice.
     + Disabled all architecture-specific optimizations for the time being.

 -- Fabian Greffrath <fabian@debian-unofficial.org>  Fri, 1 Apr 2008 17:22:00 +0100

ffmpeg-free (0.svn20080206-1) experimental; urgency=low

   [ Reinhard Tartler ]
   * new upstream release (Closes: #471136)
   * refreshed patches
   * libogg was dropped upstream
   * no longer install integer.h, as it is not part of the public API (see
     upstream r11642).
   * no longer install rtp.h, as it is not part of the public API (see
     upstream r11505).
   * install crc.h and sha1.h to libavutil-dev, since it is part of the
     public API now.
   * introduce new package: libavdevice52 and libavdevice-dev.
   * Implemented debian/get-orig-source.sh and adjusted the get-orig-source
     target in debian/rules to use that.
   * fix invocation of the testsuite.
   * bump standards version to 3.7.3 (no changes needed).
   * add script recordshow.sh (Closes: 461434). Thanks to
     Daniel Dickinson <cshore@wightman.ca>
   * Introdcue binary package ffmpeg-dbg, which contains debugging symbols
     of the shared library packages.
 
   [ Fabian Greffrath ]
   * debian/changelog:
     + Source is exported from SVN, not CVS. Reflect this in the versioning
       scheme (Closes: #468319).
   * debian/control:
     + Changed Build-Depends to liba52-0.7.4-dev | liba52-dev.
     + Improved descriptions and dependencies for libavdevice packages.
   * debian/control, debian/compat:
     + Bumped debhelper Build-Depends to (>= 6.0.0).
   * debian/control, debian/*.install:
     + Adopted shared library package names to upstream SONAMEs.
   * debian/README.Debian:
     + Updated, since AAC decoding (through FAAD) is now enabled.
     + Updated URL for unofficial ffmpeg packages.
   * debian/rules:
     + Reordered confflags to optionally build LGPL versions of the libraries.
     + Removed trailing whitespace.
     + Removed unused strip rule.
     + Added libxvidcore4-dev to weak-build-deps and fixed confflags
       in DEB_BUILD_OPTIONS=risky accordingly.
     + Added a get-orig-source rule to reproduce the source tarball. Produce an
       unstripped tarball if DEB_BUILD_OPTIONS=risky.
     + Do not run debian/fixup-config.sh if DEB_BUILD_OPTIONS=risky.
   * debian/patches/011_link_plugins.diff:
     + Updated to link all plugins against libavutil since they all use symbols
       from this library. Resolves "symbols found in none of the libraries"
       warnings from dpkg-shlibdeps.

 -- Reinhard Tartler <siretart@tauware.de>  Thu, 20 Mar 2008 17:57:21 +0100

ffmpeg-free (0.cvs20071007-4) experimental; urgency=low

   [ Fabian Greffrath ]
   * debian/control:
     + Wrapped Uploaders, Build-Depends and Depends,
       Conflicts and Replaces fields.
     + Added libfaad-dev to Build-Depends.
     + Added Homepage field.
     + Added ${misc:Depends} to all Depends.
   * debian/rules:
     + Enabled faad support via libfaad
       (Closes: #400094, #418230, #447089, #448068, #449387).
     + Added libmp3lame-dev to weak-build-deps in DEB_BUILD_OPTIONS=risky.
     + Added support for amrnb, amrwb and x264 (Closes: #432170) in
       DEB_BUILD_OPTIONS=risky.
 
   [ Reinhard Tartler ]
   * added Fabian Greffrath to Uploaders

 -- Reinhard Tartler <siretart@tauware.de>  Thu, 20 Mar 2008 15:55:11 +0100

ffmpeg-free (0.cvs20071007-3) experimental; urgency=low

   * disable armv6 code generation. Thanks to Joey Hess for the patch
     (Closes: #438923).

 -- Reinhard Tartler <siretart@tauware.de>  Sun, 13 Jan 2008 23:28:25 +0100

2007

ffmpeg-free (0.cvs20071007-2) experimental; urgency=low

   * restore soname on libavutil. got dropped on previous upload.
   * Bug fix: "needs libavutil-dev headers but doesn't depend on it",
     thanks to rmh@aybabtu.com (Closes: #434494). This was actually already
     fixed in a previous upload.
   * build dependencies in debian/control are now multiline.
   * Drop the XS- from the Vcs-Browser and Vcs-Svn field.

 -- Reinhard Tartler <siretart@tauware.de>  Sun, 16 Dec 2007 21:36:49 +0100

ffmpeg-free (0.cvs20071007-1) experimental; urgency=low

   * new upstream snapshot, using the same day as the mplayer release
   * Refreshing patches:
     -005_altivec_flags.diff: dropped, merged upstream
     -005_m68k_workaround.diff: refreshed
     -005_runtime_cpudetect.diff: refreshed
     -006_mips_pthreads.diff: refreshed
     -010_proper_rpath.diff: refreshed
     -010_shared_library_versioning.diff: refreshed
     -011_link_plugins.diff: refreshed (moved to top level makefile)
     -015_build_imgresample.diff: refreshed
     -020_disable_snow_mmx_in_pic.diff: refreshed
     -020_fix_libswscale_pic_code.diff: refreshed
     -020_mmx_optims.diff: refreshed
     -020_mmx_pic_code.diff: refreshed
     -040_early_altivec_detection.diff: disabled, doesn't apply anymore
     -040_only_use_maltivec_when_needed.diff disabled, (causes ftbfs, needs revising)
     -040_only_use_maltivec_when_needed.diff: refresh
     -051_mjpeg_gray_support.diff, removed applied upstream
     -053_rm_demux_crash.diff removed, applied upstream.
     -060_fix_avi_skip.diff removed, does not apply anymore
   * remove --enable-libdts. ffmpeg now has an internal dts decoder since
     r9051 (2007-05-17). It seems that at least some packages link to libdts and
     rely on the transitive dependency via ffmpeg. Please add explicit dependencies
     on libdts instead!
   * Don't ignore errors in upstream Makefile. Bug found via lintian.

 -- Reinhard Tartler <siretart@tauware.de>  Wed, 05 Dec 2007 17:33:34 +0100

ffmpeg-free (0.cvs20070307-7) UNRELEASED; urgency=low

   * debian/patches/051_mjpeg_gray_support.diff:
     + Support grayscale MJPEG streams as sent by Axis cameras.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 31 Jul 2007 18:55:31 +0200

ffmpeg-free (0.cvs20070307-6) unstable; urgency=low

   * Rename the source package. We are (again) no longer shipping the
     'real' upstream source of ffmpeg.
   * Add debian/strip.sh to strip ffmpeg upstream source disabling mpeg
     based encoders as discussed with ftp-master at debconf7
   * update XS-Vcs tags in debian/control.
   * make ffmpeg binNMU-able by using ${binary:Version} rather than
     ${Source-Version}

 -- Reinhard Tartler <siretart@tauware.de>  Sat, 23 Jun 2007 15:11:21 +0100

ffmpeg (0.cvs20070307-5) unstable; urgency=low

   * upload to unstable
   * remove x264 support, as it has been removed from unstable

 -- Reinhard Tartler <siretart@tauware.de>  Wed, 30 May 2007 15:19:20 +0200

ffmpeg (0.cvs20070307-4) experimental; urgency=low

   * added myself to uploaders
 
   * 020_fix_libswscale_pic_code:
     + added, avoid some MMX code to avoid PIC code
 
   [ Sam Hocevar ]
 
   * fixed path in library installation.

 -- Reinhard Tartler <siretart@tauware.de>  Wed, 11 Apr 2007 23:17:47 +0200

ffmpeg (0.cvs20070307-3) experimental; urgency=low

   * debian/patches/015_build_imgresample.diff:
     + Build imgresample functions even with swscaler activated, or legacy
       applications will stop working.
 
   * debian/patches/053_rm_demux_crash.diff:
     + New patch: fix a double free with corrupted rm files (Closes: #379922).
 
   * debian/patches/054_h264_mmx_chroma_mc_crash.diff:
     + New patch: workaround for a buffer overflow in the MMX H264 chroma
       motion compensation until upstream fixes it properly (Closes: #404176).
 
   * debian/patches/300_c++_compliant_headers.diff:
     + Define INT64_C() when the system headers don't provide it, for instance
       when building C++ code.
 
   * debian/control:
     + Set pkg-multimedia-maintainers as main maintainer.
     + Updated VCS fields.
   * debian/rules:
     + Huge cleanup.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 14 Mar 2007 19:40:42 +0100

ffmpeg (0.cvs20070307-2) experimental; urgency=low

   * debian/rules:
     + Activate x264 support now that it is in unstable.
   * debian/control:
     + Build-depend on libx264-dev.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 12 Mar 2007 21:10:45 +0100

ffmpeg (0.cvs20070307-1) experimental; urgency=low

   [ Sam Hocevar ]
 
   * New upstream snapshot (Closes: #403330, #404788).
   * This snapshot fixes numerous file parsing crashes (Closes: #404176,
     Closes: #407003, #396282, #365006, #403398).
 
   * debian/patches/010_proper_rpath.diff:
     + New patch. Link objects with the libraries that we generate, not the
       ones installed on the system.
 
   * debian/patches/010_shared_library_versioning.diff:
     + Strip unneeded prefix from .pc files (Closes: #404758).
 
   * debian/patches/011_link_plugins.diff:
     + New patch. Link vhook plugins with the appropriate libraries.
 
   * debian/patches/013_strip_unneeded_linker_flags.diff:
     + Remove unneeded -l flags from .pc files (Closes: #373986).
 
   * debian/patches/020_mmx_optims.diff:
   * debian/patches/020_disable_snow_mmx_in_pic.diff:
     + Sync patches.
 
   * debian/patches/020_really_use_liba52.diff:
   * debian/patches/050_h264-misc-security-fixes.diff:
   * debian/patches/051_asf-misc-security-fixes.diff:
     + Drop patches, applied upstream or no longer relevant.
 
   * debian/patches/040_only_use_maltivec_when_needed.diff:
     + Upgraded patch to cover libswscale.
 
   * debian/libavcodec-dev.install:
     + Ship lzo.h and random.h.
 
   * debian/rules:
     + Fix syntax for a few --enable flags.
     + Only ship ffmpeg_powerpc_performance_evaluation_howto.txt.gz on
       powerpc machines (Closes: #385079).
     + Readded --enable-libtheora, it's here again.
     + Activate --enable-swscaler (Closes: #399141, #398442).
 
   [ Reinhard Tartler ]
 
   * debian/rules:
     + Ignore libswscale.pc and rgb2rgb.h.
 
   * debian/libavcodec-dev.install:
     + Ship fifo.h and opt.h.
 
   * debian/patches/005_altivec_flags.diff:
   * debian/patches/005_m68k_workaround.diff:
   * debian/patches/005_runtime_cpudetect.diff:
   * debian/patches/006_mips_pthreads.diff:
   * debian/patches/020_really_use_liba52.diff:
     + Sync patches.
 
   * debian/patches/007_disable_ffmpeg_option.diff:
   * debian/patches/030_arm_cpu_detect.diff:
   * debian/patches/030_arm_workaround.diff:
     + Drop patches, applied upstream or no longer relevant.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 9 Mar 2007 15:13:16 +0100

ffmpeg (0.cvs20060823-7) unstable; urgency=high

   * debian/patches/040_only_use_maltivec_when_needed.diff:
     + Fix a static function prototype that prevented programs using libpostproc
       from working on PowerPC (Closes: #412214).
 
   * debian/control:
     + Added Xs-Vcs-Browser and XS-Vcs-Svn fields.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 8 Mar 2007 17:51:37 +0100

ffmpeg (0.cvs20060823-6) unstable; urgency=high

   * Upload to unstable.

 -- Loic Minier <lool@dooz.org>  Thu, 1 Feb 2007 21:36:47 +0100

ffmpeg (0.cvs20060823-5) testing-proposed-updates; urgency=high

   [ Loïc Minier ]
   * Add myself to Uploaders.
   * Exclude firewire libs from ffmpeg-config under kFreeBSD; based on a patch
     by Petr Salinger; closes: #399701.
   * Fix handling of debug in DEB_BUILD_OPTIONS; thanks Andreas Henriksson;
     closes: #406474.
   * SECURITY: New patch, 050_h264-misc-security-fixes, to properly check the
     sps and pps ids before use and to check more bitstram values and fix
     potential security holes; from upstream SVN r7585, r7586, and r7591.
   * SECURITY: New patch, 051_asf-misc-security-fixes, to properly check
     packet sizes, chunk sizes, and fragment positions; from upstream SVN r7640
     and r7650.
 
   [ Sam Hocevar ]
   * debian/copyright:
     + Fix typo and clarify licensing terms (Closes: #398235).
   * debian/README.Debian:
     + Removed mention of ffmpeg-config now that we ship .pc files.
   * debian/patches/020_mmx_optims.diff:
     + New patch, fix FTBFS with DEB_BUILD_OPTIONS=debug.
   * debian/patches/040_early_altivec_detection.diff:
     + New patch, detect AltiVec earlier on and only once so that we don't
       risk using signal handlers in a multithreaded environment or when
       the caller already installed a SIGILL handler.
   * debian/patches/040_only_use_maltivec_when_needed.diff:
     + New patch, only use -maltivec with files that use AltiVec intrinsics,
       and make sure no codepath leads to these files on a non-AltiVec
       machine (Closes: #405926).
   * debian/patches/060_fix_avi_skip.diff:
     + New patch, courtesy of Ben Hutchings: do not attempt to skip the ODML
       if the current seek offset is already beyond it (Closes: #383734).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 29 Jan 2007 16:58:44 +0100

2006

ffmpeg (0.cvs20060823-4) unstable; urgency=high

   * Maintainer upload.
   * Acknowledging NMU (Closes: #386458).
 
   * High urgency because of FTBFS fix.
 
   * debian/patches/030_arm_workaround.diff:
     + New patch courtesy of Aurélien Jarno: disable the broken ARM assembly
       code in libavcodec/mpegaudiodec.c.
 
   * debian/patches/030_arm_cpu_detect.diff:
     + New patch courtesy of Aurélien Jarno: correctly detect the newer ARM
       CPUs.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 24 Sep 2006 23:38:29 +0200

ffmpeg (0.cvs20060823-3.1) unstable; urgency=medium

   * Non-maintainer upload.
   * Fix variable substitution trick in debian/rules (Closes: #386458).

 -- Luk Claes <luk@debian.org>  Fri, 15 Sep 2006 21:29:07 +0200

ffmpeg (0.cvs20060823-3) unstable; urgency=low

   * debian/rules:
     + Take local packages into account when computing shlibs dependencies, so
       that ffplay/ffserver depend on the proper libraries (Closes: #386029).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 5 Sep 2006 17:44:00 +0200

ffmpeg (0.cvs20060823-2) unstable; urgency=low

   * debian/patches/020_really_use_liba52.diff:
     + New patch: link with the shared liba52 instead of the built-in one.
 
   * debian/patches/006_mips_pthreads.diff:
     + New patch: link libraries with -lpthreads on Linux MIPS because of a
       known ld bug.
 
   * debian/patches/007_disable_ffmpeg_option.diff:
     + New patch: add a --disable-ffmpeg option.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 30 Aug 2006 18:36:52 +0200

ffmpeg (0.cvs20060823-1) unstable; urgency=low

   * New SVN snapshot (Closes: #368904).
   * debian/control:
     + Set policy to 3.7.2.
     + Do not build 1394 support on GNU/kFreeBSD or Hurd. Patch courtesy of
       Petr Salinger (Closes: #372290).
   * debian/rules:
     + Minor cleanup.
     + Removed --enable-theora, upstream dropped that option.
 
   * debian/patches/020_mmx_intrinsics.diff:
     + Disabled intrinsics workaround because it is no longer necessary and it
       causes trouble with some codecs such as H264 (Closes: #373765).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 23 Aug 2006 12:09:58 +0200

ffmpeg (0.cvs20060329-4) unstable; urgency=low

   * debian/control:
     + Make each -dev package depend on the corresponding shared library
       package (Closes: #361348).
     + Moved libavutil files from libavformat-dev to libavcodec-dev which is
       the real common dependency (Closes: #361269).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 9 Apr 2006 15:23:37 +0200

ffmpeg (0.cvs20060329-3) unstable; urgency=low

   * debian/rules: that build system is hopeless. We now run configure and
     make twice, backup static libraries inbetween, then update timestamps
     to fool make. That should fix the FTBFS (Closes: #361215).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 7 Apr 2006 11:33:15 +0200

ffmpeg (0.cvs20060329-2) unstable; urgency=low

   * debian/rules: fixed Makefile.pic generation.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 6 Apr 2006 16:37:05 +0200

ffmpeg (0.cvs20060329-1) unstable; urgency=low

   * New CVS snapshot.
   * Upstream fixed a double free in img.c (Closes: #351455).
   * Upstream fixed the libvorbisenc dependency in libavcodec.pc
     (Closes: #357352).
 
   * debian/rules:
     + Activated threading support (Closes: #335677).
     + Manually reinstall dsputil.h.
 
   * debian/README.Debian:
     + Removed mention of --plugin-libs.
     + Added a note about the unofficial packages (Closes: #306752).
 
   * 020_disable_snow_mmx_in_pic.diff: (new patch) disable MMX acceleration in
     the Snow encoder in PIC mode.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 30 Mar 2006 10:41:17 +0200

ffmpeg (0.cvs20060306-3) unstable; urgency=low

   * Switched patch system to quilt.
   * debian/control:
     + Build-depend on quilt.
 
   * 005_altivec_flags.diff: (new patch from old diff.gz) proper gcc flags to
     only generate AltiVec code when explicitely asked.
 
   * 005_m68k_workaround.diff: (new patch from old diff.gz) use -O2 instead of
     -O3 on m68k.
 
   * 005_runtime_cpudetect.diff: (new patch from old diff.gz) fix runtime CPU
     detection on m68k and x86.
 
   * 010_ffmpeg-config.diff: (new patch from old diff.gz) the ffmpeg-config
     script and associated manpage (legacy).
 
   * 010_shared_library_versioning.diff: (new patch from old diff.gz) use a
     Debian-specific scheme for shared library versioning to avoid spreading
     libraries incompatible with every other version.
 
   * 020_mmx_intrinsics.diff: (new patch from old diff.gz) use MMX intrinsics
     in dsputil_mmx.c because gcc is unable to compute some register constraints
     in PIC mode.
 
   * 020_mmx_pic_code.diff: (new patch from old diff.gz) ported some MMX code
     to be PIC.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Wed, 29 Mar 2006 18:53:35 +0200

ffmpeg (0.cvs20060306-2) unstable; urgency=low

   * ffmpeg-config.in: removed references to _pic libraries.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 17 Mar 2006 20:08:29 +0100

ffmpeg (0.cvs20060306-1) unstable; urgency=low

   * New CVS snapshot.
   * Upstream now properly installs dsputil.h (Closes: #354391).
   * debian/control:
     + Distribute shared versions of the libraries with a Debian-specific
       soname.
   * debian/rules:
     + Removed all custom PIC rules.
     + Moved ffmpeg-config to libavformat-dev instead of libavcodec-dev so that
       it is present by default (Closes: #350750).
     + Include apiexample.c in libavcodec-dev (Closes: #350027).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 6 Mar 2006 11:05:26 +0100

ffmpeg (0.cvs20050918-6) unstable; urgency=low

   * Developer upload.
   * Acknowledge NMU. Thanks to Samuel Mimram (Closes: #342207).
   * configure:
     + Set RUNTIME_CPUDETECT (except on m68k where it ICEs and on x86 where it
       fails to build some asm constructs) (Closes: #337846).
   * debian/rules:
     + Make the build process aware of DEB_BUILD_OPTIONS, thanks to Timo
       Lindfors (Closes: #338895).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 21 Jan 2006 16:51:26 +0100

ffmpeg (0.cvs20050918-5.1) unstable; urgency=low

   * NMU.
   * Fix exploitable heap overflow in libavcodec's handling of images with
     PIX_FMT_PAL8 pixel formats (CVE-2005-4048), closes: #342207.

 -- Samuel Mimram <smimram@debian.org>  Sun, 15 Jan 2006 14:44:36 +0100

2005

ffmpeg (0.cvs20050918-5) unstable; urgency=low

   * ffmpeg-config.1: fixed the examples and added a note that static libraries
     should be put after the objects that refer to them (Closes: #339803).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 18 Nov 2005 23:58:16 +0100

ffmpeg (0.cvs20050918-4) unstable; urgency=low

   * configure:
     + Tell the configure script about m68k, ia64 and others.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 22 Sep 2005 14:43:59 +0200

ffmpeg (0.cvs20050918-3) unstable; urgency=low

   * configure:
     + Use -O2 instead of -O3 on m68k to avoid ICEs.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 20 Sep 2005 17:33:14 +0200

ffmpeg (0.cvs20050918-2) unstable; urgency=low

   * libavcodec/i386/dsputil_mmx.c:
     + Reworked the MMX intrinsics.
   * tests/libav.regression.ref:
     + Minor cosmetic fix to use double-digit numbers in test sequences.
   * debian/control:
     + PowerPC no longer needs to use gcc-3.4, since 4.x is the default.
   * libavcodec/Makefile:
     + Removed special compilation case for HPPA now that we use 4.x.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 18 Sep 2005 17:43:48 +0200

ffmpeg (0.cvs20050918-1) unstable; urgency=low

   * New CVS snapshot.
   * Upstream applied most Debian patches.
   * configure:
     + Do not use -mabi=altivec (-maltivec is enough for our AltiVec code) so
       that our code still runs on a G3 computer (Closes: #319151).
   * debian/rules:
     + When not cross-compiling, run the regression tests (Closes: #292102).
   * debian/changelog:
     + Updated the FSF address.
   * ffmpeg-config.in:
     + Fixed avcodec linkage (Closes: #328505).
   * libavcodec/i386/mpegvideo_mmx_template.c:
     + Applied patch from Tobias Grimm to fix the PIC MMX code for MPEG
       encoding (Closes: #318493).
   * libavcodec/i386/dsputil_mmx.c:
     + Applied patch from Joshua Kwan to fix the AMD64 build (Closes: #324026).
     + Reworked that patch so that it still compiles on x86.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 16 Sep 2005 13:03:47 +0200

ffmpeg (0.cvs20050811-2) unstable; urgency=low

   * ffmpeg-config.in: added a missing -lgsm.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 22 Aug 2005 19:51:53 +0200

ffmpeg (0.cvs20050811-1) unstable; urgency=low

   * New CVS snapshot.
   * Upstream fixed an integer overflow in the MPEG encoder (Closes: #320150).
   * debian/rules:
     + Activated libgsm support.
     + Fixed theora support.
     + Switched installation method to dh_install.
   * Applied patch from Christian Aichinger and others to fix the clobbering
     of the %ebx register during build (Closes: #319563).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 11 Aug 2005 14:22:03 +0200

ffmpeg (0.cvs20050626-2) unstable; urgency=low

   * ffmpeg-config.in: fixed the theora link that caused FTBFS.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 1 Jul 2005 17:20:59 +0200

ffmpeg (0.cvs20050626-1) unstable; urgency=low

   * New CVS snapshot.
   * debian/control:
     + Set policy to 3.6.2.1.
   * debian/rules:
     + Fixed Vorbis support (Closes: #306023).
     + Patch by Jonas Smedegaard <dr@jones.dk>: conditionally enable these
       unofficial libraries if DEB_BUILD_OPTIONS includes "risky":
       o Mpeg2 layer 3 / MP3 (liblame-dev).
       o FAAD (libfaad2-dev).
       o FAAC (libfaac-dev).
       o XviD (libxvidcore-dev).
     + Activated theora support.
     + Activated IEEE 1394 support (Closes: #296737).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun, 26 Jun 2005 15:46:54 +0200

ffmpeg (0.cvs20050313-2) unstable; urgency=low

   * libavcodec/libpostproc/postprocess_template.c
     libavcodec/i386/mpegvideo_mmx_template.c: fixed my PIC MMX code (Closes: #299700).
   * debian/rules: use gcc-3.4 on PowerPC (Closes: #300686).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Mon, 21 Mar 2005 23:38:46 +0100

ffmpeg (0.cvs20050313-1) unstable; urgency=low

   * New CVS snapshot.
   * configure: fixed the builtin vector test (Closes: #293284), thanks
     to Jacob L. Anawalt.
   * libavcodec/libpostproc/postprocess_template.c
     libavcodec/i386/mpegvideo_mmx_template.c: fixed MMX code so that it can
     be compiled in PIC mode, and reactivated MMX (Closes: #290447, #290358).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 12 Mar 2005 18:34:29 +0100

ffmpeg (0.cvs20050121-1) unstable; urgency=low

   * New CVS snapshot.
   * This snapshot fixes integer overflows that may lead to arbitrary code
     execution (Closes: #291566).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 21 Jan 2005 17:41:47 +0100

ffmpeg (0.cvs20050108-1) unstable; urgency=low

   * Re-done tarball snapshot so that it does not contain binaries.
   * ffmpeg-config.in:
     + Added missing -lvorbisenc (Closes: #289030).
   * debian/rules:
     + Install missing headers that are not in the install rule: bwswap.h,
       dsputil.h, os_support.h (Closes: #289033).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sat, 8 Jan 2005 11:30:58 +0100

ffmpeg (0.cvs20050106-1) unstable; urgency=low

   * New upstream snapshot.
   * The extern/static declaration conflict was fixed upstream (Closes: #288906).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Thu, 6 Jan 2005 15:44:49 +0100

2004

ffmpeg (0.cvs20040716-2) unstable; urgency=low

   * debian/rules:
     + Include missing rtp.h / rtsp.h in libavformat-dev.
   * ffmpeg-config.in:
     + Added -lz to the libavcodec linking flags.
     + Added -ldts / -ldts_pic, -la52, -lvorbis to the libavcodec linking flags.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Tue, 17 Aug 2004 13:27:41 +0200

ffmpeg (0.cvs20040716-1) unstable; urgency=low

   * Initial release (Closes: #199266).

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri, 16 Jul 2004 12:47:27 +0200