We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f88a1 commit ea3bb8aCopy full SHA for ea3bb8a
imf-prepare-patches.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-PATCH_VERSION="11"
+PATCH_VERSION="12"
6
7
PATCH_NAME="avformat/imf"
8
@@ -82,9 +82,11 @@ The IMF standard was first introduced in 2013 and is managed by the SMPTE.
82
83
CHANGE NOTES:
84
85
-- limit Track Files to MXF
86
-- remove stealth variable assignment
87
-- remove unused function parameter
+- refactor save_avio_options()
+- change av_realloc() to av_realloc_array() to prevent size overflows
+- use av_opt_set(...format_whitelist...) to force MXF track files
88
+- add support for io_open2()
89
+- misc code path improvements
90
"
91
92
# add tests back to the Makefile
0 commit comments