[FFmpeg-cvslog] x264asm: warn when inappropriate instruction used in function with specified cpuflags

2015-02-01 Thread Anton Mitrofanov
ffmpeg | branch: master | Anton Mitrofanov bugmas...@narod.ru | Thu Aug 28 18:38:53 2014 +0400| [a1684311b3de0766932c42b1ffdd59823d786bc2] | committer: Michael Niedermayer x264asm: warn when inappropriate instruction used in function with specified cpuflags Requested-by: Christophe Gisquet

[FFmpeg-cvslog] x86inc: warn if XOP integer FMA instruction emulation is impossible

2015-08-05 Thread Anton Mitrofanov
ffmpeg | branch: master | Anton Mitrofanov bugmas...@narod.ru | Fri Feb 14 13:53:58 2014 +0200| [8db0f71b49a360dd64ae482fa4244db055f117eb] | committer: Henrik Gramner x86inc: warn if XOP integer FMA instruction emulation is impossible Signed-off-by: Henrik Gramner hen...@gramner.com http

[FFmpeg-cvslog] x86inc: warn when instructions incompatible with current cpuflags are used

2015-08-12 Thread Anton Mitrofanov
ffmpeg | branch: master | Anton Mitrofanov bugmas...@narod.ru | Sat Aug 1 17:27:33 2015 +0200| [b114d28a18050b5ebd22fc067332e5487243889c] | committer: Anton Khirnov x86inc: warn when instructions incompatible with current cpuflags are used Signed-off-by: Henrik Gramner hen...@gramner.com

[FFmpeg-cvslog] x86inc: warn if XOP integer FMA instruction emulation is impossible

2015-08-12 Thread Anton Mitrofanov
ffmpeg | branch: master | Anton Mitrofanov bugmas...@narod.ru | Sat Aug 1 17:27:31 2015 +0200| [8c75ba55a4367c854b577c849ea2195bd78c4c81] | committer: Anton Khirnov x86inc: warn if XOP integer FMA instruction emulation is impossible Emulation requires a temporary register if arguments 1 and 4

[FFmpeg-cvslog] x86inc: Enable AVX emulation in additional cases

2016-06-22 Thread Anton Mitrofanov
ffmpeg | branch: master | Anton Mitrofanov <bugmas...@narod.ru> | Wed Apr 20 19:35:34 2016 +0200| [2fb1d17a5a6b6ff8da2434cde0fda821f06f608c] | committer: Anton Khirnov x86inc: Enable AVX emulation in additional cases Allows emulation to work when dst is equal to src2 as long as the instr

[FFmpeg-cvslog] x86inc: Fix AVX emulation of some instructions

2016-06-22 Thread Anton Mitrofanov
ffmpeg | branch: master | Anton Mitrofanov <bugmas...@narod.ru> | Wed Apr 20 19:35:32 2016 +0200| [8d02579fae756336ae2a88d521e8cf2f6b436a2f] | committer: Anton Khirnov x86inc: Fix AVX emulation of some instructions Signed-off-by: Anton Khirnov <an...@khirnov.net> > http://g

[FFmpeg-cvslog] x86inc: Improve handling of %ifid with multi-token parameters

2016-06-22 Thread Anton Mitrofanov
ffmpeg | branch: master | Anton Mitrofanov <bugmas...@narod.ru> | Wed Apr 20 19:35:33 2016 +0200| [300fb0df84e9a563ed3b8a9b3d365abb6cf34600] | committer: Anton Khirnov x86inc: Improve handling of %ifid with multi-token parameters The yasm/nasm preprocessor only checks the first token,

[FFmpeg-cvslog] x86inc: Fix AVX emulation of some instructions

2016-04-20 Thread Anton Mitrofanov
ffmpeg | branch: master | Anton Mitrofanov <bugmas...@narod.ru> | Mon Mar 28 18:35:38 2016 +0300| [42be240ad6874fbc2b0e88a3ee133ece58d60692] | committer: Henrik Gramner x86inc: Fix AVX emulation of some instructions > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] x86inc: Improve handling of %ifid with multi-token parameters

2016-04-20 Thread Anton Mitrofanov
ffmpeg | branch: master | Anton Mitrofanov <bugmas...@narod.ru> | Thu Apr 7 12:48:29 2016 +0300| [4bd5583acea5d65a2f8fd8fcd5ab7b404af23f45] | committer: Henrik Gramner x86inc: Improve handling of %ifid with multi-token parameters The yasm/nasm preprocessor only checks the first token,

[FFmpeg-cvslog] x86inc: Enable AVX emulation in additional cases

2016-04-20 Thread Anton Mitrofanov
ffmpeg | branch: master | Anton Mitrofanov <bugmas...@narod.ru> | Thu Apr 7 13:09:03 2016 +0300| [e428f3b30cebbc2beafb3ff2972dbf8b47bc4a70] | committer: Henrik Gramner x86inc: Enable AVX emulation in additional cases Allows emulation to work when dst is equal to src2 a

[FFmpeg-cvslog] h264: Fix decoding delay for Intra only streams

2016-07-09 Thread Anton Mitrofanov
ffmpeg | branch: master | Anton Mitrofanov <bugmas...@narod.ru> | Sun May 8 13:28:00 2016 +0200| [a833ff68f6bf9dc72c3ef0ddf830ebed743c0703] | committer: Anton Khirnov h264: Fix decoding delay for Intra only streams Signed-off-by: Anton Khirnov <an...@khirnov.net> > http://g

[FFmpeg-cvslog] avcodec/h264_cabac: Fix CABAC+8x8dct in 4:4:4

2017-07-29 Thread Anton Mitrofanov
ffmpeg | branch: release/3.2 | Anton Mitrofanov <bugmas...@narod.ru> | Wed May 31 02:37:41 2017 +0300| [312f96053ae552a37c53cb05d788bf1819707d93] | committer: Michael Niedermayer avcodec/h264_cabac: Fix CABAC+8x8dct in 4:4:4 Use the correct ctxIdxInc calculation for coded_block_flag. Ke

[FFmpeg-cvslog] avcodec/h264_mb: Fix 8x8dct in lossless for new versions of x264

2017-07-29 Thread Anton Mitrofanov
ffmpeg | branch: release/3.2 | Anton Mitrofanov <bugmas...@narod.ru> | Tue Jun 13 23:37:29 2017 +0300| [b36c97a0aea735024354030da84a94709165fc34] | committer: Michael Niedermayer avcodec/h264_mb: Fix 8x8dct in lossless for new versions of x264 Signed-off-by: Ronald S. Bultje

[FFmpeg-cvslog] avcodec/h264_cabac: Fix CABAC+8x8dct in 4:4:4

2017-07-19 Thread Anton Mitrofanov
ffmpeg | branch: release/3.3 | Anton Mitrofanov <bugmas...@narod.ru> | Wed May 31 02:37:41 2017 +0300| [b8d0d7674066c06eaf0bf15b21cd748ae3c06446] | committer: Michael Niedermayer avcodec/h264_cabac: Fix CABAC+8x8dct in 4:4:4 Use the correct ctxIdxInc calculation for coded_block_flag. Ke

[FFmpeg-cvslog] avcodec/h264_mb: Fix 8x8dct in lossless for new versions of x264

2017-07-19 Thread Anton Mitrofanov
ffmpeg | branch: release/3.3 | Anton Mitrofanov <bugmas...@narod.ru> | Tue Jun 13 23:37:29 2017 +0300| [e8558abeaf704005ff84c10629da32f6a6a49651] | committer: Michael Niedermayer avcodec/h264_mb: Fix 8x8dct in lossless for new versions of x264 Signed-off-by: Ronald S. Bultje

[FFmpeg-cvslog] avcodec/h264: Fix mix of lossless and lossy MBs decoding

2017-07-19 Thread Anton Mitrofanov
ffmpeg | branch: release/3.3 | Anton Mitrofanov <bugmas...@narod.ru> | Wed Jun 14 03:01:56 2017 +0300| [b2522f35ecd1d68edea66d1d387036a15162759b] | committer: Michael Niedermayer avcodec/h264: Fix mix of lossless and lossy MBs decoding Signed-off-by: Ronald S. Bultje <rsbul...@

[FFmpeg-cvslog] avcodec/h264: Fix mix of lossless and lossy MBs decoding

2017-07-29 Thread Anton Mitrofanov
ffmpeg | branch: release/3.2 | Anton Mitrofanov <bugmas...@narod.ru> | Wed Jun 14 03:01:56 2017 +0300| [f7addaece89bd9a5d34ce37d2e1bc9002cd1419e] | committer: Michael Niedermayer avcodec/h264: Fix mix of lossless and lossy MBs decoding Signed-off-by: Ronald S. Bultje <rsbul...@

[FFmpeg-cvslog] avcodec/h264_mb: Fix 8x8dct in lossless for new versions of x264

2017-06-21 Thread Anton Mitrofanov
ffmpeg | branch: release/3.1 | Anton Mitrofanov <bugmas...@narod.ru> | Tue Jun 13 23:37:29 2017 +0300| [ac86dc7716bf47045d6e64982b38a153a9b073ec] | committer: Michael Niedermayer avcodec/h264_mb: Fix 8x8dct in lossless for new versions of x264 Signed-off-by: Ronald S. Bultje

[FFmpeg-cvslog] avcodec/h264: Fix mix of lossless and lossy MBs decoding

2017-06-21 Thread Anton Mitrofanov
ffmpeg | branch: release/3.1 | Anton Mitrofanov <bugmas...@narod.ru> | Wed Jun 14 03:01:56 2017 +0300| [70b7147926498a21a819acaabe61a29614933499] | committer: Michael Niedermayer avcodec/h264: Fix mix of lossless and lossy MBs decoding Signed-off-by: Ronald S. Bultje <rsbul...@

[FFmpeg-cvslog] avcodec/h264_cabac: Fix CABAC+8x8dct in 4:4:4

2017-06-21 Thread Anton Mitrofanov
ffmpeg | branch: release/3.1 | Anton Mitrofanov <bugmas...@narod.ru> | Wed May 31 02:37:41 2017 +0300| [8ead0d3806743a5b57d51bf89bcd9a349813396f] | committer: Michael Niedermayer avcodec/h264_cabac: Fix CABAC+8x8dct in 4:4:4 Use the correct ctxIdxInc calculation for coded_block_flag. Ke

[FFmpeg-cvslog] avcodec/h264: Fix mix of lossless and lossy MBs decoding

2017-06-19 Thread Anton Mitrofanov
ffmpeg | branch: master | Anton Mitrofanov <bugmas...@narod.ru> | Wed Jun 14 03:01:56 2017 +0300| [cf231b68da1150c100114f2c5671b7ed740f917a] | committer: Ronald S. Bultje avcodec/h264: Fix mix of lossless and lossy MBs decoding Signed-off-by: Ronald S. Bultje <rsbul...@gmail.com

[FFmpeg-cvslog] avcodec/h264_cabac: Fix CABAC+8x8dct in 4:4:4

2017-06-19 Thread Anton Mitrofanov
ffmpeg | branch: master | Anton Mitrofanov <bugmas...@narod.ru> | Wed May 31 02:37:41 2017 +0300| [840b41b2a643fc8f0617c0370125a19c02c6b586] | committer: Ronald S. Bultje avcodec/h264_cabac: Fix CABAC+8x8dct in 4:4:4 Use the correct ctxIdxInc calculation for coded_block_flag. Keep old be

[FFmpeg-cvslog] avcodec/h264_mb: Fix 8x8dct in lossless for new versions of x264

2017-06-19 Thread Anton Mitrofanov
ffmpeg | branch: master | Anton Mitrofanov <bugmas...@narod.ru> | Tue Jun 13 23:37:29 2017 +0300| [06dda70f1e7c69a3b1684af5e6930431c62c527a] | committer: Ronald S. Bultje avcodec/h264_mb: Fix 8x8dct in lossless for new versions of x264 Signed-off-by: Ronald S. Bultje <rsbul...@

[FFmpeg-cvslog] x86inc: Remove argument from WIN64_RESTORE_XMM

2017-06-09 Thread Anton Mitrofanov
ffmpeg | branch: master | Anton Mitrofanov <bugmas...@narod.ru> | Sat May 20 21:17:59 2017 +0300| [d991b3e8a87a26c9afa06da2f5f865ca43921ff1] | committer: James Darnley x86inc: Remove argument from WIN64_RESTORE_XMM The use of rsp was pretty much hardcoded there and probably didn'

[FFmpeg-cvslog] avcodec/h264_cabac: Fix CABAC+8x8dct in 4:4:4

2017-08-24 Thread Anton Mitrofanov
ffmpeg | branch: release/2.8 | Anton Mitrofanov <bugmas...@narod.ru> | Wed May 31 02:37:41 2017 +0300| [365ab04b16ecb106eadf88651e51739f6ef4770f] | committer: Michael Niedermayer avcodec/h264_cabac: Fix CABAC+8x8dct in 4:4:4 Use the correct ctxIdxInc calculation for coded_block_flag. Ke

[FFmpeg-cvslog] avcodec/h264_mb: Fix 8x8dct in lossless for new versions of x264

2017-08-24 Thread Anton Mitrofanov
ffmpeg | branch: release/2.8 | Anton Mitrofanov <bugmas...@narod.ru> | Tue Jun 13 23:37:29 2017 +0300| [a85f8fd4a6258bcedca9fed8079d7453283e96a8] | committer: Michael Niedermayer avcodec/h264_mb: Fix 8x8dct in lossless for new versions of x264 Signed-off-by: Ronald S. Bultje

[FFmpeg-cvslog] avcodec/h264: Fix mix of lossless and lossy MBs decoding

2017-08-24 Thread Anton Mitrofanov
ffmpeg | branch: release/2.8 | Anton Mitrofanov <bugmas...@narod.ru> | Wed Jun 14 03:01:56 2017 +0300| [ea73c4813d833409dc45257ec83cdb6829184374] | committer: Michael Niedermayer avcodec/h264: Fix mix of lossless and lossy MBs decoding Signed-off-by: Ronald S. Bultje <rsbul...@

[FFmpeg-cvslog] h264dec: Fix mix of lossless and lossy MBs decoding

2017-11-08 Thread Anton Mitrofanov
ffmpeg | branch: master | Anton Mitrofanov <bugmas...@narod.ru> | Thu Jun 15 18:56:16 2017 -0400| [70946e605924e2108c39f96faa369c220177f301] | committer: Anton Khirnov h264dec: Fix mix of lossless and lossy MBs decoding CC: libav-sta...@libav.org Signed-off-by: Anton K

[FFmpeg-cvslog] h264_cabac: Fix CABAC+8x8dct in 4:4:4

2017-11-08 Thread Anton Mitrofanov
ffmpeg | branch: master | Anton Mitrofanov <bugmas...@narod.ru> | Thu Jun 15 18:56:14 2017 -0400| [18d3f36d3c4d0f2c3e702f970ff8b457d7d5e39c] | committer: Anton Khirnov h264_cabac: Fix CABAC+8x8dct in 4:4:4 Use the correct ctxIdxInc calculation for coded_block_flag. Keep old behavior f