[FFmpeg-cvslog] avformat/riffdec: don't unconditionally overwrite WAVEFORMATEXTENSIBLE layout

2022-09-11 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Sep 10 00:36:34 2022 -0300| [60d8c2019f59fcbeb597c900a56c8c4cd9ec8838] | committer: James Almer avformat/riffdec: don't unconditionally overwrite WAVEFORMATEXTENSIBLE layout Do it only if the value conflicts with the previous channels value. Fixes ti

[FFmpeg-cvslog] avformat/riffdec: don't unconditionally overwrite WAVEFORMATEXTENSIBLE layout

2022-09-11 Thread James Almer
ffmpeg | branch: release/5.1 | James Almer | Sat Sep 10 00:36:34 2022 -0300| [425ffaec23fbe79f2d8150d0bc5eafb6668e3c5d] | committer: James Almer avformat/riffdec: don't unconditionally overwrite WAVEFORMATEXTENSIBLE layout Do it only if the value conflicts with the previous channels value. Fi

[FFmpeg-cvslog] avcodec/vp8: Remove unused macros

2022-09-11 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Sep 9 01:23:21 2022 +0200| [361c8753407cc91b462090e90bd0f78f0c2e2664] | committer: Andreas Rheinhardt avcodec/vp8: Remove unused macros Reviewed-by: Peter Ross Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avcodec/vp8dsp: Remove declarations of inexistent functions

2022-09-11 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Sep 10 00:02:46 2022 +0200| [b3591ccdf1f364ecea1f0d4b5777d1818e2ec13e] | committer: Andreas Rheinhardt avcodec/vp8dsp: Remove declarations of inexistent functions Forgotten in d6f8476be4895c620d58e021ab880823d2fe25bf. Reviewed-by: Peter Ross

[FFmpeg-cvslog] avcodec/vp8: Move fade_present from context to stack

2022-09-11 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Sep 9 17:17:15 2022 +0200| [4130789f4f20e67ef44f8c721955c5e3bcbc1b09] | committer: Andreas Rheinhardt avcodec/vp8: Move fade_present from context to stack It is only an auxiliary value used for parsing the VP7 frame header. Reviewed-by: Pete

[FFmpeg-cvslog] avcodec/vp8dsp: Constify src in vp8_mc_func

2022-09-11 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Sep 10 00:44:22 2022 +0200| [a54e53a1c428299b19c7b4e2b66d01c0482c41dd] | committer: Andreas Rheinhardt avcodec/vp8dsp: Constify src in vp8_mc_func Reviewed-by: Peter Ross Reviewed-by: Ronald S. Bultje Signed-off-by: Andreas Rheinhardt > ht

[FFmpeg-cvslog] avutil/x86/intreadwrite: Add ability to detect whether MMX code is used

2022-09-11 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Sep 8 15:00:06 2022 +0200| [29c4c0886d143790fcbeddbe40a23dfc6f56345c] | committer: Andreas Rheinhardt avutil/x86/intreadwrite: Add ability to detect whether MMX code is used It can be used to call emms_c() only when needed. Signed-off-by: An

[FFmpeg-cvslog] avcodec/dca_core: Only call emms_c() if needed

2022-09-11 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Sep 8 15:09:26 2022 +0200| [df215e575850e41b19aeb1fd99e53372a6b3d537] | committer: Andreas Rheinhardt avcodec/dca_core: Only call emms_c() if needed It is not needed on x64, because the AV_COPY* and AV_ZERO* macros never use MMX on x64. Sign

[FFmpeg-cvslog] avcodec/ralf: Move frame allocation after error checks

2022-09-11 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Sep 7 01:55:23 2022 +0200| [dcbb7e8a303b4a97b1ff3945277fa1db868ef121] | committer: Andreas Rheinhardt avcodec/ralf: Move frame allocation after error checks Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] avcodec/ralf: Move variable from context to stack

2022-09-11 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Sep 7 02:02:54 2022 +0200| [5c19cb3f924c8afafcae08916a4167e36842adcd] | committer: Andreas Rheinhardt avcodec/ralf: Move variable from context to stack Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com