[FFmpeg-cvslog] avcodec/setts_bsf: add a NOPTS constant

2021-07-04 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Jul 3 16:24:59 2021 -0300| [041267b55871a5066e4acb5e29b545fede5998c9] | committer: James Almer avcodec/setts_bsf: add a NOPTS constant Reviewed-by: Paul B Mahol Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avcodec/setts_bsf: actually store the current packet's timestamps to be usable by the next

2021-07-04 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Jul 3 16:16:13 2021 -0300| [b0b3fce3c33352a87267b6ffa51da31d5162daff] | committer: James Almer avcodec/setts_bsf: actually store the current packet's timestamps to be usable by the next Before this change, the PREV_OUTPTS and PREV_OUTDTS constants a

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

2021-07-04 Thread Shubhanshu Saxena
ffmpeg | branch: master | Shubhanshu Saxena | Fri Jun 18 22:11:08 2021 +0530| [f73943d514802ecc521b92ebf2d1595526968fd5] | 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, push the Re