[FFmpeg-cvslog] fftools/fopen_utf8: support long paths on Windows for fftools

2022-06-18 Thread softworkz
ffmpeg | branch: master | softworkz | Mon Jun 13 23:42:53 2022 +| [fee765c2078ba03e346e311c86a447a116fe8c5f] | committer: Martin Storsjö fftools/fopen_utf8: support long paths on Windows for fftools Signed-off-by: softworkz Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avutil/cpu_internal: Fix check for SSE2SLOW

2022-06-18 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jun 15 06:26:51 2022 +0200| [ac322ec21418a7510815eda198c978d43d5cd507] | committer: Andreas Rheinhardt avutil/cpu_internal: Fix check for SSE2SLOW For SSE2 and SSE3, there are four states that the two flags involved (AV_CPU_FLAG_SSE[23] and AV

[FFmpeg-cvslog] avcodec/x86/lpc, vp8dsp_init: Remove redundant checks

2022-06-18 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jun 15 07:15:01 2022 +0200| [6d3f771588ee1e156082b42da8ef4d002557d38c] | committer: Andreas Rheinhardt avcodec/x86/lpc, vp8dsp_init: Remove redundant checks EXTERNAL_SSE2_SLOW is now more encompassing than EXTERNAL_SSE2. Signed-off-by: Andrea

[FFmpeg-cvslog] avformat/librist: bump required version to 0.2.7

2022-06-18 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Jun 10 00:16:51 2022 +0200| [b3cca50638535c0d1b5674d99586858b5b2d7af9] | committer: Marton Balint avformat/librist: bump required version to 0.2.7 This is the first version for which fifo size setting actually works. Signed-off-by: Marton Balint