[FFmpeg-cvslog] libavformat/dashenc: Reduce confusion in par error message

2020-08-31 Thread Chris Miceli
ffmpeg | branch: master | Chris Miceli | Mon Aug 31 14:16:39 2020 +1000| [41366522899f209d116d663ebedf00e3282e7bb2] | committer: Michael Niedermayer libavformat/dashenc: Reduce confusion in par error message In ticket #8754 there is discourse surrounding the error message which is printed

[FFmpeg-cvslog] libavfilter/dnn_backend_native: check mem allocation

2020-10-13 Thread Chris Miceli
ffmpeg | branch: master | Chris Miceli | Wed Oct 14 11:19:50 2020 +1100| [ad95e5e45dbb3c3dddc3e2c3fe93bc98f239bd29] | committer: Guo, Yejun libavfilter/dnn_backend_native: check mem allocation check that frame allocations return non-null. > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] libavfilter/dnn/dnn_backend{openvino, tf}: check memory alloc non-NULL

2020-10-13 Thread Chris Miceli
ffmpeg | branch: master | Chris Miceli | Wed Oct 14 11:59:44 2020 +1100| [6bdfea8d4b3683605f47994e491770bc0bc6ce5d] | committer: Guo, Yejun libavfilter/dnn/dnn_backend{openvino, tf}: check memory alloc non-NULL These previously would not check that the return value was non-null meaning it was

[FFmpeg-cvslog] libavformat/utils: Fix misleading indent

2020-10-20 Thread Chris Miceli
ffmpeg | branch: master | Chris Miceli | Tue Oct 13 15:59:06 2020 +1100| [be852803eb3b5628a45f91d298c924be038c2ff7] | committer: Michael Niedermayer libavformat/utils: Fix misleading indent 6f69f7a8bf6a0d013985578df2ef42ee6b1c7994 introduced this and it was part of a very large merging of