[libav-commits] x86inc: warn if XOP integer FMA instruction emulation is impossible

2015-08-11 Thread Anton Mitrofanov
Module: libav Branch: master Commit: 8c75ba55a4367c854b577c849ea2195bd78c4c81 Author:Anton Mitrofanov Committer: Anton Khirnov Date: Sat Aug 1 17:27:31 2015 +0200 x86inc: warn if XOP integer FMA instruction emulation is impossible Emulation requires a temporary register if arguments

[libav-commits] x86inc: warn when instructions incompatible with current cpuflags are used

2015-08-11 Thread Anton Mitrofanov
Module: libav Branch: master Commit: b114d28a18050b5ebd22fc067332e5487243889c Author:Anton Mitrofanov Committer: Anton Khirnov Date: Sat Aug 1 17:27:33 2015 +0200 x86inc: warn when instructions incompatible with current cpuflags are used Signed-off-by: Henrik Gramner Signed-off-by

[libav-commits] h264: fix 4:2:2 PCM-macroblocks decoding

2012-04-04 Thread Anton Mitrofanov
Module: libav Branch: master Commit: 14af74e9a001f0544ee2362b624344154c4e8a0c Author:Anton Mitrofanov Committer: Diego Biurrun Date: Mon Apr 2 09:25:19 2012 -0700 h264: fix 4:2:2 PCM-macroblocks decoding Fixes bug 239. Signed-off-by: Ronald S. Bultje --- libavcodec/h264.c

[libav-commits] x86inc: Improve handling of %ifid with multi-token parameters

2016-05-16 Thread Anton Mitrofanov
Module: libav Branch: master Commit: 300fb0df84e9a563ed3b8a9b3d365abb6cf34600 Author:Anton Mitrofanov Committer: Anton Khirnov Date: Wed Apr 20 19:35:33 2016 +0200 x86inc: Improve handling of %ifid with multi-token parameters The yasm/nasm preprocessor only checks the first token

[libav-commits] x86inc: Fix AVX emulation of some instructions

2016-05-16 Thread Anton Mitrofanov
Module: libav Branch: master Commit: 8d02579fae756336ae2a88d521e8cf2f6b436a2f Author:Anton Mitrofanov Committer: Anton Khirnov Date: Wed Apr 20 19:35:32 2016 +0200 x86inc: Fix AVX emulation of some instructions Signed-off-by: Anton Khirnov --- libavutil/x86/x86inc.asm | 44

[libav-commits] x86inc: Enable AVX emulation in additional cases

2016-05-16 Thread Anton Mitrofanov
Module: libav Branch: master Commit: 2fb1d17a5a6b6ff8da2434cde0fda821f06f608c Author:Anton Mitrofanov Committer: Anton Khirnov Date: Wed Apr 20 19:35:34 2016 +0200 x86inc: Enable AVX emulation in additional cases Allows emulation to work when dst is equal to src2 as long as the

[libav-commits] h264: Fix decoding delay for Intra only streams

2016-06-12 Thread Anton Mitrofanov
Module: libav Branch: master Commit: a833ff68f6bf9dc72c3ef0ddf830ebed743c0703 Author:Anton Mitrofanov Committer: Anton Khirnov Date: Sun May 8 13:28:00 2016 +0200 h264: Fix decoding delay for Intra only streams Signed-off-by: Anton Khirnov --- libavcodec/h264_ps.c |3 ++- 1

[libav-commits] h264dec: Fix mix of lossless and lossy MBs decoding

2017-07-26 Thread Anton Mitrofanov
Module: libav Branch: master Commit: 70946e605924e2108c39f96faa369c220177f301 Author:Anton Mitrofanov Committer: Anton Khirnov Date: Thu Jun 15 18:56:16 2017 -0400 h264dec: Fix mix of lossless and lossy MBs decoding CC: libav-sta...@libav.org Signed-off-by: Anton Khirnov

[libav-commits] h264_cabac: Fix CABAC+8x8dct in 4:4:4

2017-07-26 Thread Anton Mitrofanov
Module: libav Branch: master Commit: 18d3f36d3c4d0f2c3e702f970ff8b457d7d5e39c Author:Anton Mitrofanov Committer: Anton Khirnov Date: Thu Jun 15 18:56:14 2017 -0400 h264_cabac: Fix CABAC+8x8dct in 4:4:4 Use the correct ctxIdxInc calculation for coded_block_flag. Keep old behavior for

[libav-commits] h264dec: Fix mix of lossless and lossy MBs decoding

2017-08-14 Thread Anton Mitrofanov
Module: libav Branch: release/12 Commit: 2b70d2d5149a8b4c7b0416a0b9200a8f5c73a4fa Author:Anton Mitrofanov Committer: Sean McGovern Date: Thu Jun 15 18:56:16 2017 -0400 h264dec: Fix mix of lossless and lossy MBs decoding CC: libav-sta...@libav.org Signed-off-by: Anton Khirnov

[libav-commits] h264_cabac: Fix CABAC+8x8dct in 4:4:4

2017-08-14 Thread Anton Mitrofanov
Module: libav Branch: release/12 Commit: 5f13aa25667e148e1c3a78e55a3d1b11d56897c1 Author:Anton Mitrofanov Committer: Sean McGovern Date: Thu Jun 15 18:56:14 2017 -0400 h264_cabac: Fix CABAC+8x8dct in 4:4:4 Use the correct ctxIdxInc calculation for coded_block_flag. Keep old behavior

[libav-commits] swscale: fix crash with dithering due incorrect offset calculation.

2011-07-10 Thread Anton Mitrofanov
Module: libav Branch: master Commit: 142e76f1055de5dde44696e71a5f63f2cb11dedf Author:Anton Mitrofanov Committer: Ronald S. Bultje Date: Sun Jul 10 20:07:43 2011 +0400 swscale: fix crash with dithering due incorrect offset calculation. ptrdiff_t can be 4 bytes, which leads to the next

[libav-commits] Fix decoding of lossless 10-bit 4:4:4 H.264

2011-10-28 Thread Anton Mitrofanov
Module: libav Branch: master Commit: fdb5314ea7fe0ab1036b8de94d47861d99e4daeb Author:Anton Mitrofanov Committer: Ronald S. Bultje Date: Fri Oct 28 19:13:13 2011 +0400 Fix decoding of lossless 10-bit 4:4:4 H.264 Signed-off-by: Ronald S. Bultje --- libavcodec/h264.c |2 +- 1

[libav-commits] Fix decoding of lossless 4:2:2 H.264

2011-10-28 Thread Anton Mitrofanov
Module: libav Branch: master Commit: 640d5f1c801061844394813c78ea449e5826f6e5 Author:Anton Mitrofanov Committer: Ronald S. Bultje Date: Fri Oct 28 23:33:23 2011 +0400 Fix decoding of lossless 4:2:2 H.264 Signed-off-by: Ronald S. Bultje --- libavcodec/h264.c |2 +- 1 files