Your message dated Fri, 25 Mar 2005 11:03:24 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#289182: fixed in kino 0.75-6 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 7 Jan 2005 17:37:55 +0000 >From [EMAIL PROTECTED] Fri Jan 07 09:37:55 2005 Return-path: <[EMAIL PROTECTED]> Received: from zirkon.biophys.uni-duesseldorf.de [134.99.176.3] (root) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Cmy3f-0004Ld-00; Fri, 07 Jan 2005 09:37:55 -0800 Received: from zirkon.biophys.uni-duesseldorf.de ([EMAIL PROTECTED] [127.0.0.1]) by zirkon.biophys.uni-duesseldorf.de (8.12.11/8.12.11/Debian-3) with ESMTP id j07Hbr79025914 for <[EMAIL PROTECTED]>; Fri, 7 Jan 2005 18:37:53 +0100 Received: from localhost ([EMAIL PROTECTED]) by zirkon.biophys.uni-duesseldorf.de (8.12.11/8.12.11/Debian-3) with ESMTP id j07HbqpQ025910 for <[EMAIL PROTECTED]>; Fri, 7 Jan 2005 18:37:52 +0100 Date: Fri, 7 Jan 2005 18:37:52 +0100 (CET) From: Michael Schmitz <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: kino endianness issues on powerpc Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: Package: kino Version: 0.75-2 Severity: serious kino appears to have multiple issues with data endianness on powerpc. Symptoms: Video display: fine when using GDK, reverse video (or rather: magenta on cyan) when using XV for display in the edit and trim menus. Audio in edit/trim mode is fine BTW (see audio problems below). Video export: when using the MPEG export with mjpegtools 1.6.2-0.7 (built from source from Christian Marillat's site), mp2enc fails to produce output with a message like EOF in WAV header when searching for tag "data" The resulting .mpv file shows the same reverse video effects as the XV display in edit/trim mode. Audio export: Exporting to WAV format directly results in audio data that can't be used with mp2enc, while exporting to WAV format using sox generates correct data (feeding such data to the MPEG encode process results in reverse video, correct audio files). Using ffmpeg (20041227-0.1, built from source from Christian Marillat's site as well), exporting as DivX or DVD results in correct color video, while the audio stream is loud noise. Verbose output in ffmpeg shows audio format detection as pcm_s16le. Suspecting an endianness bug here, I've hacked ffmpeg to decode pcm 16 bit data as big endian regardless of detected data type, which gives perfect audio encoding in DivX or DVD exports. I suspect kino declares BE audio data to be LE in the DV export (or indeed any) pipe. No idea what's the cause of the XV and mpeg2enc endianness problems though. HTH, Michael --------------------------------------- Received: (at 289182-close) by bugs.debian.org; 25 Mar 2005 16:24:08 +0000 >From [EMAIL PROTECTED] Fri Mar 25 08:24:08 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DErbT-0008Ty-00; Fri, 25 Mar 2005 08:24:07 -0800 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1DErHQ-0003fy-00; Fri, 25 Mar 2005 11:03:24 -0500 From: Daniel Kobras <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.55 $ Subject: Bug#289182: fixed in kino 0.75-6 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Fri, 25 Mar 2005 11:03:24 -0500 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: X-CrossAssassin-Score: 2 Source: kino Source-Version: 0.75-6 We believe that the bug you reported is fixed in the latest version of kino, which is due to be installed in the Debian FTP archive: kino_0.75-6.diff.gz to pool/main/k/kino/kino_0.75-6.diff.gz kino_0.75-6.dsc to pool/main/k/kino/kino_0.75-6.dsc kino_0.75-6_i386.deb to pool/main/k/kino/kino_0.75-6_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Daniel Kobras <[EMAIL PROTECTED]> (supplier of updated kino package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Fri, 25 Mar 2005 16:11:34 +0100 Source: kino Binary: kino Architecture: source i386 Version: 0.75-6 Distribution: unstable Urgency: high Maintainer: Daniel Kobras <[EMAIL PROTECTED]> Changed-By: Daniel Kobras <[EMAIL PROTECTED]> Description: kino - Non-linear editor for Digital Video data Closes: 289182 300864 Changes: kino (0.75-6) unstable; urgency=high . * Added patches: + [40_yuvdisplay_endian_fixes] Unroll YUV components independent of host endianness to fix Xv display method on big-endian machines. Closes: #289182 + [40_gcc40_fixes] Fix compile errors with gcc 4.0 when dereferencing member variables of base classes. Closes: #300864 Files: 4c507f3c9f7b8cc150496aa06251765a 845 graphics extra kino_0.75-6.dsc 3449fd1e986ce9ca78c40dde2fce2a16 26653 graphics extra kino_0.75-6.diff.gz 054b536aca01669997848d01d0f5deea 1508204 graphics extra kino_0.75-6_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCRDGrpOKIA4m/fisRAvNUAKCvBKFfz+uFkS1WBBO2lb2mABL5lACfYaoj tLgqFJsbuxd0lF6dFc26eSY= =/4lk -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]