Your message dated Sat, 17 Jan 2015 21:19:52 +0000 with message-id <[email protected]> and subject line Bug#773055: fixed in libav 6:11.2-1 has caused the Debian Bug report #773055, regarding libav-tools: avconv -target pal-svcd fails with "Unable to parse option value "scan_offset"" 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 this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 773055: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773055 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: libav-tools Version: 6:11-2 Severity: normal Tags: upstream Dear Maintainer, avconv -i in.mp4 -target pal-svcd out.mpg fails with: [mpeg2video @ 0x14b63c0] [Eval @ 0x7ffff3fcfd50] Undefined constant or missing '(' in 'scan_offset' [mpeg2video @ 0x14b63c0] Unable to parse option value "scan_offset" [mpeg2video @ 0x14b63c0] Error setting option flags to value +scan_offset. .... Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height After fixing avconv_opt.c: --- avconv_opt.c_orig 2014-12-13 20:34:41.795060988 +0100 +++ avconv_opt.c 2014-12-13 20:26:00.579042876 +0100 @@ -1825,7 +1825,7 @@ opt_default(NULL, "maxrate", "2516000"); opt_default(NULL, "minrate", "0"); // 1145000; opt_default(NULL, "bufsize", "1835008"); // 224*1024*8; - opt_default(NULL, "flags", "+scan_offset"); + opt_default(NULL, "scan_offset", "1"); opt_default(NULL, "b:a", "224000"); avconv works as expected. Is it possible that patch https://patches.libav.org/patch/19539/ got lost? *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? * What outcome did you expect instead? *** End of the template - remove these template lines *** -- System Information: Debian Release: 8.0 APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages libav-tools depends on: ii dpkg 1.17.21 ii libavcodec56 6:11-2 ii libavdevice55 6:11-2 ii libavfilter5 6:11-2 ii libavformat56 6:11-2 ii libavresample2 6:11-2 ii libavutil54 6:11-2 ii libc6 2.19-13 ii libsdl1.2debian 1.2.15-10+b1 ii libswscale3 6:11-2 ii libvdpau1 0.8-3 ii libx11-6 2:1.6.2-3 libav-tools recommends no packages. Versions of packages libav-tools suggests: pn frei0r-plugins <none> -- no debconf information--- avconv_opt.c_orig 2014-12-13 20:34:41.795060988 +0100 +++ avconv_opt.c 2014-12-13 20:26:00.579042876 +0100 @@ -1825,7 +1825,7 @@ opt_default(NULL, "maxrate", "2516000"); opt_default(NULL, "minrate", "0"); // 1145000; opt_default(NULL, "bufsize", "1835008"); // 224*1024*8; - opt_default(NULL, "flags", "+scan_offset"); + opt_default(NULL, "scan_offset", "1"); opt_default(NULL, "b:a", "224000");
--- End Message ---
--- Begin Message ---Source: libav Source-Version: 6:11.2-1 We believe that the bug you reported is fixed in the latest version of libav, which is due to be installed in the Debian FTP archive. 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. Sebastian Ramacher <[email protected]> (supplier of updated libav 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: SHA256 Format: 1.8 Date: Sat, 17 Jan 2015 20:56:19 +0100 Source: libav Binary: libav-tools libav-dbg libav-doc libavutil54 libavcodec56 libavdevice55 libavformat56 libavfilter5 libswscale3 libavutil-dev libavcodec-dev libavdevice-dev libavformat-dev libavfilter-dev libswscale-dev libavresample-dev libavresample2 libavcodec-extra-56 libavcodec-extra Architecture: source all Version: 6:11.2-1 Distribution: unstable Urgency: medium Maintainer: Debian Multimedia Maintainers <[email protected]> Changed-By: Sebastian Ramacher <[email protected]> Description: libav-dbg - Debug symbols for Libav related packages libav-doc - Documentation of the Libav API libav-tools - Multimedia player, encoder and transcoder libavcodec-dev - Development files for libavcodec libavcodec-extra - Libav codec library (additional codecs meta-package) libavcodec-extra-56 - Libav codec library (additional codecs) libavcodec56 - Libav codec library libavdevice-dev - Development files for libavdevice libavdevice55 - Libav device handling library libavfilter-dev - Development files for libavfilter libavfilter5 - Libav video filtering library libavformat-dev - Development files for libavformat libavformat56 - Libav file format library libavresample-dev - Development files for libavresample libavresample2 - Libav audio resampling library libavutil-dev - Development files for libavutil libavutil54 - Libav utility library libswscale-dev - Development files for libswscale libswscale3 - Libav video scaling library Closes: 773055 773626 Changes: libav (6:11.2-1) unstable; urgency=medium . * New upstream release fixing multiple security issues. (Closes: #773626) - h264: restore a block mistakenly removed in e10fd08a - on2avc: check number of channels (CVE-2014-8549) - smc: fix the bounds check (CVE-2014-8548) - gifdec: refactor interleave end handling (CVE-2014-8547) - mmvideo: check frame dimensions (CVE-2014-8543) - jvdec: check frame dimensions (CVE-2014-8542) - mjpegdec: check for pixel format changes (CVE-2014-8541) - mov: avoid a memleak when multiple stss boxes are present - vc1: Do not assume seek happens after decoding - avconv: Use the mpeg12 private option scan_offset (Closes: #773055) - xsub: Support DXSA subtitles - mp3dec: fix reading the Xing tag - matroskaenc: write correct Display{Width, Height} in stereo encoding - configure: Fix enabling memalign_hack automatically - mp3enc: fix a triggerable assert - latm: Do not give a score for a single instance - mp3: Tweak the probe scores - matroskaenc: write correct Display{Width, Height} in stereo encoding - coverity: Fix most of the reported warnings and issues * debian/control: Add myself to Uploaders. Checksums-Sha1: cb4beda65e1622b42c8b86e6b336f77f99deb1f5 3945 libav_11.2-1.dsc 52ba52cabe5d86b45ce62f56e11fa7912c6e5083 4855224 libav_11.2.orig.tar.xz e331fb19f3d7cdf0b338a749b8e12c318c5f94a5 67392 libav_11.2-1.debian.tar.xz 3598f3ed2a7aa3051fef8bbdb664f1acb98cdc14 18628804 libav-doc_11.2-1_all.deb b355e200173d0ee54778aa0fa6f0b8526115423d 57112 libavcodec-extra_11.2-1_all.deb Checksums-Sha256: 31780b8fe22d42c6f699ad248221dcb4f288ca312ed51d2dae08bbe5d650f41f 3945 libav_11.2-1.dsc 48f4a36cd823f2449d1e45b114371033dc68f0e09ff0f7c841405c09a707682e 4855224 libav_11.2.orig.tar.xz 9e3db24d45c8ec17e3ffc2e3926aa14eeb2f45557a7b02a54d0a2097c229837a 67392 libav_11.2-1.debian.tar.xz b28ed96ac757bdab6774b1d0d0e0162c2e5e6276feca8a86cdd43d91aaa01b11 18628804 libav-doc_11.2-1_all.deb 4bd8b4f4abc56b9460687c1cb7f0af47c5c8c30638d30dbde0936ab68a1cdb93 57112 libavcodec-extra_11.2-1_all.deb Files: ed02af27bf51d801208397d1c3a200dd 3945 libs optional libav_11.2-1.dsc b8680998ad53376c37508688293ecaa4 4855224 libs optional libav_11.2.orig.tar.xz fe393245fbe69823e53ca5bf6835106f 67392 libs optional libav_11.2-1.debian.tar.xz 95c20dfd661a6c2e0908f5920ae91f50 18628804 doc optional libav-doc_11.2-1_all.deb 2953f572c244daa715cc35a0441f29b4 57112 metapackages extra libavcodec-extra_11.2-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJUusKXAAoJEGny/FFupxmTw5YP+QEfG/ylKUfpqxu9TeWaIIrL Q/QpnMcaWgskXJhZ6Zcfo10WSYmVR7jLGXJkSeJI0rCY6n+L+Bq6dUshJTzIK+wi C8je652tIYky5E9EBJbJCsF5FOmYCncxhs00CrVoqmHCYIgLPQh6a8HbCPpnV+qt qYjTG0E5injDoMN6yQW8m1T4028MVLAygCeXAsdi5pBCDLi4uCMgO16Bja3BBVZY 9b8nM5AtQ7XDcdSiK9W1ZqTtdX8bAJ6KdqfQF5AbDZ6nLsrLbXPlgBGm8cREt313 ox0wmtqdG9OGMTAxz8+RkrRukmxmCVT45J8jAzbCha6/XZfHY3RhhWs/iN7Q8oAK FmzjXwwwvV1GeM7UU8HsG6s+AX5EqpsOu499QZh4N0ANU/H7ddPmWHOQE1AiW0pv KhOcgGr0t54YS6CxH4VJxKphAJqB6zfTzDp4J/BCvpqbzQ4rMrmBnjsHYWT7tU/f f/2LUtgB3N1hPxjcqz8JoJduaGU580e5exC8zazAa88TWCG7TA/VOr5MJ6zNKtMz ou8WTUFuO5G6xpTp2wjVJq9ZV5Lwym1RZrd35G80jst0O0+dztcqiARIM+2j2h9Z pX79fIQkTU1PH4TuSmlxd0OXyy0okcbMg6LoSy0SipJ3PFmdWdD3H3qUz5j0SgC3 JG2V0SLxj/ee17dcQrDY =mqSu -----END PGP SIGNATURE-----
--- End Message ---

