ffmpeg | branch: master | James Almer | Fri Aug 14 00:09:43
2020 -0300| [a762fd2c1b7fe4f0140ed297321b307f9527f929] | committer: James Almer
avformat/av1dec: fix return value on some code paths
If avio_read() returns a value of bytes read that's lower than the
expected, return an error instead.
ffmpeg | branch: master | Xu Guangxin | Thu Aug 13
14:51:02 2020 +0800| [9a7bdb6d711c160734b498b6ba1a7b8fb6c230ec] | committer:
James Almer
avformat/av1dec: add low-overhead bitstream format
It's defined in Section 5.2, used by netflix.
Signed-off-by: James Almer
> http://git.videolan.org/g
ffmpeg | branch: master | James Almer | Thu Aug 13 14:06:44
2020 -0300| [3105e970503e77f11a9d8139d38b73abe25907a9] | committer: James Almer
avformat/av1dec: add missing preprocessor wrappers to annexb and obu demuxers
Ensure the modules are compiled only if enabled.
Signed-off-by: James Almer
ffmpeg | branch: master | Xu Guangxin | Mon Aug 10
17:34:30 2020 +0800| [6a941b56913c6766677c56245187268f326e7ad8] | committer:
James Almer
avcodec/av1_parse: use macro for MAX_OBU_HEADER_SIZE
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a941b56913c
ffmpeg | branch: master | Guo, Yejun | Thu Aug 13
14:48:11 2020 +0800| [3c05c8a15f2fa5543213f6c8cbe439ad4376137d] | committer:
Guo, Yejun
dnn_backend_tf.c: fix build issue for tensorflow backend
Signed-off-by: Guo, Yejun
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3c05c8a15f2
ffmpeg | branch: master | Andreas Rheinhardt |
Thu Aug 13 04:02:26 2020 +0200| [4147f63d63358e5c1969bfe431ee08ca54f8434d] |
committer: Andreas Rheinhardt
avfilter/formats: Fix heap-buffer overflow when merging channel layouts
The channel layouts accepted by ff_merge_channel_layouts() are of tw
ffmpeg | branch: master | Andreas Rheinhardt |
Wed Aug 12 22:31:50 2020 +0200| [cfc65520324ae640299bd321ef88ae76dcee6f78] |
committer: Andreas Rheinhardt
avfilter/formats: Avoid allocations when merging channel layouts
When one merges two AVFilterChannelLayouts structs, there is no need to
all