gstreamer0.10-ffmpeg (0.10.5-1) experimental; urgency=low * New upstream release, 'This little piggy went to market'. * debian/patches/03_h264-codec-data-escaping.patch: + Patch from upstream CVS to escape the private h264 codec data before passing it to ffmpeg as ffmpeg requires this while GStreamer doesn't. * debian/patches/04_h264-frame-reordering.patch: + Patch from upstream CVS to fix decoding of h264 when the upstream elements provide reordered frames. * debian/patches/05_disable-libvorbis-libtheora.patch: + Disable libvorbis and libtheora based encoders. The ones provided by GStreamer directly are working much better. -- Sebastian Dröge Mon, 06 Oct 2008 11:39:05 +0200 gstreamer0.10-ffmpeg (0.10.4.2-1) experimental; urgency=low * New upstream pre-release: + debian/patches/02_av_picture_copy.patch, debian/patches/03_disable-aac.patch, debian/patches/04_disable-mpegts.patch: - Dropped, merged upstream. + debian/control: - Build depend on libbz2-dev. * debian/control: + Update Standards-Version to 3.8.0, no additional changes needed. + Wrap Uploaders, Build-Depends and Depends. * debian/rules, debian/control: + Use new automatic codec installation infrastructure. * debian/patches/02_old-ffmpeg.patch: + Revert some upstream changes to make it work with our ancient ffmpeg version. -- Sebastian Dröge Fri, 15 Aug 2008 09:14:07 +0200 gstreamer0.10-ffmpeg (0.10.4-3) unstable; urgency=low * debian/patches/03_disable-aac.patch: + The faad plugin is named "libfaad", not "faad". -- Sebastian Dröge Sun, 25 May 2008 11:02:03 +0200 gstreamer0.10-ffmpeg (0.10.4-2) unstable; urgency=low * debian/patches/02_av_picture_copy.patch: + Patch from Bugzilla to use av_picture_copy() instead of swscale as this is faster and swscale is overkill at those places. * debian/patches/03_disable-aac.patch: + Disable AAC decoders as they don't work well and the one from gst-plugins-bad works far better. * debian/patches/04_disable-mpegts.patch: + Disable both mpegts demuxers instead of only one and don't register a typefinder for this as they don't work well. -- Sebastian Dröge Fri, 23 May 2008 11:42:56 +0200 gstreamer0.10-ffmpeg (0.10.4-1) unstable; urgency=low * New upstream stable release, "A jump to the left". -- Sebastian Dröge Thu, 22 May 2008 09:29:40 +0200 gstreamer0.10-ffmpeg (0.10.3.3-1) unstable; urgency=low * New upstream pre-release: + Upload to unstable for the ffmpeg transition. + Plugin correctly declares itself as GPL licensed now (we're linking against ffmpeg versions with GPL'ed code). + debian/patches/02_debian-ffmpeg.patch: - Dropped, merged upstream. -- Sebastian Dröge Tue, 20 May 2008 09:43:35 +0200 gstreamer0.10-ffmpeg (0.10.3.2-1) experimental; urgency=low * New upstream pre-release, requiring ffmpeg from experimental: + debian/patches/01_debian-ffmpeg.patch, debian/patches/02_g-enum-value-array-null-termination.patch, debian/patches/03_disable-wavpack.patch, debian/patches/04_handle_codec_type_unknown_as_video.patch, debian/patches/05_ffmpeg_mux_api_fixes.patch: - Dropped, merged upstream. + debian/control: - Build depend on libswscale-dev. + debian/patches/01_new-codec-ids.patch: - Add codec ID mapping for Ogg Vorbis. + debian/rules: - Don't build with -Werror. + debian/patches/02_debian-ffmpeg.patch: - Fix build with Debian's ffmpeg. -- Sebastian Dröge Mon, 12 May 2008 16:51:45 +0200 gstreamer0.10-ffmpeg (0.10.3-7) experimental; urgency=low * debian/patches/05_ffmpeg_mux_api_fixes.patch + Added. Adapt to some API changes in ffmpegs muxing (From upstream CVS) * debian/control: - build-depend on a version >= 0.svn20080206 of the various ffmpeg bits - Drop the libavutil-dev build-depend it's brought in by libavcodec-dev -- Sjoerd Simons Sat, 26 Apr 2008 12:05:57 +0200 gstreamer0.10-ffmpeg (0.10.3-6) unstable; urgency=low * debian/patches/99_ltmain_as-needed.patch, debian/rules: + Add -Wl,-z,defs -Wl,-O1 -Wl,--as-needed to LDFLAGS to remove some unnecessary dependencies on various packages. -- Sebastian Dröge Tue, 19 Feb 2008 09:19:48 +0100 gstreamer0.10-ffmpeg (0.10.3-5) unstable; urgency=low [ Sjoerd Simons ] * debian/patches/04_handle_codec_type_unknown_as_video.patch: + Some video codecs don't set the CODEC_TYPE properly. Assume CODEC_TYPE_UNKNOWN is also video. Fixes playback with newer ffmpeg snapshots. (Closes: #463759). * Add myself to Uploaders. [ Emilio Pozuelo Monfort ] * debian/rules: - Decide the package name and url depending on the distribution. * debian/control: - Build-Depend on lsb-release. -- Sjoerd Simons Thu, 07 Feb 2008 11:07:19 +0100 gstreamer0.10-ffmpeg (0.10.3-4) unstable; urgency=low * debian/patches/03_disable-wavpack.patch: + Patch from upstream CVS to prevent gst-ffmpeg to register a new typefinder and caps type for WavPack. This fixes playback of WavPack files. -- Sebastian Dröge Mon, 07 Jan 2008 19:35:54 +0100 gstreamer0.10-ffmpeg (0.10.3-3) unstable; urgency=low * debian/patches/02_g-enum-value-array-null-termination.patch: + Null-terminate GEnumValue arrays to fix crashes when using them or when doing gst-inspect-0.10 --print-all. Patch from upstream CVS. -- Sebastian Dröge Sat, 15 Dec 2007 12:59:53 +0100 gstreamer0.10-ffmpeg (0.10.3-2) unstable; urgency=low * Upload to unstable, still missing support for some codecs that are supported in the Debian ffmpeg but were not supported yet by the internal ffmpeg copy. * debian/rules: + Set package name and origin to point out that this is the Debian package and point to the Debian package information page. * debian/control: + Update Standards-Version to 3.7.3, no additional changes needed. -- Sebastian Dröge Wed, 05 Dec 2007 11:40:15 +0100 gstreamer0.10-ffmpeg (0.10.3-1exp1) experimental; urgency=low * debian/rules, debian/control: + Build against the system ffmpeg (Closes: #402090, #402793). * debian/patches/01_debian-ffmpeg.patch: + Adjust for API changes in Debian's ffmpeg compared to upstream's version. * debian/patches/21_h264-check-sps-pps.patch, debian/patches/22_asf-misc-security-fixes.patch: + Dropped, not necessary anymore. * debian/rules: + Remove some workarounds needed for the bundled ffmpeg. * debian/TODO.Debian: + Updated. -- Sebastian Dröge Wed, 05 Dec 2007 05:32:31 +0100 gstreamer0.10-ffmpeg (0.10.3-1) unstable; urgency=low * New upstream release, "My T-Shirt is slowly fading": + debian/patches/23_h264-draw-edges.patch: - Dropped, merged upstream. -- Sebastian Dröge Tue, 04 Dec 2007 21:24:53 +0100 gstreamer0.10-ffmpeg (0.10.2-5) unstable; urgency=low * debian/rules: + Fix setting of the GST_REGISTRY environment variable. -- Sebastian Dröge Sat, 24 Nov 2007 20:05:38 +0100 gstreamer0.10-ffmpeg (0.10.2-4) unstable; urgency=low * debian/rules: + Set GST_REGISTRY before the dh_gstscancodecs call to save the registry somewhere on buildds without writable home and speed things up a bit. * debian/patches/23_h264-draw-edges.patch: + Patch from upstream CVS to fix green artifacts when decoding certain h.264 files (Closes: #432916). -- Sebastian Dröge Mon, 24 Sep 2007 19:30:51 +0200 gstreamer0.10-ffmpeg (0.10.2-3) unstable; urgency=low * debian/control, debian/rules: + Call dh_gstinstallcodecs to generate the codecs database. -- Sebastian Dröge Mon, 30 Jul 2007 20:43:42 +0200 gstreamer0.10-ffmpeg (0.10.2-2) unstable; urgency=low * Merge experimental branch: + New upstream release 0.10.2, "At the edge of Taymans": - Adds WMV9 support (Closes: #388479) - Fixes FLV playback (Closes: #388471) + debian/rules: - Drop --disable-ffplay, it's passed by the upstream ./configure already. (Loic Minier) + debian/control, debian/compat: - Update to standards version 3.7.2 - Update to debhelper compat level 5 + debian/control: - Update package descriptions to reflect that the encoders are disabled in this package for patent reasons (Closes: #389904) + debian/gstreamer0.10-ffmpeg.install: - Remove bogus file + debian/rules: - Remove .la and .a files as they're not necessary at all + debian/patches/01_disable-broken-demuxers.patch, debian/patches/02_state-change-return.patch, debian/patches/20_CVE-2006-4800-4xm-buffer-overflow.patch: - Dropped, merged upstream + debian/patches/40_fix-missing-symbols_config-muxers.patch: - Dropped, not necessary anymore + debian/control: - Raise gstreamer and plugins-base dependencies to >= 0.10.4 - Add build dependency on liboil0.3-dev (>= 0.3.6) * debian/patches/21_h264-check-sps-pps.patch: + Updated for the new version * debian/control: + Update to use my debian.org mail address -- Sebastian Dröge Mon, 16 Apr 2007 01:15:20 +0200 gstreamer0.10-ffmpeg (0.10.1-7) unstable; urgency=high * Drop superfluous files from patch 22_asf-misc-security-fixes. -- Loic Minier Wed, 24 Jan 2007 13:41:46 +0100 gstreamer0.10-ffmpeg (0.10.1-6) unstable; urgency=high * SECURITY: New patch, 22_asf-misc-security-fixes, to properly check packet sizes, chunk sizes, and fragment positions; from upstream SVN r7640 and r7650. -- Loic Minier Wed, 24 Jan 2007 13:18:45 +0100 gstreamer0.10-ffmpeg (0.10.1-5) unstable; urgency=high * SECURITY: Update patch 21_h264-check-sps-pps to check more bitstram values and fix potential security holes; from upstream SVN r7591. -- Loic Minier Sun, 21 Jan 2007 19:36:41 +0100 gstreamer0.10-ffmpeg (0.10.1-4) unstable; urgency=high * SECURITY: New patch, 21_h264-check-sps-pps, to properly check the sps and pps ids before use; from upstream SVN r7585 and r7586. -- Loic Minier Sat, 20 Jan 2007 14:44:18 +0100 gstreamer0.10-ffmpeg (0.10.1-3) unstable; urgency=low * New patch, 20_CVE-2006-4800-4xm-buffer-overflow, fixes buffer overflow in 4XM code; CVE-2006-4800; thanks Andreas Barth; closes: #401311. -- Loic Minier Wed, 6 Dec 2006 14:15:19 +0100 gstreamer0.10-ffmpeg (0.10.1-2) unstable; urgency=low [ Loic Minier ] * Re-add the change of 0.8.7-3 (-DRUNTIME_CPUDETECT) now that gcc doesn't ICE on this anymore. [ Sebastian Dröge ] * debian/patches/02_state-change-return.patch: + Actually return something on state changes * debian/patches/01_disable-broken-demuxers.patch: + Disable the broken demuxers for now as they only cause problems -- Loic Minier Sun, 23 Jul 2006 11:03:49 +0200 gstreamer0.10-ffmpeg (0.10.1-1) unstable; urgency=low * New upstream release, "Late Train". - Bump up libgstreamer-plugins-base0.10-dev build-dep to >= 0.10.0. [debian/control] - Drop patch for CVE-2005-4048 (merged upstream). [debian/patches/32_CVE-2005-4048_avcodec-default-get-buffer-heap-overflow.patch] - Update missing symbols patch. [debian/patches/40_fix-missing-symbols_config-muxers.patch] -- Loic Minier Mon, 3 Apr 2006 16:38:51 +0200 gstreamer0.10-ffmpeg (0.10.0-3) unstable; urgency=low * Fix missing symbols when registering the ffmpeg plugin, caused by the use of --disable-encoders and buggy #ifdef CONFIG_MUXERS in the autoconfed ffmpeg source version of upstream, thanks Sam Morris; this is a temporary workaround while upstream refreshs the ffmpeg snapshot. (Closes: #353045) [debian/patches/40_fix-missing-symbols_config-muxers.patch] -- Loic Minier Wed, 22 Feb 2006 12:22:20 +0100 gstreamer0.10-ffmpeg (0.10.0-2) unstable; urgency=low * Add ${misc:Depends} to Depends. [debian/control] * Build with --enable-mpegaudio-hp under hppa to workaround #352529. [debian/rules] -- Loic Minier Sun, 12 Feb 2006 15:48:56 +0100 gstreamer0.10-ffmpeg (0.10.0-1) unstable; urgency=low * New upstream version. - don't list libgstreamer0.10-0 as a Depends the shlibs get that [debian/control] - fix the path of the .la file to clean [debian/rules] - no need to run registration at installation with gstreamer0.10 [debian/gstreamer0.8-ffmpeg.postinst, debian/gstreamer0.8-ffmpeg.postrm, debian/gstreamer0.8-ffmpeg.preinst] - package name/version updates [debian/changelog, debian/control, debian/gstreamer0.8-ffmpeg.install, debian/rules] - removed patch shipped with the new upstream code [debian/patches/64_reduce-all-givs-alpha-gcc-4.patch] -- Sebastien Bacher Sat, 17 Dec 2005 23:59:34 +0100 gst-ffmpeg (0.8.7-5) unstable; urgency=low * SECURITY: New patch from ffmpeg's CVS to address a heap overflow in avcodec_default_get_buffer identified as CVE-2005-4048. (Closes: #343503) [debian/patches/32_CVE-2005-4048_avcodec-default-get-buffer-heap-overflow.patch] -- Loic Minier Thu, 15 Dec 2005 20:44:36 +0100 gst-ffmpeg (0.8.7-4) unstable; urgency=low * Revert the change from 0.8.7-3 for m68k, since it causes an ICE at build time (the m68k porters have been told). [debian/rules] -- Loic Minier Sun, 6 Nov 2005 21:56:17 +0100 gst-ffmpeg (0.8.7-3) unstable; urgency=low * Use -DRUNTIME_CPUDETECT to detect the correct per-CPU optimized function at runtime. (Closes: #337804) [debian/rules] -- Loic Minier Sun, 6 Nov 2005 19:03:38 +0100 gst-ffmpeg (0.8.7-2) unstable; urgency=low * New patch to remove the -f-reduce-all-givs flag which was dropped in gcc 4.0. [debian/patches/64_reduce-all-givs-alpha-gcc-4.patch] * Turn Altivec support on via "-maltivec" when building under powerpc. [debian/rules] -- Loic Minier Sun, 30 Oct 2005 17:28:18 +0100 gst-ffmpeg (0.8.7-1) unstable; urgency=low * New upstream releases. - Upstream's configure now supports --disable-encoders, use it. [debian/rules] - Drop obsolete patch. [debian/patches/50_configure-no-encoders.patch] - Disable ffplay server. [debian/rules] * Update FSF address. [debian/copyright] -- Loic Minier Wed, 26 Oct 2005 15:49:06 +0200 gst-ffmpeg (0.8.5-2) unstable; urgency=low [ Loic Minier ] * Fix encoders removal. [debian/patches/50_configure-no-encoders.patch] -- Loic Minier Tue, 12 Jul 2005 19:17:46 +0200 gst-ffmpeg (0.8.5-1) unstable; urgency=low [ Loic Minier ] * New upstream release "For the better of the world". - Add libgstreamer0.8-plugins-dev build-dep. [debian/control] * Add a TODO list. [debian/TODO.Debian] * Change ffmpeg's upstream URL. [debian/control] * Set Maintainer to group. [debian/control] * Bump Standards-Version to 3.6.2. [debian/control] * Call gst-register and gst-compprep with GST_REGISTRY in their environment to override the default behavior of writing to /root/.gstreamer-0.8, waiting for an upstream fix. [debian/gstreamer0.8-ffmpeg.postinst, debian/gstreamer0.8-ffmpeg.postrm] * Remove left over /root/.gstreamer-0.8 tree if it hasn't been modified. [debian/gstreamer0.8-ffmpeg.preinst] * Add CDBS' simple-patchsys. [debian/rules, debian/patches] * Configure internal ffmpeg build not to use encoders. [debian/patches/50_configure-no-encoders.patch] -- Loic Minier Mon, 11 Jul 2005 19:04:47 +0200 gst-ffmpeg (0.8.4-1) unstable; urgency=low * New upstream -- David I. Lehn Mon, 14 Mar 2005 13:12:25 -0500 gst-ffmpeg (0.8.3-1) unstable; urgency=low * New upstream * debian/rules: * Distribute NEWS * debian/control: * Simplify description * Upload to unstable -- David I. Lehn Mon, 17 Jan 2005 17:17:10 -0500 gst-ffmpeg (0.8.2-2) unstable; urgency=low * debian/README.Debian, debian/control: * Update URLs * debian/control: * Update debhelper dependency to 4.1.0 * Make description more verbose * debian/watch: * Add -- David I. Lehn Tue, 21 Dec 2004 04:44:30 -0500 gst-ffmpeg (0.8.2-1) unstable; urgency=low * New upstream -- David I. Lehn Fri, 19 Nov 2004 14:07:19 -0500 gst-ffmpeg (0.8.1.2-1) unstable; urgency=low * New upstream -- David I. Lehn Thu, 7 Oct 2004 00:38:50 -0400 gst-ffmpeg (0.8.0-1) unstable; urgency=low * Initial packaging -- David I. Lehn Wed, 16 Jun 2004 23:04:15 -0400