ffmpeg | branch: master | Zhao Zhili | Mon Mar 6
20:02:07 2023 +0800| [d04dbf48fc7474747e27caceeed7153d1c0585e4] | committer:
Zhao Zhili
avformat/mov: fix ISO/IEC 23003-5 support
Missing floating-point formats support.
Signed-off-by: Zhao Zhili
> http://git.videolan.org/gitweb.cgi/ffmpeg.g
ffmpeg | branch: master | Zhao Zhili | Mon Mar 6
20:02:08 2023 +0800| [a3dc677b9f060c08c503f640bc9bf6a66c51] | committer:
Zhao Zhili
avformat/isom_tags: remove ipcm from movaudio_tags
ipcm is defined by ISO/IEC 23003-5, not defined by quicktime. After
adding ISO/IEC 23003-5 support, we do
ffmpeg | branch: master | Zhao Zhili | Mon Mar 6
20:02:09 2023 +0800| [d7e864366be2c4807d6d0796177051ad32c6378d] | committer:
Zhao Zhili
avformat/mov: parse ISO-14496-12 ChannelLayout
Only support chnl version 0 now.
Signed-off-by: Zhao Zhili
> http://git.videolan.org/gitweb.cgi/ffmpeg.git
ffmpeg | branch: master | Zhao Zhili | Mon Mar 6
20:02:10 2023 +0800| [d4ee177a36c59b19de474d3713304c7828263cb0] | committer:
Zhao Zhili
avformat/movenc: add PCM in mp4 support
It's defined by ISO/IEC 23003-5.
Fixes ticket #10185
Signed-off-by: Zhao Zhili
> http://git.videolan.org/gitweb.
ffmpeg | branch: master | Zhao Zhili | Mon Mar 6
20:02:11 2023 +0800| [9e1ffeda8ce4eec647a2643afbf169214cc995f7] | committer:
Zhao Zhili
fate/mov: add PCM in mp4 test
Signed-off-by: Zhao Zhili
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9e1ffeda8ce4eec647a2643afbf169214cc995
ffmpeg | branch: master | James Almer | Wed Mar 15 12:42:13
2023 -0300| [0d35634eaa6cd2b41292518489d559b030c00702] | committer: James Almer
avcodec/libdav1d: Fix unintended fallthrough
Based on a patch by Andreas Rheinhardt
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmp
ffmpeg | branch: master | Andreas Rheinhardt |
Wed Mar 15 15:00:33 2023 +0100| [85b185b504759c794d872ade303bb9be4f79cdcc] |
committer: Andreas Rheinhardt
avcodec/av1dec: Fix unintended fallthrough
Fixes Coverity issue #1521982.
Reviewed-by: James Almer
Signed-off-by: Andreas Rheinhardt
> h
ffmpeg | branch: master | Tong Wu | Thu Mar
16 13:32:58 2023 +0800| [c3a79990996e1edbce78ebad5d69a9b88a88d0a6] | committer:
Zhao Zhili
avformat/mov: fix 2 compile errors
Compiler: MSVC 14.35.32215
Error type: error C2059: syntax error: '}'
Related commit: 9e1ffed fate/mov: add PCM in mp4 test