[FFmpeg-cvslog] avfilter/af_join: fix eof timestamps and blocking in many scenarios

2021-08-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Aug 10 20:56:11 2021 +0200| [c245963a218c1b9e2ced204071be51138ce739b5] | committer: Paul B Mahol avfilter/af_join: fix eof timestamps and blocking in many scenarios > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c245963a218c1b9e2ced20407

[FFmpeg-cvslog] avcodec/h264_slice: clear old slice POC values on parsing failure

2021-08-10 Thread James Almer
ffmpeg | branch: release/4.3 | James Almer | Sun Aug 8 15:30:26 2021 -0300| [3aba8b176f5dc96b9b91d94ce54c41e1ec34bc9c] | committer: James Almer avcodec/h264_slice: clear old slice POC values on parsing failure If a slice header fails to parse, and the next one uses different Sequence and Pict

[FFmpeg-cvslog] avcodec/h264_slice: clear old slice POC values on parsing failure

2021-08-10 Thread James Almer
ffmpeg | branch: release/4.4 | James Almer | Sun Aug 8 15:30:26 2021 -0300| [bf87bdd3f65569e562341843965f0e810f7a2d1f] | committer: James Almer avcodec/h264_slice: clear old slice POC values on parsing failure If a slice header fails to parse, and the next one uses different Sequence and Pict

[FFmpeg-cvslog] avcodec/h264_slice: use ff_h264_replace_picture when syncing thread contexts

2021-08-10 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Aug 8 18:20:44 2021 -0300| [90bf83d6f1fb04a0dea7d87e536ea7cb25fed21b] | committer: James Almer avcodec/h264_slice: use ff_h264_replace_picture when syncing thread contexts Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] avcodec/h264_picture: add ff_h264_replace_picture()

2021-08-10 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Aug 8 18:19:00 2021 -0300| [a2a5a579bc408cf6fae5751e6a6f2a3c820c3c30] | committer: James Almer avcodec/h264_picture: add ff_h264_replace_picture() Will remove unnecessary allocations when both src and dst picture contain references to the same buffer

[FFmpeg-cvslog] avcodec/h264_picture: split copying H264Picture some fields into a separate function

2021-08-10 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Aug 8 18:17:24 2021 -0300| [ab448a7f9bca0f92fe2ebd147d39d19e47b9128e] | committer: James Almer avcodec/h264_picture: split copying H264Picture some fields into a separate function Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avcodec/h264_slice: clear old slice POC values on parsing failure

2021-08-10 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Aug 8 15:30:26 2021 -0300| [ce4a31cd1ff0348d279af74d49556d0315171e94] | committer: James Almer avcodec/h264_slice: clear old slice POC values on parsing failure If a slice header fails to parse, and the next one uses different Sequence and Picture pa

[FFmpeg-cvslog] avcodec/faxcompr: Check for end of input in cmode == 1 in decode_group3_2d_line()

2021-08-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jul 31 21:17:23 2021 +0200| [f803635c4fac761ac68b39a369272d4c26433dc1] | committer: Michael Niedermayer avcodec/faxcompr: Check for end of input in cmode == 1 in decode_group3_2d_line() Fixes: Infinite loop Fixes: 35591/clusterfuzz-testcase

[FFmpeg-cvslog] avcodec/vc1dec: Disable error concealment for *IMAGE

2021-08-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jul 31 00:01:53 2021 +0200| [643b2d49bf52d5a3205ce3db732e0c4c396bd457] | committer: Michael Niedermayer avcodec/vc1dec: Disable error concealment for *IMAGE The existing error concealment makes no sense for the image formats, they use transfo

[FFmpeg-cvslog] avcodec/argo: Check for even dimensions

2021-08-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jul 31 12:41:34 2021 +0200| [c2f5e9ff3c8141fe6a2c08f3cc4e46e17b96cbb4] | committer: Michael Niedermayer avcodec/argo: Check for even dimensions Fixes: reading over the end Fixes: 36346/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_ARGO_f

[FFmpeg-cvslog] avcodec/sbrdsp_fixed: Fix negation overflow in sbr_neg_odd_64_c()

2021-08-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jul 30 23:04:08 2021 +0200| [8f2856a1daa4e3d5767b6efe7a70ec86926dba47] | committer: Michael Niedermayer avcodec/sbrdsp_fixed: Fix negation overflow in sbr_neg_odd_64_c() Fixes: negation of -2147483648 cannot be represented in type 'int'; cast

[FFmpeg-cvslog] lavfi/dnn_backend_tf: Error Handling for tf_create_inference_request

2021-08-10 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Sun Aug 8 16:43:38 2021 +0530| [371e5672f39284a8422574770f2505a61f73b683] | committer: Guo Yejun lavfi/dnn_backend_tf: Error Handling for tf_create_inference_request This commit includes the check for the case when the newly created TFInferRequest

[FFmpeg-cvslog] lavfi/dnn: Extract Common Parts from get_output functions

2021-08-10 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Sun Aug 8 16:43:37 2021 +0530| [009b2e5b5ee602e2a27dc54077bf6fd46bdc9b9d] | committer: Guo Yejun lavfi/dnn: Extract Common Parts from get_output functions The frame allocation and filling the TaskItem with execution parameters is common in the thr

[FFmpeg-cvslog] lavfi/dnn: DNNAsyncExecModule Execution Failure Handling

2021-08-10 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Sun Aug 8 16:43:39 2021 +0530| [2063745a93f3a17ee14ffd01905878b8fdc17023] | committer: Guo Yejun lavfi/dnn: DNNAsyncExecModule Execution Failure Handling This commit adds the case handling if the asynchronous execution of a request fails by checki

[FFmpeg-cvslog] lavfi/dnn_backend_tf: Add TF_Status to TFRequestItem

2021-08-10 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Sun Aug 8 16:43:36 2021 +0530| [4d627acefab73b1d52c2185f975a0b082b4a7d5d] | committer: Guo Yejun lavfi/dnn_backend_tf: Add TF_Status to TFRequestItem Since requests are running in parallel, there is inconsistency in the status of the execution. To

[FFmpeg-cvslog] lavfi/dnn_backend_tf: Error Handling for execute_model_tf

2021-08-10 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Sun Aug 8 16:43:35 2021 +0530| [a3db9b5405c06b6d4cb7a607a5abb8d0b80a1f6e] | committer: Guo Yejun lavfi/dnn_backend_tf: Error Handling for execute_model_tf This patch adds error handling for cases where the execute_model_tf fails, clears the used m

[FFmpeg-cvslog] lavfi/dnn: Async Support for TensorFlow Backend

2021-08-10 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Sun Aug 8 16:43:34 2021 +0530| [0985e9283ca2fe85dd0744f97c869bf24fbf14b5] | committer: Guo Yejun lavfi/dnn: Async Support for TensorFlow Backend This commit enables async execution in the TensorFlow backend and adds function to flush extra frames.

[FFmpeg-cvslog] lavfi/dnn_backend_tf: TFInferRequest Execution and Documentation

2021-08-10 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Sun Aug 8 16:43:33 2021 +0530| [e6ae8fc18e579e1ca750ed392da2df3474b88976] | committer: Guo Yejun lavfi/dnn_backend_tf: TFInferRequest Execution and Documentation This commit adds a function for execution of TFInferRequest and documentation for fun

[FFmpeg-cvslog] lavfi/dnn: Common Function to Get Async Result in DNN Backends

2021-08-10 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Sun Aug 8 16:43:32 2021 +0530| [c71657858833008d2c17990ee78d2ec792996a1a] | committer: Guo Yejun lavfi/dnn: Common Function to Get Async Result in DNN Backends This commits refactors the get async result function for common use in all three backen

[FFmpeg-cvslog] lavfi/dnn: Add Async Execution Mechanism and Documentation

2021-08-10 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Sun Aug 8 16:43:31 2021 +0530| [86f0a4f9deb702528b914a194fac727f08e76c20] | committer: Guo Yejun lavfi/dnn: Add Async Execution Mechanism and Documentation This commit adds an async execution mechanism for common use in the TensorFlow and Native b

[FFmpeg-cvslog] configure: [loongson] adjust MMI check in configure

2021-08-10 Thread Jin Bo
ffmpeg | branch: master | Jin Bo | Tue Aug 3 12:05:21 2021 +0800| [903c5d58f0311b12bd8127a545f1bf8549307f5c] | committer: Michael Niedermayer configure: [loongson] adjust MMI check in configure After standardizing the use of 'pxor' in commit 'ebedd26', FFmpeg build failed with upstream compil

[FFmpeg-cvslog] movenc: Don't try to fix the fragment end duration if none will be written

2021-08-10 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Thu Aug 5 15:30:18 2021 +0300| [bff7d662d728bca79ccb2980179e5a9aed2d83d3] | committer: Martin Storsjö movenc: Don't try to fix the fragment end duration if none will be written If autoflushing on a new packet (e.g. due to the frag_every_frame flag be