[FFmpeg-cvslog] avcodec/adpcm_data: Move tables only used by adpcm.c to it

2021-07-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Jun 17 03:41:36 2021 +0200| [73b847e136481f643a855d4504a5fa66b47db48c] | committer: Andreas Rheinhardt avcodec/adpcm_data: Move tables only used by adpcm.c to it Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avcodec/adpcm: Don't include disabled AVCodecs

2021-07-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 8 03:25:43 2021 +0200| [0a67ca63e43b53e41e01b52f7da02b9bdbc62f13] | committer: Andreas Rheinhardt avcodec/adpcm: Don't include disabled AVCodecs Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avcodec/adpcm_data: Fix type mismatch for ff_adpcm_afc_coeffs

2021-07-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Jun 17 03:34:57 2021 +0200| [ac5bd4e41a01eb45c2909e98d68a434ac58a32e5] | committer: Andreas Rheinhardt avcodec/adpcm_data: Fix type mismatch for ff_adpcm_afc_coeffs According to the header it is an array of int16_t, yet it is declared as uint1

[FFmpeg-cvslog] avcodec/adpcm: Disable dead code

2021-07-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 8 18:26:52 2021 +0200| [0f168344f1034c84fe85c4a8c3b5638bd4ba9931] | committer: Andreas Rheinhardt avcodec/adpcm: Disable dead code This change ensures that the linker can drop adpcm_data.o if no decoder that actually uses anything from th

[FFmpeg-cvslog] avcodec/adpcm: Fix indentation

2021-07-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 8 16:52:15 2021 +0200| [6914aa7fb4f88379dec6d177791811adf87d2f07] | committer: Andreas Rheinhardt avcodec/adpcm: Fix indentation Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6914aa7fb4f88

[FFmpeg-cvslog] avcodec/adpcm: Use smaller scope for some variables

2021-07-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 8 01:03:45 2021 +0200| [421de73a10e26d69a81e88b706d0fe4b3407b580] | committer: Andreas Rheinhardt avcodec/adpcm: Use smaller scope for some variables This is to avoid unused variables warnings after the code for the disabled encoders has

[FFmpeg-cvslog] avcodec/adpcmenc: Don't include disabled AVCodecs

2021-07-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 8 03:25:43 2021 +0200| [c8a8691c978cf92b1d360da8a4967a1d4bde8e28] | committer: Andreas Rheinhardt avcodec/adpcmenc: Don't include disabled AVCodecs Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avcodec/adpcmenc: Deduplicate AVClasses

2021-07-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jun 7 16:13:33 2021 +0200| [62e3d01cc7f2d93df75d2f1a186b6f13c94b1cb4] | committer: Andreas Rheinhardt avcodec/adpcmenc: Deduplicate AVClasses The child_class_next API relied on different (de)muxers to use different AVClasses; yet this API has

[FFmpeg-cvslog] avcodec/adpcmenc: Use smaller scope for some variables

2021-07-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 8 01:03:45 2021 +0200| [10f8f06a56ef9ea27595269a8a747026433b0673] | committer: Andreas Rheinhardt avcodec/adpcmenc: Use smaller scope for some variables This is to avoid unused variables warnings if the code for disabled encoders is #if'e

[FFmpeg-cvslog] avcodec/adpcmenc: #if disabled code away, fix build without ADPCM_ARGO

2021-07-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Jun 8 02:36:00 2021 +0200| [63f736f47667e5106c38ed4083fc22ebb807225b] | committer: Andreas Rheinhardt avcodec/adpcmenc: #if disabled code away, fix build without ADPCM_ARGO The adpcm_argo encoder does not use the data from adpcm_data.c direct

[FFmpeg-cvslog] lavfi/dnn_backend_openvino.c: Fix Memory Leak in execute_model_ov

2021-07-21 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Sun Jul 11 22:03:01 2021 +0530| [429954822cd8a74f3ab73f4abe870cf8ef53389b] | committer: Guo Yejun lavfi/dnn_backend_openvino.c: Fix Memory Leak in execute_model_ov In cases where the execution inside the function execute_model_ov fails, the OVReque

[FFmpeg-cvslog] lavfi/dnn_backend_ov: Rename RequestItem to OVRequestItem

2021-07-21 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Sun Jul 11 22:03:02 2021 +0530| [0bc7ddc460511c82392677c83bc320db26a4a06e] | committer: Guo Yejun lavfi/dnn_backend_ov: Rename RequestItem to OVRequestItem Rename RequestItem to OVRequestItem in the OpenVINO backend to avoid confusion. Signed-off-

[FFmpeg-cvslog] lavu/kperf: use ff_thread_once()

2021-07-21 Thread J . Dekker
ffmpeg | branch: master | J. Dekker | Wed Jul 21 16:21:34 2021 +0200| [c866a099b297203306165be3c444d481fcb22553] | committer: J. Dekker lavu/kperf: use ff_thread_once() Signed-off-by: J. Dekker > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c866a099b297203306165be3c444d481fcb2255

[FFmpeg-cvslog] doc/filters: note expr and eval mode support in overlay_cuda

2021-07-21 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Wed Jul 21 13:26:13 2021 +0530| [f614390eccbef569cdff7bcccebf88f2920389b8] | committer: Gyan Doshi doc/filters: note expr and eval mode support in overlay_cuda Commit 58c908cf94 added support for expressions for x and y parameters. Also added was option to

[FFmpeg-cvslog] avutil/macos_kperf: add missing header guards

2021-07-21 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Jul 20 19:01:02 2021 -0300| [f9d5050d287163e93543f51ce24855c3ad9df9fc] | committer: James Almer avutil/macos_kperf: add missing header guards Fixes fate-source Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f