-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Mon, 08 Nov 2021 19:41:12 +0100 Source: ffmpegfs Architecture: source Version: 2.7-1 Distribution: unstable Urgency: medium Maintainer: Norbert Schlia <nschlia@oblivion-software.de> Changed-By: Norbert Schlia <nschlia@oblivion-software.de> Closes: 998860 Changes: ffmpegfs (2.7-1) unstable; urgency=medium . * Bugfix: Issue #92: Fixed crash when hardware decoding failed. The problem is that the FFmpeg API very late reports that it cannot decode the file in hardware. To find out about that, the source file must be decoded until the first video frame is encountered. It would be very time consuming to do this on every file (decode until it is clear that the file is supported, then actually start transcoding it from scratch). There is no feasible way to automatically handle the situation. To get around this a --hwaccel_dec_blocked parameter has been added. If hardware decoding fails, check the log for a message similar this: "[vp9 @ 0x7fe910016080] No support for codec vp9 profile 0." If VP9 profile 0 is not supported, the parameter would be: --hwaccel_dec_blocked=VP9:0 This will tell FFmpegfs to decode the file in software. To block VP9 as a whole, the parameter would be --hwaccel_dec_blocked=VP9. To block both profile 0 and 1, use --hwaccel_dec_blocked=VP9:0:1. The parameter can be repeated to block even more codecs. * Bugfix: Issue #96: Fixed potential buffer overrun and crash when reading corrupted input files. * Enhancement: Issue #99: Report command line error if --desttype specifies audio format first, or if the second format is not audio only. Avoid misinterpretations. For example, --desttype=aiff+mov would create MOV files out of any input. Correct would be --desttype=mov+aiff which will create MOV files out of videos and AIFF from audio files, as expected. * Closes: #998860: Point d/watch at releases. Checksums-Sha1: 427d5d594f55a963ada7f1156793de7d7fa9c28c 2124 ffmpegfs_2.7-1.dsc b6f2eb4557688c144ea95e057075d377376331a1 8547333 ffmpegfs_2.7.orig.tar.gz dfdee6859f59aab900ea0e1bfcfeddca8137dbed 833 ffmpegfs_2.7.orig.tar.gz.asc 0684d50cd0132d0472dd5170b4657c85200679a3 11896 ffmpegfs_2.7-1.debian.tar.xz bc94e0ac29a0295ba1d3fdd57aad0c9b09662127 11008 ffmpegfs_2.7-1_source.buildinfo Checksums-Sha256: 92ef654b2d0f239e69bfa74e1de6769320fbc71b60f5ebf3239d2ec67409d268 2124 ffmpegfs_2.7-1.dsc 132656d1228b70ff5a384b5c42506028e82a3223a9b6d9b920ed28e71b71ecdb 8547333 ffmpegfs_2.7.orig.tar.gz b23c600c3421aba67d316e102262a00d35e3e24b0fdd301176fe03e06fb8a729 833 ffmpegfs_2.7.orig.tar.gz.asc b51278e0a8c1d38df21aea0acf4d40ec9504dcdccf46bf994f65016e5e5df1bc 11896 ffmpegfs_2.7-1.debian.tar.xz d6e26e545631a8beabb0b1a9a1e1c3451a68e3ec7e118ebcfdaf49fbd0be87b0 11008 ffmpegfs_2.7-1_source.buildinfo Files: f3003b6bdb82aaa76cb22080c4f9c6d3 2124 utils optional ffmpegfs_2.7-1.dsc 1d3ab7204696d62b7512950a8e217cd1 8547333 utils optional ffmpegfs_2.7.orig.tar.gz cf513d4349fbd9bab5ec059cf34c41b1 833 utils optional ffmpegfs_2.7.orig.tar.gz.asc 1b50783bb6639a78cbdfa9c045fb9d1a 11896 utils optional ffmpegfs_2.7-1.debian.tar.xz ffd5f0879d27f6a36f3dffb5f4613206 11008 utils optional ffmpegfs_2.7-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQGzBAEBCgAdFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmGK6HIACgkQH1x6i0VW QxSGDAwA2Rt96ZVGgPkx49ABNPS6OUHSBwXjCsajcmSVXPuLgJ2i1qoP3wv5VBGo ewMAawEwadMVJ8l/SaXiAgzHrFF4bRANDqn0hLlZqRBiu7k6LhdePh6t+6STxd2S fxXiNgNA0/HSeth9bXaW03Sn+jGb4v/FtSjHLO2rXvQN7k5Tmg3FMeZOG/6QQqWc Ytqnb802xXtTSJm0gbDWsr4tSU1xIzHGnHuj4KL/sFe9UVG2TZFKv3nF5G1Ug4tC OEuHoBSxqKbh+q9leY2AhBZwIF0WalM5lKU6jrUi5tbMLDL2gbou7oIDj94lJbic 7LyUnpSODD8y3USg+OGqDc/ANnyAndp1XrKusfg2ibVgcDYCqJbfJJI8+V36yPiE T2GzUiGPo5ckM+sP4dTCwaxYTl4sziiDIb7CXb53XPuw4XRcfgQ/pZxf50t7KReY KYhSXa3LjdFoU8rLdg8hNQLFaKlL1tnPFZezcW0WBNhX6m6u4tOi14DniRNFoa6r cuBhOdki =sTyd -----END PGP SIGNATURE-----