[FFmpeg-cvslog] configure: use pkg-config for sndio

2021-12-23 Thread Brad Smith
ffmpeg | branch: master | Brad Smith | Fri Oct 29 16:41:27 2021 -0400| [bb813ccb458ea64a68feebcdfa76504fd6969f52] | committer: Timo Rothenpieler configure: use pkg-config for sndio > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bb813ccb458ea64a68feebcdfa76504fd6969f52 --- config

[FFmpeg-cvslog] fftools/ffmpeg_filter: Avoid inserting hflip filter

2021-12-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Dec 18 23:19:05 2021 +0100| [04133eb2d5c794a077125fbbf9b880060f2123a1] | committer: Andreas Rheinhardt fftools/ffmpeg_filter: Avoid inserting hflip filter The transpose filter has modes equivalent to "rotation by 90°/270°" followed by horizont

[FFmpeg-cvslog] avcodec/h2645: Fix SEI->display matrix transformation

2021-12-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Dec 18 23:46:47 2021 +0100| [ab6f9d86a9db7d0743629ecab422cfb61f2a17e1] | committer: Andreas Rheinhardt avcodec/h2645: Fix SEI->display matrix transformation The earlier code did not account for the fact that av_display_rotation_set() wants the

[FFmpeg-cvslog] avcodec/mjpegdec: Fix exif rotation->displaymatrix conversion

2021-12-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Dec 18 21:15:33 2021 +0100| [b8a4b273bea57c4004f2c90fd8a7618f3757eece] | committer: Andreas Rheinhardt avcodec/mjpegdec: Fix exif rotation->displaymatrix conversion The cases in which there was flipping together with a rotation that is not a m

[FFmpeg-cvslog] fftools/ffmpeg_filter: Fix autorotation

2021-12-23 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Dec 18 21:40:26 2021 +0100| [4e21fff19d1df0ce75d0a19e44865be152197418] | committer: Andreas Rheinhardt fftools/ffmpeg_filter: Fix autorotation In case of an orthogonal transformation av_display_rotation_get() returns the (anticlockwise) degree

[FFmpeg-cvslog] avcodec/vqavideo: reset accounting on error

2021-12-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 19 22:26:00 2021 +0100| [d8ea7a67ba62f5d4520e75e56b9954d80e7ff223] | committer: Michael Niedermayer avcodec/vqavideo: reset accounting on error Fixes: Timeout (same growing chunk is decoded to failure repeatedly) Fixes: 42582/clusterfuzz

[FFmpeg-cvslog] avcodec/tiff: Use ff_set_dimensions() for setting up mjpeg context dimensions

2021-12-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Dec 17 20:52:32 2021 +0100| [cfa1f0e214d07f0fdc027f2ec760eb9fd3fac85e] | committer: Michael Niedermayer avcodec/tiff: Use ff_set_dimensions() for setting up mjpeg context dimensions sets coded_width / coded_height too to keep them consistent

[FFmpeg-cvslog] avcodec/tiff: Pass max_pixels to mjpeg context

2021-12-23 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Dec 17 20:43:15 2021 +0100| [d6c16f42ccebca917bb9861c619abcf71ab25762] | committer: Michael Niedermayer avcodec/tiff: Pass max_pixels to mjpeg context Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avcodec: [loongarch] Optimize vc1dsp with LASX.

2021-12-23 Thread Hao Chen
ffmpeg | branch: master | Hao Chen | Sat Dec 18 22:27:57 2021 +0800| [60ead5cd68586d25bd6a0c285907f72b8a2534bf] | committer: Michael Niedermayer avcodec: [loongarch] Optimize vc1dsp with LASX. ./ffmpeg -i 11_wmv3_720p_24fps_7Mbps.wmv -f rawvideo -y /dev/null -an before:131fps after :229fps Re

[FFmpeg-cvslog] avcodec: [loongarch] Optimize vp8_lpf/mc with LSX.

2021-12-23 Thread yuanhecai
ffmpeg | branch: master | yuanhecai | Sat Dec 18 22:27:54 2021 +0800| [72bcbe216ef3d47498392ed2bada83994cd9fc86] | committer: Michael Niedermayer avcodec: [loongarch] Optimize vp8_lpf/mc with LSX. ./ffmpeg -i ../9_vp8_1080p_30fps_2Mbps.webm -f rawvideo -y /dev/null -an before: 210fps after : 5

[FFmpeg-cvslog] libavutil/hwcontext_qsv: clean padding when upload qsv frames

2021-12-23 Thread Wenbin Chen
ffmpeg | branch: master | Wenbin Chen | Thu Dec 23 10:26:37 2021 +0800| [ed6c5c13b10930ea95c622d6ef6e32a6e2077018] | committer: Haihao Xiang libavutil/hwcontext_qsv: clean padding when upload qsv frames Fix #7830 When we upload a frame that is not padded as MSDK requires, we create a new AVFra

[FFmpeg-cvslog] lavc/qsvenc: specify codec name when print profile

2021-12-23 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Tue Dec 21 23:18:06 2021 +0800| [0598b38e9316391c76da24cc0f8c11d5e0292ae7] | committer: Haihao Xiang lavc/qsvenc: specify codec name when print profile It is more clear and easily to detect the issues similar to commit 3857ecbe70e81cb6ad7a7f155c311e8522b93b3

[FFmpeg-cvslog] lavc/qsvenc: enable lookahead for hevc encoding

2021-12-23 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Tue Dec 21 23:22:25 2021 +0800| [7e4747ec504586658bf12a38c304659fa8d84a6a] | committer: Haihao Xiang lavc/qsvenc: enable lookahead for hevc encoding Update version based on the patch: https://patchwork.ffmpeg.org/project/ffmpeg/patch/20211009015949.1510-1-ha