[FFmpeg-cvslog] avcodec/libsvtav1: add version guard for external param

2023-11-12 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Wed Nov 8 10:33:19 2023 +0530| [67a2571a5547d39990e7f709f24d7a5b452ff8b9] | committer: Gyan Doshi avcodec/libsvtav1: add version guard for external param Setting of external param 'force_key_frames' was added in 7bcc1b4eb8. It is available since v1.1.0 bu

[FFmpeg-cvslog] avfilter/buffersrc: switch to activate

2023-11-12 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Oct 27 14:26:50 2023 +0200| [84e400ae37b1e2849a3ead399ef86c808356cdd6] | committer: Paul B Mahol avfilter/buffersrc: switch to activate Fixes OOM when caller keeps adding frames into filtergraph that reached EOF by other means, for example EOF is sig

[FFmpeg-cvslog] libavcodec/amfenc: Fix issue with missing headers in AV1 encoder

2023-11-12 Thread Evgeny Pavlov
ffmpeg | branch: master | Evgeny Pavlov | Wed Jul 12 15:35:14 2023 +0200| [da3ce21f687932932030b39c38fc820bee6ff351] | committer: Dmitrii Ovchinnikov libavcodec/amfenc: Fix issue with missing headers in AV1 encoder This commit fixes issue with missing SPS/PPS headers in video encoded by AMF AV

[FFmpeg-cvslog] checkasm: test with random bw value

2023-11-12 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Thu Nov 9 22:25:47 2023 +0200| [427347309b44471448668b47cccf9360f177bfe9] | committer: Rémi Denis-Courmont checkasm: test with random bw value With a value of zero, the function is a glorified memory copy. > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avcoded/fft: Fix memory leak if ctx2 is used

2023-11-12 Thread Sebastian Ramacher
ffmpeg | branch: release/6.1 | Sebastian Ramacher | Sun Nov 12 18:46:28 2023 +0100| [c7fe7ee8d4dcae510453abedabae53e45135144a] | committer: James Almer avcoded/fft: Fix memory leak if ctx2 is used Signed-off-by: James Almer (cherry picked from commit 250471ea1745fc703eb346a2a662304536a311b1)

[FFmpeg-cvslog] avcodec/fft: Use av_mallocz to avoid invalid free/uninit

2023-11-12 Thread Sebastian Ramacher
ffmpeg | branch: release/6.1 | Sebastian Ramacher | Sun Nov 12 18:46:27 2023 +0100| [af912d80d8880797bef9f2ba9809ecd84ed9acd9] | committer: James Almer avcodec/fft: Use av_mallocz to avoid invalid free/uninit Signed-off-by: James Almer (cherry picked from commit a562cfee2e214252f8b3f516527272

[FFmpeg-cvslog] avcodec/fft: Use av_mallocz to avoid invalid free/uninit

2023-11-12 Thread Sebastian Ramacher
ffmpeg | branch: master | Sebastian Ramacher | Sun Nov 12 18:46:27 2023 +0100| [a562cfee2e214252f8b3f516527272ae32ef9532] | committer: James Almer avcodec/fft: Use av_mallocz to avoid invalid free/uninit Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a

[FFmpeg-cvslog] avcoded/fft: Fix memory leak if ctx2 is used

2023-11-12 Thread Sebastian Ramacher
ffmpeg | branch: master | Sebastian Ramacher | Sun Nov 12 18:46:28 2023 +0100| [250471ea1745fc703eb346a2a662304536a311b1] | committer: James Almer avcoded/fft: Fix memory leak if ctx2 is used Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=250471ea1745f

[FFmpeg-cvslog] Tag n6.2-dev : Main development, master branch after release/6.1 branched off

2023-11-12 Thread git
[ffmpeg] [branch: refs/tags/n6.2-dev] Tag:01d94eb55b0de36db31121010378497ed05eeeb2 > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=01d94eb55b0de36db31121010378497ed05eeeb2 Tagger: James Almer Date: Sun Nov 12 13:33:18 2023 -0300 Main development, master branch after release/6.1 bra

[FFmpeg-cvslog] lavc/sbrdsp: R-V V autocorrelate

2023-11-12 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Wed Nov 8 22:17:39 2023 +0200| [cd7b352c534c097c8009d4022daff4027655d207] | committer: Rémi Denis-Courmont lavc/sbrdsp: R-V V autocorrelate With 5 accumulator vectors and 6 inputs, this can only use LMUL=2. Also the number of vector loop iterati

[FFmpeg-cvslog] lavc/aacpsdsp: rework R-V V hybrid_synthesis_deint

2023-11-12 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Tue Nov 7 21:56:02 2023 +0200| [f576a0835b45940aad08507257ecd8d61d42452c] | committer: Rémi Denis-Courmont lavc/aacpsdsp: rework R-V V hybrid_synthesis_deint Given the size of the data set, strided memory accesses cannot be avoided. We can still

[FFmpeg-cvslog] lavc/aacpsdsp: rework R-V V add_squares

2023-11-12 Thread Rémi Denis-Courmont
ffmpeg | branch: master | Rémi Denis-Courmont | Sat Jul 15 23:23:50 2023 +0300| [eb508702a899f4a41d3653d90b077b487083d2ab] | committer: Rémi Denis-Courmont lavc/aacpsdsp: rework R-V V add_squares Segmented loads may be slower than not. So this advantageously uses a unit-strided load and narrow

[FFmpeg-cvslog] avformat/hlsenc: Fix name of flag in error message

2023-11-12 Thread Dave Johansen
ffmpeg | branch: master | Dave Johansen | Thu Oct 26 21:59:40 2023 -0600| [ab78d22553fe7052e0763f9bb319b0ba9c3bca47] | committer: Steven Liu avformat/hlsenc: Fix name of flag in error message Reviewed-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ab78d22553fe7052

[FFmpeg-cvslog] avformat/hlsenc: Add CHANNELS to EXT-X-MEDIA for Audio

2023-11-12 Thread Dave Johansen
ffmpeg | branch: master | Dave Johansen | Thu Oct 26 19:43:59 2023 -0600| [39878fc50400f347075f75d1a0cbb77b16fb9c9d] | committer: Steven Liu avformat/hlsenc: Add CHANNELS to EXT-X-MEDIA for Audio Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=39878fc504