[FFmpeg-cvslog] avfilter/vf_zscale: enable AVX512 zimg functions

2022-07-10 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Jul 8 00:28:51 2022 +0200| [846488cca80870a22d7f5a16100ce7fb95119634] | committer: Marton Balint avfilter/vf_zscale: enable AVX512 zimg functions Signed-off-by: Marton Balint >

[FFmpeg-cvslog] avfilter/vf_zscale: remove some unneeded initializations

2022-07-10 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Jul 7 23:14:09 2022 +0200| [68fdc9de8462f9661f86d1b2e13c06695247e480] | committer: Marton Balint avfilter/vf_zscale: remove some unneeded initializations Signed-off-by: Marton Balint >

[FFmpeg-cvslog] avfilter/vf_zscale: simplify and fix slice_params calculations

2022-07-10 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Thu Jul 7 21:43:20 2022 +0200| [a6f0e641bcde6d8475c5d5473ac9b4de89618fc5] | committer: Marton Balint avfilter/vf_zscale: simplify and fix slice_params calculations Do not insist on a fixed slice height, because that can still cause overflows in

[FFmpeg-cvslog] configure: add missing deps for chromakey_cuda filter

2022-07-10 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Sun Jul 10 17:42:51 2022 +0200| [be983d23548d8bec4c8c6f86e9bc7abceb213806] | committer: Timo Rothenpieler configure: add missing deps for chromakey_cuda filter Not sure how those went missing at some point during the review process, but it went

[FFmpeg-cvslog] avfilter: add chromakey_cuda filter

2022-07-10 Thread Mohamed Khaled Mohamed
ffmpeg | branch: master | Mohamed Khaled Mohamed | Tue Jul 5 17:48:53 2022 +0200| [b1648150b2fdd1e4dba9fc05d08ee6fea13798c9] | committer: Timo Rothenpieler avfilter: add chromakey_cuda filter GSoC'22 libavfilter/vf_chromakey_cuda.cu:the CUDA kernel for the filter

[FFmpeg-cvslog] avcodec/pcm-dvdenc: Remove unused extra_sample(s|_count)

2022-07-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Jul 10 12:05:46 2022 +0200| [7259eef711a52cfa0face2a7d637f4e3f1c6aa43] | committer: Andreas Rheinhardt avcodec/pcm-dvdenc: Remove unused extra_sample(s|_count) Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt >

[FFmpeg-cvslog] avcodec/pcm-dvdenc: Fix encoding 24bit samples

2022-07-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Jul 10 15:22:52 2022 +0200| [d0b050562a140f8cc89905815403edc7ddf8cb36] | committer: Andreas Rheinhardt avcodec/pcm-dvdenc: Fix encoding 24bit samples The earlier code ignored the lower 16 bits and instead used the highest 8 bits twice.

[FFmpeg-cvslog] fate/pcm: Add pcm_dvd transcode tests

2022-07-10 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Jul 10 15:35:42 2022 +0200| [538cbaf18e1fc7147dcf39474141041df37e0412] | committer: Andreas Rheinhardt fate/pcm: Add pcm_dvd transcode tests Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt >