Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/, eclass/, www-client/firefox/files/
Date: Tue, 08 May 2018 20:53:35
Message-Id: 1525812779.07951677f2cf2c3b2a7267453c1d543a07c5d348.axs@gentoo
1 commit: 07951677f2cf2c3b2a7267453c1d543a07c5d348
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 8 20:52:59 2018 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Tue May 8 20:52:59 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=07951677
7
8 firefox-60: bump to beta16, test add ffmpeg4 patch
9
10 eclass/mozconfig-v6.60.eclass | 2 +-
11 eclass/mozcoreconf-v6.eclass | 277 +
12 www-client/firefox/Manifest | 372 +-
13 www-client/firefox/files/firefox-ffmpeg4.patch | 13698 +++++++++++++++++++
14 www-client/firefox/firefox-58.0.1.ebuild | 367 -
15 www-client/firefox/firefox-59.0.2.ebuild | 370 -
16 ....0_beta14.ebuild => firefox-60.0_beta16.ebuild} | 3 +-
17 7 files changed, 14071 insertions(+), 1018 deletions(-)
18
19 diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass
20 index 65bf7f4..464f14d 100644
21 --- a/eclass/mozconfig-v6.60.eclass
22 +++ b/eclass/mozconfig-v6.60.eclass
23 @@ -26,7 +26,7 @@ case ${EAPI} in
24 ;;
25 esac
26
27 -inherit flag-o-matic toolchain-funcs mozcoreconf-v5
28 +inherit flag-o-matic toolchain-funcs mozcoreconf-v6
29
30 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI
31 # @DESCRIPTION:
32
33 diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass
34 new file mode 100644
35 index 0000000..64e0e3d
36 --- /dev/null
37 +++ b/eclass/mozcoreconf-v6.eclass
38 @@ -0,0 +1,277 @@
39 +# Copyright 1999-2017 Gentoo Foundation
40 +# Distributed under the terms of the GNU General Public License v2
41 +#
42 +# @ECLASS: mozcoreconf-v5.eclass
43 +# @MAINTAINER:
44 +# Mozilla team <mozilla@g.o>
45 +# @BLURB: core options and configuration functions for mozilla
46 +# @DESCRIPTION:
47 +#
48 +# inherit mozconfig-v6.* or above for mozilla configuration support
49 +
50 +# @ECLASS-VARIABLE: MOZILLA_FIVE_HOME
51 +# @DESCRIPTION:
52 +# This is an eclass-generated variable that defines the rpath that the mozilla
53 +# product will be installed in. Read-only
54 +
55 +if [[ ! ${_MOZCORECONF} ]]; then
56 +
57 +PYTHON_COMPAT=( python2_7 )
58 +PYTHON_REQ_USE='ncurses,sqlite,ssl,threads'
59 +
60 +inherit multilib toolchain-funcs flag-o-matic python-any-r1 versionator
61 +
62 +IUSE="${IUSE} custom-cflags custom-optimization"
63 +
64 +DEPEND="virtual/pkgconfig
65 + ${PYTHON_DEPS}"
66 +
67 +# @FUNCTION: mozconfig_annotate
68 +# @DESCRIPTION:
69 +# add an annotated line to .mozconfig
70 +#
71 +# Example:
72 +# mozconfig_annotate "building on ultrasparc" --enable-js-ultrasparc
73 +# => ac_add_options --enable-js-ultrasparc # building on ultrasparc
74 +mozconfig_annotate() {
75 + declare reason=$1 x ; shift
76 + [[ $# -gt 0 ]] || die "mozconfig_annotate missing flags for ${reason}\!"
77 + for x in ${*}; do
78 + echo "ac_add_options ${x} # ${reason}" >>.mozconfig
79 + done
80 +}
81 +
82 +# @FUNCTION: mozconfig_use_enable
83 +# @DESCRIPTION:
84 +# add a line to .mozconfig based on a USE-flag
85 +#
86 +# Example:
87 +# mozconfig_use_enable truetype freetype2
88 +# => ac_add_options --enable-freetype2 # +truetype
89 +mozconfig_use_enable() {
90 + declare flag=$(use_enable "$@")
91 + mozconfig_annotate "$(use $1 && echo +$1 || echo -$1)" "${flag}"
92 +}
93 +
94 +# @FUNCTION mozconfig_use_with
95 +# @DESCRIPTION
96 +# add a line to .mozconfig based on a USE-flag
97 +#
98 +# Example:
99 +# mozconfig_use_with kerberos gss-api /usr/$(get_libdir)
100 +# => ac_add_options --with-gss-api=/usr/lib # +kerberos
101 +mozconfig_use_with() {
102 + declare flag=$(use_with "$@")
103 + mozconfig_annotate "$(use $1 && echo +$1 || echo -$1)" "${flag}"
104 +}
105 +
106 +# @FUNCTION mozconfig_use_extension
107 +# @DESCRIPTION
108 +# enable or disable an extension based on a USE-flag
109 +#
110 +# Example:
111 +# mozconfig_use_extension gnome gnomevfs
112 +# => ac_add_options --enable-extensions=gnomevfs
113 +mozconfig_use_extension() {
114 + declare minus=$(use $1 || echo -)
115 + mozconfig_annotate "${minus:-+}$1" --enable-extensions=${minus}${2}
116 +}
117 +
118 +moz_pkgsetup() {
119 + # Ensure we use C locale when building
120 + export LANG="C"
121 + export LC_ALL="C"
122 + export LC_MESSAGES="C"
123 + export LC_CTYPE="C"
124 +
125 + # Ensure we use correct toolchain
126 + export HOST_CC="$(tc-getBUILD_CC)"
127 + export HOST_CXX="$(tc-getBUILD_CXX)"
128 + tc-export CC CXX LD PKG_CONFIG AR RANLIB
129 +
130 + # Ensure that we have a sane build enviroment
131 + export MOZILLA_CLIENT=1
132 + export BUILD_OPT=1
133 + export NO_STATIC_LIB=1
134 + export USE_PTHREADS=1
135 + export ALDFLAGS=${LDFLAGS}
136 + # ensure MOZCONFIG is not defined
137 + unset MOZCONFIG
138 +
139 + # set MOZILLA_FIVE_HOME
140 + export MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}"
141 +
142 + # nested configure scripts in mozilla products generate unrecognized options
143 + # false positives when toplevel configure passes downwards.
144 + export QA_CONFIGURE_OPTIONS=".*"
145 +
146 + if [[ $(gcc-major-version) -eq 3 ]]; then
147 + ewarn "Unsupported compiler detected, DO NOT file bugs for"
148 + ewarn "outdated compilers. Bugs opened with gcc-3 will be closed"
149 + ewarn "invalid."
150 + fi
151 +
152 + python-any-r1_pkg_setup
153 +}
154 +
155 +# @FUNCTION: mozconfig_init
156 +# @DESCRIPTION:
157 +# Initialize mozilla configuration and populate with core settings.
158 +# This should be called in src_configure before any other mozconfig_* functions.
159 +mozconfig_init() {
160 + declare enable_optimize pango_version myext x
161 + declare XUL=$([[ ${PN} == xulrunner ]] && echo true || echo false)
162 + declare FF=$([[ ${PN} == firefox ]] && echo true || echo false)
163 + declare SM=$([[ ${PN} == seamonkey ]] && echo true || echo false)
164 + declare TB=$([[ ${PN} == thunderbird ]] && echo true || echo false)
165 +
166 + ####################################
167 + #
168 + # Setup the initial .mozconfig
169 + # See http://www.mozilla.org/build/configure-build.html
170 + #
171 + ####################################
172 +
173 + case ${PN} in
174 + *xulrunner)
175 + cp xulrunner/config/mozconfig .mozconfig \
176 + || die "cp xulrunner/config/mozconfig failed" ;;
177 + *firefox)
178 + cp browser/config/mozconfig .mozconfig \
179 + || die "cp browser/config/mozconfig failed" ;;
180 + seamonkey)
181 + # Must create the initial mozconfig to enable application
182 + : >.mozconfig || die "initial mozconfig creation failed"
183 + mozconfig_annotate "" --enable-application=suite ;;
184 + *thunderbird)
185 + # Must create the initial mozconfig to enable application
186 + : >.mozconfig || die "initial mozconfig creation failed"
187 + mozconfig_annotate "" --enable-application=mail ;;
188 + esac
189 +
190 + ####################################
191 + #
192 + # CFLAGS setup and ARCH support
193 + #
194 + ####################################
195 +
196 + # Set optimization level
197 + if [[ $(gcc-major-version) -ge 7 ]]; then
198 + mozconfig_annotate "Workaround known breakage" --enable-optimize=-O2
199 + elif [[ ${ARCH} == hppa ]]; then
200 + mozconfig_annotate "more than -O0 causes a segfault on hppa" --enable-optimize=-O0
201 + elif [[ ${ARCH} == x86 ]]; then
202 + mozconfig_annotate "less than -O2 causes a segfault on x86" --enable-optimize=-O2
203 + elif [[ ${ARCH} == arm ]] && [[ $(gcc-major-version) -ge 6 ]]; then
204 + mozconfig_annotate "less than -O2 causes a breakage on arm with gcc-6" --enable-optimize=-O2
205 + elif use custom-optimization || [[ ${ARCH} =~ (alpha|ia64) ]]; then
206 + # Set optimization level based on CFLAGS
207 + if is-flag -O0; then
208 + mozconfig_annotate "from CFLAGS" --enable-optimize=-O0
209 + elif [[ ${ARCH} == ppc ]] && has_version '>=sys-libs/glibc-2.8'; then
210 + mozconfig_annotate "more than -O1 segfaults on ppc with glibc-2.8" --enable-optimize=-O1
211 + elif is-flag -O4; then
212 + mozconfig_annotate "from CFLAGS" --enable-optimize=-O4
213 + elif is-flag -O3; then
214 + mozconfig_annotate "from CFLAGS" --enable-optimize=-O3
215 + elif is-flag -O1; then
216 + mozconfig_annotate "from CFLAGS" --enable-optimize=-O1
217 + elif is-flag -Os; then
218 + mozconfig_annotate "from CFLAGS" --enable-optimize=-Os
219 + else
220 + mozconfig_annotate "Gentoo's default optimization" --enable-optimize=-O2
221 + fi
222 + else
223 + # Enable Mozilla's default
224 + mozconfig_annotate "mozilla default" --enable-optimize
225 + fi
226 +
227 + # Strip optimization so it does not end up in compile string
228 + filter-flags '-O*'
229 +
230 + # Strip over-aggressive CFLAGS
231 + use custom-cflags || strip-flags
232 +
233 + # Additional ARCH support
234 + case "${ARCH}" in
235 + arm)
236 + # Reduce the memory requirements for linking
237 + append-ldflags -Wl,--no-keep-memory -Wl,--reduce-memory-overheads
238 + ;;
239 + alpha)
240 + # Historically we have needed to add -fPIC manually for 64-bit.
241 + # Additionally, alpha should *always* build with -mieee for correct math
242 + # operation
243 + append-flags -fPIC -mieee
244 + ;;
245 + ia64)
246 + # Historically we have needed to add this manually for 64-bit
247 + append-flags -fPIC
248 + ;;
249 + ppc64)
250 + append-flags -fPIC -mminimal-toc
251 + # Reduce the memory requirements for linking
252 + append-ldflags -Wl,--no-keep-memory -Wl,--reduce-memory-overheads
253 + ;;
254 + esac
255 +
256 + # We need to append flags for gcc-6 support
257 + if [[ $(gcc-major-version) -ge 6 ]]; then
258 + append-cxxflags -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns -fno-schedule-insns2
259 + fi
260 +
261 + # Use the MOZILLA_FIVE_HOME for the rpath
262 + append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}",--enable-new-dtags
263 +
264 + ####################################
265 + #
266 + # mozconfig setup
267 + #
268 + ####################################
269 +
270 + mozconfig_annotate disable_update_strip \
271 + --disable-updater \
272 + --disable-strip \
273 + --disable-install-strip
274 +
275 + # jemalloc won't build with older glibc
276 + ! has_version ">=sys-libs/glibc-2.4" && mozconfig_annotate "we have old glibc" --disable-jemalloc
277 +}
278 +
279 +# @FUNCTION: mozconfig_final
280 +# @DESCRIPTION:
281 +# Apply EXTRA_ECONF values to .mozconfig
282 +# Display a table describing all configuration options paired
283 +# with reasons, then clean up extensions list.
284 +# This should be called in src_configure at the end of all other mozconfig_* functions.
285 +mozconfig_final() {
286 + declare ac opt hash reason
287 +
288 + # Apply EXTRA_ECONF entries to .mozconfig
289 + if [[ -n ${EXTRA_ECONF} ]]; then
290 + IFS=\! read -a ac <<<${EXTRA_ECONF// --/\!}
291 + for opt in "${ac[@]}"; do
292 + mozconfig_annotate "EXTRA_ECONF" --${opt#--}
293 + done
294 + fi
295 +
296 + echo
297 + echo "=========================================================="
298 + echo "Building ${PF} with the following configuration"
299 + grep ^ac_add_options .mozconfig | while read ac opt hash reason; do
300 + [[ -z ${hash} || ${hash} == \# ]] \
301 + || die "error reading mozconfig: ${ac} ${opt} ${hash} ${reason}"
302 + printf " %-30s %s\n" "${opt}" "${reason:-mozilla.org default}"
303 + done
304 + echo "=========================================================="
305 + echo
306 +
307 + # Resolve multiple --enable-extensions down to one
308 + declare exts=$(sed -n 's/^ac_add_options --enable-extensions=\([^ ]*\).*/\1/p' \
309 + .mozconfig | xargs)
310 + sed -i '/^ac_add_options --enable-extensions/d' .mozconfig
311 + echo "ac_add_options --enable-extensions=${exts// /,}" >> .mozconfig
312 +}
313 +
314 +_MOZCORECONF=1
315 +fi
316
317 diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
318 index 6d1cd23..87b57e6 100644
319 --- a/www-client/firefox/Manifest
320 +++ b/www-client/firefox/Manifest
321 @@ -1,279 +1,93 @@
322 -DIST firefox-58.0-patches-02.tar.xz 11136 SHA256 98008f39610346aeb989fe5b54b44bbdd3df9586e321987c1e6f505a49900004 SHA512 dc70d807bd1a5cca08b4e3373fe10a864409b37f8ca8446f4db87edc917eab1b17f154d5f4066f09887d69cbf71fe920c32170b75fec0e46b8cb95da57bc9733 WHIRLPOOL a85ff50d8c3339d721612e5a31415b3686c01cdf3fb7376c6075b2ca9a43f1fb26be6777f915d46632041e76dcdc842e71e2d0b577ddda919441e2c9a69081b2
323 -DIST firefox-58.0.1-ach.xpi 445613 SHA256 ba8373a6c5a9182e579a9c9f3fbb2f66fea60522224600574d5009e6ce8a3dad SHA512 b84000cae701e5aeff6e5b9f55ea831a384e7c4b34bbc1ec32bd0483a7da07ada48e83bbc16dc898d27f347e6858b58a70ab154a50fa7ae56984ee8665a0041b WHIRLPOOL 3fa8de70f0df0c49d070731e538c76a9a7a40777468ca6c27874c8857f7d67b6990d02426be4f3ddf316c1c9bfc4b10824ac40ed1f7261c4c04d5b176813ab2b
324 -DIST firefox-58.0.1-af.xpi 445015 SHA256 85baa05ac84f4d5a73e993d0e39fe36961641eb3b4e8cc6790a63c06f7e90a20 SHA512 85a2f91c82bd09dc36a102bf4f51dade226c9d4d57c4b07ed2d3eec98f4fb41b2d1d85d197a410ee3b7f2ca75f8cea09ad811b48d3b8c06b2abe083cb649e5a7 WHIRLPOOL 6615eb086de78c61c1a3e657bdbfd7a98f5056db063cf0ec35a6a63422104d1d9df9437e46c0974881e9b1feeb77fbeed545a940d78e6ede587caa60b23258af
325 -DIST firefox-58.0.1-an.xpi 469442 SHA256 46ef2e36fd4d210a80e6289c1ee8399558cea4ef54ed7dea29fb9c9facce8778 SHA512 8ac4aad32d621b3cb3bc443f41d0e0e369b41e20b00a28f938032951988ba2efac7d7f1834d3118dad4721d0f8fbb252017a9dfe358c07040c7c41be81bd519c WHIRLPOOL 17929cacf345de35e31519179629cba1ec3f9876ff7dbe75282603994c7d4d042b1b3920e0aef4c02ea221b39b15705eae92e8b2f53ceead785c7d4cde37bd23
326 -DIST firefox-58.0.1-ar.xpi 494894 SHA256 272c7aec0edf7b6b94dc68b34237bb062c47f99ba4eefdad192d6f6a024a1272 SHA512 5ff002167b2d66d701144f34af6577bebb0540426a99187028f40f29e0ff04b35261cad3823921e168db555aaa22389f716f5627db0ade8e31d8cbddde896730 WHIRLPOOL 937a168d3334d78ad7ea242bda17c50d9982f63d7c017908e118061bc8ee2a98ba0bb2dc7fa2502a55f5d0fa72b89bdef3ce74d100c973eb75ad11ac682fe222
327 -DIST firefox-58.0.1-as.xpi 492797 SHA256 a679749f34835d394f43ccca8ab0e54d53757fd3c029bfdda5fc23633d246ae5 SHA512 d9c856a1f5f2318a7ffcb25e692f7fbcf6c65181570846f3c54d912d99bffe95c3a3bee9e90ff0e2175e060a5585ee2645e7530b5aad01e93c55ff494e0a8b7b WHIRLPOOL e8beeb3ccc7eb6719525fce80250aadacf77b04abcc41a83b85ac5b4fdcddf24ead5c704f5b84c5ee1d08aa0b58802e7c25265d4b039e659ce3195fcfe8ab49b
328 -DIST firefox-58.0.1-ast.xpi 462088 SHA256 27d4d87dde5e3028b05e96d0090ff3339006153382ad74ac6780217984d62d22 SHA512 802e4799ff6e4c29df44e6af66a63d687dea60dde93ba82858169b312a5577ccee2babaa76555c797597f5bbd86bc3f0b7c8dd90813b45d79db848e62dc1e599 WHIRLPOOL 5ef9576e25f8b9e9503a01d58ed82617e3504ca8a9b09af67fdf2103958afc63b77420c0dcdc0ae44d538c30acbfc423c0ccf09956ed835f314447b6a54ff6b3
329 -DIST firefox-58.0.1-az.xpi 470910 SHA256 d64843ae3816fb05bc299d3dcd8cb8ec72c14f39fa07e3af3f9dbdec9f5edff2 SHA512 b2ea54675e2f336ed7697d924ac1ca86992d959d4ff9a4c48fd9b336ff79a5d056d4abcf5695770d7edbeb6b05c2c3a57220dbf4727cbe20f1ec3dc025e60b9d WHIRLPOOL 6c56b86d8e3cb07ad3f0c97255747ff53c7ba7a9d17feb31d913bd52c24c536c854a18d78e651f0fa981d9367b677672c3c222585c508fb5ef06123a9921bf4d
330 -DIST firefox-58.0.1-bg.xpi 517352 SHA256 e127a7dcb0b2cf142abc98de582044c6e3f9c371f70df89a3cee6ae044374c32 SHA512 7d6e39cecc4349bc8e952bfe4fb8a67a2093cf3c90fa8ebeb41680c9c1c3c3c35e5e8de68c4e03b2dccb5035e0d1e22f8af111dca6dc765a7d9c7fa5de81ba17 WHIRLPOOL 1fe8e88ec98e504307f40df825ec50b34bbf4a733edb5db02fb3d05f26677768630d248d6bdd712228ab1b329e08931e838c86b7a3dcdc99326719894720b776
331 -DIST firefox-58.0.1-bn-BD.xpi 533458 SHA256 48001ff7a12b575bead7e4631e80b339df4310964b78bb128a67ac00e40c1c44 SHA512 63e36245cfce138aef5dc9d9b0d137fdeef9f2e62fa832203998d616fa5170279a1018c711172c5f8feef38ac516eb67761b0634c5bfcc9380de6fccd67b0278 WHIRLPOOL 4ff5f1444bd43850ab4ddc0426f701c6097a57238a7db7b3112b917a180114861450c724d8ac7febacd0965d1fd76468ba01f17f7369f3113bbdc116e2c30e3b
332 -DIST firefox-58.0.1-bn-IN.xpi 518929 SHA256 d8424e00527fa74cdc6a66a16fdc6ffe72421130a647b33fb8662306647f800a SHA512 ce694d50fd016ba2b6f20185ba8d9169c12765b694ba7910be86a959e7a74c2a284a9895fefee8265323ada785a97e0cf2862a0a33983f060cae82af7044a32c WHIRLPOOL 6f2de122ca67a9b0203035f701da4f33c7fa96f11d472c4a3d85434fbaa25fb5d0e1aaad911203f8785642cfdf3aa31f2616393e2f32ff1ae1243fc2cde648a7
333 -DIST firefox-58.0.1-br.xpi 457661 SHA256 984a59f4f6724ae07eb19991884ca335c1b53b88804b1b1501fdf893bc380272 SHA512 0bbdf1ec5e907edb330f9ec7998cd0ab2c1e9599cdc9fe32e2b95065ac17b3890f4f5fdc920d5b6e77c7557d4b5f8391eadf55d1f24ee1fe9abe95d89651fe33 WHIRLPOOL 0b973406265082bbf855954b4995dea0730a73b9e954884eb9fd3d7e7c9be9e5bc76abbc5066b27738c62d0a8905b717ebc64b17fa2ff7d312ab125a276a0257
334 -DIST firefox-58.0.1-bs.xpi 466550 SHA256 d662a3812d008728b05cb2b3e13b071c2a5fb09ee2f4259a5b0581e0f99412c4 SHA512 6a69c8578d4460105f1c50178a433755f8bc7df27e3762e2ad89e92835cf4b93c1d496c10172d954d8d62e32b8e25193b9784ed607b00170f6614c8b8d4e32df WHIRLPOOL 1e96035f0acda6fad86ab84baa7279503f1b6e4ebd02549883dcb77b573af3f293f71d5d86352a67a66d6a1536c470fa11bf671d614d72f8cc6ab6ae456bf420
335 -DIST firefox-58.0.1-ca.xpi 472769 SHA256 4e70aa5c1e8965b5d286855ace0d8779cdf863c337654f03283782e992e0cf5f SHA512 d7ccef7f9873e25a8647cd07da2a91fc2ae6a9c1d0e7494db674f222f66f47cbe8c2c1ad3214b65c58e0566be90d6ffce6f99e668df957693b7500684d727667 WHIRLPOOL 4ec2c2ae1a2f3369e8511d970a2df57ff7bd472b57ba8ade1e4e09d5b1956989c1b65aa9fd3f8a1f93a5aed00cedf7bc5014ea8afa12b543587b8bc92f36c335
336 -DIST firefox-58.0.1-cak.xpi 483420 SHA256 17bf28de66ec1429d71adeecf2b11f30ace517ce130ec6fd216c89702caa5cf3 SHA512 8847a92efe4fd1571ae52d614655942063649c26eb9249be7b6e1119005134dd4d4fd69e8326c24467a841710da542ae67e6367b583f8e73e6e2975e2d19b680 WHIRLPOOL 3e0ba5c3d6c789f032d60de90e14147ea83a4ea5e2bd428b5962502f4c48511852c1eb727fe1e4428292ded37afe8f76ca883048a445f680e12eb066f655340f
337 -DIST firefox-58.0.1-cs.xpi 479563 SHA256 837c00ea377ebc7192c969995e749ab621c3826672fb0822ac7cdaf991f22c59 SHA512 c963b101f059fc22199c1f643640a55be9d3477b3cd2d367a490733c52c810e5e87671953e4255ad45406235fc8cf959f668da319ead972cfb404b3a24eb67a9 WHIRLPOOL 85ba7c12ca0549bfe997d10104a72d48e7c15a16974377fa63bee93f630f551034cf47d6c69f6c269c186fde04b34adec5bf70ab408e51a5aca1e8d887ec2d12
338 -DIST firefox-58.0.1-cy.xpi 462230 SHA256 255a84ece905877c98fb88479e88677e417ac448d4f8dfb9b4f2a5d82fe6f5ba SHA512 f90af2c3a1727b0acc9af73d7aaddb0a5eb04e4e1ab9e2dcd54fcbea2d0858c08514b018669bc2bf3c7d27c7f385d5af75e7d87652c93a8bd7c134b0025b1056 WHIRLPOOL d792bddb0318717c8e42a1d087b0ca9ca3fe492a2c366c5d28cdbcaca1ff8351e8e44c6f6a88ee03674d342b1de80e7358af7dfa4b5eee48a65d3d1c1c02592f
339 -DIST firefox-58.0.1-da.xpi 455555 SHA256 234e666537b99ec118540c7afee546f81cb8be264888de3700db8602e5b372a9 SHA512 86897493d3646ed316f8b0638083ba2ee632cac3be65e139d1537d629d8d976fdbbec6784957a69ad81c45919c426998db7041b547ef22ee6bb2bba610ce7403 WHIRLPOOL 71c00827ae888e90a864c247482ec0bce3708e3f2fbdf2fe6d4a1aa2d72d455adc9a6d14eac0f39001bc1ab3a7d33cb9d66332962a4a689084dcf1d8b13ede21
340 -DIST firefox-58.0.1-de.xpi 467226 SHA256 740367d25cc207a56fdfd2bf7cf92c065e82646fe5f185410d4cfb5bbe203029 SHA512 56822bad113bf2eb17c24eecab3f1c293174e9c2c0bae696db71cddd7ad2f2a42f2ffd098b53d65dafe8490d13b76923e8b6842e26ebae29ced097ab276229c4 WHIRLPOOL 5d4dfe37c7c82fe0ced564782fb74c6c9ec80cb408c5a1d6d16a72e8af61f6524134c6e8ed5c7b688537f6cf60c3e8e27e7d62c781c0f9a70ecddd56e803a640
341 -DIST firefox-58.0.1-dsb.xpi 486456 SHA256 512950a84221ae017fdf3f5cbfc3665c18076be7cf20936629c313f9ced8f7b6 SHA512 ae3286026ac0178684298ef79b68e1d4f8fc1c6f663ae5356415c7a50baf4867f0953cb130390ea00831e234c87de08bc551652278f46f842074be8bb720367d WHIRLPOOL 3031e5eaa9db154e54544684f02a82172cb2eb1bc562465d9ac6ce9a478581deb2429f58641518818c6591ea83dbdffdbdca218d07b29bb0d796702dee97a9e3
342 -DIST firefox-58.0.1-el.xpi 540702 SHA256 8afc667209147824f195a98a659eeb3cec59e5e1b8f1b9475930ff3484d6ad5f SHA512 cf679b1a968103c490f7efc0f7753626cebf0143538616a4b3814763e30ffe7214c94f0a2758e695c89970d1df767f514551a46087dc02780040d5db97c41823 WHIRLPOOL b33bc23e50daec6d82725c7cbebd53c9014267f6e29467221f2fe4979a0382a304f85c396bb08e1427a7d09fa1066a8ecf13a2bc2ec87818cffbbfc55e71fbbc
343 -DIST firefox-58.0.1-en-GB.xpi 443435 SHA256 3ede6be2a04c74046f00bf953dc414399a200672f37ef89061cb550c83c023b0 SHA512 38ec24018145fe9a5e03dddc269a8fe88ecd67959c4871927cd39fb28a9e30de1b6e830b627946f168577efb27980887279a5798b300edaaf4c54c0df203b908 WHIRLPOOL df629280685401cff6f585cb7beba32f5040d8c18f44c693b462b56fdd5e3b835fdc88a65b62ffc50f850bc30810d1b51e44a1fd4d644ddb56423b96bb17c706
344 -DIST firefox-58.0.1-en-ZA.xpi 434820 SHA256 5ffa17ac21af2f220a813b8cfc02369febb132e950cea67351b240f0190a9cd0 SHA512 09456ce1e252a856b5d9628c867c858289629fbc1ad24a322a0b1527c1f460e597828e1761430a99094300c6415125992e97792ee0e2e704d3e5aba348bfea8a WHIRLPOOL 9803b7201038197e3097295cbbe956b0a9a74f53a07035d02a3609ee0ac303a06c277b6002d6d6fa1626d404b64da178265f0b419c5f510376ac2d2ec3b8b710
345 -DIST firefox-58.0.1-eo.xpi 461031 SHA256 0f8687b30b300a3f6edeff8459b22d3ef323b20b4e164e6a194cf6d621488c66 SHA512 1947bcb76c24f5861bb8eee8283f13e7cbd2b4e90c72bf1283766ef815666e37c1111cbdd71400ae2edf13006d21ea7b3b4b1cfc84bf4ed766029fa7ac595c7e WHIRLPOOL 90ca62e0820dd04a98c5e4f3d62ba7c204aa4ccda476cb7c11241e4efb186f4a17919c656fb9bca66c3b786a01391a808bdf654167f60fce4ba6ef0782f887e1
346 -DIST firefox-58.0.1-es-AR.xpi 470709 SHA256 7ee1d64050517c470905efd90d7c06a3da811746f43eb368206b1769e33bd8e5 SHA512 d040bcbed6e3905fa879b59ddd6d48f457172e2afc121ef7633f66d1d59c7e06e7e86ec8e38886f205c8932e9c4ad42d158f4859e9f4cd0c5be4ff31d2d75e21 WHIRLPOOL 93558e40f4c1355357fb3dd9e91788506a321d9f509e1278708c8b75c699cdb354d88589f6c3570dd53e10f8c14ed02ea51ccf009681b978126e79f3844bf98c
347 -DIST firefox-58.0.1-es-CL.xpi 473177 SHA256 179d98ece7ed02d4d6af8e6db5081d689562ae1f6eb1edb2f5a636dddc504a5a SHA512 2f5285a3d25e4e6ef081f8b89071a7ecb5f959a290f0bc4f66ee3ea75b7ce58402836f758ed5ebc4fd8b423777d54955b712f90df2fb86f5245ae8653ed7dd83 WHIRLPOOL b1e77efd541e273fe05885d5c8538b16fa15c4920392b94d5da97f33bf8999b052a05358993b64f4b9842f8b9e34d96e72a9375e5256dc0f15d431b6403083d6
348 -DIST firefox-58.0.1-es-ES.xpi 357315 SHA256 4123fa66e33116c36a8d585234236c45bbc7c68fddf16ece840e0f5158df0a06 SHA512 2f1a0a1fe8ddd5cc0a63be59f6ecbda814b330294913bf34366fb0c1c28c7c5ff9de50b18afe40c061f2418e0c48c8062ab9eee991bc18964d24f39900000a21 WHIRLPOOL 269b84b8e96f220a9757ed9a50a0e45cfff7ce5650d838857f78c8b83c6849f850b8f3bb98e9dbe04c55fffb735209213a67045c83ab7b7d34efc73c21f64e3a
349 -DIST firefox-58.0.1-es-MX.xpi 474515 SHA256 44f8cd341bf5a2e188740a0d691b1e343fcbb9a88babab8b3793400b13be2f68 SHA512 41ce83d9a41c33b8d266365acddf6fc2e0fddd83f8517fac0d1900701edb7dad45b96582849d209cf8bfc1ead20f0e61e7ff57d6093e4ab32e0fcfd3ab7b3021 WHIRLPOOL ead8e2af85fbd6bbab09cabfc5e807e7fcb8682d7657323d378bfdda33c65de695c19a9507c62f3201f7976e404cc8267517b7f9ae474b0182957f732f9e08c6
350 -DIST firefox-58.0.1-et.xpi 450940 SHA256 c3bf03c7f7f1a44b8a940f250d29c056f29717883ceff13693149a6f2327cedc SHA512 64ddef3e0c7bbf8f8ed36869cd7dfb0bd80c2a55a42b14ca813a175dc4a194aed9b994caf00dc41024e715be048539cf807e5e6865f86f50e4b2e8b14784a5a7 WHIRLPOOL 9a66b58dc9b020704f860dfbbb4a7e873e791462bfdc3d41e9bb2a00d5530eda37d40266c6461bea546459a9292649bcb8366cb605d87318a68bcb5645aa75e9
351 -DIST firefox-58.0.1-eu.xpi 462883 SHA256 7e30c25f03d3470bc9cc637a502aeddf69d2073f5a135427d8e3356cb0398995 SHA512 76e576dc4eae9bccf2b91b9a3dacc2f9fe0a620fa21521006ccfafcdfe57107e10d5f1369a675e25ec530a0af55112c299f4d3c37959c84c8591a5299143034b WHIRLPOOL 46fc464ef0ac7767324086b27838c3c03a33d636ddaba226c58d0034b41d91e9be879816799d01f6d32288a8b228d52e4d6473707a87c97fb7d68c3312a574c8
352 -DIST firefox-58.0.1-fa.xpi 517078 SHA256 e25662fb394059ce1961f94002d0fb6181f992508fe733def86ec5b6349a4315 SHA512 b609af7b6972807d35f75aa27aa6dd449efc713226d4fd60c6533ecb41c75b17399d95dc05b19f4d4ee6eac90535db775b00357647ee43be8273383d60900841 WHIRLPOOL 8f5f728470c614fcf4ffeee46e9000ce3a40a3e7bd52bde8329a9436e770e07ebfc9c5c779b71184987704697c031a54bbfa0f72a92ec364debad8c5ce0de5fb
353 -DIST firefox-58.0.1-ff.xpi 462449 SHA256 4c435eb0de9355f338d53d6bb88d364baac06a0bd695655a764d81e1cfc410e5 SHA512 add53d0bac2c566256b7f75f931836a64d6b128ef7bd4ab2ee0de98ec2f2b91f9116a62620fbdb5ce3e750ac9f37e19d15a4353b3a907d6d893567739707573f WHIRLPOOL 16a51971edfe941e3838c873ff7f792e1202b8c8e387b16003f6ac9f9cf10a6eaa0e883fc70ad8f6dc2305cdcb7d7e0def513dd890880584cdda5dd87b894bea
354 -DIST firefox-58.0.1-fi.xpi 454071 SHA256 abb781861dd3f31194e01769c36bf7f2775a2555db9d2cf7d6ef682d2b51505b SHA512 b6dd90c0a4574ef8dd9f5903b39651cb6eef0bce43efde79567165730007681544cc8bad19082dc4146ddcf81a3d5dfc6f91628a14210f44381489c067cd9a40 WHIRLPOOL a08e483152ea32049945bfd769c071f23a336576a2bc86ed4ed37e21899c8cf201f54d009746c874ccf480217948130aaf49c877f42ee77bdc8b5a25a4b0f1d8
355 -DIST firefox-58.0.1-fr.xpi 479101 SHA256 19a3736400d2b0f7c5a807d4ab600a7028c253cc08eeb1d5f7e6e5c2bb1a7fd3 SHA512 7fa16109e302594a86dd8637c709077a7f596a04c973686f84720272ba059aae234fd6d7f396707ea6028e7112ce15f62ac32253e273478774b6e7b89fc6cb9d WHIRLPOOL cc718765ea5771cc578c9c486c7c180e78c254681f343edc491194aa78cb21b1efa98759b4d91d7d0b6348da592cd93cb49ca067c1d1b3cb9bcda5b3045c5b89
356 -DIST firefox-58.0.1-fy-NL.xpi 472089 SHA256 197359a2a5a73a6b8c237f06943625a8c9851dc91e38911eba8d7cc8a2bf6a9f SHA512 d861957e053e35f825a054948515b70712121fa3fa5e6af476049485074f2d726df011281a84063ddd8a024220423fa222349ebbd82dcfd8861ff4e9fdc6effa WHIRLPOOL cbe8c5952f10bc9c6168004822d3021119c1b2d1bb1dc59c5c29a2c29069fae864fa07429410450b0c6f187f2d7901d938f4ceba4e4c5452425a3b9780a121a8
357 -DIST firefox-58.0.1-ga-IE.xpi 479801 SHA256 d6add9b3a769b4a1b1dae7217955fa5360afc24c580ec95766f0d53d2e0f7b6c SHA512 2876c2f81cf56c9059e0b35ed412c251274098d69b612df0738280d5c94a4c2fcb283ca344163821ee567bce68694d2a4814a94235d5ecd2e6b5d6fd5301dbcc WHIRLPOOL 4230559a7bac53c9f7dfcff5aee992ca40e477b5d2b1e44040f3cb8124e702f5f9734b69a7ce8a2c280c66920f98d05df058f04bae99a5d309ac2d428500de7f
358 -DIST firefox-58.0.1-gd.xpi 467540 SHA256 86eca4dbb4bc3645c2d46ab8b1e28519cf074cd5e12221137e265dd5788874cf SHA512 4e8443770ccc29ef95fe742e4df833c74f58371e6e179e37ded1a190d8e3456f1080378bed83b3f1b3ff00d1e618a927d5e4bfb67216e04c76f447eba9a816a6 WHIRLPOOL 2f3a0f09db5019be8b13b542498bf8cbc1cb8ec85f0015c7ae2ed0db400fbe57574e52d61604620486e70fa561061422985a0f16fe0a1d1cfcbeec94cb2dceb4
359 -DIST firefox-58.0.1-gl.xpi 454325 SHA256 b9a66668db3073b8d11bf7d39431ee952b6ee7fbd219e1f22bcdbe827acd833e SHA512 cc4af4f4d6d55122d96851a75eb36dc9ec171c93ff7911bb3fba8ba16eee24f9f3cfd8120e72eeb7539cef52ea4a0a0b9ae7dfb7c0cb116f6ae13d4261201717 WHIRLPOOL 02c77080de8840773b33f85fead0952d1271b28640f1592a1e901b000b0bec632db517c4bfec845eb029b26ffe6ca4d78528a8cc84f1385d4fba75f6bc4103a2
360 -DIST firefox-58.0.1-gn.xpi 477176 SHA256 baa718505ae87ac0a0dd57431b44ebf2cde40441add47607160b1a852def3476 SHA512 349d1540ff82cd6e79566cc3ec0c956bff04444ba1daa8bcc0d0f9505d9eaefe5abe7367a14f4f80872388ba899d6ba4c5f1aa72226de6a1b421b1ee192908ce WHIRLPOOL 88625a06f6d9264457852720c9f14dfee6f8c83b91065d0f1d5dc0be730185e9fbd40e4d54d8eb7a85dfdb860efdb0c0d024ad4753dc1161f5de4741e22a41e0
361 -DIST firefox-58.0.1-gu-IN.xpi 523537 SHA256 cfcafde5e982288f762082e21c930202758e0a0fe4856b7aebc9b3d505c19a11 SHA512 7b3d43e26ea496dae32d4710a3f2432355ff01e982cb4df2877beeee3e328e33daaf9c664b7aba4b3b87bb66161b031892bbcdd0fc9a0979e22f2418cc903ef9 WHIRLPOOL 3068a97f19d9f9826367a039af3e7209440f2dc2a144c861bb7a2c7716660cd8df518d208e499ba5807083a4596791f181179d848b2235163405898028da8288
362 -DIST firefox-58.0.1-he.xpi 480620 SHA256 63780505547ed942cdf9ea6473e592ee32f73ca33b72c155f5cfd67468338b1d SHA512 1016f8e75d3dda3b9eff79489d77a6687d8ac9402300f7cda562942681688bbd3839585a39dca09e343e5bd02b8b3ff79a0cdea6f41b4d96f3784c9e67516217 WHIRLPOOL 258346c276bd689335e7ff8f4da589699c7409e7541142cd2a824105ea25e7ce5972fc189e25ba1518fc05a0ab145b1d5a9ec571206851c5538bde4ecf6408b2
363 -DIST firefox-58.0.1-hi-IN.xpi 532364 SHA256 e30381b69ca1d46482d2bac4e53a2d5c5ccec4f02bb36e220ca5ae2e371ceb3e SHA512 fd411760b1ecee66c63991d084a7102b7cbf671c59e4d0d6bb6a793b8e3c160fbeaf0fe2b70b2636d81e99ee869cba530f01849c22f9b4971e0c885a6a15b267 WHIRLPOOL 5c7d45323059e1ed1966d1bbdf8d0422b2a020a92c06776ab60d2c6f6b0018911a493cfc6efe9cd46e75117c0b709f628fe5be40ac22cc08f406c3febff0fc1e
364 -DIST firefox-58.0.1-hr.xpi 467252 SHA256 7d09e4f7b54259057e941bb3d870af1d0c84a2b6f07f9cc53348809e9d99aeb1 SHA512 60664cb744bea8c2ff22d686708865e52dfa4af045cef0f391f7188f41e822e9150a217279fb55d27ec89cdcf39f017b3a383d29978f4e2b4668bbc6c148dd3d WHIRLPOOL 9f747a7925f4a81c640db68fd2a4839a1bfc869e0126bcfa4cd8831303df1cd2ce76d151effcc58f18ef563f846e2f4217cb828e34c37e880ed602c5d81661a2
365 -DIST firefox-58.0.1-hsb.xpi 483713 SHA256 1b24e370c9f43bd5ded03f5e1e40d2b714b1743cfa8e2aaf4b7e2edb9a9e9b09 SHA512 f584e213f6fe432b9a20e4716dcba0442dfe8263ab057be565973ff8fe2ad1d2b58c44713906532f338629b85b4ad8dfeacce00442e9b1c2ffa8591dca0c77b5 WHIRLPOOL 526fa982173c206e66ef915bde9896f9970df791f7c13873ff6a40a9fc5504e6088d578bd44595ce382b6c28bfac2e4b6ec799124241fbd94aa8e1181b43fb46
366 -DIST firefox-58.0.1-hu.xpi 482701 SHA256 cb6f1de133c03bda535aee777e188c0d0e7781f580922aabc330f76223984160 SHA512 784a78d09a743a298e5ffb78c602f6d718a977f12e7e3da00573765b77244b3186ebb7fd52b9518d11824905264569c5bbd92288c0175053f43586a07afa54f6 WHIRLPOOL b466662bf7189ab0f67c2cd603f192b8e86afec7d7c0123ca316fbe16dddf3d1aa5c6527c39162116f9de3c9d3408d6da5d84fc60324a467a52e7bbb8fc90042
367 -DIST firefox-58.0.1-hy-AM.xpi 515596 SHA256 2476419e2bd2fb46ed835b7e298287cfa0d5b8aecdbc6d6d553da34be9426410 SHA512 45697f825f96c58c4c8d88a807de0817e225a223adcb857c16ec5492a16ae890a319661e66e7eef66ebbc9e64bd907cfde5189d5ac3fb98b52e8e265655cf7c2 WHIRLPOOL 712e7930f3efb957a87b7c7a1a622ecd24bf16684c88edb0b23355d2566b4ae4a13b141be13f543a6f4bd6b85b9b0157bb16c842eb661c69d8c2e66cb1cd6ba0
368 -DIST firefox-58.0.1-id.xpi 449311 SHA256 7787793344c0c284dc8c720a015f4e32750efefee1717103509332d36f002e31 SHA512 5575404c5bd1386e989820479684b4ee4ed46d9c2021edf3fb9e3803bb73cf6b46e9c1d4b30313c45516bb06455a62f29630b2bc8517417834b66ccc8e1d6b25 WHIRLPOOL bd8bcd7efee58608ec468a779cbefb351985f972851da6d0899003d765aafad7155551ac7aa6dcb9ff9bddee3ab790b25294f89f17e4805a7b88e4c235ba8e5e
369 -DIST firefox-58.0.1-is.xpi 460733 SHA256 33d133e10ab8f7c1b56021e93cf2b5012c489126f5f93dded5ad0d812bf47672 SHA512 1b58f9df505a10b9abe03816953c25a1a8b76ec351936901d20b5084a611330b3ae9a40b070f87b44824888b16e53fab4476722e1cca51781ae372a33d910257 WHIRLPOOL 942cab614cc97ee3b9687fc9c740b361a25a23dc99c709da8272ae2d4bd4199d181c9fb2b94c75d6e8efd71f751673a2846910926e2d08f58a93e784d856354d
370 -DIST firefox-58.0.1-it.xpi 350640 SHA256 2e84d3625470cddd62fe202fbf331d178975616c1f3b434052412f938a2d3806 SHA512 7184e28b9a401b2817620143c4948b8247c82bbbc6ecb3f1d061d864e52ce348eb582d328aeb53ab867da5acb9aff6c6a3606d0febc977be864f11e0dced1ea0 WHIRLPOOL cccceb8bbd84653dd01c12abd85bcbc3e0f15c9a22791be46dd5eb677fb847242bc03698bf2e62404760f9ccfb5f5f6c0a591ffaba113669bb6b8e06cffbf78f
371 -DIST firefox-58.0.1-ja.xpi 514625 SHA256 495057f9080e659518d17cec4869888a3b09637c50a9c4d78b7dbb3f88a28543 SHA512 1fe329c00ab40bac4108abecb65e07712fa66e2264cb41f0762deb422f9ac67eafe35f719d5f7b147a54bc3b4554d3bd71e41b79b2f119f67c82c05a77a8cbc2 WHIRLPOOL ff8ef692eab8dbc6a3f746fc81ab66c20f34eb9c36f115b7265b864528e481f0b612623c2bda112cc2e918173ac35da99b6364f22fa944a3afbe86f9f6f9d78c
372 -DIST firefox-58.0.1-ka.xpi 500998 SHA256 305ef1b1fceac45b6b0c8138c2e0902897c4058d02402a7c540ef7c4ab59697f SHA512 2f537203c9194fdd3efba9167fe188d46e69c4dd0a7c4d4eb54e4bf775d1806bcbb662c95dedd41f0240ee10276176e2d98900cf8c09b575bc84f9fbe456b63b WHIRLPOOL d14a2b771b532da1815ce3397673f8b441337045630b8380b711e470d951c803c9a7896f420b3174f8290e1471c12fd52dea6ff36a2f729ecad11539e48ec49e
373 -DIST firefox-58.0.1-kab.xpi 469449 SHA256 08c932f255c927a8cb4b5a09898f98dab18660f69920c3bec007eb3389bdc10d SHA512 75f5062f3547ba46c2cdbf226d5bcd7b3db1f35d8c42a22b5dadb3270454397215562a75c29a31a87297db763587aac945d07167644b0ffc01ed34efd9e2580d WHIRLPOOL db66e715ebbf3aa6e10ed64ec92677e09998279df4a9fd72a806c674c3237008f350c97c092f5f82234157ac82a7f07626879d7e4207060267b5d0356dde47d1
374 -DIST firefox-58.0.1-kk.xpi 527152 SHA256 65c7f4496e098810a75129c06383a711a9d0d4e2b803249403b4ec2aeb52c6d2 SHA512 4e044ea7bacdb099262c3b2baa7025950f306c052892400d9f8bd6c82cb63971c5adb94ddca7138f3dbfa6fac40ec5d033e20c60b1c86c4667d1a3e4e876cc23 WHIRLPOOL ee27f72b91dad9f28fa1627fcd207cbf25162f8667f4d4353103283333bfa58a4813a3cc0db2d3244af0c2eae91846512e86eb54903d51a31c62ff96f3245b1b
375 -DIST firefox-58.0.1-km.xpi 535392 SHA256 216840de91a27b1d14fa51f7fb2a937eef7cc76f07f275e03ab8ee388c605063 SHA512 217fc178452d14d81fd0e50aaa26067b7181f332c35e98e003183eb0eb2342c535de59331bc9d97d23642c3c25d210a5a4fc7a0037051482fd6f86e26af96be9 WHIRLPOOL 75009b8fd470ea3c1fb1fd8dfe910955e5f4ac7c5553dc7e95fc6b20fb0fbaae87b6a2eadaedc949ff35d5c424439901bd55a764a90f40598dc208b3cadd3947
376 -DIST firefox-58.0.1-kn.xpi 537161 SHA256 b7c2e01a9efd6b9863e45cbfd07b8d4c4c365b3eec96f3beccb036d62de8f9eb SHA512 28f7b2abf9a4e85ffbf74fc17ee7e10a272f11f4c1be119f34a49f3ec7067dd4b1f9af078ea184c937b47a143c0b49afddb08de24ed590b6f7f43434510af1b3 WHIRLPOOL 4d8951d9cf9449d1fb9b48b50571a154d5a42a6d130c60dd80d91967961bf0ccee2580478b2f53912fc139dfdbe81cc6ed0c2391c7d399c3819dba8e7cd48437
377 -DIST firefox-58.0.1-ko.xpi 494836 SHA256 9f0b7c8c050b0cbc62d2d153d3acbe79c4e7e697ed87b1e4ff95e48a3f8571e1 SHA512 dbb7c7cd41880460e1ad0b99e057bdaa3e1b7366251e6134fe6a6df7c1ee32db7f08cb015e241e6c224a28ca07332b4a454e0dd326b0fbaecd5b576fc9b2afb1 WHIRLPOOL e08dcdbe8feca89394e3bbce7f36f0f70dfc116a3850fac706ec225dd585062d297b9c5d8e5a5c1fc226e10d8af7a904afd1f52cd5ec5b9ed066617a7430c5d1
378 -DIST firefox-58.0.1-lij.xpi 455542 SHA256 05af32bf6d21e01af330214335792ec5bc5c1fd7ecf2a9d171bca8db748d8656 SHA512 eefb9fe58ea06d2aa8256c5d86b3fb260395dc278e5797e802641cd16462ce2497dcf5795b9617565196f92500b0b6595b7a69ab34f5aeab3d06278e4f02d9d2 WHIRLPOOL 2bec17ee725dc55485a8bb1181a39a5dd7604d95bc710b6e4685d7a22f125a1eb2d5d56e9699f3ca2a59cc2d5a7854b13159acc6c4650f1d69ad662a98074886
379 -DIST firefox-58.0.1-lt.xpi 482159 SHA256 888f722aaf12d2547dcdbe92cfefff71b23625830c9698111be271edf339946c SHA512 ccb7cd37a7fe67c644f3c67d7e288a2a85e1060c9685cbb3d0b36341d0bd912e2948f3762132cef673bf1b22abcb0b2a1c65b1d4158e764a00fab9d3c7008613 WHIRLPOOL e69ea6990d04b4f00ac8d206c39954a73e97b37d919d93c6eb4a1e5f267c994cfa5add187675525066711bc8f97cf2136a32d7e91f1ce3b5bf8eff1183cf840a
380 -DIST firefox-58.0.1-lv.xpi 471212 SHA256 3c0c2d9e3bf05e7281f2367c461f238bcbf06fcb1983b483b8335a5715c808c8 SHA512 5e0f3964664b36cd2b8466a818cda7be39fa099ff27669e20633f2317f055484f4911aa355733cc29cb320db7aa1a82e0d9f2646c1b376cf21cd25beaf4bed55 WHIRLPOOL 46d86c1e66b2e340ff977e3d4111388c4c816b4d599695e01a1a540dcda1c16c458445c48f1e70a3d25397ef5de4e88ac72a6f5b1cdaefedfd01859d1e5713b7
381 -DIST firefox-58.0.1-mai.xpi 509070 SHA256 abc70dcbfe5ff9132ecd83eb1c99f104e175aa42c1120c2bf9bfd769ca18c944 SHA512 e21705bae0ebc71aa7fd2eb52702228ac21a1d9219d706adb675d6f31373520f43db755865d21f753ce0a5bcc8b52d8738ea9b8c169227c679941f0c4a1f9910 WHIRLPOOL 9c7b99cc9b5bf8f13077786f79c8e41cf5e684d1981fb36b939d5f72500175afc2dc19d78a3ec783656030390821fb01947634752a3ccc7aa0c18ffdea3884d3
382 -DIST firefox-58.0.1-mk.xpi 492514 SHA256 ba6aef9b92a8f726ce4c8a34e380bc4287c14c2225795135fa17082540049825 SHA512 c6887485b365a39c8947556c69b03b9a25e59cd1c33f1ff21b42a0c3490b30d51d6e3186b0ffce000cf17f1998920da17678fb0c8343cdd711ee5a48209bdb07 WHIRLPOOL 4018eae3c14de6e59323472841299be8b735e9bb754b122c6be36197b6c425d181ac3e2c3889265a8cee48b8cba43012843cecaa5158059871c3afce11ebaf4d
383 -DIST firefox-58.0.1-ml.xpi 547686 SHA256 c2733b11fe66133af8e7d611ebaf51f9033393126e71c1a6c067d5c40430f497 SHA512 b263479e1d53dc919db7cb08642af231143a075a3e7da7bbbef658fe7480a8c28ccb7d5b5663efb37e0a7304b37c9b1315e1890a370e85c10ef1e22f6e528904 WHIRLPOOL 9238c16c38cbd7ee4ef15ab43cf259b966ee82365d429c45a625b1dd40cb1d64fb9ac579688c32e0aeff21e259a8a49fc5f61fbe43af919343f46224828608b1
384 -DIST firefox-58.0.1-mr.xpi 525039 SHA256 e8d12b4b9a666374fbf2edc013839f8133e125c402c6aa7dea05a1c665f255df SHA512 82d17e26a551d6f3451efe5af9becc112cab030ec369d625b0dd6aec1dc12a39fb2e15bb596ed742543674a5c3fdd502e3aea93e310f018f7e04e91e59404d54 WHIRLPOOL fa64898b170ac6d809cea5200eab6a329afdc4b3a20415a9bc902a49a039a47d0b795432079a7fdd4d0290a343731bd12cd13de4e58babe06d01cdff4a74a178
385 -DIST firefox-58.0.1-ms.xpi 458426 SHA256 e6aaea106c368302ba3dc11fa5517466fe6b0b2cf39e9f637c63ec0fb8d12bdc SHA512 2b3807d61582377fd4c419f05f64ce1e50dbc9a5fdf6642b3f073e328247e4b5b932ed6e910dabe605b5d3219777e6992f7ac0be8a0bd586cfb5589ecef2d7b0 WHIRLPOOL 58cbbf2a88b334ce867a7ed285de08758588443384f7fd1c9b64cd1fd43568c0db60f9e8046d98e409a8b5a44cb7d28520ff04a3463df25d5c26152cf4546d37
386 -DIST firefox-58.0.1-nb-NO.xpi 457990 SHA256 95cc69044c15ac255a0cf4bcd1da5ab837ae78561fa5e95e8780d2897618f55a SHA512 846637d4fa2290c1db0cc41d3a72f1a59294f5b0110217985895eb7e221ce203b16aae8cf00178fa8acd16e13787fb864a2ef0a05959b3aeafb508d35a494198 WHIRLPOOL 5627ecdc21195d8a4910181d4fa6681be6741775c30d84b6180133c5f90050c70776aa1064a61b39a50940979de4c56316f1dcabb1a436a6dff226ab29a412a5
387 -DIST firefox-58.0.1-nl.xpi 465559 SHA256 087e1ebefa0a19b25f23b376243e5448c25b3b23be8f743e09088162f74bd891 SHA512 6da9a0ef210dd4d41117d80c495f2aeff852db511a59931cae04c3278aa9d6545d920a7cd57c59e7bf3fc09bc0d23f85477ea8640e9a4bd5142b33f9845466ee WHIRLPOOL 72de0293f52860241b518fa4836c7681ef7ee62ff7d64e1bd8248efb29aa1745a375dc9793c2cc03802dc1a9900557abd4323947cfcd6d52d1ece1ab8295c27d
388 -DIST firefox-58.0.1-nn-NO.xpi 458439 SHA256 8004c1e53515a74fcb804acd16416da71d1a5fe54db3ab3368a1e61f6b93efc0 SHA512 2802e61a120b2e261514051e41bb520d96369b1e4ed59fdea3d2ddecf9f14b9d97f8578101399b104e782fee8d1c3e07493261848a609089f773a9b42c751eff WHIRLPOOL d2e1d1ffc526a76cc40b6ecb4571e75ad840f90adc0d8cf910585def86fc57a433c36f7bf56afaf15c9365503bc7c564e7c137896417a24833540b6d9dc53858
389 -DIST firefox-58.0.1-or.xpi 502795 SHA256 0f4ac0cdd6c13d7f5d940d0f19873faeda98f2569d0ae1b4b5af7e2bf9f23eb6 SHA512 28756cd566a295f3f23be8b2c9d3981b48c61feaf9e6ed1c3d6ae97d940a9eeb368b7e1348deb7f310447693201a56b4d03345dd79a5061e2982d02e62f18360 WHIRLPOOL 8e3edb176fe07495038fd16cfb698bbd5799d4842eb0b00bccea4e6992ce9b145167cc88b387cb33025c547aec4ebe2d1419b35b4bb0dbcbe8ed63569eb1e5c9
390 -DIST firefox-58.0.1-pa-IN.xpi 500542 SHA256 ee00f9a84ff872d8996470228d685c69336aad6bd6f98f1a9cd93a6b509626d2 SHA512 6450997d0c98a53a945128609259410a788e8759300ba359ab8477a948126a48847bfab35fa389f9168bb7a2a363292cf01e5556f11f0689a19c4147d71fcc23 WHIRLPOOL 2ac220039490730d292447f1b29cad78644efc58d1fcb52085da802a005a0b845a2e1a6a1e19fcbb9321f9d757b2984f526642b278e18a7ed1ce73769551b4e4
391 -DIST firefox-58.0.1-pl.xpi 365869 SHA256 1c3ff46a43bca3ccd8d3de3cfcc4259a31c8ca7becbf56ae0768e42b205f0996 SHA512 5b11144a204222d01e99a1bda2d29d39a94d32c56317e9668aa5c14f064c52c0820b4f33b6b36837677068ddc55a6a836db8dc16af91e12431af894b5a4b3ea7 WHIRLPOOL 2b06ddaf38c16b475ffc49be7f9b88971a8d0bf1d1de3463ed8f22994b18090e45462fcc32b6e36dec3a164156fd4fc03efef7a25f2c25d159398b8f24fc8d9b
392 -DIST firefox-58.0.1-pt-BR.xpi 463584 SHA256 6f8506427ebedd2d3fc46f0cfe9a24ad7be9456df5c824cf07ecdee76e2e2c63 SHA512 6209d6fb915128c50ad4b9019b00baa6268caccac36e99d49ed915a3a07943fe0db7bd821ea6063d3a874fceadd06d861abf87ca57dc2c9070948b524de79139 WHIRLPOOL c54e2df4c52a033e5a0045e271d4c8e0d3c86103ca12c588673b89d67d350a48fe66a04efc7ff5540c37e743b3fbfce25cb2a402cb6e410e4d3437b15183651a
393 -DIST firefox-58.0.1-pt-PT.xpi 466901 SHA256 9b17f98797261e3c50eb0ad11c50c925ed02d4a4492ffa2c62cb2298ec9eecf3 SHA512 54bed933dff9c32d1e92fce5cd56b098601855b87ce7d7e9d7ea7f900eea0da095a53e6df0c033e3874fbe3bb435d407665e4cfe819a344b0ec74628bec03cf3 WHIRLPOOL 86116a10269a25e2e5edf6e94f4998660348888ec9a947d0ecc2a5eaa40c8e5973cfd03039956aac9e32eaae0f4b711c1c0163ce5b031862a1461545151342e8
394 -DIST firefox-58.0.1-rm.xpi 458783 SHA256 f2f5cdca3f5ce282640f41232f4acf7f4cc856730a66229f0a37ad7392ba9ac0 SHA512 6e7e42aeb37b12b56e423d736a5d34d9feb22627b34dc4f7298ad922565d703ded7f86681378297e43af84c8de790f67ea07215c8d325d7a1f268d974eab86e7 WHIRLPOOL 030027db4e33edeebd8173558d012971e7e0691d6f88a313ea2b793ffb33c4b5e25620f4e2237137265c83f0a3c503b36511c3030ba0cc84ceccfb30be070fa1
395 -DIST firefox-58.0.1-ro.xpi 462430 SHA256 8162351cc67b2483b66cd14d74fd676d1ce5812e1b6a126dcf27ef2c3d0cea94 SHA512 15ceb0de486a4c01f12781073c1e3c4bcc931dc1b58721ad58f9f94a403e307d84b773fb83f83d6f7abfbbe80d9dc061d043798e6372859b6968ddeddc2157c8 WHIRLPOOL 3766e8bff81bd8644f38670837851dfac49a201d05532472bdc54d9d1b47cc74202899a56c6fa29aa07aa6bbefd7b3f2d229def53304e533eada75d443b8ca4a
396 -DIST firefox-58.0.1-ru.xpi 535054 SHA256 4909aa59f7d3088ee3848b1fdb287a1130a7ba62be85d52fab915ac389a63fc4 SHA512 60e47efa752edbe427a95299fe291699e9248c80458d6ac484e515eed87cad6a6a956ffbdb7dbd3461770f0aa45f65c4eca80ff0437ef2851081a335535ad531 WHIRLPOOL e899d3f0886aecd6f3959d75eb883f755ea1726b99372804f88c0ce592c2f549ae90c26fdf1840be74683ef1b51ceb525c1b9c2c0812f9a6afe88df3e3090b84
397 -DIST firefox-58.0.1-si.xpi 500879 SHA256 0e61893148dea0a205bd4163d8d71305a6ae9ee4e3bf8cc04f8c6220bde38a46 SHA512 521ef095c2ccb241526002722c98dedd6641a2af5f9703fa171540e41b01d0e93b880813d5ef88883404419a3df6bcd813f9fdf42d98198e7197f32a3fbe5d3d WHIRLPOOL 9fb3e953252b6fd1c9ee67de3ac041597ff3d40ed2e25d62095b8b48c94a91dec9da4ac659202d21be8e9d7f92726c9c183993e9c9f2efcbe64667fb124070ac
398 -DIST firefox-58.0.1-sk.xpi 487583 SHA256 80facbc750964a8d3dff4890143eabc580ed2d0cd1f0b6f0963445de0f064de8 SHA512 b8b093dc142d0dafd4ca125930085f2e5fe26298e8cd336ad78de33ac1ab43d7bff27b4d76bc25b53f8b73dda6dbdf817f408f42527b1aabc9063d97e0050854 WHIRLPOOL 4d50017b313c1992c5033e0a8b99a4ad0a93fe2e9db2b0a7fd8f71763f18277133d860cbf5e3e2304de486b852d120157aced586a5ee88125d467ae1056ffa82
399 -DIST firefox-58.0.1-sl.xpi 463915 SHA256 e574d314c827fb2b27024f8e8c2a2ceed68b07c06cee191e24fa560496a8918b SHA512 8b7da13571bb06680d7c894daeb434f0b85f0a76eb2db20c4291c2f8c14f8df55aa34b27d1e5e6b2663dede9a20e386076ce6edefa348d697aa9dbaa45702ccb WHIRLPOOL 4f06a0ce10291c62b1805d320111931e225ce28aac9718c507c3c9ae3f802a49ef1b7c69e55b8205011d75f2d1bfabae0bc131041fa9ba6554ca264c43b61d25
400 -DIST firefox-58.0.1-son.xpi 453960 SHA256 668535264c6f7c78c9bc8eda3ad3ae228c630d04e6b57241c22f13a9bbeaa8b1 SHA512 f1733d53071c76d225af2bd2ccdb8c7ee16b6cb12635ea6e32be738259c6450158a2c192ed14ef0ee7e7b756ef20f0bf4eb7dc34fa070442833b8199d90d8992 WHIRLPOOL ec53ddbee3f80f36f7826050ad35dc20a3fd64c80c45ad77c0e2e7303e256c1412bbb9065a2b79b0d2d8fd4cd0eb76c8065775d463a37b7aec2b87f8d3d3d912
401 -DIST firefox-58.0.1-sq.xpi 472463 SHA256 e77d6085870336c7416e286128d83fac653b454cb02df3e4f3acd550c022028c SHA512 02909ae7edcdf85d2d6299cb4e886f2a86c29cc6ab697a1693a221a97b4b61bd9e981060bcbb487678761725be08c84a9821207390283b4d78a21fde871fd05d WHIRLPOOL 125c0630384ab1b721184ffe6461347754a88ef430d0e5bf392a8c91f71220280f4dc108f86d0d559090cb76eb212a0e2157774284c0f3b9805eae2840f8f33a
402 -DIST firefox-58.0.1-sr.xpi 493460 SHA256 66c374118475fedfd1b3965e33e9077a853372003ef59c9953de209e674237ef SHA512 869ca0e70fc036ea2c2684565aec86216bd08cac0c84e07a750c1959c9d1ec8633f16b4e8cdb7cc378bfc633ed86607a237588e5b6022ec48996d01a6c9e48e8 WHIRLPOOL 55847ef957d7d36026e4aa9c79f68c52edd88ee521e3e2a4a8bb700225e1b4f25a0bc23819b8c88aba005eb5a04e6105ef216d63c4c09c1a2005bfe554afbb63
403 -DIST firefox-58.0.1-sv-SE.xpi 466363 SHA256 ff81e4532f447021a7f3581a93ae193d9f3948b63361872248040c96c17a4106 SHA512 20b57311b28b5c6ccb85e9b08b8695c74a31f6c22b44cf0a731109711b9e4b9cb40c5c27bf5fe0f6fddcfa45be0df2395ddeb4268eccbf586be13b19adb63814 WHIRLPOOL e1d17fa5c3417a337229f4871bdb58d46476aa7089585c61ffc079536804a0bbd457afa90227e1bab2df6569d886bb96fea04a5859c56fad8fe9f89e6f713833
404 -DIST firefox-58.0.1-ta.xpi 519415 SHA256 eff266dfa250859b5f5dc52b4d0003db4c1ea8e68b4ec3fddc52ae46fcfb81b5 SHA512 2fa17ffb3c337e597811e7a739acf0b66c29786b637a1720e6a380d361314cddfa4bca5f9ddc2a4e4b339a84a9b33b910b66a1346787f0ae041e92f7e9c3771e WHIRLPOOL 19cde408e48d6d08b342dd1e48b21a24c09b5ef9d4dac625e22d181947569a02cb0c523b299232bd71832492ca933ddbda689e64fba9c852f14df1890a1e1b2d
405 -DIST firefox-58.0.1-te.xpi 535341 SHA256 8d42e89b1e550fd9bab4daa2061d8bdd19055bfa7fd7651e8f53d3389168f982 SHA512 10f6995e7bf0b0216bc7c7e5f92db601ca5e55936fdec274eadce13e41af08613f0384287646a6e1dc3d12706716b459570f95cacbde0717c2f4a4a5b8dd782c WHIRLPOOL c5421b7e7da2fc86b21bac1b2c3f2ebf713728dacb0c1e72827a63de053a2b96f021c2e0ff9f642d5f495dbe8460641fba3f1d884d6b0e0610ab977f630f7dae
406 -DIST firefox-58.0.1-th.xpi 506270 SHA256 0af294c02c1d4d673e7d802674426a8eb807c666618486334e9dbfc2b4150ba7 SHA512 2526dbe142dfb5c227fd32a9a984c859cc7a88b694a39e1cd0337244c37917194d2817e6d24f73b21b80af4a7e2e3bd7771de84853936472f0071d7a914bdda8 WHIRLPOOL 6d2a0a290561b8462df9e3e0f785932ce20c1b603b841efb77360adef94a29a3e38f9c5803983aa2a8cd3edc9fda0a7dab4919fbceccf12f6634ddd06ca6c42f
407 -DIST firefox-58.0.1-tr.xpi 471866 SHA256 0073ac4167c90628b57d3ad0e63af453972184fc35ac0fc915b41d5aa8099263 SHA512 8a031714c3aa8f1274667c102b33d9437352ea4235852e9b31d9283db7af2206973cbc543b8a484e8c944063f44f82418f889b684827a622c21aaa4f614171fe WHIRLPOOL 35ad8ba58016b3865963ff83234ec61fd04f4feb021d2b48be972ac428d1531e966fd6c3c1160e055c0638488a67ba5ee7ab95ea5a65dd171ce83414be3c8fba
408 -DIST firefox-58.0.1-uk.xpi 525890 SHA256 0b751e25d841213a8f9b6e42fc511f94d27188d9e5648f203c6cfaa300383719 SHA512 40dc748d764512acc246f939bef66541572debfc91f74cb808f5a25e14c50283fd2ba83ab3a486130305bbf9ba7b3f08e171e1d7bea0b1c32c780e686a5d9406 WHIRLPOOL 6a87835c9eedfd45d9126d4151b02736f56ec28c7df032288e955d8e0a20f108b4a5e759ac6b59b678a80e0ed3785357052a7bcb9c08b0f55a96b6f0b5d76052
409 -DIST firefox-58.0.1-uz.xpi 464527 SHA256 0a99829826f992e8cf65dbab71eebbec81e1098dadb45a14f7aa639480522547 SHA512 c9fbf042c9af376f7d197046cebd22683567fe305f77e9aeeff18da6cbc061eb01a78961fa84e0a8544f6c843c5dcdbb521b052e21b31462c619767a9dcedd53 WHIRLPOOL a39e3b57cc7a58597d33d010d10edb49b13a0284e039fe5cd070c491ca919cc68b4723fef1d3a242f00963292212c2e875985b9557d8a19f9bc2dd979a772edf
410 -DIST firefox-58.0.1-vi.xpi 476702 SHA256 39099f4e31ef094cf0ac7600fea8c9b94be8a26686c8c0b470ff3cfae3a2c083 SHA512 9b100d7a8caf7684cfe0547c3f34cd0930c21588f3eeb9d04d50eedac436da7909acd904868d7b1e1eadbfa283efd0098390e23aa9ad4eb7613d2e7789999e57 WHIRLPOOL 90f5709d0f0d45cd54f0e2666926a364ef97730f40fb459845b894a3525b05c9a4f9a6ef0611f5b8cb73771fc94c1fe7bdc897544ddf5fa98373bbb8e6a6d684
411 -DIST firefox-58.0.1-xh.xpi 467880 SHA256 5deb4a665778a958dffbecad87d588e793d845b30e18f893a3e46ad599f0f519 SHA512 75d498f4654a59321602b4a6a4c6a2e725ed52c72ba2a5db8da8acb82f88dedfeb65b52572b5489166f697d264794365ddac3cf15adc662bd028fdde9338b1b2 WHIRLPOOL 27df715b25401d61426f091b80f93596377415d189a018edc8a8fe8936b4c4da8807aea5f752e00750725115a1e500fbaf6d89f4171be5ad79e81f9c66baa2e5
412 -DIST firefox-58.0.1-zh-CN.xpi 490106 SHA256 38f13b4464aa222012cb8371f6e7d845d75a9304f63620d4142321dd1df0f1b1 SHA512 6058b305983c055101878c928b5c7774e7c64f40b7839142308a49a53b953a41a3fcc13094a464106bb1e13abf881eb390da5fa48397565b48987994dc2edae0 WHIRLPOOL dfaf9698a373ef28886402e5e70f0fed22a23ba18af1cd68179758db87c1db85d451b714402d94e6493e861ba1ef05581046c4c0a9f072b82a9c2235f1403773
413 -DIST firefox-58.0.1-zh-TW.xpi 488340 SHA256 5894a184724f13a2791eab952cc04f3140a9e948680037167748bb0bcb0a338f SHA512 6019a4b88c805145eb336446a8b9d808ec5f8a9bb6146ad44445757f767642753c882a1c17d4ecfc002eddc2e3b4658783f3677abb2e57d374002d6e7da36c42 WHIRLPOOL aea5de744480e18ac842fc360382d26869872221adf145e5e5d7f173a3c2d9dd241f066a6aff7e00ee90b519c2388e7f53339599e89a606305ce8e634f11437b
414 -DIST firefox-58.0.1.source.tar.xz 248933088 SHA256 6032d4cf4c6d74f05c41c4268041de4d700d62fe31043f883977ad39e18d0038 SHA512 65a6a68f95dac93fc68c4e240742b172a6417e7fafca2671ab13f398329ba0ef3195bbaaecea2d9f8b2992217cfaa7912af6c0351a1efe4cf2d2bba838ecd711 WHIRLPOOL 47c72809233d741679ef8245c4c1566021dd3ca848fbe298454eda851e6b488fc746d9dc24f8c7719f7209298bf59f2d4beec5d70047193f5030ec2920f83db8
415 -DIST firefox-59.0-patches-01.tar.xz 10660 SHA256 85b75c0d3249cda8c58ac67a4f726bace89d71ef30fea65b301acd767a4ae89d SHA512 211d80fac2d11b7beff93ba3f95b63b6795b8ab5711c1626ccc2e4084d3eb7e0394052fb0c300397892cb440b704c230d19fabdeae13b3617fdd48165964e0b0 WHIRLPOOL 23fd0f5c23bd8eb91587617846d0cd82800fb378ed746f5ada82507006d2d0408ee18a8fdd04588698e1ee7a58aa2bbdbe42c9661ab182dd4209c3d073ef292f
416 -DIST firefox-59.0.2-ach.xpi 439227 SHA256 d4fd5f94e6463049826f854f66589984854042c997f977049d4f8a990698eb53 SHA512 907221e0434fe2735ab23f00508dc8d40fc2dc99caa64770ec8be2d5e1279fb44e624e4bd288ea11f3be5da33e9a62265c55891e52f800e5e76cf7325fc206dd WHIRLPOOL deab0aede2c2ee7b3773c4a503df01bfbf5734bdfe0adf1dba2d4b4b0f2b62c9bdd903979528abf95ad43f8d746cb08f6c255cd2c70dfce260ebcf820565f5ea
417 -DIST firefox-59.0.2-af.xpi 436731 SHA256 faca2b8efbef96c1f8362ba5b7f0b39ed76fce2e77028abfc9c1ecad4fc95ac6 SHA512 9f52af21dd832ba2ee718d6bd7df7e7330ba64687089ffa728468d29c1e627be1900738118cc31597a1202d22df229085c98f92142239cb5de17cd6288ee64c2 WHIRLPOOL 65b67d25ab04a75d328e437f162cde50f08cf29bcaa9c5f47c82ca86bff4d40191388e8ab1b6f0247ee0343195442430426d78e3f66c86739902d0b3779a0c8f
418 -DIST firefox-59.0.2-an.xpi 463405 SHA256 e39ea62741370620936c43c84adc34eb63618108633b2840909ec9365588d76b SHA512 e46be9045b8c5486ebc60866be0d3e0b2ea115985cfb7f4e6f3985ded611183fc9ca03602143b76f044899a6ada15b8f3c6eb2970e676c8ccc71ff78b40f10ec WHIRLPOOL d4b94dc38a607844a0eab74a3225ca1efbfbb0d5d8b4c63aa648a7194f2712d76502d47407555e0a2ea28e33f2124d5d6e6606a88b3acf1230d7fdc081bb5e72
419 -DIST firefox-59.0.2-ar.xpi 486633 SHA256 732cf91f7e5f8c21798ccf5ed7647afd7a3d64147393da23d6d5df97409685d3 SHA512 027dec5f2e632bb63b0b8111697de0573c577bc59cdac4e0e7fd0bb466ad04e285b37135afc97ac7746d7dd53882d326976675c7f4256d3051a8f583c0e4ce52 WHIRLPOOL 5cae963478b98dc67ba71ffc389183e6dad72d1043438d489942e004181670c9a1ed12e374fe540e6ae978e4bfe75db4de3fc374917ec00bfd4371fff6d7b059
420 -DIST firefox-59.0.2-as.xpi 483301 SHA256 a862f49f7045e8a10411007486401f134c38e3a0fce9f6f3331bf18783f1541c SHA512 484c9049851ae3c24138c65cd5f5b6a3c8a316675cdf83c161b5d4998992d26d74499b4427e2d5a062c05391735de5e2ced1806c1c1fafe057df9ca60791f708 WHIRLPOOL 0d56135294a8cedc739b5816280740890fd0f6a572e072db6744cf10cc66ccbf3dba031aec87931cb461341d279bab9d34ae9988fd3deae5016f5174e9d9b257
421 -DIST firefox-59.0.2-ast.xpi 454343 SHA256 43cb3a6e8aea1f876722508a6ed1c456fd313c129a93b0d49827d37752b320be SHA512 43fe699036808f979bfbc8af99a7f56c6b3dc4a5b809b1aada3f72cdda102d16f7c0f067d9cdc22cdde93355e2d4984d12ce8cd64c75e025b45bfc0be78503fa WHIRLPOOL 1592b3a513e46fa96ceba5c977df6afe1744f6acb897951d5b9e793ba7387a046119eb80a551674406b8096fc08c760af3cf5fb9ac9bf8cc329896af711a2952
422 -DIST firefox-59.0.2-az.xpi 464270 SHA256 7f09f746bb2afcb8d82c76e3919607b7fc2f8a6c7ac65221134d2b713f610493 SHA512 04a2e5bd74f616650025540f592859346690aa4500927943fa41e70d44415a208a2fa2e05c821e80df4976eaae55cdf1d77cebe5b2abd84a4b190d7442d3c1f9 WHIRLPOOL 288bf9f84f4c195b0315ce3a4265dc0895ce9d7899027b20a1d88a43d0f7bcb11605e49184a23365946af987158ebc64fcac774e1f5e4e3522eb1c6e9233da78
423 -DIST firefox-59.0.2-bg.xpi 508613 SHA256 6ce855064e22750088cd09d61fd3d77cd3a2cd2b286e8603df9d02386dd4985d SHA512 d255045eac64ee8d58cc7865fb01599cdfc2faefd40be9fd64a6f2466230d38b0eaba234f9d24932977671a08727317310be4bdfda12c785becc7600531c1086 WHIRLPOOL bb0652f336dd85967d10cad401a2e5235bd4072c44b0d8f7c8001dad680076971c489cb6f2de3808d847883d6769a7cc55f219b15f48696151c503b892c1bc2e
424 -DIST firefox-59.0.2-bn-BD.xpi 526352 SHA256 860f9e8d7a7c7e8c35acde03a35f9f94182bd4172e0cfebc43d09a5057f54265 SHA512 f99727f5b5328e50a7a2637b534c293080a690683651c5e5f43c080a6bc6e0b8a038b811a39d8425f47c7a2ce5d4ba1b170ea61b0715d3a4fcc01c85e1a0e791 WHIRLPOOL 14aa23d318799d34926781d5d389ac2307c86793ed0871e32f5bfe308340b922fc5226567efcefe02ae0579db06138c00ef8ed077c8ebdb1bd4f26d59c33d265
425 -DIST firefox-59.0.2-bn-IN.xpi 510797 SHA256 11cc8e9eeabb0171125939ff050fe736581df2957fa96fc54ba0f5c5c6f91e12 SHA512 a706166ef1635789dd37cc591fb4f1d25260122c3de9a7ea10e811bc360ff9a742b4a25969f87db4867e05f4e893655884b6c76da7f68085d4ac31ed001e595b WHIRLPOOL 13a22c483d641d971402ea174537c6af6e30a24b6517296137796358e8e10defe4da5bf70b90f7a80a1fe9e307b013758d55bf0db96e5dcae443bf79fec22f37
426 -DIST firefox-59.0.2-br.xpi 451719 SHA256 0d5068e3ac9293da71a2bfc3566e6cbe52273741cc9e82d5514b7334a6ed0e4c SHA512 aff0fa0dedf15f2d323015c886f16e60a12c41fd7ac7cd5c85204113708b66996abb894e3c6f7bc83b791068cc38a9c21d5c1d48fe4a5ac9292009d2a4093fe8 WHIRLPOOL 09d60638571adb0d6cc061a36098885d87a5dd0a109edb7b4e712e6e5a202a761ae4c5f6b4c1a0108b617bf376389ce20e25cef26fb0c0a13eced5f197e5ef4b
427 -DIST firefox-59.0.2-bs.xpi 457859 SHA256 291a4f8e85977a8eb93ab52ae7caa857caf7998f1c561baa534ab8a3958411c6 SHA512 1d367eb5cf6a50669ab63a3fe6ee5395d40aa3ae8f8caec8b02c29968b7f7aeb83a43796599bf2294a2a76eaeb9410217109518cb8e50408859f8ed15a967e4f WHIRLPOOL 0a1d915d2f8a8bdb7e7ced5b170249337a9d3ed266fe8bf7aec5866939ec31562b42e346dc6b3e5b1bb538bf425c36f0c4fd7a2f69b2f72eb3be8a2551776ceb
428 -DIST firefox-59.0.2-ca.xpi 464912 SHA256 5cbec24877869340fd52eab4af21acdb0e30a298ad9e9d97b899a5a0223be1c4 SHA512 d37dcca5a19cb913ca13300fbed5127e6e82fa1342aa4af5d6d4f48019ce6300418022ee3e8ceea9980963db3126f69a58b74252773118d80e07343256b477c3 WHIRLPOOL 0086c0d408d4153c806ec2f31a20491f5f6852c67058b09df189728e63d838a9fd7f56ec9e571e5f16e3176b9e0d58e80c135efe8f1490ab98794c87bfba5528
429 -DIST firefox-59.0.2-cak.xpi 475234 SHA256 935960adb4cd204153f1790397ce3b8793151a6d9b1f5bf38630b7a274b36bfe SHA512 0e75441c40d867e818c1bd7325b59cef138001a1adff3a745366c4ba76a67fee50f9f8368b0468f4a5333d5c2aeb65886a5d6c6227921b0b18dc64d6e927a880 WHIRLPOOL cc39d372cfa2a290ad16e62b4dc7e9ccddd84a098ed75de405169c2b5bf18638c27b16205c33fe5e97b59b0bd30d111b4dad191be99696b61aab800e5bbb832b
430 -DIST firefox-59.0.2-cs.xpi 471575 SHA256 266664866deaff544d47ffb90ada91c0d270fb563a1ef67baad86c175d88b606 SHA512 aad648c71e82e311b2d2432fcf93f77cade090b22ec9151b2dd5f0c005bfb80576d2279796b385f54e74e6a2ab00d08f2390e64943149a88d2697f0daf7e50c3 WHIRLPOOL b25a03cdc951b6987d51bfab836e9adf791d435a140c0fce7b893b2f01ee8f67f86d3a3a70e6675b14633c54ad923363cb28f8aa04977e330ee9be081a688ee7
431 -DIST firefox-59.0.2-cy.xpi 454433 SHA256 73ed7ec234a6e197688ec0fd7809d3bf24d6f6f6f8aad9e47bb10bc600d8918b SHA512 7d838e28ab08c1450f9a99c110a3747f6232f7a62d8093be590e7e09c8719a30cc51f0d905ba340d541c5bf0f77913141ab7535ba32563ebf7c689ac1de9ff83 WHIRLPOOL 8f3decfb5c8b0e3b09e8d9730c1359147f7cb27a238858a0c421c97c3129d452de9558e12daa8cd243d42a8432558f5d59f27732b054f9692f1d23aa91aaed61
432 -DIST firefox-59.0.2-da.xpi 446948 SHA256 db17d7492e07c2c825572353a1407242180e0b53d399b48579d5f1e53ec8d11e SHA512 a3f0581bcfa1f69c3ff80f232375230583f6475d127944ac486abc378a8e2f26ac0df6f9bce6a565367133af88b71cdc1da52051095ac979a7f2636b93bf22a4 WHIRLPOOL 23d121140c4658247b55b548a2c9f3c08d396c54faf437affa5ee1af51b005b2382b248fd69ac446fe76a8041a38f82cce684abc58bfa128e113d66d79889bea
433 -DIST firefox-59.0.2-de.xpi 466272 SHA256 4e02cf24936162334435ecf99a9b1abefeebda06b34a75e527c6328502c1fcff SHA512 816aa2861c7247cc1ca9bd2afe1c81a182a82cbedd47a14b717560a195f4add122e4ecb2cd045bc905f0a7753177ccda8362ea4f5cab550b6dfd4ded977f5a96 WHIRLPOOL 753821a15409f39484da47360d1b84e496e17587d63e473072d849baabd3bb04d6d3da1251d8d7924d34aebee3451806aa7a17ebab9c199e9629127190d5ed58
434 -DIST firefox-59.0.2-dsb.xpi 478974 SHA256 91ef3e6bac7be38155e5f957756f21761bf548a2216e2588721bf59a10792f14 SHA512 64f23a0b17140917d8f73faff67e1b665d532e40bf0cdee980124da0d6463e12605cbcce65659849806ae22319a9a33ac2730f954a06c5b67f1263bb9d7382b4 WHIRLPOOL 1baab8f5e89d744d89c59dd0c136d543886f1e03571b2a71c2061f132f33797b127a9d6159f92d0410fb956be4eeb26039d521983017469e9c5ee0f3b18f7fff
435 -DIST firefox-59.0.2-el.xpi 531408 SHA256 c3457ea19f44ebbd2bcf34403c19d483edee46bdf2fa2de3ad78bb7ee2510f62 SHA512 f787681956242f589f89350ec4ecfc1d91f297cfbb4508e753cec112e733391c127fca33bef8b465916e55ec6c692588f4ba6b38004156eb7db22fef9a2f4f6b WHIRLPOOL f9ad27d543e67a0826555a701313542a36fd783be00f5583665d5e0c8ecb9a410f73cbf133f9371dad1f82ac41e55445ee32274b8f1994a4433adfe51df469c4
436 -DIST firefox-59.0.2-en-GB.xpi 434300 SHA256 4920efb507cfee37e39b705b5bda6b1716eb491274f9df5be505e2a65c4d8fd7 SHA512 4de2e0e3e8bf5aa152d6692ec5771b291c7c387a2903c4a61a5270c7ff99eb268b2bd768330c8b5200d47f04ca1b8793339369709086f04ecb33a0ad42b422b8 WHIRLPOOL c7b263d288e197d65b4062820f11267858c3296ec055ba3878e128f9d9e4bee3a76f52694fa9af46b9bef5f2ef502dffe990386c3945e480b3f60f7cf711965e
437 -DIST firefox-59.0.2-en-ZA.xpi 427365 SHA256 d3655db524f7eaee1f6c735efe1697bc183776adb85edaaa4b93bfdaf8861924 SHA512 1f7479aafe8a26ca3ab271487ed103f2b250672d79af2e946b7fc06dbea734f4575aae22617d03889b5922d19cbc884395fc36b669eb2e02584f2a8f55fd8c6f WHIRLPOOL 177b257650d3ddab5913c8789b35a8b189cfc7ec16449cac3281a9dc123214fa9a0e6ded046bb357b1b6d3d658c90ed6a8371051830e78bd082d2ad37d823ff1
438 -DIST firefox-59.0.2-eo.xpi 453366 SHA256 ca5d2cfd209a5c90521fe4fb014c1d3835b4bf11fd74f9e3c30ec57ada7e4655 SHA512 4ad411ddc1c1d8a33ae95fc8777351394dad2a3f9b24b4c601c38cd0fa26396818cbf52afaf6800531920c5e6d6f1b5880b93990ce93a2090b135ab08593291e WHIRLPOOL 11ee19f905f4cc4ada6a2dfd1b9544e06511e67de11509d4270d59c8d314e05b9ecfa729c4d377999796592934d39cac387156bfd81ad93e157773c36a23c51e
439 -DIST firefox-59.0.2-es-AR.xpi 461797 SHA256 9322e35d7dac234c334a9b65347344b4ec47df1bd415d0c715ff310edcae3aea SHA512 7e9ac2c74aa041bc9b8523612c7e0f47fafb3ac4c282d94faf46d76dea210cea825c72a4b33f3c58ac6fbee1f131a259ec89de577c9e3bdf98539f54cbeda0ab WHIRLPOOL 6412b69cde9f7de13a546dd974a3763e27e1ac59b8499405428b96c65277436072b664deab7b1426711685e6dd689b06e7e108396afaa6438522ab833733933e
440 -DIST firefox-59.0.2-es-CL.xpi 464654 SHA256 28b312de9234e3654ef5105777d195c6dcbd58107978407b4ff69ebabc75d4bc SHA512 9e3f5af9852f0f8324d2d36b3737c6b760fe31fe805ed44999eb339b416101c3158e4e4b367bbc6affb5b2c05ec89f2ff4a71127d4f926b3d66d8b1d8c192dce WHIRLPOOL b65c8ffc273a9a5d42e382fd80ceb0ddd104081ccc6ea3117244ca217599bf1019977621457ea5aca293f6ef933f030796b0edaffbffd1a8672fe1c9795d6c49
441 -DIST firefox-59.0.2-es-ES.xpi 348463 SHA256 3bf4c6c0de74e5eb1202f5dd6cea420b38b1210289f4d8ed78d54095e9241846 SHA512 3c1d4430523c149103df99e7c872974ff22e0beb537424e4441ce2682c24656974fec060091f7647ba9a85c2c6e1464f99b9f65dfb9e5e9c75ddf8dc32802dc7 WHIRLPOOL d023fd824c403285fad2d04c5b6709d249d9f1e943a1e4842fb0e2339b5c7701175a829f3ccd9b58eb2be6b41b6f0fa822fe61c5d7d911c745ce3789a22f01ea
442 -DIST firefox-59.0.2-es-MX.xpi 466313 SHA256 065e7bb9c94c38eb7d18f674a51076c6356e9c201ab647bc8a9f88d6bc24b934 SHA512 a9c5054aed849d7ea77f8d25d6625efa2d6e6f0c5709fd238e665f27cefc8e2d7597eeea26b572978b2984f23d6629ce3d2b806ee1068843797dbd7f8084312b WHIRLPOOL aa187809181409d8a349bd68cd098aa4ec359ce50fb6c9991efec5c86f5d171f37dd50cbe707513ced5f84c3cf0a35982ec43568fb8daa7cbc511aa4bf170605
443 -DIST firefox-59.0.2-et.xpi 445394 SHA256 f19a1382ee7616d9c0bad256ec10b7dab3c4b5c2395f6cb306f242eb8ce99eb5 SHA512 a31166eb3c5b54ca1485879a59530e6a05c5e79080f97b56b2d5b3fcbee7c5d8995ed76b0511df2ce97987f1d8dbae50ef7b1ad0397ac40fd50bf400760f53c2 WHIRLPOOL ea4592fa900d8a693c64a92518531bd3901a93185a526bfeaacd6e47a696f347eff4c2d9ec93cd93dfa90c6b5ac822b110f5888ea469837610b7e5b5ff0abee0
444 -DIST firefox-59.0.2-eu.xpi 455236 SHA256 b28fd08c3a6f923e4cd469ecf8ba58e6a323a754733f13144716e31ef86d002e SHA512 abbdcf14c722f5cc18c0ebaa8c0093ed57985e7d6a0be9cfe0ad3b1ec9f8f394a04b6d963461a5ec4f457c9e072ec59bfcf0b005373f8bdb59c80ce2bb9af889 WHIRLPOOL 134a80cf1e6e8b2dde22623f835fac49c9a341b5e7ca7da5e13cfb4459904f30d27fe73a82918f0892b3729d9c8209708c491919cfb55be47a08ec500846832d
445 -DIST firefox-59.0.2-fa.xpi 508098 SHA256 0cecfc780e5d5fd00e9bdba9b4b23b1c5da34b520636417cd7636a679bbc50f4 SHA512 bb6cd02740d919afbcdfdaacf19d5932566f6d3c0fd2dd1c0a22cbbae236c6f01e45e36fc253622b444d6510cb3f54935185a38f80647863d09805394015fb15 WHIRLPOOL 16468c702ce12a469359f45770aa90f5f1749698f2f34dd3282e13e550490937285b2c8504ca45d26cdbc761de994f9c36985f6432ec3ca4334151e7d5c3fc78
446 -DIST firefox-59.0.2-ff.xpi 455027 SHA256 74ae886495cc10e62cf64eb6d0a90111e79a90f95fe365402b19c1c0d0dc8a7a SHA512 d0ac52a74f6f4e4c50050e09193758cd448f491d1ed1abbcaf8796b2bca9287f22d12880a36d675c0be7204faa370b6101e3a30f18031319846c347516b48f9d WHIRLPOOL 01f9462eb95414b6d03c05dbfd094b6332173d1926bb3f066b50052b4d236644b2c509c65ad68ac826abf21e41bc54524c47b9e952d8c1af1553c81b6a674357
447 -DIST firefox-59.0.2-fi.xpi 445182 SHA256 a3a0291633b412eedd3e93e1e6726b74d181203a4c057a8a31db0981f2abd449 SHA512 4863a18269ab4eff591e4d3bfd5567e59d008944eefb4180dbbbfa79f35d9022040eba504fa0272639d9636a49cdb706d920386995e431dcfdb77dd118970167 WHIRLPOOL 1e7c33bb206b9e3c9181247f7f909fd18bf5406694ac94589c8a3d7c8a1e2d97bb57bcc74bc136658f2263812ef26835d9080149702e67e2cbaf5cd4d05eed40
448 -DIST firefox-59.0.2-fr.xpi 473593 SHA256 17bfbbe27944608489b08a3abfa414cce964eecd03b9c341f29d5f125062298d SHA512 d0fc8ce1a5933e50a18bd95d7789ee1aabc2950f3747d1d8b5299fcb6a52e07cce2f5f17f66f3f4ba585e5a95b45888108974237ceb8e5cf2deb0e6862c1481d WHIRLPOOL 68298866c6b4e5dd7839b7221194153f5948169fac1adcffbff56284e8f57adb9c36adcde286895baee0c09b91212d1b0861105f4f2d243eb9aed74d00aba54e
449 -DIST firefox-59.0.2-fy-NL.xpi 462918 SHA256 61cdf4a594632ad0ae2f4cc224b61c3822b81784f6145f9632461f4f596f4b34 SHA512 b8fa4d6c641354fb25f48528d26d2404f23ff1423a371c212d8e79e9fc06165a3ca4c4614be1bd38a7571e752c508481d2f4e374d2df6d69cc132f95e267de12 WHIRLPOOL a527812d88622e3830a492ecd7cf98fee8da6130bfa6053f4b505316345baf67ba0489cc4ebe4626fccfcccc1d17a29b1b1c9f4406470387d5d9267b5be6d079
450 -DIST firefox-59.0.2-ga-IE.xpi 471909 SHA256 cbfcfb995c91ca794714a881cd12701d01ae3830ff518477c4b1235380052de1 SHA512 0d85a5161dda221e8162ee78c9ca50cb34b00decb7be47b087c9208608cc0ef7153ceaf649adead09abe53da9423eebbe022e67b5ea7a44c42cc033ce30e039d WHIRLPOOL d9bff0ce0eb46d976e09da9bbf365fdc94e14bb6d69c77a3d201ed3a6e5212e989ac27f4b3c320e2736412d59c877511374391d5da18bd9cb2d8e968290acb54
451 -DIST firefox-59.0.2-gd.xpi 461297 SHA256 65f578cf7a0c58592d75b7f85c2a3b1c847810ffc623ae3bdc6f8517d8e33c41 SHA512 fd025006ca614a0c68f64942396312c3a1da284ace8fee829f9d9f160a5cc294cee8d6f2ebdec9aa4493ab6ce983e823f48646992413ed622a9c28041029b3c2 WHIRLPOOL d97636df0cf3a0e5e153cc7b403663a690db57b790dcebfa8b111778c3b10324edfd26d3441fcffb604f3cd7d6c526d51a652429b8e8c528cfe01af62cc3259f
452 -DIST firefox-59.0.2-gl.xpi 441615 SHA256 9a3e6621a25ba77291bc3e78f539680eb679929d810d8ff51cbb4db21f4622bb SHA512 fcee3e381eee53362fc0778c95c509f28574174e64703e747a9c9aeaa92c9eac9eecc3200fd14bfa5d15033ca1d9dda88ae125d103170fa8f1e944f6ebd8f7f4 WHIRLPOOL d60d8a59bac165b6803983b2c7fdc99f18162b52eafef353af70da7673d5e42f64b72fafa641bc3817758c03b83dd8abf5b1fc178bff6c086f5d043cd3a933b8
453 -DIST firefox-59.0.2-gn.xpi 469397 SHA256 3f44a6af5e7d75e283514e0a73f1a30a2e35865086bcfb4f47a76cc957f8265d SHA512 d2fabec58e9392cfc2b024d34465fc7c216aa9f3584c2b714e34a5d2694bcd07d9947517f85bf8c64d047958c0ee8db85a92205b2651fd9984faf3c150b4e0d1 WHIRLPOOL b84ec96b8ecad763e6cfebd32a28b50ec01b152dd2c7ecd3167b80f69cec49d3a1042241dd882cb8793cf8e17921737f205afcfb888a3336b97ad3d4a44a7290
454 -DIST firefox-59.0.2-gu-IN.xpi 521804 SHA256 105229e5f047d917f277c13d72ee50e981c92cecd8a342608c15245b28d4d303 SHA512 23681fe178020ee3326adbda72794e0aecd90d2f5509c5067738b43a6a1d4f9b3eaa0a7c315531ccaeb53851dce83ab936819fc13b1b50c2c5a26f85a8e00bca WHIRLPOOL a9ff15cb77be081fca55bf49965bd012a043e563608b55a012fa7bb54bf48a713de9cb265c5cfecbd51c5d9fb7f35c5073d1206b4d474b6057a1c8cc147334e7
455 -DIST firefox-59.0.2-he.xpi 472771 SHA256 a1a5744ce47eaa193278f697a5bf267cccd01777d8e4d7c7433bd7bfe1ddd132 SHA512 036c0881541190bccd449fe08f938dce8006f65efe921baf424500a174a5338a7c47a7790a02f07d3c052c5f9ce5ddfadf53446be988218e9a940fbbced1f87a WHIRLPOOL 69ed394f18ed73c9e8bf845a067890fddd8ecc0a4bfddaa2f17aa5047b62438f2ea1c20cfbcc549a0b05462afd981cebf405f97d7cc96d550e080cf699da2e6b
456 -DIST firefox-59.0.2-hi-IN.xpi 524279 SHA256 b51b0aac6319414c1a49858f180949a07c999c866c63e619818505727ebca52d SHA512 25a1cd0c3a62bd25c02515e812f13828e1afc7badc797b7ee904b999bc46c35831059ad2f5735cd8cf6741227b2bcb4846a7a175e03efa279315ce3898a81333 WHIRLPOOL dfd50ef4ee3e245e6bed2508ebbe6e662c97287d7177bdd18353ecb29e23728f6667888650ece337bfa2995424d395593fd3ed1f8cf6b753a4c9db72aedee6d0
457 -DIST firefox-59.0.2-hr.xpi 459978 SHA256 bde5da8ad592142500f36757d3327129a6343dc52fb7c63b4edb1138b290ac80 SHA512 0c8ca6e5d37744110068bb435daf724eaeed0c0acf679c1720321630b982db7be2f0a47b940913d8b91276d8d8523a8d29ee198e19e301a6c369eacf7851a494 WHIRLPOOL 72a8f3585017523dec4122b777b6b9a81589cfd5c8cd0439e78bd7380168b448e65f3ad511439762ce5c58cc323740bfa56818043c79c1759ef7fad379c9027f
458 -DIST firefox-59.0.2-hsb.xpi 475940 SHA256 84354abb5b8d735061284a8357dbf80ad0ab4d49618af82074d6b8cd7990339a SHA512 63b73352e6099cc65ac15f8a9173d6f701044bc0df2cea97b8877c63912dccaac9077daa4074a5159d9de93cdea41a2a0be9fa3b7beb5197a878bade537b31d3 WHIRLPOOL ca3e0aeb1ef8fd0800378082bd91c4d3cc7ff584f9b4d8c48c6e555adb009c0564658213bed2a75baab9c59f16e2d24f8c3664af781949728c5025f80481076e
459 -DIST firefox-59.0.2-hu.xpi 476896 SHA256 a8c1ceb1fdd231acd78d91a67b79f4a0932842322b76a5cb6e495c8901b83823 SHA512 79444b489315a71b73c05f1d8567044aaefef1184cf5df46b31d76d549ef1ef961ce67822cc0f51c2363f5d3619fd4a7ff8de6e98b9f5439cb7bcf9d63316c13 WHIRLPOOL ec74bc0ef1affe6a8ab3d88f48c3a74d0c3502fad0680e92df21040861f438e61aa10027cc2386f7eab6673ac58ff90b3f55f6791d994f3baeb81d428d03fc96
460 -DIST firefox-59.0.2-hy-AM.xpi 508167 SHA256 afbcfa2bb1f5201a832978eb3ec66ac779107606ee21e7ed21b118887e982a70 SHA512 e8d8dcc3aca16b14f2c7f6dd5bcb254d6ca043ccb49c744d28ec13bdead23fc975bfd5042c840549112ac70d60cda8f98f043299ddf2819ec302ebede4892095 WHIRLPOOL 37c5f1fe136b21fa4d0720a04133556ed587d63c2319019c1ba759d01c5b7c83c2ffeda63b20792da5dab808bf0a73a41101242d7f6b982d1ab13a59e935f3ff
461 -DIST firefox-59.0.2-id.xpi 441952 SHA256 083e9ed9646f3dcf558e44b65ddd9fd56bdcf8fe19c35e81de20fb5132854589 SHA512 5f34db816f01e9db5aae66d767053865fd4a1d2e0cfd9cee7e169c55d60d6f62183e6d103a18652ee09fd93d6080acdecdf29fa2c4c633fda52e80106c7c5c22 WHIRLPOOL a47ac920a5a9ef4e4c4d6928a40c5ac969a066e22876be8e11c724a0c97748604dae26b20079aefa22d63bf76b6d5dd5daa5fbc144f0d27047727ef8824f121f
462 -DIST firefox-59.0.2-is.xpi 451373 SHA256 091504efc4de1c554bde2d11e4d547deb03355384776594fb794a818c0b09dd5 SHA512 c42ad2dd8a42c36ddf20079c3086d8d5e0f19cbc1c81e703cda344f18f744aa10adb1e2b4ed8f3138536dda1a23afeb8a9c73177d9c0653a8cee3a300369d6da WHIRLPOOL 9e3b49f42f310c9183821327cc2655a98a4978b44d9494f9ad3950d8dbfcddc3a881299d30cfbb04a82ec264f1366e26d74c09c32e8c64dec6168469f8839e2f
463 -DIST firefox-59.0.2-it.xpi 342524 SHA256 aa5807fbc05cccb0ff71504b7669908744aa61d8e6080fc8a0ccdec015d43f3e SHA512 58422e70ee414464736c941a2d27a4ebb08042cfb57cdcddd3c77d1e1f957e43bf53c21739972f5b441eab3ff19be7b837db434df6f290a98d45bac7f198e048 WHIRLPOOL d5d400ce9959cbeb943ff63d595c1ed45dc309d76ad923cef7a7eba7cedbb566b6adb6d5ec5cc92c723b1fc2598374a62d2d4141d3c1098c5d98dff668e89af7
464 -DIST firefox-59.0.2-ja.xpi 508148 SHA256 eb713392349af7ed2383b59463554ee0b2ded2a4f8b5292de5481c056f271bc2 SHA512 4ff5dd46c1d238e5bdce58e6362e1d6c176722cde43a64fdd14c7138938c5b0bb6eaa48cbd5e6744eb7e1a4d9da97035f78acbebd7c9c3d17a3b39422422b070 WHIRLPOOL f19c8bd6f484ba9130f03676125b44b9bc5e4e002326cf0189c77a65599a1439331a726fbcefe73ca9055af89ab1bbe11adb52e43818608bc786d5625064e7db
465 -DIST firefox-59.0.2-ka.xpi 492569 SHA256 7cc0bfa96e5a2b5203c78a123cf293f9150bf080cb901a97991658047902bacd SHA512 41239a9cce4db16f50a57d03b1ff438bd2e84154bbe8e79b4cc00ab0dc615f2ef134b425bb6c3243b494daf22f4f9058d2c658cef4a798f860d6863ae65d179d WHIRLPOOL c36afee0e89a8740342d91b6f6d2f9adcda517bb56914ab8cffa59981610aab820938cc021b515729dc58ba27fa330c0e51f9bcdb3522499b2bcfe3c1d10f874
466 -DIST firefox-59.0.2-kab.xpi 461840 SHA256 f1ba41b49e0ff467b549d406d5554235251d75b91eca0eac193172eeb4a8c5ef SHA512 9acf055e77a7691f75cf9ef220075c53801972e37790ed37695681bc7be5efa1c8c97514e2805f7158b599a39bde9a6ddde5d6d05a1e1c028a35595d4dda5b78 WHIRLPOOL 111d0225486aa4658507dafe722ad3eb445211031b5bff536c0df07afad45fef6ee6beab210b497498131946bb2beff3facad6dbbc39c9b09ca3bd38a0e88227
467 -DIST firefox-59.0.2-kk.xpi 517583 SHA256 ecddec11fcc909fb2bc520da8b4ffe573fde85a29f25b4c4ea72e15d014ebba3 SHA512 d1b0542ef20759e915a391d5bfbecc3c0069146bfd508506e14942b7f9804a066e5b61e2c9d14e501391e59b6b67130c2c1e7aee4cb62340583117e47aa0dc4c WHIRLPOOL c0d594a9495f3801aceeb5e36858a1342668fe1e39713e1ac6fabe842477322a6ffbdadc182024cad2097db30a399470f5b403c37514359f6128678d724e2723
468 -DIST firefox-59.0.2-km.xpi 526359 SHA256 d70ef8dad857d4f7b99d508495b3f717d6a27d7b2aa96788c51af4d5e875cd7e SHA512 289331c1276a9ad784b3a995defd8ae5df23e191a2c76860f481563faebc15e6aaa5fa5b5daed9b66b0f13660e1ec4d1349342d3b783962bb83609b2f5e35643 WHIRLPOOL a4c37f5682a04b050132b096deb979cf1d9d89fce1bc70c7a1597bd226c8c76c80aa6de5edb88a6fdf25faad9fbe28936fb7b0a641e89e93d68b11e636224386
469 -DIST firefox-59.0.2-kn.xpi 527879 SHA256 7cadd99b0d23cf4f673ef76c0a5beab1ca6a4e9f41b686ca23c752aa2570c794 SHA512 022b166657c8fbb16783a326842547f3077f19fd2eac04aeeb364313dbc4f60cc21416b32fdab384cdae96081b2d3d82c348c0b8df540c12a3550bbb0ef14420 WHIRLPOOL c70b2d2994d67518f0c93ed3aa6a4f810f7e96f682485d30f38fe1f84b7438bfdd52dd9bf8db76f047e0e2855e922184dadf1dc53118f53584ed08bb255c357a
470 -DIST firefox-59.0.2-ko.xpi 487661 SHA256 f7e418dbb3b98023b080814c52bf2bed020b764420084158161c1cc68baab87b SHA512 ad7a0222947e4afab7c572a95d026918eba08e6b1e81337875474fc79366897a1a9dc06f6533eb1768a273f3af26bb37cb2d0f29672bd3daa306e83d866ffb4f WHIRLPOOL 0a47b5fef8b0f2a9c4b6ac3d626d41da8ba4b5bc1d563cb124a435be12dbaae02c1216b274f438de591516169005f107da9c3df20048c98cdef7a708cd273b7a
471 -DIST firefox-59.0.2-lij.xpi 446606 SHA256 d47c2eb90d25be6fbc4f2880659902713495c7cfdfd31cf3d23166e584061dbd SHA512 f61defb36376a55eceb3922bfec9732cb234f6876859ba33a5326efa5bfa3d9694ced77c115b4782ada4550ef6b7f4db736e3987844d047f6b79c854debbfb66 WHIRLPOOL 6f5bdafcf0c84bb10e622c2ddb79831f9fe9ca7c70039f2a723192c2b30568597e475f81e688ec3855d192d15c2890d65235b8ff9441af935879bd44f094676b
472 -DIST firefox-59.0.2-lt.xpi 475142 SHA256 e6620d3f8b4a8e479d45bf572e3897be1edc0493735fa599c86abfe8d32bdcba SHA512 cc1d31c3867a35ec8ae6435e2d0eba6f62310eb443a2d369f6db5346f208411d2b27fcb6286f1e66f9c57300c33a238d206fdbd0943cf1da80a4daa596453b68 WHIRLPOOL d7c885b5d4b57d4ee7ee6fb6087e7ae6e1cd420c75fcd276938a10853ba9b1f5aa94860f746c3fe096a075c639cfa866a1348ae8fd6c05c7780b4520a0a0fe42
473 -DIST firefox-59.0.2-lv.xpi 463655 SHA256 2a549953373041fa8e36ae40ad913cbadd7af5a08555c5c6dc60459aedae2987 SHA512 a447d243605b5ce1aa86b6af3ee5a70ed7cf38792523b761f71dd79aef0f9ec45ecda07305162242502049d50289d4a9c7ad447fe1f391a0f101af7ece1bba2d WHIRLPOOL 4173a87f4709d94d9ac10a0c7821ac188c79ee6c327b3d3e3a984ba4dfdd920eeb89d77a149f7350484b7b45309446a9d1a8abab5578b518f072971f432205cb
474 -DIST firefox-59.0.2-mai.xpi 499910 SHA256 6903c60c5eccd3e3ba29315aae1406b48841b9396be3927899d6bce6955546b9 SHA512 298110644eb099702f60a168e9d5a5c30ee0bf42544c2e328109b0656235fd3cdc31647cb66bc61dd1dd8b5f8adfbbd9ca4d96d5d8c4559435c5c383f9bd9d67 WHIRLPOOL 84b7cf24cb2b8dbba635efb8ed10f2986a761116b9cab2f338977b39e3eb83fa147e6d3ea001ac37171738b89a3726062f170ecd03b3fb63b7c203d16a489c2d
475 -DIST firefox-59.0.2-mk.xpi 484076 SHA256 f5e80c52b4474f88460329cf8642287a96c7dd61bd03f70d5acb3cac0e25ec4f SHA512 650a043cb809e547c155ee610f034aac5a15385793086d467f505450acf08d239bd2f784ab7a937549c27abdce3c991db8e5b345c1e9473a4cc25443f0d995e6 WHIRLPOOL c43adbf69901f3a79ba260488effb73f8619fb7707bbfb0c2aae97f64fae815595299ea28cb159045715fcf0684ed60e98c7f9bad6c05b46a57b48d7d8bbd12f
476 -DIST firefox-59.0.2-ml.xpi 539735 SHA256 29a1db58dce400dd16fb13cd424bdba0f097d9eee2e2e701f8acc0366bc7e473 SHA512 40ab25e495a3c062cce82bed84387e717abf4f67dd6acf0c02b1b93540a02567854979fb94c99c842f5dfe7ecaab58f4a2cdfee06021e78dc2be5b1b44abaeaf WHIRLPOOL bd78f93b365a78badd0d17c97e35ff480b9c2759d5bba5147e14e6b6aa749e9546d4e9a9a379db70dc27c3a3e4dbc536d6d71d2ab5de88d196921fcd22d8c07e
477 -DIST firefox-59.0.2-mr.xpi 517961 SHA256 a4be8ab4e2417c4056c92146a549afe8665071ba777d4252669c67c9ed6f242b SHA512 b9252f8c9e51c5d559b0459e62c9c2931a4d79ac28203b935eebd4656670e495320ddfe47064263ffef12263fe057d05f292ac182a0a7a6fd708976617e9e3f1 WHIRLPOOL a6217771472d77f8f6d3719648218839747a14cf394481dbe22c7b2e2e0482aeb79e451aca0b08b667ebf8ff95aa009b5f42249a8fb9c99011c2b16daf3dc63a
478 -DIST firefox-59.0.2-ms.xpi 450075 SHA256 354f738c0df3f4568c52cd70f4b0c59bea2764fef283a0d552b9d209dbf6c3f4 SHA512 bdc4a0ad2069bcb26da925035535f4d63db00516383315b7b39dd274f39092bf3dc6efecd1ea7c760cdcb0def6d3bec52db17534bb99b3d8bf0f7647a74cb2c4 WHIRLPOOL 60acc5a83c67eeff2deb1350c6603f5cd49cae02e9c2d68e49c81e2d998573e85730cfea72d399422c1ef2fee0df87babecd70e6e016687041fc877051191012
479 -DIST firefox-59.0.2-nb-NO.xpi 450276 SHA256 9f45d75e5ad7fa288b3794661ba2eeba2eb857c11d6bd200324ee1c2188a5467 SHA512 73c8bf10a5092da89208f8ee0babf7d182d3004f8eca5620afd804c96fbe6aab6c93cab84eb3963512eebb477aadd7f904ec870ba1b71d1382c3b57e26df7a88 WHIRLPOOL 94aaf8fb8ba511d0ddafb9eb766af861864d0e39f788ea4461fed442eb64a8e493292f3fc3f7a8f091c559f0d8332da0d9aec168b20d2edc09b1303a12f4f141
480 -DIST firefox-59.0.2-nl.xpi 458128 SHA256 65384c5e4d3f36257f6f0793f311be4a50333ec67fff877a1aac01b9c403868f SHA512 38a4b6b658c2dac609b560427608f11f904dd6d62b1861e657c259b649dfde858bf8d779e7d649a5486368f9b78ad7394a5d062cf5cb6fee54f95655f155f1d8 WHIRLPOOL 046dcb0aa869128e2928096a94ba467d799d099a86de94f3669d7ca1d50e0d564e9a77cb40f654910780c9ebd147397329069e753cf185994294daceb3aa9dbe
481 -DIST firefox-59.0.2-nn-NO.xpi 451470 SHA256 d583ae5e1ec6dff31adc76bd243db1c05c390adb7e757bb3be823370141d6e81 SHA512 d0b6659d83a2500544bd75500e88d4d81af25257fe52a49ecdb9db6fbb376488554b4ae4926b264da2f5dad00b3c36b7b104a3d4816ac7c7c975496e3e9edcbb WHIRLPOOL f9be18744cd13f7ca2e2c64d674a7baa17538ce66a052a28ec1ae379d8b2187dbc23ce75b018a7ebcd76ce0519e6b32da23118f0bff76588fb083a66c8cc1342
482 -DIST firefox-59.0.2-or.xpi 493181 SHA256 64bead2c33ccc197348ecdaeae4bc2b16d947e2d17fa3e83fff9eece9fdc3109 SHA512 10d0c6a89a83800ace414a8c8ec9695b84f83d10d8a7fc4fd7c23c2f875a54f3821272895760c8d96a35876b9b640b414e247fe60a2d9564f5bf5c4b7ec75f71 WHIRLPOOL 1f0e4d06c8db7be2a577de990564fd4d02d222819d3aeb1430af841c2e27479690c116a40da1598049bc2af3e80c52c7b303f22eef7182cc2dcdbdca61cf502e
483 -DIST firefox-59.0.2-pa-IN.xpi 492420 SHA256 504d8e4a3e3c485ab03fce76636de738dd3bd5ab75e5c52bebbe74634972686e SHA512 c9f4374f5bf6da3e3be324bc30c42f9861464a8d195172b89ecbdcdd5a4352bb850c28e5fd1c7dcbfc2c63d9feb3897aad9c37c34c1c88b3c3005ee76bd6c818 WHIRLPOOL c04c5eb572fb6a38b64cc524edd7af2c241b22ab761131c6280b2c720c3a87915f3e88f16274b2e842f64e0ea03a583e486a450f66924de2d47c7663f4067899
484 -DIST firefox-59.0.2-pl.xpi 358511 SHA256 e34d92a38abdd251bf110b64c3c2bbf70ddefdc3d32ef50a6545dd3d8c8022e6 SHA512 0e8bd53544bfb451dffd0d5470031aa11adde9accec03e89301d2866882af1e6d86cc67006d665a77dfac750bb0cfe06a40fe71df63f89a1deb1572356692afc WHIRLPOOL 4fa7340be02598933cb89da455c327f632dc1d08ed0e20cb4e5c3b79e36ea21cb2391111b71ff09752e93cc5e686ede51d4875649063cfe5292bbeb8fb9ef878
485 -DIST firefox-59.0.2-pt-BR.xpi 455916 SHA256 cd0e1e1fb5063fd9a82940506777fd5a9447df36f46f604026b1a4987e65b8e4 SHA512 3ddc1836e133f6522d0f70fbceead2eba28b7ed24d203103bb97b02dd00235e64579d5f37549ec50bb0c5bf6359d8bd443130332325285e8aa144b785c893384 WHIRLPOOL cead78a25c0161ebe9d08a65b8f52f8aea46a5da4a80e5f6ee9c9fbccd7a602ecf7d04b6b98beffbb92ef189f2c1d56d080e53f32833ec7f29c85df6368a3568
486 -DIST firefox-59.0.2-pt-PT.xpi 459331 SHA256 ab480af25495f57649c19cf54668bab1e209b60d07654907e13010b26503506a SHA512 8434f6cfa340575d9735352e9e1f3a071ff4f959defd1725ad87875e2439494c0559eff3e81064dc20e9c22219e20635f554d1d7a793d76403abeea34c733367 WHIRLPOOL 7f137c53d7a33f41b3b9b1b772fed652a138799f13bb932253a8efa1424286418d335be8bc1c6b46a4f7a1f31e97fb14e899e8e0273cfa43681f550c2a19470a
487 -DIST firefox-59.0.2-rm.xpi 449757 SHA256 bd4918a2b0ce184da481fde4d6030991096defd8486a49deec07ccd94dd11990 SHA512 0e7c16742ea14a5d1f21b9d3bded39b2eacaa2ec14c2748513a603e1b9cabfc99e52beb2c1c0e4b84b9e576769e4b66e883cc34c30c58b1a9ace09bff135e42f WHIRLPOOL 12abf2d799b7bacdd94e4c12212d7249d93776abd0561ed3f90c84afe379b3b840c8ce539f1018c30861c83368b1e4fbda5acd555211b3c183c0e3d2fb576938
488 -DIST firefox-59.0.2-ro.xpi 453403 SHA256 cd6ff4632e846c0d982faccbda31ee379dc002c16a11e119de1b35543bb9f912 SHA512 1f1ff770b8bb5ecc74e7b882d119a39f676b92586779d90851a49cbc02214351d43834eb7aa44c8c506e5b768a2a3d796e8180ba5d7ffda17850f579efa824be WHIRLPOOL 62859da5466217d14b2f9bcb0788cc1e1bb37662bc18b0e9a719cebbfca8d6054e90682be3acb48288b326813f64c6a8df9ff33124504aeb88d989b38c23dc9a
489 -DIST firefox-59.0.2-ru.xpi 526523 SHA256 2554a16e953fe70e923778fac94aff135cec1dc83177b8d01c3062a27da3b8d6 SHA512 bdca13c3c810dac43b36038628aa23325367ded516600a079487d84ff498fe9de78cbf16a7ce38baaaaa1e3b7da52010e833dd4212a7c5748c2a54b7342065e6 WHIRLPOOL 101ac002aab9af94236b2a8ef67282086f5551be82a1d9895f507d2675fa6480c50f08089fc0f2d53325a39e69e9cad54abf59439ae54fe37bff27eac7e20869
490 -DIST firefox-59.0.2-si.xpi 492588 SHA256 5a34546cefac845cb6131382cb04771ae20f18a6eb6c058cab582419cc9324e9 SHA512 85710014b75f6be545d8a992ffba568ae3454e80d965f4d50ff40c34a9a3e9afa5bf6bef14615f9c6186dc262ba84f3929347495d009c062562bd17fbeef9a2e WHIRLPOOL c3da1cb602ab4ebd935696b9d999199eca773eeaf75344bfbc99171a927fa9247abb26137fd4d3d05362146d28123c5b1bb72fa65f9365a1ace147eaabe80ce1
491 -DIST firefox-59.0.2-sk.xpi 480813 SHA256 34f7705c36c88f20ba2bcafd09b6ada3c90ae5d71acd4b7747ac60cce70c222c SHA512 b90512c901b2689e2597ba8d9ddbf49937e4cd1a814974f9663c2747b9458a1d476cefc330f7acb849a61cd1a07c31072a61c300d874dce69a1a5fdfddf615f4 WHIRLPOOL a01e4f45548bac71880a9daee9fc8a62a881fc4f9dd00f8730671242ce60b887c1dab4c04e2010a3d701b3e5584065abaf21af5d8d6f8a4823540d7263b5999c
492 -DIST firefox-59.0.2-sl.xpi 458824 SHA256 19d8af678cd2874a37bc5f5836e030d0e04c64de5f3cab994f25dc27c48048ae SHA512 d038e261f43c07eaf9810971a4db78cd987ee1c70afb60b82177127c9968320c475694dae71ddbe79f2f48b0f7599b57d9cf50d4a4fca5fb08a52e1322db756f WHIRLPOOL e7fb1354ea65928f617e54e95f725d9f17f9da68f375773dd44c40c637019f65f58989ca909c17403a01bec33cac80f4641567e9948d5718088f7bb5b78bcd15
493 -DIST firefox-59.0.2-son.xpi 446400 SHA256 f6d897f43b61d7b476cf0bbdfaa9bb09c97e1b923ed93ebaa45796da17d5815a SHA512 0f2d0737fd6d63ead738985ce73f5a81587af98cb01bc4fd12f80fd8a170ce2366248a016723f6b68b5797610f0939866eb5521bf5bb32a7e7f098296b21e06d WHIRLPOOL 124fc8bee809637a4336a9f115f0f07251a62a393d206148ab4f1cea76ad494d815b9853ed60526385e6d5ee29067c10c3dc3fd5232552cd18dbeea2ae82c3a1
494 -DIST firefox-59.0.2-sq.xpi 464463 SHA256 dd0fa029de2d70ac4982d2ec5d904a8543126198080ae8a45b1037100dfc1454 SHA512 33ae9dc9429bd6e64a4999099a4c6113f58fc60c1f4fee48e0a08f3fe4332cdd00e53e4a1a159d1bdba97815f43cc0ce179c930748d5d901d1434dd9ccf5d829 WHIRLPOOL c60ea3fbb0a90b777eb2f26c4ec4bdb3f82085951daa091f5804f96aa71de71c15e8c2ee53ec7626274a0521a346abfaf01898f043ee2270013abe194edd59b9
495 -DIST firefox-59.0.2-sr.xpi 486178 SHA256 ff0e506cfde1150867113f1fadf49a075c7b39ec1273254fd1c825c7aa3fc61d SHA512 2db89e3849266324a9192d895a987742f4c18a36feb277b117320c1947ee124813f10ec3e5ad3eb4e007798b344223bf3c449f51c29dc1003fa83bb1ef2460dd WHIRLPOOL a9ab041a87c83f7ed1217639ed42b29edc5533b33b9415b49e1d1a705ab662061c3651dbe1a826d68153def5ba7ee0f6538b6fb634d41edd6f6be80abaa8e7b0
496 -DIST firefox-59.0.2-sv-SE.xpi 458659 SHA256 0062281cc43f2b132663a690eaaaac8c483196daed5fc1c8f1de02b59005ad70 SHA512 23ea9e5b880888de6070ffabe985208a82f3b0feb67d37dd2f205aacca6d3826ff77ba846c1024cb5492f88cd7fd19f8d4c1dc5dec256130afd6b981a33868b0 WHIRLPOOL 0e1f949566c06d113b3d3089bdf8a77ee03a31e548aa4f732b38cbf88428261458979a87754f1435f395843fa1add5255bbaded1e944245ae05d2fe59a564067
497 -DIST firefox-59.0.2-ta.xpi 512843 SHA256 12d92d14cdb6aba7228cf634da62ba2ebca3210ed4db9119f4ba2d7c9c8296fc SHA512 6dca4dc75d6a65f539284b3d68611daac69499072b90a7a8c4d266157209c7b45bdaa6c93446ed220ee6bdae4e4098f3efcf6e2f98ff470853c70f11bc1f957e WHIRLPOOL dc3182bfb4ddc16ce4592cd2e81c54703b5237669326ea2b8642fba48f9ea533fe6cd2287e6cb64b3a537de0e1f5c9f90d565764fd7c0bf24a1c826395ad208b
498 -DIST firefox-59.0.2-te.xpi 527083 SHA256 7026e14f3760b906048d45d25eaa73d0f2a657614eb07ba3a567803b4daf2bfe SHA512 9f4969d1ef404d6cbb608efc9cf1f80503de98a63d7743b98e8e6074fc623dd3996292736380ec75ae1443c1757859a61cc70d710352e6f9cad89e0799281b9b WHIRLPOOL 91bf833a091c705a9da64c9e0c44ba2f595de9d267f532f87d63f7ca260faa42b1b477c68b4791445497c6167789feab134603ea320603fa9103d66fbe0dd33c
499 -DIST firefox-59.0.2-th.xpi 498544 SHA256 226efaa18781edc8c5ffec902c2a00047d3a0796507c9799134a5fe0517b2cc9 SHA512 5f21f1a94e8bc04e34c908455703112cb10ee675b9007816e6d20fd71dfd8c41cd84f9be934e7d354a142776cc073f0c49cf69e8fb886e424734d605a93810f1 WHIRLPOOL 5da58c26b8a85df40ea68674bafabcb6c28c98e1757293fda07075b93a9996d5286260ecb3168e3192276a04638fb4c670f923688d22185e127cafafd8d52c99
500 -DIST firefox-59.0.2-tr.xpi 463593 SHA256 a39db56a64511ced3451aac4cb6d6dad6e3d49f7a60e074742b08a492a04580c SHA512 3f783a14d994f7fc40eff729fcfb95c319444ecb732ae398611ebedbf61a9d996479e14d7ea16c9e30a88d17e80adce53bd3d7237672aded6a2d90769f54edf5 WHIRLPOOL 4a4d85a5544c3542f57fd37ee2fd7c8b93990577dfb5b3eff475b05941d8e791841c237bc4503b272d85154acc5246a05b55646a5dd051e8b0fd311b795155c5
501 -DIST firefox-59.0.2-uk.xpi 516926 SHA256 f4b96792dbca4b8de74dccce1b51d5c4e6d0cd2509ef2573c1f992f37dd71c32 SHA512 58e029b9a6e817078c7adec8132c7ad826d0bd8b1f40250ddc97b66b19469a14deb218c79365972eafffc1dcdf0fe6780e6cd97ad6bb19c81a6b23ff0a13e778 WHIRLPOOL 68896ab09fa3eb87e792a134d2b570eb6020a7d75b4ab667251fa1ffb685a41feb7e5bd701bb93563fd2ba8ce553d6837c43976465630ec5ddb89aa8bf0ba960
502 -DIST firefox-59.0.2-uz.xpi 456923 SHA256 16f3a699afa42f645c0276b53be27d93f35f21f20289206431be0da811e3fe34 SHA512 a6ee52136bbf77ec9070496eded7afeb51b3aa22cbaefee70cbfef654d31b2013286d070559339367e5dc6b3f68267ba797086dd8895681f6fa228138ce7e660 WHIRLPOOL 1332a413304c59ed1534560a8380c51233163b8548dc8ec68965dd18d13604f924eef9c28ffca059b2564d9ce34016a8ec2edc4bb192f0af95da534523108c6b
503 -DIST firefox-59.0.2-vi.xpi 470069 SHA256 b1abb414442450d836094dcae26268c61608102e31d745b717efdc92e05fd760 SHA512 79bd5fec8fa8078f1e0d9c99c2d5ecf33da0bb796cb5d8cc541dad04d858c536d8ede538ebc3e4627881a719c424a4639a6811452417ada874d7ea801bec219b WHIRLPOOL 1295a560e4d7a2c590b66fa72033d8520eb561fd9c6f7c9d30170cd144387a24440eb9c5fa3f1471de6fcf0704c988cf9633ff1d48d23c74834db87bb3387467
504 -DIST firefox-59.0.2-xh.xpi 460772 SHA256 7de47e610d82ec7ed7a57d830ef20c4a113770fdc659f19c47c17f4465a9e83b SHA512 27d6a30b0392dcc3fa8c2824bdfdba3961fbe3b42aa7572b7221d93403b97ae9bf4fcd286df1c58b180065d40071322df90ff51a49f8302d4169c3b30dced30b WHIRLPOOL b22338ec7bacdcb2f41c98ab6fc237e2c4acd9de62fd0eb789bd66db2755d6ad8235aed457eeec73fcd57194ffb0e46c9e17167a52b952da18790b99c19fa2b7
505 -DIST firefox-59.0.2-zh-CN.xpi 483449 SHA256 1e30757d37bb8f13bec733e302e393204bc5f9c9b859465252b25ae053e87b27 SHA512 fe63057e06573a304912c72f492a27d181c3d0195fcf433bf52e3aac91494ba4690c28dcc1da16fc8d9e0d6afe31fe88927367d9af8eec0036507a4aed1b66bf WHIRLPOOL e23d9fa39758c440f5e0d9cfc1eeb6ee5dcba7785544eab79329d8fbdea7782498d5e1737a73e86af433521a3bf8a7bbd162d7574fbca4b83f969cef3595ddc3
506 -DIST firefox-59.0.2-zh-TW.xpi 477089 SHA256 5d852b837ce85c5a7bb4a4e95655bba83ca3e428a20b252c023125cc55e538a4 SHA512 203de7d3bec29e3cd8af3d9eaf7df19b7334bfbde7b00bc260da6d47c22106d436b1eb6973e482525b9bd3cba808e2f093704d6aee276c340900c6fed64ce57d WHIRLPOOL 489a87fb6103f7b0d47bd25f0a94da78e5d1ca0469177490940cb154e81ab47feda60702ab002374b75b73c11189a610f8b163cea8240bb7ac58be0c453f3347
507 -DIST firefox-59.0.2.source.tar.bz2 304965099 SHA256 5b7382ac0697e2abce5e2873878069a47fff5f3a5eeec4c3a0186598a1592833 SHA512 db8f55954df3af554e7a614eaece4aed995794dac6e2d828b2f9c175d8a6b89e109c26ced41a43df9ad24e01d079cadf13d16c6a9bdd1887bc9898d34408e8e6 WHIRLPOOL 91f6f3acb40ff820c9ff7adf333d305610f170dafb751bb19aff1e2eaa238b5c3c93ab8123066f74decc73b434f4b6c18a4d8f10c3c2971771842081f725ef47
508 -DIST firefox-60.0-patches-0.tar.xz 10708 SHA256 4e45f283c9e92e82580c651ea3ca183f32311c2bfe1b13762f0c75d11f12a9df SHA512 665e5b0565c39e6646a953912b8b1d870558340d6ab13d068947e33c8c43a321f8033e47722c33e266fc476ce4c7dc1ea3690cdc590ca08f90a0c6515d71090f WHIRLPOOL 53ca2150c444b1a9173dbcf388bc3bdebc78c3afe252ecd2910dc11cb1abda51de265d7d99b18b0b8cd4aeb57bc3860ffd75690d2838fe0d823fe995fbd4e11d
509 -DIST firefox-60.0b14-ach.xpi 496057 SHA256 1da56b7751ca982e49d09643e1d934e991579022bae09ae91cfd6703dd25948a SHA512 8cf13cd9a97ba29eabe5eba2fbfba5d4b6109fa194d64f2e8e57961bc5097b87b62447507d4e07b140fee3871eea6ac79b914d246983561bc2d55ed44df08251 WHIRLPOOL d7925e5ce868b9746c94379e101a4f849e659569a51bbc0253289999a2443b22098a2d7bb3a0f648720649baaf59a04f45a3d12a2d6e6fb2626004ff54c78309
510 -DIST firefox-60.0b14-af.xpi 486557 SHA256 836dbcccab0471decf15d65da28163829c5d8563a900f2fc835ed4fbd4021468 SHA512 e1b287c396e8f4937619f97afdae381fad0971577a592ea682c25d722389ab2e0eb38d18cd02db4d8de8c4e68e82e1ca53401488bbfdd4aa3cfb4d07f77fff38 WHIRLPOOL cd6a34cf4601550136a20f9ef0b78a8aece328eb579309f1baa78bb8022982be11a10a71e1dfc9bd6330e60a28b37b7189ffd3df5b8a98efc9fb7b185bcff06c
511 -DIST firefox-60.0b14-an.xpi 519730 SHA256 b631edbbf63cd9bfd715621ba830d9d4ef3000aaccf2c4362b5c21e169773a68 SHA512 25f0b375931df711cf86aea8b519af0a169653ae41a5597e65e2415aaee816877497def54d59144d38b04b9ee8ab6fb068e1d004daf922d1a2fd2dcf13881ef3 WHIRLPOOL 6b15bdd6bee5abedbde1ab1dfc4ea49f7e6a44bf7942e50430e0939662cc1ac1587f70ad84aaba2a952ed49c28cb6536f1d7135f16097c653dbf09b48e91210b
512 -DIST firefox-60.0b14-ar.xpi 546951 SHA256 fe1338cab81549ecd8b6e71008ce3a87159c8543efb579ce7e44aafe219c56b9 SHA512 21244191846b783e8854cea8e8773a1b7a4f06a72d5d1f35f002b0752dad6972c9534bfaf4685071902bdc2ccbac22fba77f9602a233ee669e9700bad058e465 WHIRLPOOL cc0049ba1b960b4e2e2ed502b4898328a07571228d266c548338bf646f2e9aaf53fa136a232532c825197ca9c89e90ab1d33c04136f592b848e79f03f5f46812
513 -DIST firefox-60.0b14-as.xpi 529959 SHA256 a017fa813d757896cef382f56f9ef75bba71e7443bffd7510d8b9ebbeaa8faf0 SHA512 2541b694d71cd5fdc834369f6f1a412b8d2617d2f308155229900d7f0f0a8d5b5efc061a282314f8fb29341cdfbfee15a696c582c747943948f3dade6d2c218b WHIRLPOOL 9903fabf22e148cbd90d3a43190d6316e72bdd1fc0f82915bf1462bfe4cf88254645766ec55a579e9c1bd2c4c74fc19b3adbdf343e67279027c07a9c5ee7694c
514 -DIST firefox-60.0b14-ast.xpi 507896 SHA256 5d5ee505020f225de0fbfbc8e6fa8daf0e9785a929f5ac92007c8da6ed3019dd SHA512 e02871b9b51ed3a4b7ce4d430c201144586bc8cc8e024a40ca09ead358204d482f0194d811236221cdb83eb57b5e89c737523b7a82aa440b0701d9f960b45781 WHIRLPOOL b15d8927d6a59a23fa6869591451328ac1f9d53f61d7b2aaabdd861f868d4748f716eb5d1d9ba0b798986ee4ef7243226469463d205db5abf73bd28afe725217
515 -DIST firefox-60.0b14-az.xpi 521301 SHA256 ae9a6785d43b27e41a4cd93e5746d7aec421bbde6da38a7bbf457282c6cd7cf7 SHA512 4eac4348042d5f493da5c7c0c0a9c781892417bfbf746dc03908e29b154dcaab8e1a8c15d8928488f8e68014504e992fd71580a072c1ae375cf3a89496fb8db6 WHIRLPOOL 947a76eda08ac2884b1f3a978d880fd96620ecfcbf1259ef2a434cb2625854045064b4d1721ec0c939588c61ebc19f7d5acdb716875ebddee57413e1ce57fd74
516 -DIST firefox-60.0b14-bg.xpi 572162 SHA256 d5ac474729010b056322b60aeca0f438e63028d7d98eaa2b5a586ad4078fbd6b SHA512 ecc0ae34d154febd469884215dff918fe75dd5890915b55da715ec5b8b1ab6b24bb855b3b11e522db710b789fc427e69eb3d5400aaa2781de6e85948b2a8eb80 WHIRLPOOL fd0254a3ac40b5394733d3dce6eb92eab641d3dac7d233e4ed2fac7808b240582615524b7259be89e78bd4c7c626f4c74becb01176b23b12ee4c1228fefd42ea
517 -DIST firefox-60.0b14-bn-BD.xpi 589799 SHA256 497cdb49dbbf35e6c370df01f00fcb2da6c15750c96a59ef3777fc75b65e82db SHA512 133dfd4339db4e64234df117f921bafc3b9079b2b706927f271998aa16e045a7c7c2aca1e39008752ca9ac0a53fc78235fedc44c15cad84b80d8ee376b980638 WHIRLPOOL 98fe0fbf8613ba80734877db5c7f5e85192e4356c7a5da7ebee321c7a55015e57ba897b8b1365d7531126cbc5d400bfbfdb0c960fd14f337cae6a0a5984a1675
518 -DIST firefox-60.0b14-bn-IN.xpi 570108 SHA256 d72bfd321bcbbf9c5361cac082efdc5b3f86dd42c52b777c851b2eb5f3cfa813 SHA512 c1b4953a706d60e156e346f08688df216f5c764599dbc97830c5453fc62e9cf583bd87a6c4de2068191eab3bd937c6668d64b16a9a5001896175c0ea33132725 WHIRLPOOL 484a1644591b8ba894e90fc50a9fab281dddd93244ee7a01a5a66bdc09b743eccc94a46df10483ad542e2ba7d2cfa9bcc399ef0a70f8db408b238c9ebb0f4501
519 -DIST firefox-60.0b14-br.xpi 511244 SHA256 17b1a356191617ba1597d1aeee9597e8d4e5d90dfd48ec6a6f193c9b223eea5e SHA512 b7135aafd536d8ba915592a2806a519db02966296f0381e54a9fabdd2933ffa936b24d2a1fe941ea985ce8c3e3955b4685ed9ca46abf97c08263eb83ec17933a WHIRLPOOL 81bf75e3b73376b07f9e610735be31c39315b6c64a092c61ad0e05b3bfadfaacf9b7fd93db22cb5d223afeef9fbf32717f826bcd30561c442198e8026b5a5281
520 -DIST firefox-60.0b14-bs.xpi 513955 SHA256 2e15e904af0fd9b1a8fb4c195e5e49b4424e94f011a46066ee49002573ef9737 SHA512 2a4bb30d08609e58db398d2525058abdbc43bb4f25925980d54d9b236cc480edb44268e520f779ab4fc43150f31b535a36ebb922d80bc962a9f28de6cbc23db2 WHIRLPOOL a49aabff9c503c974f8d645a82058ca972832f4b029c11dd956c8e881ac176687cffe490a298e67c7771420ba0222bcbbfdd1278036bf11b0aa5d4f560b0da19
521 -DIST firefox-60.0b14-ca.xpi 524511 SHA256 cb3d5cec469123873b6609639816d06cb223687ea4cf82add4b4c8c7d4061afc SHA512 1d50ce3d0a7fad65d459437e90c21d24c6799ebf6de79f788e18ce47b862e26e4e0f4c11e50eab623fb1eb6b9ca5650c1ef88717f2d9c995565b21f5dc3a4fa7 WHIRLPOOL f397b7ffe0c1c6e2b201859a7a78537c055af419120cedd0a35d2e99c3573fb661b5b9d4e6c9e1432cd86bd937be6de40badd79a5c21404133457992c2d43688
522 -DIST firefox-60.0b14-cak.xpi 535131 SHA256 df886ff09af5c6650632379bf1273545d1a5ba679b8db97c96f88a671dcb5529 SHA512 5a24a30371eaac50c77b3cbce5cc60893ad66ee2678f5aad692fdbea76bc74f882c9b6a7338771c4f0bf6e3bc853b8bc41afa26b9d124c372b0c177a63df7032 WHIRLPOOL 38dbca2d74aaba6efca61af6b526eb1109446d03f89739476ffb0e86e4456a47f14c008155715c43c3b26c3d6d98b9c18241da5512c3ab80ac40f327cfff4fd8
523 -DIST firefox-60.0b14-cs.xpi 530815 SHA256 480f9b1169ae289a0b0ae850bae8a360c67f4dce6e5c78c51263ea7c08381e3a SHA512 6987dc67af5e2bfeb85a64e0a175da4f64037717910be3fb8678b3d81ea3f4901448e37f421e83b9c64c24dcdca4ddb15f3294397e8eaba10088359506339a14 WHIRLPOOL 96fd006d3fc78864cd469292ed8fe8132a78c9c44c82f86f2f032f16c157ce955cb5051a80306f35b2b28910aa3a79334cd3a1049cd8c53af971dd7f835d9424
524 -DIST firefox-60.0b14-cy.xpi 515860 SHA256 57553eb5dad9a504ffda375bff1492c1b9ac513f00c6c0329f1be73c64357ce1 SHA512 c2552ee9c10dba12ad5c84a5f715b8843f5c407f211bf07a5f0dbb5ac69f986c0d0f5bb1c6c093bc43e27c80b5747cdba7d4bfa76b5269bc79e440a157d690bf WHIRLPOOL fc814f435d04292205fc10369c10f71ad8f222bcafc4cd45a8387dd288de52c3c307fc6bc5df5c33437afbbb08123705cbcc1f56bc8f7cde6ddf1b97cc400f3d
525 -DIST firefox-60.0b14-da.xpi 509220 SHA256 950b7e9341fddda9f1a621a6fff5c9474aa71222ad06137af9141c251ded3106 SHA512 e069f304df642242574679c29a3125ad90ac4584adf3a88e569bab5d5772d561f04b954a066179e83ee193d48f140a60c1f2d87d5e0409a60bd637a5e2114f82 WHIRLPOOL 36157630110a7468c8b837a8fd98c83906b0c07175d12d93448579216373f0243925645a4a2504c97a6c468456dba413ed923cf718811e822b94261626d0649a
526 -DIST firefox-60.0b14-de.xpi 525006 SHA256 39d77dd89b32a5ede29b0e33abfbe19c07473eab9d6221985e23f12d4140ac79 SHA512 7dd9c25ff5d2cf9ab90b15fb237767d36374da1e8b909163010f8dad0c3a21a3c9dbb74b061a4cd5b5c0c9e0c0c38e237a054d66bb82e909cea59eb8b37a9fef WHIRLPOOL 96498f8ae4440b6d5ee57c99acbb38ee3571f62c44bde1897b288f7585b42b7eeb703962db711956c20ed8c63b0f84fc292fcf7ce798510cf041c14e0c0104b5
527 -DIST firefox-60.0b14-dsb.xpi 538923 SHA256 10c4407a09376c81f39fd911d803a2dc57012ba00a81780645fac5920b23a2d6 SHA512 fa429fa6639ee0ab311841e54bb30210c600d28a89afc0d2ccbcbbb486d04ef793b918862161991c925efdc26072ddf24b9976d442e82174b8a8fabbe8499266 WHIRLPOOL 797d5c3f5da96bceaceb85a77d57b4bf4108ed20506e12c406debb4cf55ccd6d11fda9a5bbe539a993770f749a3391e7bebd6c4be6762751215aadb168ad40bc
528 -DIST firefox-60.0b14-el.xpi 592946 SHA256 806d80967995105e441e77809ff9ad9515316c66c4d09c80a3ea0eb46373ede3 SHA512 e65332f7e0143bd7d1fb546152c240d0ef86afa6d48c1409404c23b8af6deff1aaa09d6d93082049ddd1c6074c148cbaf7ff5e890b86f510042d8f03ed00e113 WHIRLPOOL 99af31132fb128a7c52981e2a2040b85e39ea0185c72c32ac1087b9263c0b5dc70607ef4481aa6ab6f6f7b69ca0eb2c2c193811c9a0a0a487267341d3cc523a0
529 -DIST firefox-60.0b14-en-GB.xpi 490904 SHA256 db61285c668008ff07a49fa013abb2d3dddd7e1d4400dbe07f843c29240d97ab SHA512 772f6fa3d2ea4f48957e223834098243a5cf22df93380f1c1bc412d806dcb62a8561a08ad386a2739f93ad10dfa4629d7f26944fc7c51194656818fe2ee4b1d8 WHIRLPOOL 9ce4bbfb8568f6c850b22d656f80528065b90ed9af2271eb29481b7fd84167ae3ba704d12f652fa00b1f98f0c598c8f1a42c2b50460dc0879978209b35d46aa9
530 -DIST firefox-60.0b14-en-ZA.xpi 473910 SHA256 f82c3746a76dd404b4748d957d428d100b223071b5e01f5ab512ba477d5f4f10 SHA512 baf6a3539a6ad05af3eae0f100dbd074c03b9b10de4d25516257f20deebb23d6547350b2747f2ca0945ec8fc6a76e2d64ca342ae50a093a6beadfdfedc4d7bc1 WHIRLPOOL 3c3540691fdc1a7ac1a24aacd75c587f9cb17154e51487fe76c2039126ab5cba0f528b24c0ac7dd38521b5f45a4aec6d69d16e87490f49c7fda91290c6050641
531 -DIST firefox-60.0b14-eo.xpi 508426 SHA256 52866389bd2042bfbd69a7d77a8faed80f2c74fb971d8420cf185f4edde75128 SHA512 cfd8aebec9cd8ee641d66beccbe14973f5168fb981e7e6732ba97925a5c36701f94494fb558d477fc1a4a5ec8c23e0599639a99eb980c55e780375be81831d44 WHIRLPOOL e59acf0c95a1c24b069704eb01e57153a1389ed4a793ced9796977f86cd4201648297ea3729d0c86dd32be44145f3f5c4071ace7f5f68b54b298115e3dd90950
532 -DIST firefox-60.0b14-es-AR.xpi 523822 SHA256 46f063564e5236a5eed0d1fbb3d1eb327da3334ad49e390aaec5f539d00f70a6 SHA512 40df0f32749c0836237426dad083018fecad41355906e906f04d7b6c5bb5aeb332067c3fb1b935a8b081d28d11ca3e848e208a01267b36d1cfd15a2e3a87c4e7 WHIRLPOOL 68e7f30a21fcf6a3c6b26ada2a5469fba47990032433c9308c5da9208b3844cd91456acd9f97721c6ce2334bb23e0bc68e6366d128500e99e886dbf09ab840c9
533 -DIST firefox-60.0b14-es-CL.xpi 526277 SHA256 e3ac174baa271dd62b4c6f882170a7402a3a5abb5a8b5bf3bed49ed9c477570d SHA512 5c306028cd08a24a29ec60c380952620f8a592562259e519fb47632497a1163b4c4cbfd8440ac4d8c043ccb6711783ccdd38fd6f701d7dd0b3639de136c1e57d WHIRLPOOL a73d78764644c1af0f3ef8cea4b5816579533ccb51c944b0e587de3421ec87dfe3baa77c3ff10e2218f13c49dcf71465ce1fc626f264b8801f905e967d026954
534 -DIST firefox-60.0b14-es-ES.xpi 457401 SHA256 f280f25071307495cdb73e55dd2e20749ddb2482b85acbe85c43f79a95c860df SHA512 0f6076c886eba4d22ec2bb080999d4181f8bf7642f58d28ba11f57e4853d525f1767d8f760a4fe1ab1b7de0fbc07f664837e57dbcbd5415e8878ac8ec273a74c WHIRLPOOL c545e91040f2f6c7efa30aada160955bbb38f677a468e21646087c37b3e7d278ebae723a72f950a5abb69e16a0675cb613ca881ae5198054911a0065e72d86c2
535 -DIST firefox-60.0b14-es-MX.xpi 527836 SHA256 764219663456abd054325bf29f7c2934496634d77f2f26a61e0500973c4ba69c SHA512 da213c29b9ad36edd906d27210a187386c51343148620d709a5ab54704875cd6f73b793c865f3d5688cb0efb2235f21d004fe4f972b137a877cc76e75c829354 WHIRLPOOL dad2de9bfca63b275611a59d5d39f7e45debd02cb387c1fa6736fd57917798ab3f4e4d9d237b9ef8ed3d7f7858fbb8c528b37ac4182d0ae7d1e472e1b59e91e2
536 -DIST firefox-60.0b14-et.xpi 504232 SHA256 1437088a3d814abde5aeaa058e58b42e65577b61362311462d3fef59dccd0241 SHA512 116b174805c2cfa4cc45e421b1d3a6fdbe9a39df8ff7fd5326a6d53cd26ef7fc17ae29e620854361a0d6dd931f9113c55e90ec84398b367c1e28374e25827d7d WHIRLPOOL 1009c46dae115dfc8f4f897e91dd3e093504144c6cc3e2fa6fe8c512ec6fe06f2d13ff3a99694238fbeb93e4457572608897a9d72d9a24ffd59e9659b1bf048f
537 -DIST firefox-60.0b14-eu.xpi 510929 SHA256 b7ba106c14288f944aeafba80ccff3ed3ec4e28130fd7918f5a3c719ce3a7668 SHA512 fea1ad26a81919f05746efce37f863aeae6590b1130e0a306062ee1e53c2120d512ea034d45c76747c703f3842b24744b0c92852071aa54022b2ddb16a27a222 WHIRLPOOL ec9ae42fde9b4a933163feefae973de1d5bf40596b55fd8f64788a6bdff72cefed0060c242a09a3984977ce0b03f591e3ea812c5c37ad71037d86d034c7c2e5a
538 -DIST firefox-60.0b14-fa.xpi 565513 SHA256 38035c5baecb0091fe270484f1e963434157720e7f179e306f7a330b1065674c SHA512 665a4953fae0899b28a058ec64c0477ea0d2bd5c812be613fdc5b1f557c276ab09a02a8149e71f22f672c44190a423cbfa6f9a697676c96770146c34c9972132 WHIRLPOOL 1abeb2fcfbada6a3e90fd44b72970382b47cba716989f10458423fd362832dfcb87a1ca2c1e6f47eace9c0817aa0921c885b7d5158e93cb59cf72e77defca6fb
539 -DIST firefox-60.0b14-ff.xpi 511471 SHA256 aa937f7561eeb2400ac72d1bee929a92b57dd6d243665b053f1587c47e44d468 SHA512 d03b9caa5fbd0ef7e1c96c99fef8037f46ab2048fc92bbb563c7b150680b53f13a1db55e436e15b68d9d229de877a4bf50ad79046f0a80c6824d60ac6bc74279 WHIRLPOOL 8287bafa6a27c4a4860203ab406f205b0736492d1d31dfeb5ba7924b406975a7d3a64b70df766c6523277cdd7167923f3ca4ba40d504a77b9c86ef3cc16aa5dd
540 -DIST firefox-60.0b14-fi.xpi 505014 SHA256 253b237a84c7d1bf471db0d1f56c1f1d12f7688ec453fd3b2c295cbbff747b37 SHA512 92376f51af7663fdf14d51942a312cc17af2af8d3eae50e670c86dab839f2fe4519fe7d883404e92394aa40c832eb033a1daf0590aba38d4ae4f65dad8781368 WHIRLPOOL d6fb594064cfd627074dda0092aaa54f95bf674cdc1514a19ac9cf15fbcefa7aedf111b87afe5d57b3bb9a6066ebb6c5babc7bb71ab1481137d881e5ad49f720
541 -DIST firefox-60.0b14-fr.xpi 534629 SHA256 9c0ba73006a6ef32457080c629119794064d36082cd810afbda1e53773061acd SHA512 f21ad5748b8f603a8b3d4b6097787e1b71ccbec2d24c68db8b24995e19bbbdb70a271c465b2f97e9b92b228652241e72f1459179234a2d0c970de8f3e92bcd77 WHIRLPOOL b9557642bd91196fdcc67c84c78e82b93558beee1fa2a0cd5273bdfb462bb9f560c099284b64b3d99c7e42e16436d646dcc900cf0bbb6fbd51275ec59e65ac45
542 -DIST firefox-60.0b14-fy-NL.xpi 523726 SHA256 1588be27c2ff10a39c50bcd8acc6f5fb6022a311f8adc1817a35be104e88b415 SHA512 9fccafb6f6f05b04db4fad1f3b88095dd2937dc2966ba2fdf59b08a03b2c21280dcf26eb5b5843e1fca9efbc67465b0698913ee15379b780b381abeec868b6e9 WHIRLPOOL fc1eeea1584e576eb073e5ac801fb13343833232be6f0e22f7e89fdaed63efc42aedf7cf104ce1ef969f62babfe08713a85713f7c582a96f22bffd65585df4a2
543 -DIST firefox-60.0b14-ga-IE.xpi 526226 SHA256 c3fedb42a95781f0d343f0823c12b0e329003650686a309240c2350b41b3bbbd SHA512 14cb69f8068e08c922a52649cca2d5c8592770fe2843bc528a809e41f144625b392fe27d5831d5ad82d6ff1a2f9347593fc7aeec695acdfb1755f037cba2a90a WHIRLPOOL 90f7bc9cea774a410f19f572dbde66513990018a12a80ee0d6c4648a89e0470268fb8c0d2ca5391af4dc4e3cedc4b2462bb72a5db648865fef12ab810b28a5fe
544 -DIST firefox-60.0b14-gd.xpi 520092 SHA256 94c926de7798367f9c2fba67c374d5c095a33d63049ada7df3c477774442a160 SHA512 ee487dd447e9f99b1994c914b195511b8a645b4f9275d967a70a7a10082121e5208389d6cf54a74e45e4a96a305a2198306dafde8042665989731e1004f26142 WHIRLPOOL afa318d63ce54848a6e06cd86f57167dd35b2c1cba6ea98ff0e79885198cb03f27b54b402919a9e1dfed7dbe0f51dc5508b65025768f0b22a0fc4123ad0ff7e0
545 -DIST firefox-60.0b14-gl.xpi 494323 SHA256 f6bab323dabb733f4c837febeb4e86b0c6139ca9acd7788fd50dc7ca650fd994 SHA512 9972ed7a69bfdb610564552813c5188116c0f600d405ce5efe92783890acfd511c2426d57247282ddd1dd9c524f89add56fd5dc398deef83f1569d2a0705f050 WHIRLPOOL 30030daba2d7a708446556647dd98ddf51c5865851e428b53bad589cc36e2910a83e4009690f1271ed00c53d95e234bc3a335e5238f9510418326111a5b23659
546 -DIST firefox-60.0b14-gn.xpi 532205 SHA256 00fa94e33f659cbdad3756e0a8f352b7c69c0cf328ce34d42292f44e29e219ff SHA512 54c48174c823fcee595d45e17eb02186c1ed9ffef9ad0ea748e27d0d2ebe51cbb09be84cadc099c48582e0a402bfb8e7b6bdc1f7bd0321fcd6abb49e11a2c117 WHIRLPOOL 7ee9c6545d01fd7d0479df408600bcc8dc037e96da63988ffcde38e1045cd01f9ea41a025ccc3da3cc1c16aa9b980373f9ca016436fc1e8d1562721886e9afac
547 -DIST firefox-60.0b14-gu-IN.xpi 587360 SHA256 4b61b4cd1ae7d25f00c8f9c5cede182493708e4b0564adc0efffc92d0830bb1c SHA512 ca15395cea7162743d024ccb093e97c99d37a3eee822fb03b57e86ec01c2c10e6bf180f4e2114c872ee7ebbeba4ba7a3478e089bdf4df83365fe28bde22bacc1 WHIRLPOOL ddc7f7ac5a5a8fc7834dbb4358b18637ad3c1a4ae1b02c3127e0170930928a209e959503aaba93776393ada8394c3c4a5de2c0d62381af6cb4c12b5d5c9b5f6e
548 -DIST firefox-60.0b14-he.xpi 531721 SHA256 d854a20fd2946e581e0ab62dc19a47237ba78dde25ca8e20f28c5f7a98019892 SHA512 072dee95636e96a9b6602481b3edf6d02c258f12b5f0e4c3545f428a5ae85005fe05dc7db7fe1fa8aa213e7b0f6a00dcb81cae4a97fe81fc8f019b57b0925e27 WHIRLPOOL a05aa195783e48f30d3e3c4376a2f7c42e027c6b0cb2d6607d7210369c34ccce4cc0b8281122ea798d5dc7330e81244aaa20d5235599b1fb1c350e906f4c5a8f
549 -DIST firefox-60.0b14-hi-IN.xpi 587003 SHA256 6e7cc62c826aaff58c65befc07046654a24c481e0f9463c559a1ca1a798bc80c SHA512 31fd232766258cda9b0634283e85c5a325618a2fb6e24a8124c444df643582dcb43946b70102aca955aa7315db033c1588e6760d0a8aa02d458eae1c04e72ecd WHIRLPOOL 2f1b815fa9eac4b2360ec2ef56a09bc70b04bab7af52eed6f606848566ac64d099cbb1bce1ae39dc44ac28b7ec0ce026e2b5b4371dc359c619260e78abd47a05
550 -DIST firefox-60.0b14-hr.xpi 515211 SHA256 df07177503ba7d9eb405a2d9e7c691e9e770dfea5438792c1110b961404b8d3f SHA512 6a57b0e2da44fcf2fa21e9e3afc380a8d2b50da5bf9d93e452c1e67618c4692af231d7cca96004ee6f9dadcfb9046f274029a2d4725070195e87abe9eda9b8f3 WHIRLPOOL b1696940f1794a2ec6fe876a66986a21bb38d87ebb025ae58ee6d3de19f1eb98930a851403d232769d29443d4652c337cca01d0d3adff2d9712a29f4d092767d
551 -DIST firefox-60.0b14-hsb.xpi 536476 SHA256 a0d3bd2f1c58046bc45f15632d5217697aa0633813ff6599bcc2461f790f227d SHA512 63e661a525a48e56b004889722c5f470583716dd851a9d871be3f65f2894fc17b8b15761ac91d059b53bcb37ca0657251cc0b2b409b99dc41f0345e4fd11ec67 WHIRLPOOL 010d542b4e0092592bc9a4ea5ba9265b6c8fe660ecef887c1757474e8902b1cd6a4e7f2081be172376ecd410ceb8df550c0500a86f6a2a966cecccdbbf64649e
552 -DIST firefox-60.0b14-hu.xpi 537576 SHA256 089417ed5070434866f2f9c8863099ae4c1432bc63ccb44fe61d1eedf6bc1121 SHA512 b0c0b023d87136d6e75ec2b4f5372a0e8a307b9b5af1a9180c11f935f68b532f49203591a15feebe1c783df8ab788a790aeed305077e25b1c71a9fde81967aba WHIRLPOOL cfde5899c472d5c8e214c00801854d56bf3e9d922eef15830113fadbc56d9b7c301e8a6115a972a2b2b9fa45341b92969f12a0c3f898c99eaccab979eebba465
553 -DIST firefox-60.0b14-hy-AM.xpi 568627 SHA256 5c01ed1eab216f74068906782fefe3d129519f1c7724c501eb0470b88fb66f89 SHA512 5465463a4935b28b7cfa6f70765f89a2a9490eee5065e59a7a3351a51f93d846a6f03c8ccd4091c089784a012e7fa41828f43133e9e179444d72f5dbe8b54259 WHIRLPOOL b948cf79b31ab0eff65e0a7be1ea2c56c80a050baad0e1a3351c83b4295eb859f54331871bdb66496f8362d43c7828c0f5328cb1a90e2ba3506074106ac60b52
554 -DIST firefox-60.0b14-id.xpi 499182 SHA256 94c1bdf3ce108694fb6f5407ca9e41e848f9437f6fa883944fb045eca9695a83 SHA512 121cb4d1647cc3509a89f1ab3bd5a4216a2e72abb110de61175f40082a25fac1cc1de96dc5208d93f683eecec43483ef4550c9fe891289cc39b638ff2e37dbf9 WHIRLPOOL d2bb22c7e79da06e275d1d3b51172f255926756b35adaada8ba6a7e3879544459b1067eab0beee92a16ee6cfab5340fd3c67e4450a528ca924ed84f71e1e5b68
555 -DIST firefox-60.0b14-is.xpi 511617 SHA256 1257e83d08867e42bcbe228125bbbf647361c1b4657e66d61feb26d25b2edad9 SHA512 aca71f9e84fd7f016f0d2a8ce710d3b81a323d60667c9dd42dd1feeb065eafc38b9468260e19b521706baf0332f3338cae9d186ca64cdae3c87ffa3d43ab9486 WHIRLPOOL 22e899d8c64b15e9d728417bd869eb5b9c7e7e45ab4703829db20caee68817be3b7d6b130aad821bf4805f033059b2bcc189023f314b662c0dff597d6d2a5f22
556 -DIST firefox-60.0b14-it.xpi 397716 SHA256 1ceafa41a1a9c58c2f8054e8f6df1c0b4e17e1a33ddc9487c70342f7749cf060 SHA512 2ec899f8021028bac5d1ba1caa9ec163a9deae4aa84becf5a8dd4bd8eddd93b49836c0d92fcd5c4894eb1802c27b9712bf5050edb9d19bb9803b194ae34a700c WHIRLPOOL 7c71d2789516bb3c556dbf57454a0f5b0232b679f4aa0467c16df364c06e8b5408083c7561fa4a64f9091b43160f53e9255f1c90e3a4b9b23423e3ece87f73c9
557 -DIST firefox-60.0b14-ja.xpi 567199 SHA256 0281bf5bea68598579dcc780f383d55b8b3402ebf472552b775b71975baf342a SHA512 e692abd40c5b5c6a7363686d78113fabc4fbe68f083851b0289e7fdf9843f8821fdb436fb6dac1b7159acb2f34f7f3f5cc02af8bcd7529157569b86ce6decb8b WHIRLPOOL a7eb6eee06cee271c7408236eb77310a507c6093946dddb0b5ddc1a172b6a3416f28d80afc2197346baea8e818ff53c6a154fb59e07588a22f08e739df402383
558 -DIST firefox-60.0b14-ka.xpi 556067 SHA256 bbe82b36033d09df4d9ef5be14296706cd74bc706aae1ef25f6ee612e39dd05e SHA512 1468107c934bf0ef8b1cf326ff41994d5759f1a3a94da285959df88a550a0d05e103dfdd4211c7e0e5fb2fbd20aee65c23db4ac967c0cbaf4dd947e85b9b71bc WHIRLPOOL a858f437204f07b52ed684885e60f5430be3b94addf6a89856f265b1c085f0ea7c5511f7bf6c8924d3ef2c6c8f315cc194075b0ddf6788e27834396dffca581f
559 -DIST firefox-60.0b14-kab.xpi 519655 SHA256 d7e908d0d23589480022cdd817d99fd013ce53f8b506865a13d33273ecf732bf SHA512 66e6d620cd16d2066839f9290160511bea9965cef0485df260473c60c38f6fbd5fdb915ba6a7e0506931c6cba295633b7b3438a1eabef16a678cd6818e60b071 WHIRLPOOL 56a032397618df4b18ca2cd616201fb353f7a78a2fba4ecb2e81ad8265076e9bad68afc2e053b3c8be6ed3cf22001ab4dbee005269781b07c3c910748ed3140e
560 -DIST firefox-60.0b14-kk.xpi 581980 SHA256 67eeb95c5e646b3b13535650501055246aa7641f317f3b84633470f49226b23b SHA512 a62dba6fdfc81c53869d8b1e976b6407084c5c27c08e1aa6ea30d49d4ee3bb86bf3a874ca4cb3ae5e20ea2e933e40bf6a0b7407be72082970cc75a87ce93044b WHIRLPOOL 5c8475fe6909f6fb6e752b9247905cb3ad75b6683eb7813ffc655516b2acc86a3fb3f43fd1c9c197b713db9cd60133653aba874e6d76cad5c1c9486e4a6de5fa
561 -DIST firefox-60.0b14-km.xpi 582368 SHA256 52e2d25df29fa1c9024d94b73bce7871095cf915f14f3ff1887885c28b3e0e8f SHA512 2b7127526e3751516dca79cbe299fb4c5eeadde2709da60aad9c36be240395f666e5b16d1dc28f8783b3a4ff2602f4e22791fd93b30387aa132efee5a6dfff56 WHIRLPOOL 8339f006da77e3d0bf1529ef9157f0a4b2992d66f607bb91e15d2856a18125b0ed7faee4b0d53fa775afc6884b7f9288ccf3d689052db9612d10279fe298e615
562 -DIST firefox-60.0b14-kn.xpi 585123 SHA256 85ca4c732c7feea31c7f648108a9ba1e218820fb1713d706a38159c286dedce3 SHA512 28a9bcb26a0622096f2d3da5d2d7d67f28bd3e8b4b7c6c6f88785b258c38c3521fbd6c3128b1e0e35e6a6d96ef40979140d3d174af72fbdf1975fad913b5598c WHIRLPOOL 358f863b12613a42c8dbfb14cddb31d96020d8fd09fad1ef9ff92fd681f7874eff15470d8981935a8fe183dc0131d7a3a3d911792603946f1d921faa8e5687f7
563 -DIST firefox-60.0b14-ko.xpi 546805 SHA256 699c6a1bb5190affcc13f388e4239347f63858b1b3bd096e277dcbbebdb1ef0a SHA512 bf7d318114013298d24823fe86ad45e0116f131bb79d44375fc508068471758b3d2b8ae58682c1201d22a5e048f4ef7e5baccb60f581daf94bcda46ffc2e4feb WHIRLPOOL ab6ae5c6b2e2fbc4c0e0e69f0c1149bc5ebba7cf0b5ca223c00bbdda81c86e1606a7955ad2f75d0058e257d496d630223e18e9c59787e0ade88498d17a8956fd
564 -DIST firefox-60.0b14-lij.xpi 512396 SHA256 629df9d81814590b980207812c5c049b3521a357949fb5a3c87ff3fdf14ca701 SHA512 0b9f4959251206ae1267449000b2a73eb6c96ce7c7ba23bd021b11de84238d0c0d95efa9acfab6eb13b43926ceef30d1d654be5d52f29bc67fe4eaf501bc9957 WHIRLPOOL 157f2fc5ce7e28560c9dd1cd57f86fa87e297e47dcb181d334a7ed86a55cd8f91497a85d5f6fe84f02452ba84b223ee99ddee99801389363bce2b84695db1d02
565 -DIST firefox-60.0b14-lt.xpi 535006 SHA256 63df0cf8ccb76a185b8e5b375724ba67994d7234701500e03cb70f3cd17085b9 SHA512 f2f59dbd4de2a227b9bc07d11aa2aab684ccb5f0d9241d22e329593769180e0ff80d03a5eb4246559e491c92573ba2f2f50e863668d214c76f147b6e5d160850 WHIRLPOOL 1398a2b2165da1c795088eb6b2ed38453482df17b0cd5a8cda49e97e61ef8108c328e37c6d7db051c290c88ada3a55ceea84aa2acd489746ec79271c6ebd8c02
566 -DIST firefox-60.0b14-lv.xpi 525633 SHA256 ab5745a8e7f9d2ed809a73b354288e75e2b42e3a5c57d3ccf96ec49357ffa2fa SHA512 b77e20e0705418561830920cd89c3638404d660739986de7939e7512eabcca522da62841749c6cca2f96c81a43fc57569136c8f38b65a7372e5578ef04050eb0 WHIRLPOOL c27f146a5503de01be3ca828b12ce5cf52f9403f19c8844da04044d76f668dd5db5c20dc3d4e016bf659700014bec530476f271babb784ac466ca73d1c3b2b8e
567 -DIST firefox-60.0b14-mai.xpi 548496 SHA256 923d9e78dc7318b88387af596c796cd884cac13fdefd924d0ce97f0632dba690 SHA512 6a08450109bc63413b301c2792818b1d143e72365351fb1765b751e04951b9bae224c200202a682878d962b5c2371263793129f502ee797b58b5d12f275c33a8 WHIRLPOOL 7dbe1dee692a02098c5847114cb1ee6bd8982c9588de67afd707a2ee7ff78a635015d8151e5841f75640156c4084ce858e1f5c3ef24b4309398d5dac317e2343
568 -DIST firefox-60.0b14-mk.xpi 513052 SHA256 607aad16a70f83952a5ecd10c428e63c1e8522ffe8c622ed4ebe72a12909a2ac SHA512 86bb5aee28db50f17358f1086f190351f43c6537f91212aa8ac42638f544d72826ce2e42085b478911dc35b129008edffb05db1d58585c0c966696e01ce6005c WHIRLPOOL c38e057f16e7defb2082d3f1020a9d63f54e45c5a0f70ebdd44f0968abf8c9a2b6726466a090c37ac661e37ed79cd1cf504bee13dd2c1d0c30b2d35065a6df7d
569 -DIST firefox-60.0b14-ml.xpi 598224 SHA256 c2c09a13ded59eb454ead8123c04169d63f331e2a8c88a6ced5e54fe615d91a3 SHA512 e4a579ccff6cab50feda2cf443514d6e876f890e589ae4747ffa30e06fda5f1e01cb85692e031ab9695ba1ec38a642acf8513abe60df99f512667d5903b99d52 WHIRLPOOL 10ec1a383563818b9aa7ce5925742bf5cb6321ab94c076c07efbc6c139cdecc9546ad1488e3d71fce8eca2f0adc1d7566a76e49d2b25860136f9ad952017d668
570 -DIST firefox-60.0b14-mr.xpi 578371 SHA256 df3cb0fc9274f9ad7baa911ba133a5f4ff1e044aa27cce167202b5d59753a900 SHA512 090704c818b48ff3d03a08e02d2abb1355049f170d487553f312bb5ee8bf9f3fd954069fc9d7d79a75fb1c4c89c5dc627cf547bc5f9b63cee9c72cf6f00a05c9 WHIRLPOOL 1ea299491319a0fac97ac4285bd0abc77c3a29b7bbd8f2b481f73ee9e8659720ed99e0372bcbf02b8163356cdfc5db9011dfdf4f150f53394f2e2017d4009574
571 -DIST firefox-60.0b14-ms.xpi 508599 SHA256 c92e3f8d7b2f64fa5801301201a111592a72520607a5f0a4be6ed7fd5cf89ef7 SHA512 c3753c197d81d208084b1bea0adb83d13de90d8b95df60254540116fb0b035e1bebb656916a591da88d7a12ff47aef3de0fb18a000b72fc6e9f8554cc484fc2a WHIRLPOOL e9550b2665d4a9cb7699b6932350fae1eb432fe62eb8dfc9081dfb1d0baeb095166c008fc6b74cb61a1c25ade852ccca6be4f260b36b387f3dd2c363d024d64f
572 -DIST firefox-60.0b14-nb-NO.xpi 508869 SHA256 89a67da80fc111b9ebc2f7d4c6c57c6aa637f35266e9e4e217d4f4beaec2bac2 SHA512 b5f816d0233b7a0b64c58daaa4b656e0ad1bc12fdca3ba1567336c262413fd1901c9780c5163537f920243d14f81f1e858b66c36d7f8687e0c56d0499611c20f WHIRLPOOL e572f6b18a623b30a472ba09a8da15efb0d8175dd83623bb6d779b808d355001d7601f0855bc00d5166fba1f365c76ccec70df635d2ef28f7ceccebff5522770
573 -DIST firefox-60.0b14-nl.xpi 515808 SHA256 db14541f1ba4bec1b773dec9c60063489734f0b71cfc50647eab17949cefbefd SHA512 9066c7642b6671fdaf2fbecbe6127dfef695e3477d5fc880a49ee34977134d56d18e711c9af2fa34a0fc8c802780bb119f47b89d49f8fcf0f25479a4e5324db7 WHIRLPOOL 901234ca1418f0fc6a9705e48b4a759776573df749a39298a8a5b38e1087807d492ce123f5ea6cb050e82e5a9375a7c503f34e53274fcfad01d1dade16940191
574 -DIST firefox-60.0b14-nn-NO.xpi 510398 SHA256 f2282919d6b1fae6f76b5125d0eccf3aa30ccd4fec013c62d187e79ae1729282 SHA512 1b69ac3b70c4010613c76d3d2ed52e5244e6414841eb211f502bf3a2bfc1b713a810a5c2d96f0122dcadcfffb2b8ffe746914e7547a323d6575b765055784888 WHIRLPOOL ffc6aa4c838fc47054b9c6faabddb4204bd4121480ecf5a686dacb62f4ae85ad5a74c5356590ddbe952c82f515c551107fc9ff5f2955079b465149c295162513
575 -DIST firefox-60.0b14-or.xpi 540117 SHA256 49d406c7a0d9173642d098fed218f93b7aecaa4ab8c7f67fdf5152040c115384 SHA512 ecdacc0063065ca63c151cc63a5686265c8308b8b6a852c1cea044d3c2f515889ce59d45ec33ea44c7e43eb15287a1662c6ed4d1926771dff0036e8c477deb98 WHIRLPOOL e37e019f7166ae91f45e208ea752d08f1bb05ac33267c60802bd25c9c7a238f96c5de4cdc0b921ff1870444732295c60680b0b55465834ee3c503eb81609684b
576 -DIST firefox-60.0b14-pa-IN.xpi 556489 SHA256 7b43721145e53f38a71eaa4d3f4dc8c303ca0fedeec17bd95c3ae46ecf9f54af SHA512 e0613bbc01fee797da12e231aa180c869ca00b62aca8f162a8dd6b8de48b1bb6dcacfd1313d2e6af4986b90411d6841ba3745036a7d4162d8bc78bf26491ab82 WHIRLPOOL 387d9df560a0841296e18388e06fe84552ca9d5a4e1b7fcb3c6dc0fefd019b9bd8fc34cdeec34baf938b920c2084f71183406868596faebccf935ae9b1026a3f
577 -DIST firefox-60.0b14-pl.xpi 417360 SHA256 e9ba18548664e706c7a865dfb4498362b6e3fb8921ca9896a961f1fb6d07bf11 SHA512 65d9ec3cca41a0678da4b639965b881d7366cd949fd934ecc97a7e37dea078008057f04988d12780cfe2ca65cc7908ca676785dd34f37d04780773514b9e870c WHIRLPOOL c4791489b50f407291cb8b0440733e99f5b8e9400b4eda97f29ac6fd6629677320216da977101b057d62322215cdad793180b9192c0b4268cd296afdd5f4c086
578 -DIST firefox-60.0b14-pt-BR.xpi 513700 SHA256 40dc6db0fe24d62902b8279cfd543478c91b34b205d84c31440daa96a4fcab5a SHA512 5959ece8d4335ea14a617290474d53749bb4dbf6b67de996ec17651c58fb006d69a1f1aec169c6515a100d2f5d720f5f491b2e77c44ae918eed567529a556bd7 WHIRLPOOL 851d9fbab9a093e9b28a440f525f3c0055fb9206c42a028dda2b7000d62a1f69ab32a45067f4ae3450ecf267932a26e23f007a4848224007bd3a0944fb5cd9d2
579 -DIST firefox-60.0b14-pt-PT.xpi 518593 SHA256 2bd23362124f0b7e0952a05678b0f1bcc4b6ab337bebd57d10d2ed4618597928 SHA512 2cb79fd6084d39d3f74dc2440621ec105d38b1a9887f66f96754a43e89197de95a6c4221a4bc9173e5d4dca9eeb74529b119be90d83f61bff85c1ff1691bfee5 WHIRLPOOL 34a5edc8a4d5c8d88449b8e6c328ab688a1c1e41f3eb5a705544c24685945e8b08009423eda9768ae07054caf21a02bcd2b40d6f8e8d3c998a6d73810398d721
580 -DIST firefox-60.0b14-rm.xpi 505289 SHA256 d24c4bb7c0daf8dcc7f9308ad80855cb07e844d3907ee84a6d8ba7232117e22e SHA512 5b258bab1c8621855609de955bf2a2a676701a87d2249d2013e4461e0589f66075b07849a677d15dd46257c9c97d37bd73fbbd85ca10a52c2f03d860000185f9 WHIRLPOOL 9b4b1f38b94c4a187642a3101885d4a9773cda8919a4a17277ce84ba76b1f2afae5ec608a983d4e21920111006fd44ce49eb404f0ea2a8a802a226104ad494c6
581 -DIST firefox-60.0b14-ro.xpi 513156 SHA256 df8ed906a3d8cf5080f723648256fae36eb21da394a232bc75aebad6ce9826bb SHA512 6e1099a9726d93cfba721cb0180fe009f1975425bb78963f69bb8e2c368a314051e9892abe64023cf3fc3bdf19e908a9d7d4b4bea38fcdf51190ce7b0809fb56 WHIRLPOOL 04f1ff450ad472d698b8366c124b498703971a139dd17627858207d4e871f8c311dd9dd557347bcedb145a7c6ccc20e71f8f4b72c3178842bf33f477205df049
582 -DIST firefox-60.0b14-ru.xpi 589953 SHA256 8015396c95675b9c824e0ddb6b4e3064685e4dcf610324cf628bf59e0a53fe0a SHA512 99325982b4cca9a7beae1dfc4fbcc24ddc09a8756139e9ef82d308f8429eae26fd7de6e19924952ec7979a08c8d5379572b76ed7b47b1592bf7849be99731ac1 WHIRLPOOL 0065886053e5b8ff486ca668d826111f65aaa86bfdd519256dd9d4a05ebfcc01e8feb1eb4d1af12fddbe72f26b990d2fd30acee9596731565840b7b3c96ae915
583 -DIST firefox-60.0b14-si.xpi 544829 SHA256 e53af7c7830be4343eda84953c3aefb43cbc01d6e0f79306c6020d6af487ffa0 SHA512 5f14c443b60cf4c59be3bc5bd3919ee9e16f9427232a738a05a11034a1f78ef8b6c4da73566fb36175a160b85a278b0ed197aa3df3dacf3f42f3c7390944dbaf WHIRLPOOL a05a41ae5fc8edf66e436fb3218977f049ea8b0afec86f4edaa0ecc301bbb815a3e06673e69fa74be24c63b87f0a284f17d1f9e9a5ba1bbfcee539ee8d4a3b6a
584 -DIST firefox-60.0b14-sk.xpi 539131 SHA256 fbdaa462669a7ebaee9ee2c61f2e416edbefc5e47defbe6fd000e4f8305a94f9 SHA512 d3f8b108512b5ca91e04e7e7ef2d5d47ed134a50dac5ac7f650653f3b0905a116b645391660021d0b363ce1b724f19b76b58a6d6dec718a1e459682f5fe46121 WHIRLPOOL 288e56ec80cb056d9378ac192aa36fcf6df2b189135ef24b3a6bfdbe69e48a97db227b2f5c9cc0b16e9075979cc937a43e6348ced4aa9d6ea154b139fdc936f8
585 -DIST firefox-60.0b14-sl.xpi 517683 SHA256 78eef405457d023a77cb9211a5b9c2045ab4a846bc23b0d53831928315fec8d3 SHA512 1f2a6f60f1341d63d9624cd3ebb2e40fe6d1a6c6f72e681f7eea045299b6e8ebaeea3da626fcf80358001ebb9044385181c8b827e8b04a4c86a30f45470e5c9e WHIRLPOOL 9508b111725d82c0154b341fae6f07e23021531847ed82b4619645af060a1d664945fedd4b6cde4200fea5cb268605f09f6ae9c9a5029ddb06ab59cab9382b6b
586 -DIST firefox-60.0b14-son.xpi 496934 SHA256 651bc61fdff5cd337d6ee5186982b0130ae7567d97f24dece893ea5b519f9eb0 SHA512 0c231802d64971bffaa1eaa5cd1840698ac00ba3d73131916b63760397e56e15ec87aa4250a7252d67b70552f1c92477c97547a06267583228021f867a5e6365 WHIRLPOOL 0315810daec6a819d6a4ea51949665fbafd409b7318ff2af6ff09bbf37637842cf216f40d34a789ab5ba4f7106b79015896d014d88cd1d378c9036f784afcea3
587 -DIST firefox-60.0b14-sq.xpi 520486 SHA256 1caa85559169b8c83df3e577a93f2c64848eaf21b63b541df5dae249fa25e9f3 SHA512 ac3e2e071a3427f903739078ab7129ef3d47e5385b8109b970290d568aaa6ceacc140208c1e8e1fbde1c94ca54dee3316a0863df587da5f0daedfae276922a4a WHIRLPOOL 8f6eedfe99b0ecd17c0125e7fa32f7f46d218198730cadeca6d89416768ae54ec298f166f5aa3564b1cb5b6c577a426320ce67ab0f0b4877dfe76f9a2f917404
588 -DIST firefox-60.0b14-sr.xpi 547745 SHA256 156161cd7b51fa77f86f9b47d5c4789a65c5ad01d5c1a6d54ea54cc7d24c95bf SHA512 50c5b0ae8de2c471f8a362595ff81713c6d9921546eaea8594bf17d760c94b9660b49a9e08a0ec8ac5d4c12e4a0f88760e5d181a449876cae2deebacb43cbac4 WHIRLPOOL c715e6b36b218e87c93959f8f6627caeabfd234809888b042c42ceee3e30c1b6fe4b35bbf5f7f4d2ef4684a0809b29f58abfb62dc83c99f9794108b87320b1b1
589 -DIST firefox-60.0b14-sv-SE.xpi 516760 SHA256 64602faba6e10e597eb17e2ea7da2353762a38affa805463a6e5b181d9f53078 SHA512 91af6a51f5b8904930a14a0ba4d25dbb7d465c27cfc744a479d94431376e073588ae81e5824aa2cf7d6c428356c2d4a4978bfadf3b94825c7891dcbf542f4fcb WHIRLPOOL ca7f7068e8f39de72cb58e62933472221ff36cd98567f6f4f46c062e07b8c90252cc7f5f8c367a84fbfd0498f772f2b6ee40f0622319159f7848ac48ba91666f
590 -DIST firefox-60.0b14-ta.xpi 574406 SHA256 078a467b3d6728512ed8c777e0fc55dc5210c5e0e72d5a39cd042dd293de88ab SHA512 947e8b5812575c747cad74da463bf358d038963a8c2c7012a6403dea776860d27c052f9761377d0af273ca247950189452fde7fc92e8eeaaa3b68733ba64b5aa WHIRLPOOL 9fe31b47e2b1f7f3314213ccf5e15dbb1270e7710b70ce7ff9150d60fa7c9f1e4be4ec223b4dfb1ae87497d52806d0502145cc70a5d094e2498537d0c236d2d7
591 -DIST firefox-60.0b14-te.xpi 589587 SHA256 a79a9d2df2f2197a534e603bc4a8d09b8f1e2fb87a186343a90a5628cd3602c5 SHA512 7bfc59951ee54cd1b652596c62ef1bbb3b632f21a283b58502a7175666cb27a7118b660d722bc2008cdf8335765c4faeb27fd99fcf5ac9af53d9704c85fae22b WHIRLPOOL b4dca566bbd0248361a124e2a3549ad3d85dcd3a20da7e4aa3de7dcf16702a383e1a3c53005a44974413c8456977932f4855d3ecb22c3195423d97fb005fa9ab
592 -DIST firefox-60.0b14-th.xpi 562260 SHA256 3c84ca874f1e5329efc3909fd1f48cbc61f65dccf73e74b78375d0c08896795f SHA512 c0ff0361880c838c835b2e41dd8667c05603fdae996560188c33d59350b35b2d641b5140974ecb7c31854a42d93abf79d8048aa36b6a1e8fc34ab28f4c5dbc87 WHIRLPOOL 753860a09aa729aaddfbadd55bcd8aa63b49602cc83e676eded10e6381c9c34d251b91f4a4252e16a5552ed183c6fbfe7532802d32de569d757d55c8f6c14e9c
593 -DIST firefox-60.0b14-tr.xpi 524700 SHA256 adb764e70e97f9f28f7deef21bf99eb9c8d03ba9b6448e72153b0f6e8a4dd5f5 SHA512 c9ea4771f2656f4a105685a0ad04d2b392778370820531758d8c3542bdba0e1e8c550dea730e401ea77bcdb0360cc767bb9c3be827b02d5383968c66dcceefaf WHIRLPOOL d701b072e2b72a340e63c362c9965c9476ac2a6fc916b97c6194ad3ca95d4773310496bfa8870c524d474f67285046f30fce2c1aab5a747f12c6c38233a0c111
594 -DIST firefox-60.0b14-uk.xpi 579871 SHA256 62a7925d6d0e6386ee790b702f2f5beadd66cd7c0a0e59efb73ca299f8b9418a SHA512 727c3437e11ce65ee1cf76b532af78a5e5a9e1076b41dec41e5a1c5b9a76a1b635b1f0bdbc88e691614eb7e813a63dd9ad78247c0d45b4b133fc5f57d9947a26 WHIRLPOOL 495ea510e84efa914502ed0b8664141bfdf9b102b224ce33307d108b9b58f40ac29660a0e703fc51dfe6bb6c367622a464faa40360eb0a8e45d64adef7e3bde6
595 -DIST firefox-60.0b14-uz.xpi 511105 SHA256 066c1860cb3f5f574bd244c443889eee881ffb859512b45be7fda8a40cb8d125 SHA512 65475be56eb762b647c3f5a64df5532cfea1e9ac9bfe96a09592c298e8c80b9cf7540e661d2aa136672a102deb91bb7e1c73759f48b93d3846f2bf4abaf5f2cd WHIRLPOOL e6dfcc81a2d71046a2863b70be1b084233fec76df0e1b74bead6b5bf53d53ef055ee42328af9a67aa3138527b1281c1605ad91907462c07fb15603c1dbbbb806
596 -DIST firefox-60.0b14-vi.xpi 527335 SHA256 f90502723b55bf8586553533c1d7a529fc4826727707f781d349f939a123d6c0 SHA512 2f6db97d7cf381fe97b5860f73b192f206989a0bcbe3580db74b7720c5a2490e9b018eec2c7bd57fad05fd0bc01075c701df631e2850b0cf7d0cc70cdc4c7376 WHIRLPOOL f2618f2bbad0cd3cd7a882f2bf52eed7378a9f2a66e7a3d05402bf43046a2c0f45682d52a1ccdb98c79ca5d7e22931ad41507a492a43c9f12193e431aa182430
597 -DIST firefox-60.0b14-xh.xpi 511099 SHA256 756dd957add9d0e42508abfda36287c3eb828e1362b5165afca423e60a2e0c3c SHA512 e7333ca1955883beb92ae782b437374fe2882b9b41d8fb15ba1bb2b80b56bfdb676b762394350b891f3613a252c98d89e74428f68bb26de6fbd597e31c17c97d WHIRLPOOL 2e0f7d16581a204cb6b3ab79e7ce4e4d88ab7de0c3b2083316c618e353205d789a7885f8460a48dde2238116f1e0f3c4ea2cec00cb94bf7cc70d687cb3719fc5
598 -DIST firefox-60.0b14-zh-CN.xpi 542600 SHA256 2a90c568bc57ea34c866cffbb7a9fd4410220708d0d09974ada0009c12bf69ab SHA512 d5d4fbe44dc3fe97a372be554779713ff39b59bea5696735a3b1564eb4d62b04993c89aa37733b04c664e03ff6ba4582deb7eb6021e813af832256e67708004a WHIRLPOOL 28e51d8f4b4144e6ddec6dbae63fbc6e5791f1c0b383e6002767d02c95729b54e9acf98ac092ba7e2cb73005c785344e0be6ff57e87ce6dba4868a0bcf24f2e8
599 -DIST firefox-60.0b14-zh-TW.xpi 541123 SHA256 669f731856efd0584506967a420a140beb50dbc04525f5787e87f32bc255b429 SHA512 c0adb7f61a3ad295b3a9f6bfcc67e6e13f79486a3c0d81eea8abfdd903ff3be004ddc07d3e743aad897bb8e6a86b1e4556ad924a4f1eb33ae2d9d048e840ce77 WHIRLPOOL 034fc4695d6d5a4b018c31d33ebb48427929c709e3d160ef73ae6457f435b8b5a6b993f209fdb2ddc8205f20c18495c6f152a2c7c1f0101ea8a53138b4a160fa
600 -DIST firefox-60.0b14.source.tar.xz 268253720 SHA256 af83c0c7d157900e02b617a6409cefb1d47f9e77a63be0b8a9cf02c17237d437 SHA512 31f7bd93b67bea5b15ab62fe228ffa7176f7091d30f27632b0d1902cfed2e68bd8fa17be74b8c6e1ce6935394d565d1efe6db24297102fe1da3f5b07b6427a66 WHIRLPOOL a12f77a4c48aefad9296a1012df27b7cc70db49a8aa580207627dd92c333026091b75d8e02ca78dbff32a4bb0677933a7739d84175c5adc7b8e9e3b27c31e49e
601 +DIST firefox-60.0-patches-0.tar.xz 10708 BLAKE2B a677556257cf9935fdc856b1fe640e720f33084eea0a256d85f1d89b9b02068bb62de14ad39ea8854d4e57a84335149177394fdf1f3a84334056b844db733560 SHA512 665e5b0565c39e6646a953912b8b1d870558340d6ab13d068947e33c8c43a321f8033e47722c33e266fc476ce4c7dc1ea3690cdc590ca08f90a0c6515d71090f
602 +DIST firefox-60.0b16-ach.xpi 496058 BLAKE2B 68576b71ed38375745d6ccd579d23042b3ea0abfa33d5a9cfbb0268cfac017cb4dd9f13c95d60f735ef4c2602bd363c4c08bef75c1b6be7f217aa7a05bd4ffdd SHA512 9b7f558a6542f99c3420987d251146aa5677de3d00b4b5e0f41d24ee680e98b9bb46eae8d5a6b1913b35080c501cfa4ffd63fbbaba00bef447866f8a123e5a69
603 +DIST firefox-60.0b16-af.xpi 486534 BLAKE2B c76d4d88dbe7e8ab840c555509a3599fd5a172eccc5d3cbe1ca432acbb7254e728f2f9ac2aa3afe94c68f694458d5eb507ef34843587896102c9194c7556887c SHA512 022a0af59f8879760efffbc7e65330b734fd95623456ca6328105a6a9e4c20ffd0f9252ea6e99ebc2418be90107cd0d238101b7136db5b4699266778429e4ff8
604 +DIST firefox-60.0b16-an.xpi 519729 BLAKE2B f3e699cf117c5eacdf1bc027e71ac4f44d009c12bf56919c18049b1cf56b7d90e97875a2b6601788f4c98358ebdcf42f79ae2b0eefb9df80140a7346586567c0 SHA512 c9ea3b4c37ad55afa93bbc468c7c62e27391621f1757ce3018e0d0bfd761a14a93e9b11c01b08b96a05a4ebc767e45a3725008fd3dfc7e376a54e1366bb31db2
605 +DIST firefox-60.0b16-ar.xpi 546952 BLAKE2B 191f0e0f30c4c4f173bb270911291d6cc85cc413a4afe3934fea788bd17efe56e2c3dfbacf625e7b670da1a30a3fa873e799ce8637457d9e90dd854e44568575 SHA512 af1584729d3e132cd0fa7a666c2bc039c16062a8acb925a172881fdd109832b0f96c73e43084fa7449497392dc76e8109a060b5231e1b2e1ad694bad5a0dbdc7
606 +DIST firefox-60.0b16-as.xpi 529944 BLAKE2B 5d7ea1a6ded68b8e88d68444aa5fffb3964d84b6007b97c1b2270e82e5e947d0f4c2c4557917d8495465dc15326b9700447052260e9ab76eb3e89da7f5e693e5 SHA512 5c8440a64bc139345e8ad320a64b0740d6bbd1ceba32a35692adfb5c230110b34171ac0b2a53cce71482fa782606c9ac04f023d4c76d41d3e50c43e5f3401700
607 +DIST firefox-60.0b16-ast.xpi 507868 BLAKE2B 703c1d98ce9339cf4d76ed9f41a4916baa3e5e75304157e1b72ef2f9c2fc1624e08377ef596b827b9b76578b893fa987eb01f43af9ac65de11cf61181aa9ccfa SHA512 5958e5358fc0b567c130513da5b684c68f3c5419b5d94c63cee4da2e74a35a40e9e85d42072b75c9aa28249fa67859ed860e489ab14d72042f7e61a683b8eff0
608 +DIST firefox-60.0b16-az.xpi 523974 BLAKE2B 9de21b9871165a5e68eab9ae63a368dd46a9cc7533e9b9af1f0f32755b65553b622dc213fc0da42d1ce71c86c9406ce187ca4c1f4c0f7f585fb9a48c7507c340 SHA512 8179d4681aa4a38ae5a486d45089c512da6b4b2542dab14c22aa2fa8735030140a7570bc5f93fa46404a03c140061d57625b49434b35b02fab7184f44c5dc67f
609 +DIST firefox-60.0b16-bg.xpi 573075 BLAKE2B a95e60edb3a54f2bbadb73175f9da6654c895abd800da995647f2204b0562ec4e90016584c10922d16b5e1ad09cd76aa2db127eed2fd182028c1663d09ca96a9 SHA512 fa88fd79c3c75cc6a2c91e582011a9560c1bded0c8944d05dbc9e32661f4b644c0f0ffc8523532a548d4cd217e2e78950e2bbeb559bfe3e78f818db4b64a4dea
610 +DIST firefox-60.0b16-bn-BD.xpi 589629 BLAKE2B f62cb3b14a79885965f3886be5d5ba1c24901d23fcb9f54cccc3bd7ed6b062cf15b99c6e1e60ebec5e12093e0c40504867d5c87c949e4c6c41536a5f504c9835 SHA512 7824487180a90ce8e77acd0aab47521fc8eee160fa7c9de4bb3b56d7073bdccc69eb3c5cf87c9fa3f03bd9db9241b92d74b73c5845f8a1d630139780f768db7f
611 +DIST firefox-60.0b16-bn-IN.xpi 570080 BLAKE2B 3cadc75471cce9d8e2aed1dd48c33e1db7c209e24f48e5347e31858479f9440066e0a95e0882df6b22f01dacb3bdc0310d611eb66fcd3b02f31c3fd07ed7ffab SHA512 a68c168af7cf1b4ce6c973061212d5ec6dd6b2d299420f502a017bcf45b25ffbeb51b143591f8199a8b18ca93b5825ddbb61ed60c6cf3499ae3683590d12803b
612 +DIST firefox-60.0b16-br.xpi 511255 BLAKE2B ba7ec161368c4835372e233f31a134155b95d5d8360b8daf0d2ae4c97fbe3fb8500f2c594022100ec760170bb9a95dab692042103fe92ba88d205aa3db06dcc6 SHA512 7fbe9f7c0d1a33aa15639015acc419245a7f5e2b8300c3ed54b0b54f54edaa28b1228ce9437d0871dea0ac356c60d34d849e5ac3759a296d97879edfbc4b4e71
613 +DIST firefox-60.0b16-bs.xpi 513929 BLAKE2B efa06024c9c8419a13518b6cf20038fcd20856d4c324116b6fb07f2d6e461209924b7f2c1265650fe518060a5652e4f6ecec8988ee478d30e97aaf3cb442e63c SHA512 728f9ae83f824a8c646ec28e8af0d0b5e1673415072d25508663fe1824e40c46fbd4d0903f82f18f906350a40edcfd5c25bf2ba0c8f70d561fb774b353da38b9
614 +DIST firefox-60.0b16-ca.xpi 524474 BLAKE2B 6481b722cd2e0878691dcfa43c9dbe6238d2eaffd26e96304745638ec143ea01ec65054ae7f35be2bc7bfa4124703e227453e75c50c550dd8533744358f43df5 SHA512 a856c4f262ca3b9c0f8120c1ff5a069e2d2c726635cd7a89d77cedd4870f571508a53bc9492ce88f53af0970c29dd068959b73d18ab04f457be052b7bc0517f7
615 +DIST firefox-60.0b16-cak.xpi 535513 BLAKE2B 56fd3678e0d029f2261e4a36c6e8749191a3d66ec24513adddb938752265306129e26d5fb7bc6a20a6d7e3a4e79e025a2959c06aa27ae5809f21e9ab667df76a SHA512 bacf2cfd8cfba680e1704575fd5e5d92663449258857dea871722468decaa0531632a6826323c9cf5a32194d4e7e11d4865d6d0695a10609f3e94fcddc9e6bdc
616 +DIST firefox-60.0b16-cs.xpi 531020 BLAKE2B 1387b70235ce503cdf694d2d1b82bcffd0fe2305c538cc249f2b6301e9ab0b86af002114e196f79ef3218263e1d26270db407366035e68aa4ce4e752cc0e9454 SHA512 fef6e9c7bb4a22d640c6635af91383c31150cdd5e478657cb87e3f90fb499f4c930cc09d464028607b4516612f759031a373263d46c71b10b1b42d32d04e479b
617 +DIST firefox-60.0b16-cy.xpi 515863 BLAKE2B 2e9db6090c01cc104fe22cff2580c6cdd0495637ef2c218fbdd6d4ad59eb6f4989f33d939caeb576e96bf876cf590c710ceb01d2ab50613ce763db93b725cfb8 SHA512 1ba3348d9cc6c3f78ec7edf936f8e85a0812001e6285d438d484b2d86dacb06016aaa22617b17d34f88b37c1d63f50fdc28dca00d76eac9f524fa5340ea25b87
618 +DIST firefox-60.0b16-da.xpi 509975 BLAKE2B 8bd4721d0f88e68f652359d56fead0b3b5a421d1c847b38bd9016a7c25fa11e15f4152498abd20de2a897f61a756b2f887adc927e3d3cefe0b5501e093d77583 SHA512 960fd3c8a1765ef49de0945ebeddac61e66870f79c1091be3f3fe2829c0edf49cc53495111651d996a816a26e07ee02fcacf585366271290d87d2910f6d1d5ab
619 +DIST firefox-60.0b16-de.xpi 525692 BLAKE2B 42cdb9d560d8e8f3d335a1f4e576b5b0faa7ad220471cac0068b1206bb2a1b3b14a5e86e1309cacfa9b398ac175ebfb69117b5f083d985fe0552c6dc4aebfbc2 SHA512 d82a8fc061967065f85f2c54c1fd7cc55293a908ec23eda29cb894ab504d66d686d6f8c0a77251856be575232caa48a93efbdb269ef398ef37baba7cf39f51f2
620 +DIST firefox-60.0b16-dsb.xpi 538748 BLAKE2B b8129de0a9ea6c1a2da965fe34a7d46fa75c9ad4e13f55b97131a348cb59f5c1f736e798205dca22a418b66b537dc0ddc6face98177096dfcba402b3563afc31 SHA512 a878983cfcc475a8cdc008fbbc2b1ceb2c8f657ef21670c0a08617c074beabe36989a4a79c100f1c8355fc543fecd67c0f6a7c5c8d13a5bd8067b11c0c5b75de
621 +DIST firefox-60.0b16-el.xpi 592911 BLAKE2B f7f845dff3554f01d7ed79515d4633bb702385a71ef3d7d022a1520d9a6229046b3c741e58b5f9f08c559671ba9b47702218e4d75bce724d86800a68de85e67b SHA512 c51af5dc292b5e9e22800bbf0a076de5bb16c6ec01d0129848e4e1017933cc3b4cf38fac83e143d8cab41687005b65e62f3d4805f653a60da386e36d0d610f3c
622 +DIST firefox-60.0b16-en-GB.xpi 490908 BLAKE2B f0d403fc5bd27c8faf182719011511c2ba97b86e05d7e4c36a72ff086c56e259b1ca95afa69f75299c412b1e67d03bb1888f479a35abeb895197022c45b2fe07 SHA512 e4465e86e679ec19e5547ad054105ac87fc5a65eedba93c4d0912a24e58741edeff42d299d4a5a805402950fefcfe95c56fc2577d124fc3855e84d15c97f41c2
623 +DIST firefox-60.0b16-en-ZA.xpi 473895 BLAKE2B 41dc69353bf739bbb88d2a53b50c8478ba6e1edc8b3d2f5d4c8d54b4a817b969656193556d5239cd2614f3e7688b6a5cf2eddcd7fe110b4589b14812aff6b5a6 SHA512 5ff73a563d8852563e71912ee28772f389b490e2a87722fd2ceb69c9bc0b3db3527c01c2e74be58edd199fe6fd02c1177f1427397361474cf2cdbd731114f8cd
624 +DIST firefox-60.0b16-eo.xpi 510479 BLAKE2B b71aaf6830382e439e84e5bca5622c11d86f80b40a953445f933cdc728c8acc610308bd4579a7ccc3a25b280ede8d5e4c5891461c3db33a4d9fcd5fa6d22ded6 SHA512 9d669715123ba80ebd60e21beff45be9215d191ea093f7df650d6aec653ee2904c44dd9006cb9ffa794df1cb6c3e91ebd1a8b680e9534b5748e9512e0a30fcd2
625 +DIST firefox-60.0b16-es-AR.xpi 523821 BLAKE2B 609800ec2fae87f711c7bef61e575957d46ca3f9d0348d65b8b0a167be0e4903e02e8df04ecd3c7b4a7852e3e84b9b2e1cca53436a3824c0fbe79cb87f167c8c SHA512 7b6054d8987eaa4f17c2af7c473938765d9b9f99b8060b38c0eb3fcc5d605711f1c45c3b0e1d5a8b9a0ffe9f84a8577c6a2ba53dce23192ffd862dc63072fef0
626 +DIST firefox-60.0b16-es-CL.xpi 526508 BLAKE2B d7cf50894e0c4ce35fd35d8cbd770024c0fb1656459c6fc3b7d873e2a3784a466700ef3beba9dd1e187abc622ad2e94cbdacb4c8ccf456cb7c9c4772258aaf6b SHA512 101ad28ea79c67fa7e016f9dc8305f130a9eafd2be12376f79b1a5a1e88a9baa2266be0002691727b84e5e3accb155b64614c381d8e2bc3902ea0aac0ba00c0f
627 +DIST firefox-60.0b16-es-ES.xpi 459135 BLAKE2B 215ed0a3c5d052052087727cab00e8728f7c3e101b0794ef226e720c2d6dd1a3f2b6ecc84f42e62b3d9f32b4a00bb0e60120ace5076937ac07d2805dc0b94d4e SHA512 bd3d687eef6ce28eaf9f694f23ae49fb1c6d95ac76a0a60fa27f022e9ec4bb68c58a70495969efe452a0e1c65728507448fc36e198b4c154b95a8478811270dd
628 +DIST firefox-60.0b16-es-MX.xpi 527842 BLAKE2B 6d5af64fcbb37649b4719fce87ad63ce5ff5ff3223702981015a5aebe4ecfd1707e9af83f12b9015e914c3dbb66cf73299254f442d00038379135f2b338d11a8 SHA512 09659dbe165f38fae5f4f63ea0dc175467b882f771640a0360a8d11fc5b020296cfad5fb9dd859a4a35db356090fd7cb6660d8ab02ea1e36af336b0bd6a1a4b2
629 +DIST firefox-60.0b16-et.xpi 504169 BLAKE2B b9e65d86e23c3fca99794008626407ea5a32847155b27584814498efa1ed0d9d3fd5a6121f288ebeff5f0a977e15410fa249e5aca96b6944cbf767106acc365a SHA512 45db9efecd422388805bf0b72b266cb3a1d78b9e1997f605447219471686bd73a9cb455ee4adbb44c680ff17a8fd997d3a7a57615f990ffe95ae41fdb03809ac
630 +DIST firefox-60.0b16-eu.xpi 510935 BLAKE2B 6bab002bd9dad2d5778540d2831eafe751a90a7af6420a01a7f416fd7148afab50610683340b32242ef831643a9af7844ae0ea4d1a84c5111ac3e6c8712a509e SHA512 bd43b0d6019e4c3b940c1a19c0eb5fd52cd7a80dd078e94c76877973f6135dd9d34bc0776a978a8537069649edb86119e924f88279bc02c15a0409082e2da373
631 +DIST firefox-60.0b16-fa.xpi 565493 BLAKE2B f40a19b71f7ff73a4284096cec7f286c1a4edf9aac5ed767b3f49a1d2cb5af9b416bf15e4a046a2e8989c3964eb77dbc9d3a219ed8e226fc9e13b492e17fbf98 SHA512 9e7aa5955e3cc3c7ef81105cecd58990a24eb48c80556d344aaac33369bdb99409fb68edcd4bf5d4120dca32f8c3d07257fe74a11ef309ad4e6299a6a650c433
632 +DIST firefox-60.0b16-ff.xpi 511431 BLAKE2B 4d04273f0d12889e80e14237055731ce14099c85560111b137a12159b38cc14404b3f2dcb81b67714d94310ccc85c8c0f3b73307817f9308f465bf447f0746d9 SHA512 573becd0fb2c78d86348a3dfb322b05914c2d9548d3040706aad6591bab0ee6e9963ca5f9ef0b7735d64677d5772c85eddcf696865ca0c983f22af34bd2bdaa1
633 +DIST firefox-60.0b16-fi.xpi 505401 BLAKE2B e0647a1b266e5dffb45dc452029c9bda0aa4f980f5e5c5fff4a99c64539c7bf0f2415373986fed09f0818fdd69f2adb748a7c29aa6b5bb4a47846b6a13d02fba SHA512 339e6e0dda7e4af98d3ffdc9e49d7661f7130b8f47d78871bf84b4c4361f4f63d9a7ef79b480cb4d7db39f7fe03a9476394d5dcf30c2b7e580ca37b8f5e06160
634 +DIST firefox-60.0b16-fr.xpi 535238 BLAKE2B 6392b06dcee22dfc1c8011dcddfd8671da78237d1e271138453b018076435f7a0108b60320048017c5bc6d2825aa599b103676fe695ebb335536d65db9596af9 SHA512 1269b2222284a48b3bad9eb89b5477d02273002e2502208124df76bf9219163cbf28306b71987d5baf0c2005b52b32c19c48efa0926bb1f1568d8dd763096639
635 +DIST firefox-60.0b16-fy-NL.xpi 523734 BLAKE2B ebc5dc49517b3b805d4c7a715b342c3c878b0ef24d2140c1bb64e9fa22076c0e19a8fbb8d6672d8556f233cee6e1bb5f6a0b39796030fcec5d4231f5e61e3dc1 SHA512 27d140fe67aa5c929acd3607bfb2dc62260e40fba35bbcb7ac3583a898f1d13d7ec33a9c6818963ad484e85eb82960275bc98b74966d394fd62846ac45203c49
636 +DIST firefox-60.0b16-ga-IE.xpi 526197 BLAKE2B 121eadc7d400e8de434a100f41ad332ba0e2d76f2248272aff89c25a34652f8d83cce2ebda1fa8c36021fdb18883de98ad216018175b7edc90c5b2d478865c10 SHA512 66a24a4362977c55850a1fb911da3a41692efd559d1cff1d61f72bc62e44929246d331c50a3151f684e6f84af296adce936a5e6e2bb4185eb12ee63fe711f3d0
637 +DIST firefox-60.0b16-gd.xpi 520091 BLAKE2B 0c6372e6ba67679b9debb97b6a1615b10366dac603c333d95c6cf699a322a7de61d0ca82d6156586255797224758bbde0dc507f1de7ecbfdab6d4ddf6e891423 SHA512 60c913c4fbee88c111ad16a793657fc594dfad017e348a1a25b1fc7efa1a11c5d54792f21ea3c316ca86720c23a5eb6d2d71487972a2c9710e1af1c81053939a
638 +DIST firefox-60.0b16-gl.xpi 496587 BLAKE2B 15baf932763546020e50d852266c0de8bc7a9841e4be5d4cab38e66678ce30890fac74839dfc407324512b3b38a4b685bd144d70435c4615a42c751f9ae37165 SHA512 2eada765179a782a495f6e5f2ac769a9509ae45870a399a1e9f8c151347edb70c2f2236825cfde1e1e9dae148a453b01077fc189381ec09b827b8676956f1ebd
639 +DIST firefox-60.0b16-gn.xpi 532440 BLAKE2B 840d74d8e18b178eb4453245c638d2ce1885e8a113fb8ba3a59a7308b5ccdf2a91e4d55e0725d61ac20beeb9b59f1bdd9a999bf74cdf954659a900270e5fedf7 SHA512 91900b5b1c4102ee9af73b03a82ae44b1913cc7e2b22126c825103f0c4d2d14b2d8bf316816d95399888e72fe8c3b14d2934e3f9fa5b12196b342beb4d8fecd4
640 +DIST firefox-60.0b16-gu-IN.xpi 589480 BLAKE2B fc5f610d6289414a1d0a788d64b72841d8dc3ff1c9e23d3368ab5e31dcc794f00d87d51fc1a485d540aad1f295cca5742400353b46a623ce0d3ac8fdbc3e52d8 SHA512 b7194dc9d8197866c714c703e4bab59f0e1caf8828cbee1371922a4a7bca577a1808d2d9bb9f42be6b9f59e5a22b057cfe36a06773be5da46526409bd54386fc
641 +DIST firefox-60.0b16-he.xpi 535213 BLAKE2B fe5055f8f3ac84614076c6e93b7dada877415f1fe5881fbdfdaea1a4dfe5b5636c1206ce4a6f1db480a12c095d463a8ca4e4b86f12c19d6e02399399d82045e5 SHA512 a03a6b1fc4502539fa7f943df21b0b7f343dc5354e2d6a4a9d6ee3ff734f748880284294749fd7345b795e0603dd3c1c7757bec2cb260bdca5dfea2e4366a3f6
642 +DIST firefox-60.0b16-hi-IN.xpi 590070 BLAKE2B eb2d6cae47c6dee1d49a8668cb8fd52061f52e6c9d8f67212521520058e5566f870cae560635644b11b4b497ec1703afb3943d25f14e46edd06a39b0619f17c2 SHA512 08cc6757e01d1c586d242d99d0c5d290d0ce6fe33958ce0a6705256c3fdbb45506a0a917d6866b00ac6ea44e12e17a38289de84290a719b5f222ec0d3b180286
643 +DIST firefox-60.0b16-hr.xpi 515185 BLAKE2B b3ac0ab39fd140c7aa62197789d7665ef6df029d26530a986b2ef6353a11704a6509d5d1637a35831166e567ad2abe66757162ba3061385aeddfef8bf7584dd2 SHA512 8cb69a36e4d3d2e444a8bfa136605f502884d3f67743dbec94f219015f1d103de0d7b11ad69a18be11631aaf3c347621d9010c562315bdc022536203715644c3
644 +DIST firefox-60.0b16-hsb.xpi 536284 BLAKE2B c31c14647be0a9b3634e8ca6d15a8b0ead8a97cba60077d599f81e135ce4c3564a1eed1c0bc655e394b1b91b0809b49d25e5ec6e31160a3fa1f76ebf6d67c7d1 SHA512 3cd21ad0f4b958e820c609258330a5bfd19669dc1db157afcfe7e1b4aa2d3b5b77b241c2c9383c49cd361884c03a2c38617548508b7365438834e3d603812d0b
645 +DIST firefox-60.0b16-hu.xpi 537584 BLAKE2B 4a0c374e5424cabb0f250c27225d755b33d6eda4ca5aa51d9e0e2829f4032bae9c027a4f6d550ab512159590b42d3eca6ffaac85dd7afc7b5b97fc9796883922 SHA512 2592f7799e5bdef0e123a03faaa0e49c41493cf8604fcb8bdffc7c1e894c838afea44dd6e10c7b570e1bc88cca99c0a31bfaaf4d8d6432aa40966d0a8d6616d3
646 +DIST firefox-60.0b16-hy-AM.xpi 568628 BLAKE2B a5cbf95a1a17e6dc89c81c47dbbd788188c606f3f51ec9e3bc914d79f8be8a54531a97258042a88123048f72ec7a3d00a5985538ce8922d55eb55effd2f6df39 SHA512 94e140681efd3105e897598cd7f063d6fbb023bf294297f78489213f4655957c16821338f6f21e375ab2fd08d426281ace8b32a5fbecc433437ac5533666469a
647 +DIST firefox-60.0b16-id.xpi 501449 BLAKE2B 129047336ab66a3a81c2601768effcbdd43b073d1cd3d1d465ec587efb8fb9dc0a1545083727f042ebeaba43900ba42c0c73ea72ed3b44734ff92cce0a5030f5 SHA512 eb98f297cf55ad0b26d96de4a061bc4ba5a2d0bbd10166fe0acde8d833180cd10f0c243b58f6a2c765d78551492c4fec264347bd7c320914332175ff284c9e2c
648 +DIST firefox-60.0b16-is.xpi 512504 BLAKE2B 44ede2802288ca8e1bb12d5443c2f944036e211b5aa663af532c7d99d54f3677881249ee1f3ac0c4a84304529af222c9e91a5ca7bbfece5dddc763da9c0c72cc SHA512 e6d837bd9a6c18157aca412b6879e2ae4f47c8e534624791d9441c324246f459db5d9ddc46424653bbe9d5f52165ff130c69f7f5960d763a823feff96988726b
649 +DIST firefox-60.0b16-it.xpi 398265 BLAKE2B 0084d41abd6d8337c737eef7a763f3522b3d40cefd63667b56dc26aefad9355a6a2d74d45fb852b749c3fcc1effda6887c598874b93356367a90a62aba9b8253 SHA512 433335860b3ddfba29f5c40db23a4dc9826d7487855de8c6503bb65cc804b3a8b52b598db413a5feefff4d650fcc38d00cb815ac355d0ffece9602b0995caf6c
650 +DIST firefox-60.0b16-ja.xpi 571237 BLAKE2B fbdb528f7a7c6a0ac1b5ff5917eb24665edc201d7c6f7578c7b6c575ea996cd8311985e851d3fe42b8065a95545ffd3d9fb661ed09fab43a5c7d632b294c3b6f SHA512 7e7baf9be1d9b9729cdfe957498de03438421e2d97918c35489cdf8b227907d8bc9656926ff9a2b18c6195db7e13a8e691b8b6a43acf88012d67233f7ec8c67e
651 +DIST firefox-60.0b16-ka.xpi 556068 BLAKE2B f60a0d9260327b97ea7f278bbddf9b4036b4d5ce38c7265a179730e2e8fa522de649478202b5258a75cdff191fc72fa56a0f16277ff34de1d8a877f65337979e SHA512 06818abd6d35e01fe64488492dac24dd532d02cb8e06be31f063af007e814a5ddfe3006ff14f78cd1f6e7af6e03453229d6b294162da74dd5665536cd7b6e190
652 +DIST firefox-60.0b16-kab.xpi 519623 BLAKE2B e128cf48b68197eb5dcff23feae86753b8604f1b78a3407d61841d53239c53fe6859210d7a2c88882985bfddc4ccefad1c8de6f3e160350ecc00765882efba73 SHA512 1dca9d1613eb928c743a1f757288fe2741d253dd42012a882fad801906293727a52729f40002b3743fcccb8e80c2a29a19ba04648cfd60da5981cd7cd260da34
653 +DIST firefox-60.0b16-kk.xpi 582203 BLAKE2B 6b3930471c947689f3e0e6893ffa58327baaea3f48fb3897c1085cecc4b92cec8e4f654579a586ba79edb5698fad18ca77e480107e02dc24b5a9ea417db114c0 SHA512 afe6c047d95166e4850c33b74960e03f36e22ef0cddddeca9dddbc0fe23a2ea0867178bdea46e9fb5bda100b317896c0bff179d3d4c6bec480ceb3db2baca4c2
654 +DIST firefox-60.0b16-km.xpi 582343 BLAKE2B 810934bb2bdd795f58fb01450f56176ddd1690d9dba2998b0619a61f0df3dcc7d51ae651eab47c1e66f3ea3aba8fc8bf68fc74bae910a5ceb72aba25bbc30b2a SHA512 30cd54aca878c4cc11de04bf9ab5d0dd82a203dac10bd633d3bbde9b9e0bc72294b46f69b939293c0dab0edf32900259d46b0313dbaad7705fe0d0984573d973
655 +DIST firefox-60.0b16-kn.xpi 585100 BLAKE2B 46e752bced9e4bd59c6d267280481438ef5931103563e78fd4f85c41449b998914aa5a9929ebaf88207ee16f9cab49a8bfa2441a85f603e9b5db4f1b28f98c4b SHA512 9eba0fea7f8e6c18701d47209a9a7bae232412202ed1afe08321df5b0f876d6563622a217bcbc1c94d3eb78be620e004f1bd9746d59993cacfbadfef40cc6466
656 +DIST firefox-60.0b16-ko.xpi 547050 BLAKE2B 09399077cd1861cf08bfb04265bc68e06e1d79d7e7e001f8d5ed838262974739c4a5f6346bc67d04163ef0248ec9f8cf76b6e9fc5e9292a489c16511b9668d99 SHA512 0353fe4f57d99717a007f08fb99e454f7512e7b7614fe4fb533b50c4d13bf0d10d5e40faebd1c61922e226787d094db070118f264d2cac948e48984814bd2762
657 +DIST firefox-60.0b16-lij.xpi 512394 BLAKE2B 5fb1f14403814ec3a0cc43744d590997a7c003523547640980175485a7247aa6e9b68cef72259b5c6a81c909442e2076202ae2f155373cbb2f483f40481f8903 SHA512 b5642a72ff3eaf7913bce8b7d2cd3e44bacc25e2f747814ef9edaf193efacb1ab69c34b0c7b685e9cea2ea0fbd38b585cbee4c8beb9b2c487217c97813bd465c
658 +DIST firefox-60.0b16-lt.xpi 535626 BLAKE2B e39119082dbfd6266d471bf403f90e994c19974ec3aa912ef8feb09d3390b7ebf382a95e42479875b4445f1e102bdae7f16c98563dfcaa4451a45783c4203aaf SHA512 644e202ff38ee7e7c29645aa253bb0e62291488b6face637b2f9f101566ed61c0d0dbcb4e9cd1ddbb08d5c8aa13e1bde9b5068dc6ff8ccd42e5bfaf1f761253e
659 +DIST firefox-60.0b16-lv.xpi 525636 BLAKE2B 5726ac628b3e6b0db8e817b41b7a8456ae8b8d3ee3377091897ad0b07a16dcf8f4955e401a0fbf9795d42335942146dbf09c79798d7d881f4bc77626e5360e15 SHA512 6a53af68435500c544fd56bcc08bf17c9a8903ba451c54548153715361c30999ffe4e23d8088dac4a99e2a55f8438757e92effe120adcd16e0cb4519ef64f0dc
660 +DIST firefox-60.0b16-mai.xpi 548476 BLAKE2B f7ea209621dced609cbb4509b873b49e4ef0fafd6928cea353a4c2202d0e334a00e990c8f9dcd0f32ed84f9c4fb7c82fd459a8bf8b9fae61679afb2b8a855cb1 SHA512 592b75c622f71cd889f2a55595681267ca693742071edd9a1b54e72e956acb121625f78652a6f152b79e1bf8cebbd6cf1af36a30c308ec7c319198a0bcfef993
661 +DIST firefox-60.0b16-mk.xpi 513024 BLAKE2B aaead027a9a062495b0b38058c9c1e71127801090ac3a76524cc4c5a2c20a4f2730f56ad84df8da8d7232611e14adb54caf069699c8b5df8d5837729e4cae99c SHA512 5d6bc07d5b86461de1629e7c51a95deb8311a6a492449a1bbcdefb97cd74703ea196fd7fce04de29b59ab6bd4c9553f90af06ed4fb961f1c7ae7c6242e3f1fef
662 +DIST firefox-60.0b16-ml.xpi 598205 BLAKE2B f3d7ccd39f24f5e16cf1350c73e0a844f3d036d8176de79821bf6ba68f0476e3413fe60b9db981ed419d654cc14df15d1e40ec98d8cc564332ac43f744893eda SHA512 509f058abfa0a6a71934b2e2cca54cc93ed8de6f5281a9b6e049d63cfb836a75156526a844548b0d65457df2130a060ef60c1bfbedb8ddb9698eed95a2ad9816
663 +DIST firefox-60.0b16-mr.xpi 578340 BLAKE2B 146c1fd6a34d0e611ae7f95998838e22b78ca0fdc079049e152828072aac31d99a30393340941f512eaab569c6d980866b2ca6f840f2e739529d300f46234ffc SHA512 0988926daf858ec21c2b2cf87e8a93bd7c7e3f1dbe85adda767480bdacfb8c850cba6cab7e64d7b7fc7eba30bd421da1b4d1be356a8b44dda7e2a7e24df0ce11
664 +DIST firefox-60.0b16-ms.xpi 508780 BLAKE2B 296e1453b4d2df89f93b824a592663c3c4a05621299d8e757371edb903bb07b68659666f7a1ef59c4e4ab0af12d1b684d217f9fee5d52b2a73ad7bb88dead40b SHA512 1b9d25560761acd17c688a42c4ef4b9dc464e2b9160865cf3cfd1d7ec511ce0dd06af572322f08e95cbed493f99b51556330ecb95612a171fbb20ccdf5c6cabd
665 +DIST firefox-60.0b16-nb-NO.xpi 509097 BLAKE2B 60769e5f4e10c539ce5d7339dade4de1d422b1f62961994e63898fe84a1037b255a40b379dc0a89e539b65bec29b798acccf976ff9783822cd471387a00936a1 SHA512 f80c531425d1048645f1395d6560fe098d983792cb76507c7b70bdd8069fb8f54df68c4108444d84dcaf2d213731367b976d8ba73c0c60e25b159ac5b0cf856c
666 +DIST firefox-60.0b16-nl.xpi 516661 BLAKE2B 7f6b75e9fd6eac22b875efc1d7719f3d954070ede968ed8e125d6965e9af29348da26de223915c850758a84946f17e058eddfdc291e550761df6fe27a71a37a5 SHA512 fbca864b045d85a2cccc1975e9ebdfcf3521343a7dd67b98b3915723f03026507154f437700d23bcaf5829e5cdcec94a79af16f550ed528cdf273737ee08a858
667 +DIST firefox-60.0b16-nn-NO.xpi 510619 BLAKE2B bae3c6f9baad3d9d960511434edc1638bce99ff784f1c90e543d8ee278a875e295d0627faa59f368bc7bcbc828f453e0e0d8661401f970e3b9bf8255375c8160 SHA512 d7f5a048d02ed28408363401e03e4c992d074ddb41b2d48610ce29a73cb52f8c1f40f5ad05fcee8f3e91c385627ed60e82a53484854181aca6738f37af898e70
668 +DIST firefox-60.0b16-or.xpi 540086 BLAKE2B a067b37b08722f346ff751cdb59c808b217db05b745243afae3b28a9f520c961ae2b5c7d2782ee385f85470c34fc8e8e23248f07e07992f5e2d93bf0ffe4f0ce SHA512 073f8a27da0cb5c0789f833936a0e198e0cc38da287b4717ad20540ccc0e03c571650ff90216c00aef84a3c75e4e744c8145b8081aa0023f6a3c80b9074a30b2
669 +DIST firefox-60.0b16-pa-IN.xpi 557086 BLAKE2B 424575a9f8788a318138424bc6546601fec4bdc3c2e1f5a7ca1fb588a8b388c897db0bcba67544403b7e2817e5a26fc638946de677b94c8709b4758060631d77 SHA512 1c45a3c2115eab91209e72f85da71fc4846b594d61953ce3cb5c5fb1ae13b87f83c6e4c348b83ea038d6c03b2fe66661ec55f788514c38fe2d911b1b818b0abe
670 +DIST firefox-60.0b16-pl.xpi 418194 BLAKE2B f21125232483d5a778fbdb85a884f6f5158afd8fee9b3446d5848f94a9125b7314029f7f5e7e3b483e712258fedb3fa50d20078956acb0eaca46ead459d21b15 SHA512 c028d0c11cf5fddfa3baba6b5d743dc014818b109830ff0419b58d6089ed9ec15e07c3da563a9deddd2d4c8ed89dd0f4d0c8c4f41f25b46da2700f3a2fae3399
671 +DIST firefox-60.0b16-pt-BR.xpi 513943 BLAKE2B cc071806900a48d8529b912834c69c4866f753f0b60b9983dc49e1b8ceb60ee50e38140d6643244303185db1d253f72f2899bebf4c3f238afa7678a76852cb52 SHA512 b2095c9fb2f26895f1cb565569bfb41a44f5ce7d27983ece10360c49cc4f2f58f303cac235fdade240b12179938541f65ef8daa5905ab6755f688389bc3f3796
672 +DIST firefox-60.0b16-pt-PT.xpi 518533 BLAKE2B 3f905f2cf34ccbc27a5a3be37d7e28f78c3d295ba1eef485386c002b08c8ae26ce80a89a9744c953ea29ab3ce25e09ca7b6272e85da0067ab4f5bc3895b0d316 SHA512 69ba319173cd7a520393bddc91d84fdfa9a972bf685048e1723cd7404315b9edb6bfcf1af5477ac6fc5189237d03bb6ca91df5ffcbd91672c955f2f02f58a6c0
673 +DIST firefox-60.0b16-rm.xpi 505270 BLAKE2B ad47def1bd335917df24dd9b231ad39b3143d8eebd30c745e88a7f12a87b0a9281e82457e6f247e381f61e6e0e2790bcc63717ae027484a64e8bb36c0fd7d79c SHA512 eab06f5ce90ab3315cadfc68aa2c7c1849c3fe5aadbb1a73c68aac6d392e6f744ff78735e867a4fe82c3b089fbadda4b92998888386904e7575efe6a755ea901
674 +DIST firefox-60.0b16-ro.xpi 513278 BLAKE2B b0c87581b95a6428b2a338189d4991f28cbaba662a4b7081995020723b594805a9592a7f54c08c49f0a47bb274e487b6c1e47a9eed170fefecf03bc0d80d233c SHA512 ca351a31f5a6d2fdbf537bd788df3167078b2762d864a27027f6ef3c281e1e8d10d797e727ddc10fbd39ebcb138a8b2907aa84daeac8ecc6f7d6f9ce7c8425f0
675 +DIST firefox-60.0b16-ru.xpi 590511 BLAKE2B 7d06f311ef2ffbfec4dd3b1edcc3971c1c7ac111fd295e8224214bf7eb5db76a21d9ace4b9cd759094923decf680361b8749ff259e67fc9ef1ef1f5573b5acfd SHA512 562acfed12353343c419f871ff6ae3d9981e97be6075badd71a5d3d28d8c37b2049fa352c357f9a57f4ed4b090585f12927ab19c14d73453df2e7cf2574397c8
676 +DIST firefox-60.0b16-si.xpi 544789 BLAKE2B 4f3071e8b9ddb6bd4751114708d7e5c691474c6ce55fc7f277d6b3cae147365ca34af9aa22ff4751f026c77cdb1818fc9c4eca4b479985280437125d7b2b274c SHA512 f2b82935ddd1147025d7e689441aa1de27fc21a3ae2474e9d7d22ec085f2fea6e6b70d5dc825e573078f0f96cb4a1c0d4cabe46f3cc99fbd5de3e839f3bd6724
677 +DIST firefox-60.0b16-sk.xpi 540930 BLAKE2B 8674386182b201c27ac40b0f4f16b37525bc201853eefa8261bf3d6301509a431db446af8b38388d4ed7301bdb7e51b649ae7a45eb5d88a84a7fa82da3d434ff SHA512 a0e19260c9978d1e517710249abc6e0cf4d648dd8299c198b1cc8d965f613003ecef48889bc1e38b2bc2a8b89c09bf429bd3da55ab84a6c5462017809e7a4f9e
678 +DIST firefox-60.0b16-sl.xpi 518568 BLAKE2B 200c56ae0cdb810fca186753449b10187e2c852261762393bdb59ed085423a661ec7f15cc85660372edcbc35dc9a13194f40c9aa909e99ae67160615be374e27 SHA512 c26a81b656b10435c2df130f995aeac3199797bbe2fc6eb64bab8e5e93df8156a242bdbd42b948cd5177f1618d440082f6ad80907cd09d541d4a2d909011f456
679 +DIST firefox-60.0b16-son.xpi 496916 BLAKE2B d8aded117a51e83b7424fbb116f2959036464968b1616eb7157b8cb65c803e2d926b81ad348466302650e43f2193f54d492a3201642ce2a577e10f28b6231ef4 SHA512 79007301b520ae476c7d1f8bd87141cd1d858cfac0cf8a8f352cb3e4b593b356f5f946badb6318c6be05f39affa294a931944ffea52d463ff914d860d28ce689
680 +DIST firefox-60.0b16-sq.xpi 520486 BLAKE2B 0d452ad6f689019ded7558c42a94e348d6ae26050f023b8abe6b502d1bce41ed73d981fd503a7be3704858ca79a84d70219802706bb8439d4e07d4f0147543cb SHA512 3ee6351e84c3f43bf9f6e4a6a1aaf6b15626b52e7f173fbbda70a78058db4a43df9de90238b0a5d4228d1c79669254d22a3d11c9d6e955f0b4786952ebc031a0
681 +DIST firefox-60.0b16-sr.xpi 547999 BLAKE2B 4c723f7da674bd7f971975423a013842eeee6553c39bd9a1aef2b08f38bb4b4bc163a4894d803fe79f672a486b3ca6002f79892aa6575119cbfd0f36bd3727f7 SHA512 ef9407b60455fe96f50da69567acaf69f061aa2421150ecde76eb00a0d959f7084147d5603d77fab142fa04f1ec2afa99578ecd1cd21ff4c98648f3cda0824fb
682 +DIST firefox-60.0b16-sv-SE.xpi 517850 BLAKE2B 908cef2811f47c43ddf4db3e820c6913741844096508070b0166014b4f2f0340246ff3b575dff05b808d3c4dae75eff42fc9c87c1e5d32ea060e01e83f16694c SHA512 0c71a82142879af5aae751e9a5fb94208a091a0efb96aebd204c070dcf66ab414fd9a582c05360be9f15d493a8082a826e11c11767fd2257b20055c33791a2c6
683 +DIST firefox-60.0b16-ta.xpi 577142 BLAKE2B 80a4365754473822a3168a8e70451eceb6ad3f24f030016e2a344a809e948db358a897b41f2c8024089bf0886a9061a2f9cac6b642fa2fc9664933cd902eedbf SHA512 2a7cc2c2d9038ad89bb21debc1d2f5d471d0295394c5da7e239d809258cdc08ba2140f6a54611f89e8bfe16a5fd8eada2c9bc87a34ac8a7c3470b733cb4e8348
684 +DIST firefox-60.0b16-te.xpi 590173 BLAKE2B 72e2a953960823e5a29c0ae6eed011fdcad4f90199258e71bf6273e632813d6e5651ae2c57e45c4533b4b9fe2cc9c302d1ffe86027c9b155532587a55e6c7327 SHA512 6d3dc6218aa4f9c086438fb22b48939da2fe435468ca44e613f899229a50fb84fd021958d7c0cce2a46ca3b7e9c6d1512c69c798cf56d7803d238cf90a494ddd
685 +DIST firefox-60.0b16-th.xpi 562043 BLAKE2B 20dfff38afd89d60c51737af48c7066e35c346771422a799e7c7dbf75792c61cce9c8db0cd8116ae0f9deb5d68c22711ce3231813a82f358345155a15b556f8c SHA512 0ec6f2a6bb0435c42dadcce24a465d6a3e3fc934fac777c1561e6cece302ae9673a083b46aa72c202c0a77356c405530807636c9d7da4bb0ebb9714cfd552911
686 +DIST firefox-60.0b16-tr.xpi 525030 BLAKE2B 9f379134ef3434892e1e97d2071236f9e23fd20b9d91703ee12033956d02b2c8f1fee28a3cf056104d41eb5d3e67749ed62dabcc49e9163a19d4444c5ad9814b SHA512 74d567610c2a349868f253ae6ea82d9e04a640779b4bdd82cc2660d935fd01cd0915fc6650f3bb249eca44eb2380cc7f36433128208e31f160444c90df4ced52
687 +DIST firefox-60.0b16-uk.xpi 580149 BLAKE2B 3c33ac032de8d8d209eb8333fa0a82e4e1c581781843b6b42f45c736e8d6f67fff73e530371d957cc44fc2ca6322fa163df4a1adfaf650033d0bf7999beaeb8a SHA512 1393f023d7c1d880adb76721a07279fbc61ee63ef79bebcca1d05026e2812be2266a13b55efaa08b15308656b1ed11429d1356e38bc35146c6a0118aa8ab54c6
688 +DIST firefox-60.0b16-uz.xpi 512909 BLAKE2B c25849caa1d0e0eaf243b347f3bdd870d4011baace7dea768c48eb6db25dae72cf6d0efb5087f116d97d026ca444d7ecd72785f7456ee3f2aaa6539ad0977775 SHA512 34d1cc2ac23adab9605c6761ef5848f993422d59bdf9d066642c26d2927dd1d1742fd1d8d39883d3728b574a5f3c5037d4f0067dcf2d6dbf24f1cd1a944b6d57
689 +DIST firefox-60.0b16-vi.xpi 527413 BLAKE2B 38bd30ceb92f984eba146bad836a2456fda461fc86966fb7a57259b9dc54f6808209ff72251d28f3290c1a31e41b0e8a3dd2b2ff6ce8fcfcf1c2bc97d61cf05e SHA512 5f41382399e6485128a63e71166226a74a257f43fb23a240a429c3240904293df313639ccafdd1a604d946bbd2dd547c319aaebf2e98e31fd2264022a910e902
690 +DIST firefox-60.0b16-xh.xpi 511077 BLAKE2B 8b0ecd73aea6f3e4180011da8120624fe08ef32c32a5d2c0ee7f3e3d017df7616f91ebcb72ce0fd0d6761ddc22ae284788b6ee45bc6fbbb15cdb290331c8b49c SHA512 24133626d58dfb19c09257ea90075abb66e984a3249a7f4b126bbfed0fb7c009e701fb07e9b3dd65fee93972bfa60a620df436f0639412dfd43190960f86b5ff
691 +DIST firefox-60.0b16-zh-CN.xpi 542801 BLAKE2B 397df93c5ac8880f925ad856898979a17bab0f091969c6e55e966707074d00667d0e4dc0acac69e6178266a23367af4bdc0455633724e10b0785c0e00cc0580e SHA512 74a6c5d5ac550897a7bcd47d349d718d65a056db553b3a2f1794659e8bf37254ba215f707596b61a24501dc0a856f100a91ceb5f395a60d9fa64e0042961ae47
692 +DIST firefox-60.0b16-zh-TW.xpi 541119 BLAKE2B efa275cfbbd89a49cc62c617094c7c975cdc701426c8d2b897db7d589754c0b381528d83ca2095f2431bfca140487173a642187dbfb9915d14ef730a6dfebcf9 SHA512 544d92a03903d5456bc6733275ce581d40ebcc4a1a96e9b2d3141d205d28691218181119bfb5e815a52a9ff3b7a5ca9673503aff4728e67fea15f58024b87e70
693 +DIST firefox-60.0b16.source.tar.xz 267513028 BLAKE2B d31a0d6a0c17ffb3e93171838601ce4f5d350af8bcca567b4cc10b7ef9ca017f21b41d9040a519ccb8c1d29ddbede4239986aa65ba82d72ea777edb902971d35 SHA512 06fb60779e54f11a8e0e3f6c5950808da81cbb723175a58ccfe7d172799319acc2b7cdaaf221c7debea94dca74e1ab3ae1bdb60ee2d90a75a03fdd251855d8f4
694
695 diff --git a/www-client/firefox/files/firefox-ffmpeg4.patch b/www-client/firefox/files/firefox-ffmpeg4.patch
696 new file mode 100644
697 index 0000000..bccd8d6
698 --- /dev/null
699 +++ b/www-client/firefox/files/firefox-ffmpeg4.patch
700 @@ -0,0 +1,13698 @@
701 +
702 +# HG changeset patch
703 +# User Jean-Yves Avenard <jyavenard@×××××××.com>
704 +# Date 1524125955 -7200
705 +# Node ID 573a198b7fdf076e27eb1f468162df101246d7b3
706 +# Parent b0c68c17915159517e82c04b26801ff3869f61be
707 +Bug 1435212 - Add support for FFmpeg 4.0. r=bryce
708 +
709 +MozReview-Commit-ID: JlDFSUyGQu
710 +
711 +diff --git a/dom/media/platforms/ffmpeg/FFmpegDataDecoder.cpp b/dom/media/platforms/ffmpeg/FFmpegDataDecoder.cpp
712 +--- a/dom/media/platforms/ffmpeg/FFmpegDataDecoder.cpp
713 ++++ b/dom/media/platforms/ffmpeg/FFmpegDataDecoder.cpp
714 +@@ -72,25 +72,31 @@ FFmpegDataDecoder<LIBAV_VER>::InitDecode
715 + mCodecContext->opaque = this;
716 +
717 + InitCodecContext();
718 +
719 + if (mExtraData) {
720 + mCodecContext->extradata_size = mExtraData->Length();
721 + // FFmpeg may use SIMD instructions to access the data which reads the
722 + // data in 32 bytes block. Must ensure we have enough data to read.
723 ++#if LIBAVCODEC_VERSION_MAJOR >= 58
724 ++ mExtraData->AppendElements(AV_INPUT_BUFFER_PADDING_SIZE);
725 ++#else
726 + mExtraData->AppendElements(FF_INPUT_BUFFER_PADDING_SIZE);
727 ++#endif
728 + mCodecContext->extradata = mExtraData->Elements();
729 + } else {
730 + mCodecContext->extradata_size = 0;
731 + }
732 +
733 ++#if LIBAVCODEC_VERSION_MAJOR < 57
734 + if (codec->capabilities & CODEC_CAP_DR1) {
735 + mCodecContext->flags |= CODEC_FLAG_EMU_EDGE;
736 + }
737 ++#endif
738 +
739 + if (mLib->avcodec_open2(mCodecContext, codec, nullptr) < 0) {
740 + mLib->avcodec_close(mCodecContext);
741 + mLib->av_freep(&mCodecContext);
742 + return MediaResult(NS_ERROR_DOM_MEDIA_FATAL_ERR,
743 + RESULT_DETAIL("Couldn't initialise ffmpeg decoder"));
744 + }
745 +
746 +diff --git a/dom/media/platforms/ffmpeg/FFmpegLibWrapper.cpp b/dom/media/platforms/ffmpeg/FFmpegLibWrapper.cpp
747 +--- a/dom/media/platforms/ffmpeg/FFmpegLibWrapper.cpp
748 ++++ b/dom/media/platforms/ffmpeg/FFmpegLibWrapper.cpp
749 +@@ -58,22 +58,24 @@ FFmpegLibWrapper::Link()
750 +
751 + enum {
752 + AV_FUNC_AVUTIL_MASK = 1 << 8,
753 + AV_FUNC_53 = 1 << 0,
754 + AV_FUNC_54 = 1 << 1,
755 + AV_FUNC_55 = 1 << 2,
756 + AV_FUNC_56 = 1 << 3,
757 + AV_FUNC_57 = 1 << 4,
758 ++ AV_FUNC_58 = 1 << 5,
759 + AV_FUNC_AVUTIL_53 = AV_FUNC_53 | AV_FUNC_AVUTIL_MASK,
760 + AV_FUNC_AVUTIL_54 = AV_FUNC_54 | AV_FUNC_AVUTIL_MASK,
761 + AV_FUNC_AVUTIL_55 = AV_FUNC_55 | AV_FUNC_AVUTIL_MASK,
762 + AV_FUNC_AVUTIL_56 = AV_FUNC_56 | AV_FUNC_AVUTIL_MASK,
763 + AV_FUNC_AVUTIL_57 = AV_FUNC_57 | AV_FUNC_AVUTIL_MASK,
764 +- AV_FUNC_AVCODEC_ALL = AV_FUNC_53 | AV_FUNC_54 | AV_FUNC_55 | AV_FUNC_56 | AV_FUNC_57,
765 ++ AV_FUNC_AVUTIL_58 = AV_FUNC_58 | AV_FUNC_AVUTIL_MASK,
766 ++ AV_FUNC_AVCODEC_ALL = AV_FUNC_53 | AV_FUNC_54 | AV_FUNC_55 | AV_FUNC_56 | AV_FUNC_57 | AV_FUNC_58,
767 + AV_FUNC_AVUTIL_ALL = AV_FUNC_AVCODEC_ALL | AV_FUNC_AVUTIL_MASK
768 + };
769 +
770 + switch (macro) {
771 + case 53:
772 + version = AV_FUNC_53;
773 + break;
774 + case 54:
775 +@@ -83,16 +85,19 @@ FFmpegLibWrapper::Link()
776 + version = AV_FUNC_55;
777 + break;
778 + case 56:
779 + version = AV_FUNC_56;
780 + break;
781 + case 57:
782 + version = AV_FUNC_57;
783 + break;
784 ++ case 58:
785 ++ version = AV_FUNC_58;
786 ++ break;
787 + default:
788 + FFMPEG_LOG("Unknown avcodec version");
789 + Unlink();
790 + return isFFMpeg
791 + ? ((macro > 57)
792 + ? LinkResult::UnknownFutureFFMpegVersion
793 + : LinkResult::UnknownOlderFFMpegVersion)
794 + // All LibAV versions<54.35.1 are blocked, therefore we must be
795 +@@ -131,19 +136,19 @@ FFmpegLibWrapper::Link()
796 + AV_FUNC(av_parser_close, AV_FUNC_AVCODEC_ALL)
797 + AV_FUNC(av_parser_parse2, AV_FUNC_AVCODEC_ALL)
798 + AV_FUNC(avcodec_alloc_frame, (AV_FUNC_53 | AV_FUNC_54))
799 + AV_FUNC(avcodec_get_frame_defaults, (AV_FUNC_53 | AV_FUNC_54))
800 + AV_FUNC(avcodec_free_frame, AV_FUNC_54)
801 + AV_FUNC(av_log_set_level, AV_FUNC_AVUTIL_ALL)
802 + AV_FUNC(av_malloc, AV_FUNC_AVUTIL_ALL)
803 + AV_FUNC(av_freep, AV_FUNC_AVUTIL_ALL)
804 +- AV_FUNC(av_frame_alloc, (AV_FUNC_AVUTIL_55 | AV_FUNC_AVUTIL_56 | AV_FUNC_AVUTIL_57))
805 +- AV_FUNC(av_frame_free, (AV_FUNC_AVUTIL_55 | AV_FUNC_AVUTIL_56 | AV_FUNC_AVUTIL_57))
806 +- AV_FUNC(av_frame_unref, (AV_FUNC_AVUTIL_55 | AV_FUNC_AVUTIL_56 | AV_FUNC_AVUTIL_57))
807 ++ AV_FUNC(av_frame_alloc, (AV_FUNC_AVUTIL_55 | AV_FUNC_AVUTIL_56 | AV_FUNC_AVUTIL_57 | AV_FUNC_AVUTIL_58))
808 ++ AV_FUNC(av_frame_free, (AV_FUNC_AVUTIL_55 | AV_FUNC_AVUTIL_56 | AV_FUNC_AVUTIL_57 | AV_FUNC_AVUTIL_58))
809 ++ AV_FUNC(av_frame_unref, (AV_FUNC_AVUTIL_55 | AV_FUNC_AVUTIL_56 | AV_FUNC_AVUTIL_57 | AV_FUNC_AVUTIL_58))
810 + AV_FUNC_OPTION(av_frame_get_colorspace, AV_FUNC_AVUTIL_ALL)
811 + #undef AV_FUNC
812 + #undef AV_FUNC_OPTION
813 +
814 + avcodec_register_all();
815 + if (MOZ_LOG_TEST(sPDMLog, LogLevel::Debug)) {
816 + av_log_set_level(AV_LOG_DEBUG);
817 + } else if (MOZ_LOG_TEST(sPDMLog, LogLevel::Info)) {
818 +diff --git a/dom/media/platforms/ffmpeg/FFmpegLibs.h b/dom/media/platforms/ffmpeg/FFmpegLibs.h
819 +--- a/dom/media/platforms/ffmpeg/FFmpegLibs.h
820 ++++ b/dom/media/platforms/ffmpeg/FFmpegLibs.h
821 +@@ -22,18 +22,20 @@ extern "C" {
822 + #if LIBAVCODEC_VERSION_MAJOR < 55
823 + #define AV_CODEC_ID_VP6F CODEC_ID_VP6F
824 + #define AV_CODEC_ID_H264 CODEC_ID_H264
825 + #define AV_CODEC_ID_AAC CODEC_ID_AAC
826 + #define AV_CODEC_ID_MP3 CODEC_ID_MP3
827 + #define AV_CODEC_ID_VP8 CODEC_ID_VP8
828 + #define AV_CODEC_ID_NONE CODEC_ID_NONE
829 + #define AV_CODEC_ID_FLAC CODEC_ID_FLAC
830 ++typedef CodecID AVCodecID;
831 ++#endif
832 ++#if LIBAVCODEC_VERSION_MAJOR <= 55
833 + #define AV_CODEC_FLAG_LOW_DELAY CODEC_FLAG_LOW_DELAY
834 +-typedef CodecID AVCodecID;
835 + #endif
836 +
837 + #ifdef FFVPX_VERSION
838 + enum { LIBAV_VER = FFVPX_VERSION };
839 + #else
840 + enum { LIBAV_VER = LIBAVCODEC_VERSION_MAJOR };
841 + #endif
842 +
843 +diff --git a/dom/media/platforms/ffmpeg/FFmpegRuntimeLinker.cpp b/dom/media/platforms/ffmpeg/FFmpegRuntimeLinker.cpp
844 +--- a/dom/media/platforms/ffmpeg/FFmpegRuntimeLinker.cpp
845 ++++ b/dom/media/platforms/ffmpeg/FFmpegRuntimeLinker.cpp
846 +@@ -21,22 +21,25 @@ template <int V> class FFmpegDecoderModu
847 + public:
848 + static already_AddRefed<PlatformDecoderModule> Create(FFmpegLibWrapper*);
849 + };
850 +
851 + static FFmpegLibWrapper sLibAV;
852 +
853 + static const char* sLibs[] = {
854 + #if defined(XP_DARWIN)
855 ++ "libavcodec.58.dylib",
856 + "libavcodec.57.dylib",
857 + "libavcodec.56.dylib",
858 + "libavcodec.55.dylib",
859 + "libavcodec.54.dylib",
860 + "libavcodec.53.dylib",
861 + #else
862 ++ "libavcodec.so.58",
863 ++ "libavcodec-ffmpeg.so.58",
864 + "libavcodec-ffmpeg.so.57",
865 + "libavcodec-ffmpeg.so.56",
866 + "libavcodec.so.57",
867 + "libavcodec.so.56",
868 + "libavcodec.so.55",
869 + "libavcodec.so.54",
870 + "libavcodec.so.53",
871 + #endif
872 +@@ -129,16 +132,17 @@ FFmpegRuntimeLinker::CreateDecoderModule
873 + }
874 + RefPtr<PlatformDecoderModule> module;
875 + switch (sLibAV.mVersion) {
876 + case 53: module = FFmpegDecoderModule<53>::Create(&sLibAV); break;
877 + case 54: module = FFmpegDecoderModule<54>::Create(&sLibAV); break;
878 + case 55:
879 + case 56: module = FFmpegDecoderModule<55>::Create(&sLibAV); break;
880 + case 57: module = FFmpegDecoderModule<57>::Create(&sLibAV); break;
881 ++ case 58: module = FFmpegDecoderModule<58>::Create(&sLibAV); break;
882 + default: module = nullptr;
883 + }
884 + return module.forget();
885 + }
886 +
887 + /* static */ const char*
888 + FFmpegRuntimeLinker::LinkStatusString()
889 + {
890 +diff --git a/dom/media/platforms/ffmpeg/FFmpegVideoDecoder.cpp b/dom/media/platforms/ffmpeg/FFmpegVideoDecoder.cpp
891 +--- a/dom/media/platforms/ffmpeg/FFmpegVideoDecoder.cpp
892 ++++ b/dom/media/platforms/ffmpeg/FFmpegVideoDecoder.cpp
893 +@@ -161,17 +161,17 @@ FFmpegVideoDecoder<LIBAV_VER>::InitCodec
894 + decode_threads = 8;
895 + } else if (mInfo.mDisplay.width >= 1024) {
896 + decode_threads = 4;
897 + } else if (mInfo.mDisplay.width >= 320) {
898 + decode_threads = 2;
899 + }
900 +
901 + if (mLowLatency) {
902 +- mCodecContext->flags |= CODEC_FLAG_LOW_DELAY;
903 ++ mCodecContext->flags |= AV_CODEC_FLAG_LOW_DELAY;
904 + // ffvp9 and ffvp8 at this stage do not support slice threading, but it may
905 + // help with the h264 decoder if there's ever one.
906 + mCodecContext->thread_type = FF_THREAD_SLICE;
907 + } else {
908 + decode_threads = std::min(decode_threads, PR_GetNumberOfProcessors() - 1);
909 + decode_threads = std::max(decode_threads, 1);
910 + mCodecContext->thread_count = decode_threads;
911 + if (decode_threads > 1) {
912 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/COPYING.LGPLv2.1 b/dom/media/platforms/ffmpeg/ffmpeg58/include/COPYING.LGPLv2.1
913 +new file mode 100644
914 +--- /dev/null
915 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/COPYING.LGPLv2.1
916 +@@ -0,0 +1,504 @@
917 ++ GNU LESSER GENERAL PUBLIC LICENSE
918 ++ Version 2.1, February 1999
919 ++
920 ++ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
921 ++ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
922 ++ Everyone is permitted to copy and distribute verbatim copies
923 ++ of this license document, but changing it is not allowed.
924 ++
925 ++[This is the first released version of the Lesser GPL. It also counts
926 ++ as the successor of the GNU Library Public License, version 2, hence
927 ++ the version number 2.1.]
928 ++
929 ++ Preamble
930 ++
931 ++ The licenses for most software are designed to take away your
932 ++freedom to share and change it. By contrast, the GNU General Public
933 ++Licenses are intended to guarantee your freedom to share and change
934 ++free software--to make sure the software is free for all its users.
935 ++
936 ++ This license, the Lesser General Public License, applies to some
937 ++specially designated software packages--typically libraries--of the
938 ++Free Software Foundation and other authors who decide to use it. You
939 ++can use it too, but we suggest you first think carefully about whether
940 ++this license or the ordinary General Public License is the better
941 ++strategy to use in any particular case, based on the explanations below.
942 ++
943 ++ When we speak of free software, we are referring to freedom of use,
944 ++not price. Our General Public Licenses are designed to make sure that
945 ++you have the freedom to distribute copies of free software (and charge
946 ++for this service if you wish); that you receive source code or can get
947 ++it if you want it; that you can change the software and use pieces of
948 ++it in new free programs; and that you are informed that you can do
949 ++these things.
950 ++
951 ++ To protect your rights, we need to make restrictions that forbid
952 ++distributors to deny you these rights or to ask you to surrender these
953 ++rights. These restrictions translate to certain responsibilities for
954 ++you if you distribute copies of the library or if you modify it.
955 ++
956 ++ For example, if you distribute copies of the library, whether gratis
957 ++or for a fee, you must give the recipients all the rights that we gave
958 ++you. You must make sure that they, too, receive or can get the source
959 ++code. If you link other code with the library, you must provide
960 ++complete object files to the recipients, so that they can relink them
961 ++with the library after making changes to the library and recompiling
962 ++it. And you must show them these terms so they know their rights.
963 ++
964 ++ We protect your rights with a two-step method: (1) we copyright the
965 ++library, and (2) we offer you this license, which gives you legal
966 ++permission to copy, distribute and/or modify the library.
967 ++
968 ++ To protect each distributor, we want to make it very clear that
969 ++there is no warranty for the free library. Also, if the library is
970 ++modified by someone else and passed on, the recipients should know
971 ++that what they have is not the original version, so that the original
972 ++author's reputation will not be affected by problems that might be
973 ++introduced by others.
974 ++
975 ++ Finally, software patents pose a constant threat to the existence of
976 ++any free program. We wish to make sure that a company cannot
977 ++effectively restrict the users of a free program by obtaining a
978 ++restrictive license from a patent holder. Therefore, we insist that
979 ++any patent license obtained for a version of the library must be
980 ++consistent with the full freedom of use specified in this license.
981 ++
982 ++ Most GNU software, including some libraries, is covered by the
983 ++ordinary GNU General Public License. This license, the GNU Lesser
984 ++General Public License, applies to certain designated libraries, and
985 ++is quite different from the ordinary General Public License. We use
986 ++this license for certain libraries in order to permit linking those
987 ++libraries into non-free programs.
988 ++
989 ++ When a program is linked with a library, whether statically or using
990 ++a shared library, the combination of the two is legally speaking a
991 ++combined work, a derivative of the original library. The ordinary
992 ++General Public License therefore permits such linking only if the
993 ++entire combination fits its criteria of freedom. The Lesser General
994 ++Public License permits more lax criteria for linking other code with
995 ++the library.
996 ++
997 ++ We call this license the "Lesser" General Public License because it
998 ++does Less to protect the user's freedom than the ordinary General
999 ++Public License. It also provides other free software developers Less
1000 ++of an advantage over competing non-free programs. These disadvantages
1001 ++are the reason we use the ordinary General Public License for many
1002 ++libraries. However, the Lesser license provides advantages in certain
1003 ++special circumstances.
1004 ++
1005 ++ For example, on rare occasions, there may be a special need to
1006 ++encourage the widest possible use of a certain library, so that it becomes
1007 ++a de-facto standard. To achieve this, non-free programs must be
1008 ++allowed to use the library. A more frequent case is that a free
1009 ++library does the same job as widely used non-free libraries. In this
1010 ++case, there is little to gain by limiting the free library to free
1011 ++software only, so we use the Lesser General Public License.
1012 ++
1013 ++ In other cases, permission to use a particular library in non-free
1014 ++programs enables a greater number of people to use a large body of
1015 ++free software. For example, permission to use the GNU C Library in
1016 ++non-free programs enables many more people to use the whole GNU
1017 ++operating system, as well as its variant, the GNU/Linux operating
1018 ++system.
1019 ++
1020 ++ Although the Lesser General Public License is Less protective of the
1021 ++users' freedom, it does ensure that the user of a program that is
1022 ++linked with the Library has the freedom and the wherewithal to run
1023 ++that program using a modified version of the Library.
1024 ++
1025 ++ The precise terms and conditions for copying, distribution and
1026 ++modification follow. Pay close attention to the difference between a
1027 ++"work based on the library" and a "work that uses the library". The
1028 ++former contains code derived from the library, whereas the latter must
1029 ++be combined with the library in order to run.
1030 ++
1031 ++ GNU LESSER GENERAL PUBLIC LICENSE
1032 ++ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
1033 ++
1034 ++ 0. This License Agreement applies to any software library or other
1035 ++program which contains a notice placed by the copyright holder or
1036 ++other authorized party saying it may be distributed under the terms of
1037 ++this Lesser General Public License (also called "this License").
1038 ++Each licensee is addressed as "you".
1039 ++
1040 ++ A "library" means a collection of software functions and/or data
1041 ++prepared so as to be conveniently linked with application programs
1042 ++(which use some of those functions and data) to form executables.
1043 ++
1044 ++ The "Library", below, refers to any such software library or work
1045 ++which has been distributed under these terms. A "work based on the
1046 ++Library" means either the Library or any derivative work under
1047 ++copyright law: that is to say, a work containing the Library or a
1048 ++portion of it, either verbatim or with modifications and/or translated
1049 ++straightforwardly into another language. (Hereinafter, translation is
1050 ++included without limitation in the term "modification".)
1051 ++
1052 ++ "Source code" for a work means the preferred form of the work for
1053 ++making modifications to it. For a library, complete source code means
1054 ++all the source code for all modules it contains, plus any associated
1055 ++interface definition files, plus the scripts used to control compilation
1056 ++and installation of the library.
1057 ++
1058 ++ Activities other than copying, distribution and modification are not
1059 ++covered by this License; they are outside its scope. The act of
1060 ++running a program using the Library is not restricted, and output from
1061 ++such a program is covered only if its contents constitute a work based
1062 ++on the Library (independent of the use of the Library in a tool for
1063 ++writing it). Whether that is true depends on what the Library does
1064 ++and what the program that uses the Library does.
1065 ++
1066 ++ 1. You may copy and distribute verbatim copies of the Library's
1067 ++complete source code as you receive it, in any medium, provided that
1068 ++you conspicuously and appropriately publish on each copy an
1069 ++appropriate copyright notice and disclaimer of warranty; keep intact
1070 ++all the notices that refer to this License and to the absence of any
1071 ++warranty; and distribute a copy of this License along with the
1072 ++Library.
1073 ++
1074 ++ You may charge a fee for the physical act of transferring a copy,
1075 ++and you may at your option offer warranty protection in exchange for a
1076 ++fee.
1077 ++
1078 ++ 2. You may modify your copy or copies of the Library or any portion
1079 ++of it, thus forming a work based on the Library, and copy and
1080 ++distribute such modifications or work under the terms of Section 1
1081 ++above, provided that you also meet all of these conditions:
1082 ++
1083 ++ a) The modified work must itself be a software library.
1084 ++
1085 ++ b) You must cause the files modified to carry prominent notices
1086 ++ stating that you changed the files and the date of any change.
1087 ++
1088 ++ c) You must cause the whole of the work to be licensed at no
1089 ++ charge to all third parties under the terms of this License.
1090 ++
1091 ++ d) If a facility in the modified Library refers to a function or a
1092 ++ table of data to be supplied by an application program that uses
1093 ++ the facility, other than as an argument passed when the facility
1094 ++ is invoked, then you must make a good faith effort to ensure that,
1095 ++ in the event an application does not supply such function or
1096 ++ table, the facility still operates, and performs whatever part of
1097 ++ its purpose remains meaningful.
1098 ++
1099 ++ (For example, a function in a library to compute square roots has
1100 ++ a purpose that is entirely well-defined independent of the
1101 ++ application. Therefore, Subsection 2d requires that any
1102 ++ application-supplied function or table used by this function must
1103 ++ be optional: if the application does not supply it, the square
1104 ++ root function must still compute square roots.)
1105 ++
1106 ++These requirements apply to the modified work as a whole. If
1107 ++identifiable sections of that work are not derived from the Library,
1108 ++and can be reasonably considered independent and separate works in
1109 ++themselves, then this License, and its terms, do not apply to those
1110 ++sections when you distribute them as separate works. But when you
1111 ++distribute the same sections as part of a whole which is a work based
1112 ++on the Library, the distribution of the whole must be on the terms of
1113 ++this License, whose permissions for other licensees extend to the
1114 ++entire whole, and thus to each and every part regardless of who wrote
1115 ++it.
1116 ++
1117 ++Thus, it is not the intent of this section to claim rights or contest
1118 ++your rights to work written entirely by you; rather, the intent is to
1119 ++exercise the right to control the distribution of derivative or
1120 ++collective works based on the Library.
1121 ++
1122 ++In addition, mere aggregation of another work not based on the Library
1123 ++with the Library (or with a work based on the Library) on a volume of
1124 ++a storage or distribution medium does not bring the other work under
1125 ++the scope of this License.
1126 ++
1127 ++ 3. You may opt to apply the terms of the ordinary GNU General Public
1128 ++License instead of this License to a given copy of the Library. To do
1129 ++this, you must alter all the notices that refer to this License, so
1130 ++that they refer to the ordinary GNU General Public License, version 2,
1131 ++instead of to this License. (If a newer version than version 2 of the
1132 ++ordinary GNU General Public License has appeared, then you can specify
1133 ++that version instead if you wish.) Do not make any other change in
1134 ++these notices.
1135 ++
1136 ++ Once this change is made in a given copy, it is irreversible for
1137 ++that copy, so the ordinary GNU General Public License applies to all
1138 ++subsequent copies and derivative works made from that copy.
1139 ++
1140 ++ This option is useful when you wish to copy part of the code of
1141 ++the Library into a program that is not a library.
1142 ++
1143 ++ 4. You may copy and distribute the Library (or a portion or
1144 ++derivative of it, under Section 2) in object code or executable form
1145 ++under the terms of Sections 1 and 2 above provided that you accompany
1146 ++it with the complete corresponding machine-readable source code, which
1147 ++must be distributed under the terms of Sections 1 and 2 above on a
1148 ++medium customarily used for software interchange.
1149 ++
1150 ++ If distribution of object code is made by offering access to copy
1151 ++from a designated place, then offering equivalent access to copy the
1152 ++source code from the same place satisfies the requirement to
1153 ++distribute the source code, even though third parties are not
1154 ++compelled to copy the source along with the object code.
1155 ++
1156 ++ 5. A program that contains no derivative of any portion of the
1157 ++Library, but is designed to work with the Library by being compiled or
1158 ++linked with it, is called a "work that uses the Library". Such a
1159 ++work, in isolation, is not a derivative work of the Library, and
1160 ++therefore falls outside the scope of this License.
1161 ++
1162 ++ However, linking a "work that uses the Library" with the Library
1163 ++creates an executable that is a derivative of the Library (because it
1164 ++contains portions of the Library), rather than a "work that uses the
1165 ++library". The executable is therefore covered by this License.
1166 ++Section 6 states terms for distribution of such executables.
1167 ++
1168 ++ When a "work that uses the Library" uses material from a header file
1169 ++that is part of the Library, the object code for the work may be a
1170 ++derivative work of the Library even though the source code is not.
1171 ++Whether this is true is especially significant if the work can be
1172 ++linked without the Library, or if the work is itself a library. The
1173 ++threshold for this to be true is not precisely defined by law.
1174 ++
1175 ++ If such an object file uses only numerical parameters, data
1176 ++structure layouts and accessors, and small macros and small inline
1177 ++functions (ten lines or less in length), then the use of the object
1178 ++file is unrestricted, regardless of whether it is legally a derivative
1179 ++work. (Executables containing this object code plus portions of the
1180 ++Library will still fall under Section 6.)
1181 ++
1182 ++ Otherwise, if the work is a derivative of the Library, you may
1183 ++distribute the object code for the work under the terms of Section 6.
1184 ++Any executables containing that work also fall under Section 6,
1185 ++whether or not they are linked directly with the Library itself.
1186 ++
1187 ++ 6. As an exception to the Sections above, you may also combine or
1188 ++link a "work that uses the Library" with the Library to produce a
1189 ++work containing portions of the Library, and distribute that work
1190 ++under terms of your choice, provided that the terms permit
1191 ++modification of the work for the customer's own use and reverse
1192 ++engineering for debugging such modifications.
1193 ++
1194 ++ You must give prominent notice with each copy of the work that the
1195 ++Library is used in it and that the Library and its use are covered by
1196 ++this License. You must supply a copy of this License. If the work
1197 ++during execution displays copyright notices, you must include the
1198 ++copyright notice for the Library among them, as well as a reference
1199 ++directing the user to the copy of this License. Also, you must do one
1200 ++of these things:
1201 ++
1202 ++ a) Accompany the work with the complete corresponding
1203 ++ machine-readable source code for the Library including whatever
1204 ++ changes were used in the work (which must be distributed under
1205 ++ Sections 1 and 2 above); and, if the work is an executable linked
1206 ++ with the Library, with the complete machine-readable "work that
1207 ++ uses the Library", as object code and/or source code, so that the
1208 ++ user can modify the Library and then relink to produce a modified
1209 ++ executable containing the modified Library. (It is understood
1210 ++ that the user who changes the contents of definitions files in the
1211 ++ Library will not necessarily be able to recompile the application
1212 ++ to use the modified definitions.)
1213 ++
1214 ++ b) Use a suitable shared library mechanism for linking with the
1215 ++ Library. A suitable mechanism is one that (1) uses at run time a
1216 ++ copy of the library already present on the user's computer system,
1217 ++ rather than copying library functions into the executable, and (2)
1218 ++ will operate properly with a modified version of the library, if
1219 ++ the user installs one, as long as the modified version is
1220 ++ interface-compatible with the version that the work was made with.
1221 ++
1222 ++ c) Accompany the work with a written offer, valid for at
1223 ++ least three years, to give the same user the materials
1224 ++ specified in Subsection 6a, above, for a charge no more
1225 ++ than the cost of performing this distribution.
1226 ++
1227 ++ d) If distribution of the work is made by offering access to copy
1228 ++ from a designated place, offer equivalent access to copy the above
1229 ++ specified materials from the same place.
1230 ++
1231 ++ e) Verify that the user has already received a copy of these
1232 ++ materials or that you have already sent this user a copy.
1233 ++
1234 ++ For an executable, the required form of the "work that uses the
1235 ++Library" must include any data and utility programs needed for
1236 ++reproducing the executable from it. However, as a special exception,
1237 ++the materials to be distributed need not include anything that is
1238 ++normally distributed (in either source or binary form) with the major
1239 ++components (compiler, kernel, and so on) of the operating system on
1240 ++which the executable runs, unless that component itself accompanies
1241 ++the executable.
1242 ++
1243 ++ It may happen that this requirement contradicts the license
1244 ++restrictions of other proprietary libraries that do not normally
1245 ++accompany the operating system. Such a contradiction means you cannot
1246 ++use both them and the Library together in an executable that you
1247 ++distribute.
1248 ++
1249 ++ 7. You may place library facilities that are a work based on the
1250 ++Library side-by-side in a single library together with other library
1251 ++facilities not covered by this License, and distribute such a combined
1252 ++library, provided that the separate distribution of the work based on
1253 ++the Library and of the other library facilities is otherwise
1254 ++permitted, and provided that you do these two things:
1255 ++
1256 ++ a) Accompany the combined library with a copy of the same work
1257 ++ based on the Library, uncombined with any other library
1258 ++ facilities. This must be distributed under the terms of the
1259 ++ Sections above.
1260 ++
1261 ++ b) Give prominent notice with the combined library of the fact
1262 ++ that part of it is a work based on the Library, and explaining
1263 ++ where to find the accompanying uncombined form of the same work.
1264 ++
1265 ++ 8. You may not copy, modify, sublicense, link with, or distribute
1266 ++the Library except as expressly provided under this License. Any
1267 ++attempt otherwise to copy, modify, sublicense, link with, or
1268 ++distribute the Library is void, and will automatically terminate your
1269 ++rights under this License. However, parties who have received copies,
1270 ++or rights, from you under this License will not have their licenses
1271 ++terminated so long as such parties remain in full compliance.
1272 ++
1273 ++ 9. You are not required to accept this License, since you have not
1274 ++signed it. However, nothing else grants you permission to modify or
1275 ++distribute the Library or its derivative works. These actions are
1276 ++prohibited by law if you do not accept this License. Therefore, by
1277 ++modifying or distributing the Library (or any work based on the
1278 ++Library), you indicate your acceptance of this License to do so, and
1279 ++all its terms and conditions for copying, distributing or modifying
1280 ++the Library or works based on it.
1281 ++
1282 ++ 10. Each time you redistribute the Library (or any work based on the
1283 ++Library), the recipient automatically receives a license from the
1284 ++original licensor to copy, distribute, link with or modify the Library
1285 ++subject to these terms and conditions. You may not impose any further
1286 ++restrictions on the recipients' exercise of the rights granted herein.
1287 ++You are not responsible for enforcing compliance by third parties with
1288 ++this License.
1289 ++
1290 ++ 11. If, as a consequence of a court judgment or allegation of patent
1291 ++infringement or for any other reason (not limited to patent issues),
1292 ++conditions are imposed on you (whether by court order, agreement or
1293 ++otherwise) that contradict the conditions of this License, they do not
1294 ++excuse you from the conditions of this License. If you cannot
1295 ++distribute so as to satisfy simultaneously your obligations under this
1296 ++License and any other pertinent obligations, then as a consequence you
1297 ++may not distribute the Library at all. For example, if a patent
1298 ++license would not permit royalty-free redistribution of the Library by
1299 ++all those who receive copies directly or indirectly through you, then
1300 ++the only way you could satisfy both it and this License would be to
1301 ++refrain entirely from distribution of the Library.
1302 ++
1303 ++If any portion of this section is held invalid or unenforceable under any
1304 ++particular circumstance, the balance of the section is intended to apply,
1305 ++and the section as a whole is intended to apply in other circumstances.
1306 ++
1307 ++It is not the purpose of this section to induce you to infringe any
1308 ++patents or other property right claims or to contest validity of any
1309 ++such claims; this section has the sole purpose of protecting the
1310 ++integrity of the free software distribution system which is
1311 ++implemented by public license practices. Many people have made
1312 ++generous contributions to the wide range of software distributed
1313 ++through that system in reliance on consistent application of that
1314 ++system; it is up to the author/donor to decide if he or she is willing
1315 ++to distribute software through any other system and a licensee cannot
1316 ++impose that choice.
1317 ++
1318 ++This section is intended to make thoroughly clear what is believed to
1319 ++be a consequence of the rest of this License.
1320 ++
1321 ++ 12. If the distribution and/or use of the Library is restricted in
1322 ++certain countries either by patents or by copyrighted interfaces, the
1323 ++original copyright holder who places the Library under this License may add
1324 ++an explicit geographical distribution limitation excluding those countries,
1325 ++so that distribution is permitted only in or among countries not thus
1326 ++excluded. In such case, this License incorporates the limitation as if
1327 ++written in the body of this License.
1328 ++
1329 ++ 13. The Free Software Foundation may publish revised and/or new
1330 ++versions of the Lesser General Public License from time to time.
1331 ++Such new versions will be similar in spirit to the present version,
1332 ++but may differ in detail to address new problems or concerns.
1333 ++
1334 ++Each version is given a distinguishing version number. If the Library
1335 ++specifies a version number of this License which applies to it and
1336 ++"any later version", you have the option of following the terms and
1337 ++conditions either of that version or of any later version published by
1338 ++the Free Software Foundation. If the Library does not specify a
1339 ++license version number, you may choose any version ever published by
1340 ++the Free Software Foundation.
1341 ++
1342 ++ 14. If you wish to incorporate parts of the Library into other free
1343 ++programs whose distribution conditions are incompatible with these,
1344 ++write to the author to ask for permission. For software which is
1345 ++copyrighted by the Free Software Foundation, write to the Free
1346 ++Software Foundation; we sometimes make exceptions for this. Our
1347 ++decision will be guided by the two goals of preserving the free status
1348 ++of all derivatives of our free software and of promoting the sharing
1349 ++and reuse of software generally.
1350 ++
1351 ++ NO WARRANTY
1352 ++
1353 ++ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
1354 ++WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
1355 ++EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
1356 ++OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
1357 ++KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
1358 ++IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1359 ++PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
1360 ++LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
1361 ++THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
1362 ++
1363 ++ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
1364 ++WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
1365 ++AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
1366 ++FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
1367 ++CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
1368 ++LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
1369 ++RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
1370 ++FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
1371 ++SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
1372 ++DAMAGES.
1373 ++
1374 ++ END OF TERMS AND CONDITIONS
1375 ++
1376 ++ How to Apply These Terms to Your New Libraries
1377 ++
1378 ++ If you develop a new library, and you want it to be of the greatest
1379 ++possible use to the public, we recommend making it free software that
1380 ++everyone can redistribute and change. You can do so by permitting
1381 ++redistribution under these terms (or, alternatively, under the terms of the
1382 ++ordinary General Public License).
1383 ++
1384 ++ To apply these terms, attach the following notices to the library. It is
1385 ++safest to attach them to the start of each source file to most effectively
1386 ++convey the exclusion of warranty; and each file should have at least the
1387 ++"copyright" line and a pointer to where the full notice is found.
1388 ++
1389 ++ <one line to give the library's name and a brief idea of what it does.>
1390 ++ Copyright (C) <year> <name of author>
1391 ++
1392 ++ This library is free software; you can redistribute it and/or
1393 ++ modify it under the terms of the GNU Lesser General Public
1394 ++ License as published by the Free Software Foundation; either
1395 ++ version 2.1 of the License, or (at your option) any later version.
1396 ++
1397 ++ This library is distributed in the hope that it will be useful,
1398 ++ but WITHOUT ANY WARRANTY; without even the implied warranty of
1399 ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1400 ++ Lesser General Public License for more details.
1401 ++
1402 ++ You should have received a copy of the GNU Lesser General Public
1403 ++ License along with this library; if not, write to the Free Software
1404 ++ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1405 ++
1406 ++Also add information on how to contact you by electronic and paper mail.
1407 ++
1408 ++You should also get your employer (if you work as a programmer) or your
1409 ++school, if any, to sign a "copyright disclaimer" for the library, if
1410 ++necessary. Here is a sample; alter the names:
1411 ++
1412 ++ Yoyodyne, Inc., hereby disclaims all copyright interest in the
1413 ++ library `Frob' (a library for tweaking knobs) written by James Random Hacker.
1414 ++
1415 ++ <signature of Ty Coon>, 1 April 1990
1416 ++ Ty Coon, President of Vice
1417 ++
1418 ++That's all there is to it!
1419 ++
1420 ++
1421 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavcodec/avcodec.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavcodec/avcodec.h
1422 +new file mode 100644
1423 +--- /dev/null
1424 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavcodec/avcodec.h
1425 +@@ -0,0 +1,6146 @@
1426 ++/*
1427 ++ * copyright (c) 2001 Fabrice Bellard
1428 ++ *
1429 ++ * This file is part of FFmpeg.
1430 ++ *
1431 ++ * FFmpeg is free software; you can redistribute it and/or
1432 ++ * modify it under the terms of the GNU Lesser General Public
1433 ++ * License as published by the Free Software Foundation; either
1434 ++ * version 2.1 of the License, or (at your option) any later version.
1435 ++ *
1436 ++ * FFmpeg is distributed in the hope that it will be useful,
1437 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
1438 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1439 ++ * Lesser General Public License for more details.
1440 ++ *
1441 ++ * You should have received a copy of the GNU Lesser General Public
1442 ++ * License along with FFmpeg; if not, write to the Free Software
1443 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1444 ++ */
1445 ++
1446 ++#ifndef AVCODEC_AVCODEC_H
1447 ++#define AVCODEC_AVCODEC_H
1448 ++
1449 ++/**
1450 ++ * @file
1451 ++ * @ingroup libavc
1452 ++ * Libavcodec external API header
1453 ++ */
1454 ++
1455 ++#include <errno.h>
1456 ++#include "libavutil/samplefmt.h"
1457 ++#include "libavutil/attributes.h"
1458 ++#include "libavutil/avutil.h"
1459 ++#include "libavutil/buffer.h"
1460 ++#include "libavutil/cpu.h"
1461 ++#include "libavutil/channel_layout.h"
1462 ++#include "libavutil/dict.h"
1463 ++#include "libavutil/frame.h"
1464 ++#include "libavutil/hwcontext.h"
1465 ++#include "libavutil/log.h"
1466 ++#include "libavutil/pixfmt.h"
1467 ++#include "libavutil/rational.h"
1468 ++
1469 ++#include "version.h"
1470 ++
1471 ++/**
1472 ++ * @defgroup libavc libavcodec
1473 ++ * Encoding/Decoding Library
1474 ++ *
1475 ++ * @{
1476 ++ *
1477 ++ * @defgroup lavc_decoding Decoding
1478 ++ * @{
1479 ++ * @}
1480 ++ *
1481 ++ * @defgroup lavc_encoding Encoding
1482 ++ * @{
1483 ++ * @}
1484 ++ *
1485 ++ * @defgroup lavc_codec Codecs
1486 ++ * @{
1487 ++ * @defgroup lavc_codec_native Native Codecs
1488 ++ * @{
1489 ++ * @}
1490 ++ * @defgroup lavc_codec_wrappers External library wrappers
1491 ++ * @{
1492 ++ * @}
1493 ++ * @defgroup lavc_codec_hwaccel Hardware Accelerators bridge
1494 ++ * @{
1495 ++ * @}
1496 ++ * @}
1497 ++ * @defgroup lavc_internal Internal
1498 ++ * @{
1499 ++ * @}
1500 ++ * @}
1501 ++ */
1502 ++
1503 ++/**
1504 ++ * @ingroup libavc
1505 ++ * @defgroup lavc_encdec send/receive encoding and decoding API overview
1506 ++ * @{
1507 ++ *
1508 ++ * The avcodec_send_packet()/avcodec_receive_frame()/avcodec_send_frame()/
1509 ++ * avcodec_receive_packet() functions provide an encode/decode API, which
1510 ++ * decouples input and output.
1511 ++ *
1512 ++ * The API is very similar for encoding/decoding and audio/video, and works as
1513 ++ * follows:
1514 ++ * - Set up and open the AVCodecContext as usual.
1515 ++ * - Send valid input:
1516 ++ * - For decoding, call avcodec_send_packet() to give the decoder raw
1517 ++ * compressed data in an AVPacket.
1518 ++ * - For encoding, call avcodec_send_frame() to give the encoder an AVFrame
1519 ++ * containing uncompressed audio or video.
1520 ++ * In both cases, it is recommended that AVPackets and AVFrames are
1521 ++ * refcounted, or libavcodec might have to copy the input data. (libavformat
1522 ++ * always returns refcounted AVPackets, and av_frame_get_buffer() allocates
1523 ++ * refcounted AVFrames.)
1524 ++ * - Receive output in a loop. Periodically call one of the avcodec_receive_*()
1525 ++ * functions and process their output:
1526 ++ * - For decoding, call avcodec_receive_frame(). On success, it will return
1527 ++ * an AVFrame containing uncompressed audio or video data.
1528 ++ * - For encoding, call avcodec_receive_packet(). On success, it will return
1529 ++ * an AVPacket with a compressed frame.
1530 ++ * Repeat this call until it returns AVERROR(EAGAIN) or an error. The
1531 ++ * AVERROR(EAGAIN) return value means that new input data is required to
1532 ++ * return new output. In this case, continue with sending input. For each
1533 ++ * input frame/packet, the codec will typically return 1 output frame/packet,
1534 ++ * but it can also be 0 or more than 1.
1535 ++ *
1536 ++ * At the beginning of decoding or encoding, the codec might accept multiple
1537 ++ * input frames/packets without returning a frame, until its internal buffers
1538 ++ * are filled. This situation is handled transparently if you follow the steps
1539 ++ * outlined above.
1540 ++ *
1541 ++ * In theory, sending input can result in EAGAIN - this should happen only if
1542 ++ * not all output was received. You can use this to structure alternative decode
1543 ++ * or encode loops other than the one suggested above. For example, you could
1544 ++ * try sending new input on each iteration, and try to receive output if that
1545 ++ * returns EAGAIN.
1546 ++ *
1547 ++ * End of stream situations. These require "flushing" (aka draining) the codec,
1548 ++ * as the codec might buffer multiple frames or packets internally for
1549 ++ * performance or out of necessity (consider B-frames).
1550 ++ * This is handled as follows:
1551 ++ * - Instead of valid input, send NULL to the avcodec_send_packet() (decoding)
1552 ++ * or avcodec_send_frame() (encoding) functions. This will enter draining
1553 ++ * mode.
1554 ++ * - Call avcodec_receive_frame() (decoding) or avcodec_receive_packet()
1555 ++ * (encoding) in a loop until AVERROR_EOF is returned. The functions will
1556 ++ * not return AVERROR(EAGAIN), unless you forgot to enter draining mode.
1557 ++ * - Before decoding can be resumed again, the codec has to be reset with
1558 ++ * avcodec_flush_buffers().
1559 ++ *
1560 ++ * Using the API as outlined above is highly recommended. But it is also
1561 ++ * possible to call functions outside of this rigid schema. For example, you can
1562 ++ * call avcodec_send_packet() repeatedly without calling
1563 ++ * avcodec_receive_frame(). In this case, avcodec_send_packet() will succeed
1564 ++ * until the codec's internal buffer has been filled up (which is typically of
1565 ++ * size 1 per output frame, after initial input), and then reject input with
1566 ++ * AVERROR(EAGAIN). Once it starts rejecting input, you have no choice but to
1567 ++ * read at least some output.
1568 ++ *
1569 ++ * Not all codecs will follow a rigid and predictable dataflow; the only
1570 ++ * guarantee is that an AVERROR(EAGAIN) return value on a send/receive call on
1571 ++ * one end implies that a receive/send call on the other end will succeed, or
1572 ++ * at least will not fail with AVERROR(EAGAIN). In general, no codec will
1573 ++ * permit unlimited buffering of input or output.
1574 ++ *
1575 ++ * This API replaces the following legacy functions:
1576 ++ * - avcodec_decode_video2() and avcodec_decode_audio4():
1577 ++ * Use avcodec_send_packet() to feed input to the decoder, then use
1578 ++ * avcodec_receive_frame() to receive decoded frames after each packet.
1579 ++ * Unlike with the old video decoding API, multiple frames might result from
1580 ++ * a packet. For audio, splitting the input packet into frames by partially
1581 ++ * decoding packets becomes transparent to the API user. You never need to
1582 ++ * feed an AVPacket to the API twice (unless it is rejected with AVERROR(EAGAIN) - then
1583 ++ * no data was read from the packet).
1584 ++ * Additionally, sending a flush/draining packet is required only once.
1585 ++ * - avcodec_encode_video2()/avcodec_encode_audio2():
1586 ++ * Use avcodec_send_frame() to feed input to the encoder, then use
1587 ++ * avcodec_receive_packet() to receive encoded packets.
1588 ++ * Providing user-allocated buffers for avcodec_receive_packet() is not
1589 ++ * possible.
1590 ++ * - The new API does not handle subtitles yet.
1591 ++ *
1592 ++ * Mixing new and old function calls on the same AVCodecContext is not allowed,
1593 ++ * and will result in undefined behavior.
1594 ++ *
1595 ++ * Some codecs might require using the new API; using the old API will return
1596 ++ * an error when calling it. All codecs support the new API.
1597 ++ *
1598 ++ * A codec is not allowed to return AVERROR(EAGAIN) for both sending and receiving. This
1599 ++ * would be an invalid state, which could put the codec user into an endless
1600 ++ * loop. The API has no concept of time either: it cannot happen that trying to
1601 ++ * do avcodec_send_packet() results in AVERROR(EAGAIN), but a repeated call 1 second
1602 ++ * later accepts the packet (with no other receive/flush API calls involved).
1603 ++ * The API is a strict state machine, and the passage of time is not supposed
1604 ++ * to influence it. Some timing-dependent behavior might still be deemed
1605 ++ * acceptable in certain cases. But it must never result in both send/receive
1606 ++ * returning EAGAIN at the same time at any point. It must also absolutely be
1607 ++ * avoided that the current state is "unstable" and can "flip-flop" between
1608 ++ * the send/receive APIs allowing progress. For example, it's not allowed that
1609 ++ * the codec randomly decides that it actually wants to consume a packet now
1610 ++ * instead of returning a frame, after it just returned AVERROR(EAGAIN) on an
1611 ++ * avcodec_send_packet() call.
1612 ++ * @}
1613 ++ */
1614 ++
1615 ++/**
1616 ++ * @defgroup lavc_core Core functions/structures.
1617 ++ * @ingroup libavc
1618 ++ *
1619 ++ * Basic definitions, functions for querying libavcodec capabilities,
1620 ++ * allocating core structures, etc.
1621 ++ * @{
1622 ++ */
1623 ++
1624 ++
1625 ++/**
1626 ++ * Identify the syntax and semantics of the bitstream.
1627 ++ * The principle is roughly:
1628 ++ * Two decoders with the same ID can decode the same streams.
1629 ++ * Two encoders with the same ID can encode compatible streams.
1630 ++ * There may be slight deviations from the principle due to implementation
1631 ++ * details.
1632 ++ *
1633 ++ * If you add a codec ID to this list, add it so that
1634 ++ * 1. no value of an existing codec ID changes (that would break ABI),
1635 ++ * 2. it is as close as possible to similar codecs
1636 ++ *
1637 ++ * After adding new codec IDs, do not forget to add an entry to the codec
1638 ++ * descriptor list and bump libavcodec minor version.
1639 ++ */
1640 ++enum AVCodecID {
1641 ++ AV_CODEC_ID_NONE,
1642 ++
1643 ++ /* video codecs */
1644 ++ AV_CODEC_ID_MPEG1VIDEO,
1645 ++ AV_CODEC_ID_MPEG2VIDEO, ///< preferred ID for MPEG-1/2 video decoding
1646 ++ AV_CODEC_ID_H261,
1647 ++ AV_CODEC_ID_H263,
1648 ++ AV_CODEC_ID_RV10,
1649 ++ AV_CODEC_ID_RV20,
1650 ++ AV_CODEC_ID_MJPEG,
1651 ++ AV_CODEC_ID_MJPEGB,
1652 ++ AV_CODEC_ID_LJPEG,
1653 ++ AV_CODEC_ID_SP5X,
1654 ++ AV_CODEC_ID_JPEGLS,
1655 ++ AV_CODEC_ID_MPEG4,
1656 ++ AV_CODEC_ID_RAWVIDEO,
1657 ++ AV_CODEC_ID_MSMPEG4V1,
1658 ++ AV_CODEC_ID_MSMPEG4V2,
1659 ++ AV_CODEC_ID_MSMPEG4V3,
1660 ++ AV_CODEC_ID_WMV1,
1661 ++ AV_CODEC_ID_WMV2,
1662 ++ AV_CODEC_ID_H263P,
1663 ++ AV_CODEC_ID_H263I,
1664 ++ AV_CODEC_ID_FLV1,
1665 ++ AV_CODEC_ID_SVQ1,
1666 ++ AV_CODEC_ID_SVQ3,
1667 ++ AV_CODEC_ID_DVVIDEO,
1668 ++ AV_CODEC_ID_HUFFYUV,
1669 ++ AV_CODEC_ID_CYUV,
1670 ++ AV_CODEC_ID_H264,
1671 ++ AV_CODEC_ID_INDEO3,
1672 ++ AV_CODEC_ID_VP3,
1673 ++ AV_CODEC_ID_THEORA,
1674 ++ AV_CODEC_ID_ASV1,
1675 ++ AV_CODEC_ID_ASV2,
1676 ++ AV_CODEC_ID_FFV1,
1677 ++ AV_CODEC_ID_4XM,
1678 ++ AV_CODEC_ID_VCR1,
1679 ++ AV_CODEC_ID_CLJR,
1680 ++ AV_CODEC_ID_MDEC,
1681 ++ AV_CODEC_ID_ROQ,
1682 ++ AV_CODEC_ID_INTERPLAY_VIDEO,
1683 ++ AV_CODEC_ID_XAN_WC3,
1684 ++ AV_CODEC_ID_XAN_WC4,
1685 ++ AV_CODEC_ID_RPZA,
1686 ++ AV_CODEC_ID_CINEPAK,
1687 ++ AV_CODEC_ID_WS_VQA,
1688 ++ AV_CODEC_ID_MSRLE,
1689 ++ AV_CODEC_ID_MSVIDEO1,
1690 ++ AV_CODEC_ID_IDCIN,
1691 ++ AV_CODEC_ID_8BPS,
1692 ++ AV_CODEC_ID_SMC,
1693 ++ AV_CODEC_ID_FLIC,
1694 ++ AV_CODEC_ID_TRUEMOTION1,
1695 ++ AV_CODEC_ID_VMDVIDEO,
1696 ++ AV_CODEC_ID_MSZH,
1697 ++ AV_CODEC_ID_ZLIB,
1698 ++ AV_CODEC_ID_QTRLE,
1699 ++ AV_CODEC_ID_TSCC,
1700 ++ AV_CODEC_ID_ULTI,
1701 ++ AV_CODEC_ID_QDRAW,
1702 ++ AV_CODEC_ID_VIXL,
1703 ++ AV_CODEC_ID_QPEG,
1704 ++ AV_CODEC_ID_PNG,
1705 ++ AV_CODEC_ID_PPM,
1706 ++ AV_CODEC_ID_PBM,
1707 ++ AV_CODEC_ID_PGM,
1708 ++ AV_CODEC_ID_PGMYUV,
1709 ++ AV_CODEC_ID_PAM,
1710 ++ AV_CODEC_ID_FFVHUFF,
1711 ++ AV_CODEC_ID_RV30,
1712 ++ AV_CODEC_ID_RV40,
1713 ++ AV_CODEC_ID_VC1,
1714 ++ AV_CODEC_ID_WMV3,
1715 ++ AV_CODEC_ID_LOCO,
1716 ++ AV_CODEC_ID_WNV1,
1717 ++ AV_CODEC_ID_AASC,
1718 ++ AV_CODEC_ID_INDEO2,
1719 ++ AV_CODEC_ID_FRAPS,
1720 ++ AV_CODEC_ID_TRUEMOTION2,
1721 ++ AV_CODEC_ID_BMP,
1722 ++ AV_CODEC_ID_CSCD,
1723 ++ AV_CODEC_ID_MMVIDEO,
1724 ++ AV_CODEC_ID_ZMBV,
1725 ++ AV_CODEC_ID_AVS,
1726 ++ AV_CODEC_ID_SMACKVIDEO,
1727 ++ AV_CODEC_ID_NUV,
1728 ++ AV_CODEC_ID_KMVC,
1729 ++ AV_CODEC_ID_FLASHSV,
1730 ++ AV_CODEC_ID_CAVS,
1731 ++ AV_CODEC_ID_JPEG2000,
1732 ++ AV_CODEC_ID_VMNC,
1733 ++ AV_CODEC_ID_VP5,
1734 ++ AV_CODEC_ID_VP6,
1735 ++ AV_CODEC_ID_VP6F,
1736 ++ AV_CODEC_ID_TARGA,
1737 ++ AV_CODEC_ID_DSICINVIDEO,
1738 ++ AV_CODEC_ID_TIERTEXSEQVIDEO,
1739 ++ AV_CODEC_ID_TIFF,
1740 ++ AV_CODEC_ID_GIF,
1741 ++ AV_CODEC_ID_DXA,
1742 ++ AV_CODEC_ID_DNXHD,
1743 ++ AV_CODEC_ID_THP,
1744 ++ AV_CODEC_ID_SGI,
1745 ++ AV_CODEC_ID_C93,
1746 ++ AV_CODEC_ID_BETHSOFTVID,
1747 ++ AV_CODEC_ID_PTX,
1748 ++ AV_CODEC_ID_TXD,
1749 ++ AV_CODEC_ID_VP6A,
1750 ++ AV_CODEC_ID_AMV,
1751 ++ AV_CODEC_ID_VB,
1752 ++ AV_CODEC_ID_PCX,
1753 ++ AV_CODEC_ID_SUNRAST,
1754 ++ AV_CODEC_ID_INDEO4,
1755 ++ AV_CODEC_ID_INDEO5,
1756 ++ AV_CODEC_ID_MIMIC,
1757 ++ AV_CODEC_ID_RL2,
1758 ++ AV_CODEC_ID_ESCAPE124,
1759 ++ AV_CODEC_ID_DIRAC,
1760 ++ AV_CODEC_ID_BFI,
1761 ++ AV_CODEC_ID_CMV,
1762 ++ AV_CODEC_ID_MOTIONPIXELS,
1763 ++ AV_CODEC_ID_TGV,
1764 ++ AV_CODEC_ID_TGQ,
1765 ++ AV_CODEC_ID_TQI,
1766 ++ AV_CODEC_ID_AURA,
1767 ++ AV_CODEC_ID_AURA2,
1768 ++ AV_CODEC_ID_V210X,
1769 ++ AV_CODEC_ID_TMV,
1770 ++ AV_CODEC_ID_V210,
1771 ++ AV_CODEC_ID_DPX,
1772 ++ AV_CODEC_ID_MAD,
1773 ++ AV_CODEC_ID_FRWU,
1774 ++ AV_CODEC_ID_FLASHSV2,
1775 ++ AV_CODEC_ID_CDGRAPHICS,
1776 ++ AV_CODEC_ID_R210,
1777 ++ AV_CODEC_ID_ANM,
1778 ++ AV_CODEC_ID_BINKVIDEO,
1779 ++ AV_CODEC_ID_IFF_ILBM,
1780 ++#define AV_CODEC_ID_IFF_BYTERUN1 AV_CODEC_ID_IFF_ILBM
1781 ++ AV_CODEC_ID_KGV1,
1782 ++ AV_CODEC_ID_YOP,
1783 ++ AV_CODEC_ID_VP8,
1784 ++ AV_CODEC_ID_PICTOR,
1785 ++ AV_CODEC_ID_ANSI,
1786 ++ AV_CODEC_ID_A64_MULTI,
1787 ++ AV_CODEC_ID_A64_MULTI5,
1788 ++ AV_CODEC_ID_R10K,
1789 ++ AV_CODEC_ID_MXPEG,
1790 ++ AV_CODEC_ID_LAGARITH,
1791 ++ AV_CODEC_ID_PRORES,
1792 ++ AV_CODEC_ID_JV,
1793 ++ AV_CODEC_ID_DFA,
1794 ++ AV_CODEC_ID_WMV3IMAGE,
1795 ++ AV_CODEC_ID_VC1IMAGE,
1796 ++ AV_CODEC_ID_UTVIDEO,
1797 ++ AV_CODEC_ID_BMV_VIDEO,
1798 ++ AV_CODEC_ID_VBLE,
1799 ++ AV_CODEC_ID_DXTORY,
1800 ++ AV_CODEC_ID_V410,
1801 ++ AV_CODEC_ID_XWD,
1802 ++ AV_CODEC_ID_CDXL,
1803 ++ AV_CODEC_ID_XBM,
1804 ++ AV_CODEC_ID_ZEROCODEC,
1805 ++ AV_CODEC_ID_MSS1,
1806 ++ AV_CODEC_ID_MSA1,
1807 ++ AV_CODEC_ID_TSCC2,
1808 ++ AV_CODEC_ID_MTS2,
1809 ++ AV_CODEC_ID_CLLC,
1810 ++ AV_CODEC_ID_MSS2,
1811 ++ AV_CODEC_ID_VP9,
1812 ++ AV_CODEC_ID_AIC,
1813 ++ AV_CODEC_ID_ESCAPE130,
1814 ++ AV_CODEC_ID_G2M,
1815 ++ AV_CODEC_ID_WEBP,
1816 ++ AV_CODEC_ID_HNM4_VIDEO,
1817 ++ AV_CODEC_ID_HEVC,
1818 ++#define AV_CODEC_ID_H265 AV_CODEC_ID_HEVC
1819 ++ AV_CODEC_ID_FIC,
1820 ++ AV_CODEC_ID_ALIAS_PIX,
1821 ++ AV_CODEC_ID_BRENDER_PIX,
1822 ++ AV_CODEC_ID_PAF_VIDEO,
1823 ++ AV_CODEC_ID_EXR,
1824 ++ AV_CODEC_ID_VP7,
1825 ++ AV_CODEC_ID_SANM,
1826 ++ AV_CODEC_ID_SGIRLE,
1827 ++ AV_CODEC_ID_MVC1,
1828 ++ AV_CODEC_ID_MVC2,
1829 ++ AV_CODEC_ID_HQX,
1830 ++ AV_CODEC_ID_TDSC,
1831 ++ AV_CODEC_ID_HQ_HQA,
1832 ++ AV_CODEC_ID_HAP,
1833 ++ AV_CODEC_ID_DDS,
1834 ++ AV_CODEC_ID_DXV,
1835 ++ AV_CODEC_ID_SCREENPRESSO,
1836 ++ AV_CODEC_ID_RSCC,
1837 ++
1838 ++ AV_CODEC_ID_Y41P = 0x8000,
1839 ++ AV_CODEC_ID_AVRP,
1840 ++ AV_CODEC_ID_012V,
1841 ++ AV_CODEC_ID_AVUI,
1842 ++ AV_CODEC_ID_AYUV,
1843 ++ AV_CODEC_ID_TARGA_Y216,
1844 ++ AV_CODEC_ID_V308,
1845 ++ AV_CODEC_ID_V408,
1846 ++ AV_CODEC_ID_YUV4,
1847 ++ AV_CODEC_ID_AVRN,
1848 ++ AV_CODEC_ID_CPIA,
1849 ++ AV_CODEC_ID_XFACE,
1850 ++ AV_CODEC_ID_SNOW,
1851 ++ AV_CODEC_ID_SMVJPEG,
1852 ++ AV_CODEC_ID_APNG,
1853 ++ AV_CODEC_ID_DAALA,
1854 ++ AV_CODEC_ID_CFHD,
1855 ++ AV_CODEC_ID_TRUEMOTION2RT,
1856 ++ AV_CODEC_ID_M101,
1857 ++ AV_CODEC_ID_MAGICYUV,
1858 ++ AV_CODEC_ID_SHEERVIDEO,
1859 ++ AV_CODEC_ID_YLC,
1860 ++ AV_CODEC_ID_PSD,
1861 ++ AV_CODEC_ID_PIXLET,
1862 ++ AV_CODEC_ID_SPEEDHQ,
1863 ++ AV_CODEC_ID_FMVC,
1864 ++ AV_CODEC_ID_SCPR,
1865 ++ AV_CODEC_ID_CLEARVIDEO,
1866 ++ AV_CODEC_ID_XPM,
1867 ++ AV_CODEC_ID_AV1,
1868 ++ AV_CODEC_ID_BITPACKED,
1869 ++ AV_CODEC_ID_MSCC,
1870 ++ AV_CODEC_ID_SRGC,
1871 ++ AV_CODEC_ID_SVG,
1872 ++ AV_CODEC_ID_GDV,
1873 ++ AV_CODEC_ID_FITS,
1874 ++
1875 ++ /* various PCM "codecs" */
1876 ++ AV_CODEC_ID_FIRST_AUDIO = 0x10000, ///< A dummy id pointing at the start of audio codecs
1877 ++ AV_CODEC_ID_PCM_S16LE = 0x10000,
1878 ++ AV_CODEC_ID_PCM_S16BE,
1879 ++ AV_CODEC_ID_PCM_U16LE,
1880 ++ AV_CODEC_ID_PCM_U16BE,
1881 ++ AV_CODEC_ID_PCM_S8,
1882 ++ AV_CODEC_ID_PCM_U8,
1883 ++ AV_CODEC_ID_PCM_MULAW,
1884 ++ AV_CODEC_ID_PCM_ALAW,
1885 ++ AV_CODEC_ID_PCM_S32LE,
1886 ++ AV_CODEC_ID_PCM_S32BE,
1887 ++ AV_CODEC_ID_PCM_U32LE,
1888 ++ AV_CODEC_ID_PCM_U32BE,
1889 ++ AV_CODEC_ID_PCM_S24LE,
1890 ++ AV_CODEC_ID_PCM_S24BE,
1891 ++ AV_CODEC_ID_PCM_U24LE,
1892 ++ AV_CODEC_ID_PCM_U24BE,
1893 ++ AV_CODEC_ID_PCM_S24DAUD,
1894 ++ AV_CODEC_ID_PCM_ZORK,
1895 ++ AV_CODEC_ID_PCM_S16LE_PLANAR,
1896 ++ AV_CODEC_ID_PCM_DVD,
1897 ++ AV_CODEC_ID_PCM_F32BE,
1898 ++ AV_CODEC_ID_PCM_F32LE,
1899 ++ AV_CODEC_ID_PCM_F64BE,
1900 ++ AV_CODEC_ID_PCM_F64LE,
1901 ++ AV_CODEC_ID_PCM_BLURAY,
1902 ++ AV_CODEC_ID_PCM_LXF,
1903 ++ AV_CODEC_ID_S302M,
1904 ++ AV_CODEC_ID_PCM_S8_PLANAR,
1905 ++ AV_CODEC_ID_PCM_S24LE_PLANAR,
1906 ++ AV_CODEC_ID_PCM_S32LE_PLANAR,
1907 ++ AV_CODEC_ID_PCM_S16BE_PLANAR,
1908 ++
1909 ++ AV_CODEC_ID_PCM_S64LE = 0x10800,
1910 ++ AV_CODEC_ID_PCM_S64BE,
1911 ++ AV_CODEC_ID_PCM_F16LE,
1912 ++ AV_CODEC_ID_PCM_F24LE,
1913 ++
1914 ++ /* various ADPCM codecs */
1915 ++ AV_CODEC_ID_ADPCM_IMA_QT = 0x11000,
1916 ++ AV_CODEC_ID_ADPCM_IMA_WAV,
1917 ++ AV_CODEC_ID_ADPCM_IMA_DK3,
1918 ++ AV_CODEC_ID_ADPCM_IMA_DK4,
1919 ++ AV_CODEC_ID_ADPCM_IMA_WS,
1920 ++ AV_CODEC_ID_ADPCM_IMA_SMJPEG,
1921 ++ AV_CODEC_ID_ADPCM_MS,
1922 ++ AV_CODEC_ID_ADPCM_4XM,
1923 ++ AV_CODEC_ID_ADPCM_XA,
1924 ++ AV_CODEC_ID_ADPCM_ADX,
1925 ++ AV_CODEC_ID_ADPCM_EA,
1926 ++ AV_CODEC_ID_ADPCM_G726,
1927 ++ AV_CODEC_ID_ADPCM_CT,
1928 ++ AV_CODEC_ID_ADPCM_SWF,
1929 ++ AV_CODEC_ID_ADPCM_YAMAHA,
1930 ++ AV_CODEC_ID_ADPCM_SBPRO_4,
1931 ++ AV_CODEC_ID_ADPCM_SBPRO_3,
1932 ++ AV_CODEC_ID_ADPCM_SBPRO_2,
1933 ++ AV_CODEC_ID_ADPCM_THP,
1934 ++ AV_CODEC_ID_ADPCM_IMA_AMV,
1935 ++ AV_CODEC_ID_ADPCM_EA_R1,
1936 ++ AV_CODEC_ID_ADPCM_EA_R3,
1937 ++ AV_CODEC_ID_ADPCM_EA_R2,
1938 ++ AV_CODEC_ID_ADPCM_IMA_EA_SEAD,
1939 ++ AV_CODEC_ID_ADPCM_IMA_EA_EACS,
1940 ++ AV_CODEC_ID_ADPCM_EA_XAS,
1941 ++ AV_CODEC_ID_ADPCM_EA_MAXIS_XA,
1942 ++ AV_CODEC_ID_ADPCM_IMA_ISS,
1943 ++ AV_CODEC_ID_ADPCM_G722,
1944 ++ AV_CODEC_ID_ADPCM_IMA_APC,
1945 ++ AV_CODEC_ID_ADPCM_VIMA,
1946 ++
1947 ++ AV_CODEC_ID_ADPCM_AFC = 0x11800,
1948 ++ AV_CODEC_ID_ADPCM_IMA_OKI,
1949 ++ AV_CODEC_ID_ADPCM_DTK,
1950 ++ AV_CODEC_ID_ADPCM_IMA_RAD,
1951 ++ AV_CODEC_ID_ADPCM_G726LE,
1952 ++ AV_CODEC_ID_ADPCM_THP_LE,
1953 ++ AV_CODEC_ID_ADPCM_PSX,
1954 ++ AV_CODEC_ID_ADPCM_AICA,
1955 ++ AV_CODEC_ID_ADPCM_IMA_DAT4,
1956 ++ AV_CODEC_ID_ADPCM_MTAF,
1957 ++
1958 ++ /* AMR */
1959 ++ AV_CODEC_ID_AMR_NB = 0x12000,
1960 ++ AV_CODEC_ID_AMR_WB,
1961 ++
1962 ++ /* RealAudio codecs*/
1963 ++ AV_CODEC_ID_RA_144 = 0x13000,
1964 ++ AV_CODEC_ID_RA_288,
1965 ++
1966 ++ /* various DPCM codecs */
1967 ++ AV_CODEC_ID_ROQ_DPCM = 0x14000,
1968 ++ AV_CODEC_ID_INTERPLAY_DPCM,
1969 ++ AV_CODEC_ID_XAN_DPCM,
1970 ++ AV_CODEC_ID_SOL_DPCM,
1971 ++
1972 ++ AV_CODEC_ID_SDX2_DPCM = 0x14800,
1973 ++ AV_CODEC_ID_GREMLIN_DPCM,
1974 ++
1975 ++ /* audio codecs */
1976 ++ AV_CODEC_ID_MP2 = 0x15000,
1977 ++ AV_CODEC_ID_MP3, ///< preferred ID for decoding MPEG audio layer 1, 2 or 3
1978 ++ AV_CODEC_ID_AAC,
1979 ++ AV_CODEC_ID_AC3,
1980 ++ AV_CODEC_ID_DTS,
1981 ++ AV_CODEC_ID_VORBIS,
1982 ++ AV_CODEC_ID_DVAUDIO,
1983 ++ AV_CODEC_ID_WMAV1,
1984 ++ AV_CODEC_ID_WMAV2,
1985 ++ AV_CODEC_ID_MACE3,
1986 ++ AV_CODEC_ID_MACE6,
1987 ++ AV_CODEC_ID_VMDAUDIO,
1988 ++ AV_CODEC_ID_FLAC,
1989 ++ AV_CODEC_ID_MP3ADU,
1990 ++ AV_CODEC_ID_MP3ON4,
1991 ++ AV_CODEC_ID_SHORTEN,
1992 ++ AV_CODEC_ID_ALAC,
1993 ++ AV_CODEC_ID_WESTWOOD_SND1,
1994 ++ AV_CODEC_ID_GSM, ///< as in Berlin toast format
1995 ++ AV_CODEC_ID_QDM2,
1996 ++ AV_CODEC_ID_COOK,
1997 ++ AV_CODEC_ID_TRUESPEECH,
1998 ++ AV_CODEC_ID_TTA,
1999 ++ AV_CODEC_ID_SMACKAUDIO,
2000 ++ AV_CODEC_ID_QCELP,
2001 ++ AV_CODEC_ID_WAVPACK,
2002 ++ AV_CODEC_ID_DSICINAUDIO,
2003 ++ AV_CODEC_ID_IMC,
2004 ++ AV_CODEC_ID_MUSEPACK7,
2005 ++ AV_CODEC_ID_MLP,
2006 ++ AV_CODEC_ID_GSM_MS, /* as found in WAV */
2007 ++ AV_CODEC_ID_ATRAC3,
2008 ++ AV_CODEC_ID_APE,
2009 ++ AV_CODEC_ID_NELLYMOSER,
2010 ++ AV_CODEC_ID_MUSEPACK8,
2011 ++ AV_CODEC_ID_SPEEX,
2012 ++ AV_CODEC_ID_WMAVOICE,
2013 ++ AV_CODEC_ID_WMAPRO,
2014 ++ AV_CODEC_ID_WMALOSSLESS,
2015 ++ AV_CODEC_ID_ATRAC3P,
2016 ++ AV_CODEC_ID_EAC3,
2017 ++ AV_CODEC_ID_SIPR,
2018 ++ AV_CODEC_ID_MP1,
2019 ++ AV_CODEC_ID_TWINVQ,
2020 ++ AV_CODEC_ID_TRUEHD,
2021 ++ AV_CODEC_ID_MP4ALS,
2022 ++ AV_CODEC_ID_ATRAC1,
2023 ++ AV_CODEC_ID_BINKAUDIO_RDFT,
2024 ++ AV_CODEC_ID_BINKAUDIO_DCT,
2025 ++ AV_CODEC_ID_AAC_LATM,
2026 ++ AV_CODEC_ID_QDMC,
2027 ++ AV_CODEC_ID_CELT,
2028 ++ AV_CODEC_ID_G723_1,
2029 ++ AV_CODEC_ID_G729,
2030 ++ AV_CODEC_ID_8SVX_EXP,
2031 ++ AV_CODEC_ID_8SVX_FIB,
2032 ++ AV_CODEC_ID_BMV_AUDIO,
2033 ++ AV_CODEC_ID_RALF,
2034 ++ AV_CODEC_ID_IAC,
2035 ++ AV_CODEC_ID_ILBC,
2036 ++ AV_CODEC_ID_OPUS,
2037 ++ AV_CODEC_ID_COMFORT_NOISE,
2038 ++ AV_CODEC_ID_TAK,
2039 ++ AV_CODEC_ID_METASOUND,
2040 ++ AV_CODEC_ID_PAF_AUDIO,
2041 ++ AV_CODEC_ID_ON2AVC,
2042 ++ AV_CODEC_ID_DSS_SP,
2043 ++ AV_CODEC_ID_CODEC2,
2044 ++
2045 ++ AV_CODEC_ID_FFWAVESYNTH = 0x15800,
2046 ++ AV_CODEC_ID_SONIC,
2047 ++ AV_CODEC_ID_SONIC_LS,
2048 ++ AV_CODEC_ID_EVRC,
2049 ++ AV_CODEC_ID_SMV,
2050 ++ AV_CODEC_ID_DSD_LSBF,
2051 ++ AV_CODEC_ID_DSD_MSBF,
2052 ++ AV_CODEC_ID_DSD_LSBF_PLANAR,
2053 ++ AV_CODEC_ID_DSD_MSBF_PLANAR,
2054 ++ AV_CODEC_ID_4GV,
2055 ++ AV_CODEC_ID_INTERPLAY_ACM,
2056 ++ AV_CODEC_ID_XMA1,
2057 ++ AV_CODEC_ID_XMA2,
2058 ++ AV_CODEC_ID_DST,
2059 ++ AV_CODEC_ID_ATRAC3AL,
2060 ++ AV_CODEC_ID_ATRAC3PAL,
2061 ++ AV_CODEC_ID_DOLBY_E,
2062 ++ AV_CODEC_ID_APTX,
2063 ++ AV_CODEC_ID_APTX_HD,
2064 ++ AV_CODEC_ID_SBC,
2065 ++
2066 ++ /* subtitle codecs */
2067 ++ AV_CODEC_ID_FIRST_SUBTITLE = 0x17000, ///< A dummy ID pointing at the start of subtitle codecs.
2068 ++ AV_CODEC_ID_DVD_SUBTITLE = 0x17000,
2069 ++ AV_CODEC_ID_DVB_SUBTITLE,
2070 ++ AV_CODEC_ID_TEXT, ///< raw UTF-8 text
2071 ++ AV_CODEC_ID_XSUB,
2072 ++ AV_CODEC_ID_SSA,
2073 ++ AV_CODEC_ID_MOV_TEXT,
2074 ++ AV_CODEC_ID_HDMV_PGS_SUBTITLE,
2075 ++ AV_CODEC_ID_DVB_TELETEXT,
2076 ++ AV_CODEC_ID_SRT,
2077 ++
2078 ++ AV_CODEC_ID_MICRODVD = 0x17800,
2079 ++ AV_CODEC_ID_EIA_608,
2080 ++ AV_CODEC_ID_JACOSUB,
2081 ++ AV_CODEC_ID_SAMI,
2082 ++ AV_CODEC_ID_REALTEXT,
2083 ++ AV_CODEC_ID_STL,
2084 ++ AV_CODEC_ID_SUBVIEWER1,
2085 ++ AV_CODEC_ID_SUBVIEWER,
2086 ++ AV_CODEC_ID_SUBRIP,
2087 ++ AV_CODEC_ID_WEBVTT,
2088 ++ AV_CODEC_ID_MPL2,
2089 ++ AV_CODEC_ID_VPLAYER,
2090 ++ AV_CODEC_ID_PJS,
2091 ++ AV_CODEC_ID_ASS,
2092 ++ AV_CODEC_ID_HDMV_TEXT_SUBTITLE,
2093 ++
2094 ++ /* other specific kind of codecs (generally used for attachments) */
2095 ++ AV_CODEC_ID_FIRST_UNKNOWN = 0x18000, ///< A dummy ID pointing at the start of various fake codecs.
2096 ++ AV_CODEC_ID_TTF = 0x18000,
2097 ++
2098 ++ AV_CODEC_ID_SCTE_35, ///< Contain timestamp estimated through PCR of program stream.
2099 ++ AV_CODEC_ID_BINTEXT = 0x18800,
2100 ++ AV_CODEC_ID_XBIN,
2101 ++ AV_CODEC_ID_IDF,
2102 ++ AV_CODEC_ID_OTF,
2103 ++ AV_CODEC_ID_SMPTE_KLV,
2104 ++ AV_CODEC_ID_DVD_NAV,
2105 ++ AV_CODEC_ID_TIMED_ID3,
2106 ++ AV_CODEC_ID_BIN_DATA,
2107 ++
2108 ++
2109 ++ AV_CODEC_ID_PROBE = 0x19000, ///< codec_id is not known (like AV_CODEC_ID_NONE) but lavf should attempt to identify it
2110 ++
2111 ++ AV_CODEC_ID_MPEG2TS = 0x20000, /**< _FAKE_ codec to indicate a raw MPEG-2 TS
2112 ++ * stream (only used by libavformat) */
2113 ++ AV_CODEC_ID_MPEG4SYSTEMS = 0x20001, /**< _FAKE_ codec to indicate a MPEG-4 Systems
2114 ++ * stream (only used by libavformat) */
2115 ++ AV_CODEC_ID_FFMETADATA = 0x21000, ///< Dummy codec for streams containing only metadata information.
2116 ++ AV_CODEC_ID_WRAPPED_AVFRAME = 0x21001, ///< Passthrough codec, AVFrames wrapped in AVPacket
2117 ++};
2118 ++
2119 ++/**
2120 ++ * This struct describes the properties of a single codec described by an
2121 ++ * AVCodecID.
2122 ++ * @see avcodec_descriptor_get()
2123 ++ */
2124 ++typedef struct AVCodecDescriptor {
2125 ++ enum AVCodecID id;
2126 ++ enum AVMediaType type;
2127 ++ /**
2128 ++ * Name of the codec described by this descriptor. It is non-empty and
2129 ++ * unique for each codec descriptor. It should contain alphanumeric
2130 ++ * characters and '_' only.
2131 ++ */
2132 ++ const char *name;
2133 ++ /**
2134 ++ * A more descriptive name for this codec. May be NULL.
2135 ++ */
2136 ++ const char *long_name;
2137 ++ /**
2138 ++ * Codec properties, a combination of AV_CODEC_PROP_* flags.
2139 ++ */
2140 ++ int props;
2141 ++ /**
2142 ++ * MIME type(s) associated with the codec.
2143 ++ * May be NULL; if not, a NULL-terminated array of MIME types.
2144 ++ * The first item is always non-NULL and is the preferred MIME type.
2145 ++ */
2146 ++ const char *const *mime_types;
2147 ++ /**
2148 ++ * If non-NULL, an array of profiles recognized for this codec.
2149 ++ * Terminated with FF_PROFILE_UNKNOWN.
2150 ++ */
2151 ++ const struct AVProfile *profiles;
2152 ++} AVCodecDescriptor;
2153 ++
2154 ++/**
2155 ++ * Codec uses only intra compression.
2156 ++ * Video and audio codecs only.
2157 ++ */
2158 ++#define AV_CODEC_PROP_INTRA_ONLY (1 << 0)
2159 ++/**
2160 ++ * Codec supports lossy compression. Audio and video codecs only.
2161 ++ * @note a codec may support both lossy and lossless
2162 ++ * compression modes
2163 ++ */
2164 ++#define AV_CODEC_PROP_LOSSY (1 << 1)
2165 ++/**
2166 ++ * Codec supports lossless compression. Audio and video codecs only.
2167 ++ */
2168 ++#define AV_CODEC_PROP_LOSSLESS (1 << 2)
2169 ++/**
2170 ++ * Codec supports frame reordering. That is, the coded order (the order in which
2171 ++ * the encoded packets are output by the encoders / stored / input to the
2172 ++ * decoders) may be different from the presentation order of the corresponding
2173 ++ * frames.
2174 ++ *
2175 ++ * For codecs that do not have this property set, PTS and DTS should always be
2176 ++ * equal.
2177 ++ */
2178 ++#define AV_CODEC_PROP_REORDER (1 << 3)
2179 ++/**
2180 ++ * Subtitle codec is bitmap based
2181 ++ * Decoded AVSubtitle data can be read from the AVSubtitleRect->pict field.
2182 ++ */
2183 ++#define AV_CODEC_PROP_BITMAP_SUB (1 << 16)
2184 ++/**
2185 ++ * Subtitle codec is text based.
2186 ++ * Decoded AVSubtitle data can be read from the AVSubtitleRect->ass field.
2187 ++ */
2188 ++#define AV_CODEC_PROP_TEXT_SUB (1 << 17)
2189 ++
2190 ++/**
2191 ++ * @ingroup lavc_decoding
2192 ++ * Required number of additionally allocated bytes at the end of the input bitstream for decoding.
2193 ++ * This is mainly needed because some optimized bitstream readers read
2194 ++ * 32 or 64 bit at once and could read over the end.<br>
2195 ++ * Note: If the first 23 bits of the additional bytes are not 0, then damaged
2196 ++ * MPEG bitstreams could cause overread and segfault.
2197 ++ */
2198 ++#define AV_INPUT_BUFFER_PADDING_SIZE 64
2199 ++
2200 ++/**
2201 ++ * @ingroup lavc_encoding
2202 ++ * minimum encoding buffer size
2203 ++ * Used to avoid some checks during header writing.
2204 ++ */
2205 ++#define AV_INPUT_BUFFER_MIN_SIZE 16384
2206 ++
2207 ++/**
2208 ++ * @ingroup lavc_decoding
2209 ++ */
2210 ++enum AVDiscard{
2211 ++ /* We leave some space between them for extensions (drop some
2212 ++ * keyframes for intra-only or drop just some bidir frames). */
2213 ++ AVDISCARD_NONE =-16, ///< discard nothing
2214 ++ AVDISCARD_DEFAULT = 0, ///< discard useless packets like 0 size packets in avi
2215 ++ AVDISCARD_NONREF = 8, ///< discard all non reference
2216 ++ AVDISCARD_BIDIR = 16, ///< discard all bidirectional frames
2217 ++ AVDISCARD_NONINTRA= 24, ///< discard all non intra frames
2218 ++ AVDISCARD_NONKEY = 32, ///< discard all frames except keyframes
2219 ++ AVDISCARD_ALL = 48, ///< discard all
2220 ++};
2221 ++
2222 ++enum AVAudioServiceType {
2223 ++ AV_AUDIO_SERVICE_TYPE_MAIN = 0,
2224 ++ AV_AUDIO_SERVICE_TYPE_EFFECTS = 1,
2225 ++ AV_AUDIO_SERVICE_TYPE_VISUALLY_IMPAIRED = 2,
2226 ++ AV_AUDIO_SERVICE_TYPE_HEARING_IMPAIRED = 3,
2227 ++ AV_AUDIO_SERVICE_TYPE_DIALOGUE = 4,
2228 ++ AV_AUDIO_SERVICE_TYPE_COMMENTARY = 5,
2229 ++ AV_AUDIO_SERVICE_TYPE_EMERGENCY = 6,
2230 ++ AV_AUDIO_SERVICE_TYPE_VOICE_OVER = 7,
2231 ++ AV_AUDIO_SERVICE_TYPE_KARAOKE = 8,
2232 ++ AV_AUDIO_SERVICE_TYPE_NB , ///< Not part of ABI
2233 ++};
2234 ++
2235 ++/**
2236 ++ * @ingroup lavc_encoding
2237 ++ */
2238 ++typedef struct RcOverride{
2239 ++ int start_frame;
2240 ++ int end_frame;
2241 ++ int qscale; // If this is 0 then quality_factor will be used instead.
2242 ++ float quality_factor;
2243 ++} RcOverride;
2244 ++
2245 ++/* encoding support
2246 ++ These flags can be passed in AVCodecContext.flags before initialization.
2247 ++ Note: Not everything is supported yet.
2248 ++*/
2249 ++
2250 ++/**
2251 ++ * Allow decoders to produce frames with data planes that are not aligned
2252 ++ * to CPU requirements (e.g. due to cropping).
2253 ++ */
2254 ++#define AV_CODEC_FLAG_UNALIGNED (1 << 0)
2255 ++/**
2256 ++ * Use fixed qscale.
2257 ++ */
2258 ++#define AV_CODEC_FLAG_QSCALE (1 << 1)
2259 ++/**
2260 ++ * 4 MV per MB allowed / advanced prediction for H.263.
2261 ++ */
2262 ++#define AV_CODEC_FLAG_4MV (1 << 2)
2263 ++/**
2264 ++ * Output even those frames that might be corrupted.
2265 ++ */
2266 ++#define AV_CODEC_FLAG_OUTPUT_CORRUPT (1 << 3)
2267 ++/**
2268 ++ * Use qpel MC.
2269 ++ */
2270 ++#define AV_CODEC_FLAG_QPEL (1 << 4)
2271 ++/**
2272 ++ * Use internal 2pass ratecontrol in first pass mode.
2273 ++ */
2274 ++#define AV_CODEC_FLAG_PASS1 (1 << 9)
2275 ++/**
2276 ++ * Use internal 2pass ratecontrol in second pass mode.
2277 ++ */
2278 ++#define AV_CODEC_FLAG_PASS2 (1 << 10)
2279 ++/**
2280 ++ * loop filter.
2281 ++ */
2282 ++#define AV_CODEC_FLAG_LOOP_FILTER (1 << 11)
2283 ++/**
2284 ++ * Only decode/encode grayscale.
2285 ++ */
2286 ++#define AV_CODEC_FLAG_GRAY (1 << 13)
2287 ++/**
2288 ++ * error[?] variables will be set during encoding.
2289 ++ */
2290 ++#define AV_CODEC_FLAG_PSNR (1 << 15)
2291 ++/**
2292 ++ * Input bitstream might be truncated at a random location
2293 ++ * instead of only at frame boundaries.
2294 ++ */
2295 ++#define AV_CODEC_FLAG_TRUNCATED (1 << 16)
2296 ++/**
2297 ++ * Use interlaced DCT.
2298 ++ */
2299 ++#define AV_CODEC_FLAG_INTERLACED_DCT (1 << 18)
2300 ++/**
2301 ++ * Force low delay.
2302 ++ */
2303 ++#define AV_CODEC_FLAG_LOW_DELAY (1 << 19)
2304 ++/**
2305 ++ * Place global headers in extradata instead of every keyframe.
2306 ++ */
2307 ++#define AV_CODEC_FLAG_GLOBAL_HEADER (1 << 22)
2308 ++/**
2309 ++ * Use only bitexact stuff (except (I)DCT).
2310 ++ */
2311 ++#define AV_CODEC_FLAG_BITEXACT (1 << 23)
2312 ++/* Fx : Flag for H.263+ extra options */
2313 ++/**
2314 ++ * H.263 advanced intra coding / MPEG-4 AC prediction
2315 ++ */
2316 ++#define AV_CODEC_FLAG_AC_PRED (1 << 24)
2317 ++/**
2318 ++ * interlaced motion estimation
2319 ++ */
2320 ++#define AV_CODEC_FLAG_INTERLACED_ME (1 << 29)
2321 ++#define AV_CODEC_FLAG_CLOSED_GOP (1U << 31)
2322 ++
2323 ++/**
2324 ++ * Allow non spec compliant speedup tricks.
2325 ++ */
2326 ++#define AV_CODEC_FLAG2_FAST (1 << 0)
2327 ++/**
2328 ++ * Skip bitstream encoding.
2329 ++ */
2330 ++#define AV_CODEC_FLAG2_NO_OUTPUT (1 << 2)
2331 ++/**
2332 ++ * Place global headers at every keyframe instead of in extradata.
2333 ++ */
2334 ++#define AV_CODEC_FLAG2_LOCAL_HEADER (1 << 3)
2335 ++
2336 ++/**
2337 ++ * timecode is in drop frame format. DEPRECATED!!!!
2338 ++ */
2339 ++#define AV_CODEC_FLAG2_DROP_FRAME_TIMECODE (1 << 13)
2340 ++
2341 ++/**
2342 ++ * Input bitstream might be truncated at a packet boundaries
2343 ++ * instead of only at frame boundaries.
2344 ++ */
2345 ++#define AV_CODEC_FLAG2_CHUNKS (1 << 15)
2346 ++/**
2347 ++ * Discard cropping information from SPS.
2348 ++ */
2349 ++#define AV_CODEC_FLAG2_IGNORE_CROP (1 << 16)
2350 ++
2351 ++/**
2352 ++ * Show all frames before the first keyframe
2353 ++ */
2354 ++#define AV_CODEC_FLAG2_SHOW_ALL (1 << 22)
2355 ++/**
2356 ++ * Export motion vectors through frame side data
2357 ++ */
2358 ++#define AV_CODEC_FLAG2_EXPORT_MVS (1 << 28)
2359 ++/**
2360 ++ * Do not skip samples and export skip information as frame side data
2361 ++ */
2362 ++#define AV_CODEC_FLAG2_SKIP_MANUAL (1 << 29)
2363 ++/**
2364 ++ * Do not reset ASS ReadOrder field on flush (subtitles decoding)
2365 ++ */
2366 ++#define AV_CODEC_FLAG2_RO_FLUSH_NOOP (1 << 30)
2367 ++
2368 ++/* Unsupported options :
2369 ++ * Syntax Arithmetic coding (SAC)
2370 ++ * Reference Picture Selection
2371 ++ * Independent Segment Decoding */
2372 ++/* /Fx */
2373 ++/* codec capabilities */
2374 ++
2375 ++/**
2376 ++ * Decoder can use draw_horiz_band callback.
2377 ++ */
2378 ++#define AV_CODEC_CAP_DRAW_HORIZ_BAND (1 << 0)
2379 ++/**
2380 ++ * Codec uses get_buffer() for allocating buffers and supports custom allocators.
2381 ++ * If not set, it might not use get_buffer() at all or use operations that
2382 ++ * assume the buffer was allocated by avcodec_default_get_buffer.
2383 ++ */
2384 ++#define AV_CODEC_CAP_DR1 (1 << 1)
2385 ++#define AV_CODEC_CAP_TRUNCATED (1 << 3)
2386 ++/**
2387 ++ * Encoder or decoder requires flushing with NULL input at the end in order to
2388 ++ * give the complete and correct output.
2389 ++ *
2390 ++ * NOTE: If this flag is not set, the codec is guaranteed to never be fed with
2391 ++ * with NULL data. The user can still send NULL data to the public encode
2392 ++ * or decode function, but libavcodec will not pass it along to the codec
2393 ++ * unless this flag is set.
2394 ++ *
2395 ++ * Decoders:
2396 ++ * The decoder has a non-zero delay and needs to be fed with avpkt->data=NULL,
2397 ++ * avpkt->size=0 at the end to get the delayed data until the decoder no longer
2398 ++ * returns frames.
2399 ++ *
2400 ++ * Encoders:
2401 ++ * The encoder needs to be fed with NULL data at the end of encoding until the
2402 ++ * encoder no longer returns data.
2403 ++ *
2404 ++ * NOTE: For encoders implementing the AVCodec.encode2() function, setting this
2405 ++ * flag also means that the encoder must set the pts and duration for
2406 ++ * each output packet. If this flag is not set, the pts and duration will
2407 ++ * be determined by libavcodec from the input frame.
2408 ++ */
2409 ++#define AV_CODEC_CAP_DELAY (1 << 5)
2410 ++/**
2411 ++ * Codec can be fed a final frame with a smaller size.
2412 ++ * This can be used to prevent truncation of the last audio samples.
2413 ++ */
2414 ++#define AV_CODEC_CAP_SMALL_LAST_FRAME (1 << 6)
2415 ++
2416 ++/**
2417 ++ * Codec can output multiple frames per AVPacket
2418 ++ * Normally demuxers return one frame at a time, demuxers which do not do
2419 ++ * are connected to a parser to split what they return into proper frames.
2420 ++ * This flag is reserved to the very rare category of codecs which have a
2421 ++ * bitstream that cannot be split into frames without timeconsuming
2422 ++ * operations like full decoding. Demuxers carrying such bitstreams thus
2423 ++ * may return multiple frames in a packet. This has many disadvantages like
2424 ++ * prohibiting stream copy in many cases thus it should only be considered
2425 ++ * as a last resort.
2426 ++ */
2427 ++#define AV_CODEC_CAP_SUBFRAMES (1 << 8)
2428 ++/**
2429 ++ * Codec is experimental and is thus avoided in favor of non experimental
2430 ++ * encoders
2431 ++ */
2432 ++#define AV_CODEC_CAP_EXPERIMENTAL (1 << 9)
2433 ++/**
2434 ++ * Codec should fill in channel configuration and samplerate instead of container
2435 ++ */
2436 ++#define AV_CODEC_CAP_CHANNEL_CONF (1 << 10)
2437 ++/**
2438 ++ * Codec supports frame-level multithreading.
2439 ++ */
2440 ++#define AV_CODEC_CAP_FRAME_THREADS (1 << 12)
2441 ++/**
2442 ++ * Codec supports slice-based (or partition-based) multithreading.
2443 ++ */
2444 ++#define AV_CODEC_CAP_SLICE_THREADS (1 << 13)
2445 ++/**
2446 ++ * Codec supports changed parameters at any point.
2447 ++ */
2448 ++#define AV_CODEC_CAP_PARAM_CHANGE (1 << 14)
2449 ++/**
2450 ++ * Codec supports avctx->thread_count == 0 (auto).
2451 ++ */
2452 ++#define AV_CODEC_CAP_AUTO_THREADS (1 << 15)
2453 ++/**
2454 ++ * Audio encoder supports receiving a different number of samples in each call.
2455 ++ */
2456 ++#define AV_CODEC_CAP_VARIABLE_FRAME_SIZE (1 << 16)
2457 ++/**
2458 ++ * Decoder is not a preferred choice for probing.
2459 ++ * This indicates that the decoder is not a good choice for probing.
2460 ++ * It could for example be an expensive to spin up hardware decoder,
2461 ++ * or it could simply not provide a lot of useful information about
2462 ++ * the stream.
2463 ++ * A decoder marked with this flag should only be used as last resort
2464 ++ * choice for probing.
2465 ++ */
2466 ++#define AV_CODEC_CAP_AVOID_PROBING (1 << 17)
2467 ++/**
2468 ++ * Codec is intra only.
2469 ++ */
2470 ++#define AV_CODEC_CAP_INTRA_ONLY 0x40000000
2471 ++/**
2472 ++ * Codec is lossless.
2473 ++ */
2474 ++#define AV_CODEC_CAP_LOSSLESS 0x80000000
2475 ++
2476 ++/**
2477 ++ * Codec is backed by a hardware implementation. Typically used to
2478 ++ * identify a non-hwaccel hardware decoder. For information about hwaccels, use
2479 ++ * avcodec_get_hw_config() instead.
2480 ++ */
2481 ++#define AV_CODEC_CAP_HARDWARE (1 << 18)
2482 ++
2483 ++/**
2484 ++ * Codec is potentially backed by a hardware implementation, but not
2485 ++ * necessarily. This is used instead of AV_CODEC_CAP_HARDWARE, if the
2486 ++ * implementation provides some sort of internal fallback.
2487 ++ */
2488 ++#define AV_CODEC_CAP_HYBRID (1 << 19)
2489 ++
2490 ++/**
2491 ++ * Pan Scan area.
2492 ++ * This specifies the area which should be displayed.
2493 ++ * Note there may be multiple such areas for one frame.
2494 ++ */
2495 ++typedef struct AVPanScan {
2496 ++ /**
2497 ++ * id
2498 ++ * - encoding: Set by user.
2499 ++ * - decoding: Set by libavcodec.
2500 ++ */
2501 ++ int id;
2502 ++
2503 ++ /**
2504 ++ * width and height in 1/16 pel
2505 ++ * - encoding: Set by user.
2506 ++ * - decoding: Set by libavcodec.
2507 ++ */
2508 ++ int width;
2509 ++ int height;
2510 ++
2511 ++ /**
2512 ++ * position of the top left corner in 1/16 pel for up to 3 fields/frames
2513 ++ * - encoding: Set by user.
2514 ++ * - decoding: Set by libavcodec.
2515 ++ */
2516 ++ int16_t position[3][2];
2517 ++} AVPanScan;
2518 ++
2519 ++/**
2520 ++ * This structure describes the bitrate properties of an encoded bitstream. It
2521 ++ * roughly corresponds to a subset the VBV parameters for MPEG-2 or HRD
2522 ++ * parameters for H.264/HEVC.
2523 ++ */
2524 ++typedef struct AVCPBProperties {
2525 ++ /**
2526 ++ * Maximum bitrate of the stream, in bits per second.
2527 ++ * Zero if unknown or unspecified.
2528 ++ */
2529 ++ int max_bitrate;
2530 ++ /**
2531 ++ * Minimum bitrate of the stream, in bits per second.
2532 ++ * Zero if unknown or unspecified.
2533 ++ */
2534 ++ int min_bitrate;
2535 ++ /**
2536 ++ * Average bitrate of the stream, in bits per second.
2537 ++ * Zero if unknown or unspecified.
2538 ++ */
2539 ++ int avg_bitrate;
2540 ++
2541 ++ /**
2542 ++ * The size of the buffer to which the ratecontrol is applied, in bits.
2543 ++ * Zero if unknown or unspecified.
2544 ++ */
2545 ++ int buffer_size;
2546 ++
2547 ++ /**
2548 ++ * The delay between the time the packet this structure is associated with
2549 ++ * is received and the time when it should be decoded, in periods of a 27MHz
2550 ++ * clock.
2551 ++ *
2552 ++ * UINT64_MAX when unknown or unspecified.
2553 ++ */
2554 ++ uint64_t vbv_delay;
2555 ++} AVCPBProperties;
2556 ++
2557 ++/**
2558 ++ * The decoder will keep a reference to the frame and may reuse it later.
2559 ++ */
2560 ++#define AV_GET_BUFFER_FLAG_REF (1 << 0)
2561 ++
2562 ++/**
2563 ++ * @defgroup lavc_packet AVPacket
2564 ++ *
2565 ++ * Types and functions for working with AVPacket.
2566 ++ * @{
2567 ++ */
2568 ++enum AVPacketSideDataType {
2569 ++ /**
2570 ++ * An AV_PKT_DATA_PALETTE side data packet contains exactly AVPALETTE_SIZE
2571 ++ * bytes worth of palette. This side data signals that a new palette is
2572 ++ * present.
2573 ++ */
2574 ++ AV_PKT_DATA_PALETTE,
2575 ++
2576 ++ /**
2577 ++ * The AV_PKT_DATA_NEW_EXTRADATA is used to notify the codec or the format
2578 ++ * that the extradata buffer was changed and the receiving side should
2579 ++ * act upon it appropriately. The new extradata is embedded in the side
2580 ++ * data buffer and should be immediately used for processing the current
2581 ++ * frame or packet.
2582 ++ */
2583 ++ AV_PKT_DATA_NEW_EXTRADATA,
2584 ++
2585 ++ /**
2586 ++ * An AV_PKT_DATA_PARAM_CHANGE side data packet is laid out as follows:
2587 ++ * @code
2588 ++ * u32le param_flags
2589 ++ * if (param_flags & AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_COUNT)
2590 ++ * s32le channel_count
2591 ++ * if (param_flags & AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_LAYOUT)
2592 ++ * u64le channel_layout
2593 ++ * if (param_flags & AV_SIDE_DATA_PARAM_CHANGE_SAMPLE_RATE)
2594 ++ * s32le sample_rate
2595 ++ * if (param_flags & AV_SIDE_DATA_PARAM_CHANGE_DIMENSIONS)
2596 ++ * s32le width
2597 ++ * s32le height
2598 ++ * @endcode
2599 ++ */
2600 ++ AV_PKT_DATA_PARAM_CHANGE,
2601 ++
2602 ++ /**
2603 ++ * An AV_PKT_DATA_H263_MB_INFO side data packet contains a number of
2604 ++ * structures with info about macroblocks relevant to splitting the
2605 ++ * packet into smaller packets on macroblock edges (e.g. as for RFC 2190).
2606 ++ * That is, it does not necessarily contain info about all macroblocks,
2607 ++ * as long as the distance between macroblocks in the info is smaller
2608 ++ * than the target payload size.
2609 ++ * Each MB info structure is 12 bytes, and is laid out as follows:
2610 ++ * @code
2611 ++ * u32le bit offset from the start of the packet
2612 ++ * u8 current quantizer at the start of the macroblock
2613 ++ * u8 GOB number
2614 ++ * u16le macroblock address within the GOB
2615 ++ * u8 horizontal MV predictor
2616 ++ * u8 vertical MV predictor
2617 ++ * u8 horizontal MV predictor for block number 3
2618 ++ * u8 vertical MV predictor for block number 3
2619 ++ * @endcode
2620 ++ */
2621 ++ AV_PKT_DATA_H263_MB_INFO,
2622 ++
2623 ++ /**
2624 ++ * This side data should be associated with an audio stream and contains
2625 ++ * ReplayGain information in form of the AVReplayGain struct.
2626 ++ */
2627 ++ AV_PKT_DATA_REPLAYGAIN,
2628 ++
2629 ++ /**
2630 ++ * This side data contains a 3x3 transformation matrix describing an affine
2631 ++ * transformation that needs to be applied to the decoded video frames for
2632 ++ * correct presentation.
2633 ++ *
2634 ++ * See libavutil/display.h for a detailed description of the data.
2635 ++ */
2636 ++ AV_PKT_DATA_DISPLAYMATRIX,
2637 ++
2638 ++ /**
2639 ++ * This side data should be associated with a video stream and contains
2640 ++ * Stereoscopic 3D information in form of the AVStereo3D struct.
2641 ++ */
2642 ++ AV_PKT_DATA_STEREO3D,
2643 ++
2644 ++ /**
2645 ++ * This side data should be associated with an audio stream and corresponds
2646 ++ * to enum AVAudioServiceType.
2647 ++ */
2648 ++ AV_PKT_DATA_AUDIO_SERVICE_TYPE,
2649 ++
2650 ++ /**
2651 ++ * This side data contains quality related information from the encoder.
2652 ++ * @code
2653 ++ * u32le quality factor of the compressed frame. Allowed range is between 1 (good) and FF_LAMBDA_MAX (bad).
2654 ++ * u8 picture type
2655 ++ * u8 error count
2656 ++ * u16 reserved
2657 ++ * u64le[error count] sum of squared differences between encoder in and output
2658 ++ * @endcode
2659 ++ */
2660 ++ AV_PKT_DATA_QUALITY_STATS,
2661 ++
2662 ++ /**
2663 ++ * This side data contains an integer value representing the stream index
2664 ++ * of a "fallback" track. A fallback track indicates an alternate
2665 ++ * track to use when the current track can not be decoded for some reason.
2666 ++ * e.g. no decoder available for codec.
2667 ++ */
2668 ++ AV_PKT_DATA_FALLBACK_TRACK,
2669 ++
2670 ++ /**
2671 ++ * This side data corresponds to the AVCPBProperties struct.
2672 ++ */
2673 ++ AV_PKT_DATA_CPB_PROPERTIES,
2674 ++
2675 ++ /**
2676 ++ * Recommmends skipping the specified number of samples
2677 ++ * @code
2678 ++ * u32le number of samples to skip from start of this packet
2679 ++ * u32le number of samples to skip from end of this packet
2680 ++ * u8 reason for start skip
2681 ++ * u8 reason for end skip (0=padding silence, 1=convergence)
2682 ++ * @endcode
2683 ++ */
2684 ++ AV_PKT_DATA_SKIP_SAMPLES,
2685 ++
2686 ++ /**
2687 ++ * An AV_PKT_DATA_JP_DUALMONO side data packet indicates that
2688 ++ * the packet may contain "dual mono" audio specific to Japanese DTV
2689 ++ * and if it is true, recommends only the selected channel to be used.
2690 ++ * @code
2691 ++ * u8 selected channels (0=mail/left, 1=sub/right, 2=both)
2692 ++ * @endcode
2693 ++ */
2694 ++ AV_PKT_DATA_JP_DUALMONO,
2695 ++
2696 ++ /**
2697 ++ * A list of zero terminated key/value strings. There is no end marker for
2698 ++ * the list, so it is required to rely on the side data size to stop.
2699 ++ */
2700 ++ AV_PKT_DATA_STRINGS_METADATA,
2701 ++
2702 ++ /**
2703 ++ * Subtitle event position
2704 ++ * @code
2705 ++ * u32le x1
2706 ++ * u32le y1
2707 ++ * u32le x2
2708 ++ * u32le y2
2709 ++ * @endcode
2710 ++ */
2711 ++ AV_PKT_DATA_SUBTITLE_POSITION,
2712 ++
2713 ++ /**
2714 ++ * Data found in BlockAdditional element of matroska container. There is
2715 ++ * no end marker for the data, so it is required to rely on the side data
2716 ++ * size to recognize the end. 8 byte id (as found in BlockAddId) followed
2717 ++ * by data.
2718 ++ */
2719 ++ AV_PKT_DATA_MATROSKA_BLOCKADDITIONAL,
2720 ++
2721 ++ /**
2722 ++ * The optional first identifier line of a WebVTT cue.
2723 ++ */
2724 ++ AV_PKT_DATA_WEBVTT_IDENTIFIER,
2725 ++
2726 ++ /**
2727 ++ * The optional settings (rendering instructions) that immediately
2728 ++ * follow the timestamp specifier of a WebVTT cue.
2729 ++ */
2730 ++ AV_PKT_DATA_WEBVTT_SETTINGS,
2731 ++
2732 ++ /**
2733 ++ * A list of zero terminated key/value strings. There is no end marker for
2734 ++ * the list, so it is required to rely on the side data size to stop. This
2735 ++ * side data includes updated metadata which appeared in the stream.
2736 ++ */
2737 ++ AV_PKT_DATA_METADATA_UPDATE,
2738 ++
2739 ++ /**
2740 ++ * MPEGTS stream ID, this is required to pass the stream ID
2741 ++ * information from the demuxer to the corresponding muxer.
2742 ++ */
2743 ++ AV_PKT_DATA_MPEGTS_STREAM_ID,
2744 ++
2745 ++ /**
2746 ++ * Mastering display metadata (based on SMPTE-2086:2014). This metadata
2747 ++ * should be associated with a video stream and contains data in the form
2748 ++ * of the AVMasteringDisplayMetadata struct.
2749 ++ */
2750 ++ AV_PKT_DATA_MASTERING_DISPLAY_METADATA,
2751 ++
2752 ++ /**
2753 ++ * This side data should be associated with a video stream and corresponds
2754 ++ * to the AVSphericalMapping structure.
2755 ++ */
2756 ++ AV_PKT_DATA_SPHERICAL,
2757 ++
2758 ++ /**
2759 ++ * Content light level (based on CTA-861.3). This metadata should be
2760 ++ * associated with a video stream and contains data in the form of the
2761 ++ * AVContentLightMetadata struct.
2762 ++ */
2763 ++ AV_PKT_DATA_CONTENT_LIGHT_LEVEL,
2764 ++
2765 ++ /**
2766 ++ * ATSC A53 Part 4 Closed Captions. This metadata should be associated with
2767 ++ * a video stream. A53 CC bitstream is stored as uint8_t in AVPacketSideData.data.
2768 ++ * The number of bytes of CC data is AVPacketSideData.size.
2769 ++ */
2770 ++ AV_PKT_DATA_A53_CC,
2771 ++
2772 ++ /**
2773 ++ * This side data is encryption initialization data.
2774 ++ * The format is not part of ABI, use av_encryption_init_info_* methods to
2775 ++ * access.
2776 ++ */
2777 ++ AV_PKT_DATA_ENCRYPTION_INIT_INFO,
2778 ++
2779 ++ /**
2780 ++ * This side data contains encryption info for how to decrypt the packet.
2781 ++ * The format is not part of ABI, use av_encryption_info_* methods to access.
2782 ++ */
2783 ++ AV_PKT_DATA_ENCRYPTION_INFO,
2784 ++
2785 ++ /**
2786 ++ * The number of side data types.
2787 ++ * This is not part of the public API/ABI in the sense that it may
2788 ++ * change when new side data types are added.
2789 ++ * This must stay the last enum value.
2790 ++ * If its value becomes huge, some code using it
2791 ++ * needs to be updated as it assumes it to be smaller than other limits.
2792 ++ */
2793 ++ AV_PKT_DATA_NB
2794 ++};
2795 ++
2796 ++#define AV_PKT_DATA_QUALITY_FACTOR AV_PKT_DATA_QUALITY_STATS //DEPRECATED
2797 ++
2798 ++typedef struct AVPacketSideData {
2799 ++ uint8_t *data;
2800 ++ int size;
2801 ++ enum AVPacketSideDataType type;
2802 ++} AVPacketSideData;
2803 ++
2804 ++/**
2805 ++ * This structure stores compressed data. It is typically exported by demuxers
2806 ++ * and then passed as input to decoders, or received as output from encoders and
2807 ++ * then passed to muxers.
2808 ++ *
2809 ++ * For video, it should typically contain one compressed frame. For audio it may
2810 ++ * contain several compressed frames. Encoders are allowed to output empty
2811 ++ * packets, with no compressed data, containing only side data
2812 ++ * (e.g. to update some stream parameters at the end of encoding).
2813 ++ *
2814 ++ * AVPacket is one of the few structs in FFmpeg, whose size is a part of public
2815 ++ * ABI. Thus it may be allocated on stack and no new fields can be added to it
2816 ++ * without libavcodec and libavformat major bump.
2817 ++ *
2818 ++ * The semantics of data ownership depends on the buf field.
2819 ++ * If it is set, the packet data is dynamically allocated and is
2820 ++ * valid indefinitely until a call to av_packet_unref() reduces the
2821 ++ * reference count to 0.
2822 ++ *
2823 ++ * If the buf field is not set av_packet_ref() would make a copy instead
2824 ++ * of increasing the reference count.
2825 ++ *
2826 ++ * The side data is always allocated with av_malloc(), copied by
2827 ++ * av_packet_ref() and freed by av_packet_unref().
2828 ++ *
2829 ++ * @see av_packet_ref
2830 ++ * @see av_packet_unref
2831 ++ */
2832 ++typedef struct AVPacket {
2833 ++ /**
2834 ++ * A reference to the reference-counted buffer where the packet data is
2835 ++ * stored.
2836 ++ * May be NULL, then the packet data is not reference-counted.
2837 ++ */
2838 ++ AVBufferRef *buf;
2839 ++ /**
2840 ++ * Presentation timestamp in AVStream->time_base units; the time at which
2841 ++ * the decompressed packet will be presented to the user.
2842 ++ * Can be AV_NOPTS_VALUE if it is not stored in the file.
2843 ++ * pts MUST be larger or equal to dts as presentation cannot happen before
2844 ++ * decompression, unless one wants to view hex dumps. Some formats misuse
2845 ++ * the terms dts and pts/cts to mean something different. Such timestamps
2846 ++ * must be converted to true pts/dts before they are stored in AVPacket.
2847 ++ */
2848 ++ int64_t pts;
2849 ++ /**
2850 ++ * Decompression timestamp in AVStream->time_base units; the time at which
2851 ++ * the packet is decompressed.
2852 ++ * Can be AV_NOPTS_VALUE if it is not stored in the file.
2853 ++ */
2854 ++ int64_t dts;
2855 ++ uint8_t *data;
2856 ++ int size;
2857 ++ int stream_index;
2858 ++ /**
2859 ++ * A combination of AV_PKT_FLAG values
2860 ++ */
2861 ++ int flags;
2862 ++ /**
2863 ++ * Additional packet data that can be provided by the container.
2864 ++ * Packet can contain several types of side information.
2865 ++ */
2866 ++ AVPacketSideData *side_data;
2867 ++ int side_data_elems;
2868 ++
2869 ++ /**
2870 ++ * Duration of this packet in AVStream->time_base units, 0 if unknown.
2871 ++ * Equals next_pts - this_pts in presentation order.
2872 ++ */
2873 ++ int64_t duration;
2874 ++
2875 ++ int64_t pos; ///< byte position in stream, -1 if unknown
2876 ++
2877 ++#if FF_API_CONVERGENCE_DURATION
2878 ++ /**
2879 ++ * @deprecated Same as the duration field, but as int64_t. This was required
2880 ++ * for Matroska subtitles, whose duration values could overflow when the
2881 ++ * duration field was still an int.
2882 ++ */
2883 ++ attribute_deprecated
2884 ++ int64_t convergence_duration;
2885 ++#endif
2886 ++} AVPacket;
2887 ++#define AV_PKT_FLAG_KEY 0x0001 ///< The packet contains a keyframe
2888 ++#define AV_PKT_FLAG_CORRUPT 0x0002 ///< The packet content is corrupted
2889 ++/**
2890 ++ * Flag is used to discard packets which are required to maintain valid
2891 ++ * decoder state but are not required for output and should be dropped
2892 ++ * after decoding.
2893 ++ **/
2894 ++#define AV_PKT_FLAG_DISCARD 0x0004
2895 ++/**
2896 ++ * The packet comes from a trusted source.
2897 ++ *
2898 ++ * Otherwise-unsafe constructs such as arbitrary pointers to data
2899 ++ * outside the packet may be followed.
2900 ++ */
2901 ++#define AV_PKT_FLAG_TRUSTED 0x0008
2902 ++/**
2903 ++ * Flag is used to indicate packets that contain frames that can
2904 ++ * be discarded by the decoder. I.e. Non-reference frames.
2905 ++ */
2906 ++#define AV_PKT_FLAG_DISPOSABLE 0x0010
2907 ++
2908 ++
2909 ++enum AVSideDataParamChangeFlags {
2910 ++ AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_COUNT = 0x0001,
2911 ++ AV_SIDE_DATA_PARAM_CHANGE_CHANNEL_LAYOUT = 0x0002,
2912 ++ AV_SIDE_DATA_PARAM_CHANGE_SAMPLE_RATE = 0x0004,
2913 ++ AV_SIDE_DATA_PARAM_CHANGE_DIMENSIONS = 0x0008,
2914 ++};
2915 ++/**
2916 ++ * @}
2917 ++ */
2918 ++
2919 ++struct AVCodecInternal;
2920 ++
2921 ++enum AVFieldOrder {
2922 ++ AV_FIELD_UNKNOWN,
2923 ++ AV_FIELD_PROGRESSIVE,
2924 ++ AV_FIELD_TT, //< Top coded_first, top displayed first
2925 ++ AV_FIELD_BB, //< Bottom coded first, bottom displayed first
2926 ++ AV_FIELD_TB, //< Top coded first, bottom displayed first
2927 ++ AV_FIELD_BT, //< Bottom coded first, top displayed first
2928 ++};
2929 ++
2930 ++/**
2931 ++ * main external API structure.
2932 ++ * New fields can be added to the end with minor version bumps.
2933 ++ * Removal, reordering and changes to existing fields require a major
2934 ++ * version bump.
2935 ++ * You can use AVOptions (av_opt* / av_set/get*()) to access these fields from user
2936 ++ * applications.
2937 ++ * The name string for AVOptions options matches the associated command line
2938 ++ * parameter name and can be found in libavcodec/options_table.h
2939 ++ * The AVOption/command line parameter names differ in some cases from the C
2940 ++ * structure field names for historic reasons or brevity.
2941 ++ * sizeof(AVCodecContext) must not be used outside libav*.
2942 ++ */
2943 ++typedef struct AVCodecContext {
2944 ++ /**
2945 ++ * information on struct for av_log
2946 ++ * - set by avcodec_alloc_context3
2947 ++ */
2948 ++ const AVClass *av_class;
2949 ++ int log_level_offset;
2950 ++
2951 ++ enum AVMediaType codec_type; /* see AVMEDIA_TYPE_xxx */
2952 ++ const struct AVCodec *codec;
2953 ++ enum AVCodecID codec_id; /* see AV_CODEC_ID_xxx */
2954 ++
2955 ++ /**
2956 ++ * fourcc (LSB first, so "ABCD" -> ('D'<<24) + ('C'<<16) + ('B'<<8) + 'A').
2957 ++ * This is used to work around some encoder bugs.
2958 ++ * A demuxer should set this to what is stored in the field used to identify the codec.
2959 ++ * If there are multiple such fields in a container then the demuxer should choose the one
2960 ++ * which maximizes the information about the used codec.
2961 ++ * If the codec tag field in a container is larger than 32 bits then the demuxer should
2962 ++ * remap the longer ID to 32 bits with a table or other structure. Alternatively a new
2963 ++ * extra_codec_tag + size could be added but for this a clear advantage must be demonstrated
2964 ++ * first.
2965 ++ * - encoding: Set by user, if not then the default based on codec_id will be used.
2966 ++ * - decoding: Set by user, will be converted to uppercase by libavcodec during init.
2967 ++ */
2968 ++ unsigned int codec_tag;
2969 ++
2970 ++ void *priv_data;
2971 ++
2972 ++ /**
2973 ++ * Private context used for internal data.
2974 ++ *
2975 ++ * Unlike priv_data, this is not codec-specific. It is used in general
2976 ++ * libavcodec functions.
2977 ++ */
2978 ++ struct AVCodecInternal *internal;
2979 ++
2980 ++ /**
2981 ++ * Private data of the user, can be used to carry app specific stuff.
2982 ++ * - encoding: Set by user.
2983 ++ * - decoding: Set by user.
2984 ++ */
2985 ++ void *opaque;
2986 ++
2987 ++ /**
2988 ++ * the average bitrate
2989 ++ * - encoding: Set by user; unused for constant quantizer encoding.
2990 ++ * - decoding: Set by user, may be overwritten by libavcodec
2991 ++ * if this info is available in the stream
2992 ++ */
2993 ++ int64_t bit_rate;
2994 ++
2995 ++ /**
2996 ++ * number of bits the bitstream is allowed to diverge from the reference.
2997 ++ * the reference can be CBR (for CBR pass1) or VBR (for pass2)
2998 ++ * - encoding: Set by user; unused for constant quantizer encoding.
2999 ++ * - decoding: unused
3000 ++ */
3001 ++ int bit_rate_tolerance;
3002 ++
3003 ++ /**
3004 ++ * Global quality for codecs which cannot change it per frame.
3005 ++ * This should be proportional to MPEG-1/2/4 qscale.
3006 ++ * - encoding: Set by user.
3007 ++ * - decoding: unused
3008 ++ */
3009 ++ int global_quality;
3010 ++
3011 ++ /**
3012 ++ * - encoding: Set by user.
3013 ++ * - decoding: unused
3014 ++ */
3015 ++ int compression_level;
3016 ++#define FF_COMPRESSION_DEFAULT -1
3017 ++
3018 ++ /**
3019 ++ * AV_CODEC_FLAG_*.
3020 ++ * - encoding: Set by user.
3021 ++ * - decoding: Set by user.
3022 ++ */
3023 ++ int flags;
3024 ++
3025 ++ /**
3026 ++ * AV_CODEC_FLAG2_*
3027 ++ * - encoding: Set by user.
3028 ++ * - decoding: Set by user.
3029 ++ */
3030 ++ int flags2;
3031 ++
3032 ++ /**
3033 ++ * some codecs need / can use extradata like Huffman tables.
3034 ++ * MJPEG: Huffman tables
3035 ++ * rv10: additional flags
3036 ++ * MPEG-4: global headers (they can be in the bitstream or here)
3037 ++ * The allocated memory should be AV_INPUT_BUFFER_PADDING_SIZE bytes larger
3038 ++ * than extradata_size to avoid problems if it is read with the bitstream reader.
3039 ++ * The bytewise contents of extradata must not depend on the architecture or CPU endianness.
3040 ++ * - encoding: Set/allocated/freed by libavcodec.
3041 ++ * - decoding: Set/allocated/freed by user.
3042 ++ */
3043 ++ uint8_t *extradata;
3044 ++ int extradata_size;
3045 ++
3046 ++ /**
3047 ++ * This is the fundamental unit of time (in seconds) in terms
3048 ++ * of which frame timestamps are represented. For fixed-fps content,
3049 ++ * timebase should be 1/framerate and timestamp increments should be
3050 ++ * identically 1.
3051 ++ * This often, but not always is the inverse of the frame rate or field rate
3052 ++ * for video. 1/time_base is not the average frame rate if the frame rate is not
3053 ++ * constant.
3054 ++ *
3055 ++ * Like containers, elementary streams also can store timestamps, 1/time_base
3056 ++ * is the unit in which these timestamps are specified.
3057 ++ * As example of such codec time base see ISO/IEC 14496-2:2001(E)
3058 ++ * vop_time_increment_resolution and fixed_vop_rate
3059 ++ * (fixed_vop_rate == 0 implies that it is different from the framerate)
3060 ++ *
3061 ++ * - encoding: MUST be set by user.
3062 ++ * - decoding: the use of this field for decoding is deprecated.
3063 ++ * Use framerate instead.
3064 ++ */
3065 ++ AVRational time_base;
3066 ++
3067 ++ /**
3068 ++ * For some codecs, the time base is closer to the field rate than the frame rate.
3069 ++ * Most notably, H.264 and MPEG-2 specify time_base as half of frame duration
3070 ++ * if no telecine is used ...
3071 ++ *
3072 ++ * Set to time_base ticks per frame. Default 1, e.g., H.264/MPEG-2 set it to 2.
3073 ++ */
3074 ++ int ticks_per_frame;
3075 ++
3076 ++ /**
3077 ++ * Codec delay.
3078 ++ *
3079 ++ * Encoding: Number of frames delay there will be from the encoder input to
3080 ++ * the decoder output. (we assume the decoder matches the spec)
3081 ++ * Decoding: Number of frames delay in addition to what a standard decoder
3082 ++ * as specified in the spec would produce.
3083 ++ *
3084 ++ * Video:
3085 ++ * Number of frames the decoded output will be delayed relative to the
3086 ++ * encoded input.
3087 ++ *
3088 ++ * Audio:
3089 ++ * For encoding, this field is unused (see initial_padding).
3090 ++ *
3091 ++ * For decoding, this is the number of samples the decoder needs to
3092 ++ * output before the decoder's output is valid. When seeking, you should
3093 ++ * start decoding this many samples prior to your desired seek point.
3094 ++ *
3095 ++ * - encoding: Set by libavcodec.
3096 ++ * - decoding: Set by libavcodec.
3097 ++ */
3098 ++ int delay;
3099 ++
3100 ++
3101 ++ /* video only */
3102 ++ /**
3103 ++ * picture width / height.
3104 ++ *
3105 ++ * @note Those fields may not match the values of the last
3106 ++ * AVFrame output by avcodec_decode_video2 due frame
3107 ++ * reordering.
3108 ++ *
3109 ++ * - encoding: MUST be set by user.
3110 ++ * - decoding: May be set by the user before opening the decoder if known e.g.
3111 ++ * from the container. Some decoders will require the dimensions
3112 ++ * to be set by the caller. During decoding, the decoder may
3113 ++ * overwrite those values as required while parsing the data.
3114 ++ */
3115 ++ int width, height;
3116 ++
3117 ++ /**
3118 ++ * Bitstream width / height, may be different from width/height e.g. when
3119 ++ * the decoded frame is cropped before being output or lowres is enabled.
3120 ++ *
3121 ++ * @note Those field may not match the value of the last
3122 ++ * AVFrame output by avcodec_receive_frame() due frame
3123 ++ * reordering.
3124 ++ *
3125 ++ * - encoding: unused
3126 ++ * - decoding: May be set by the user before opening the decoder if known
3127 ++ * e.g. from the container. During decoding, the decoder may
3128 ++ * overwrite those values as required while parsing the data.
3129 ++ */
3130 ++ int coded_width, coded_height;
3131 ++
3132 ++ /**
3133 ++ * the number of pictures in a group of pictures, or 0 for intra_only
3134 ++ * - encoding: Set by user.
3135 ++ * - decoding: unused
3136 ++ */
3137 ++ int gop_size;
3138 ++
3139 ++ /**
3140 ++ * Pixel format, see AV_PIX_FMT_xxx.
3141 ++ * May be set by the demuxer if known from headers.
3142 ++ * May be overridden by the decoder if it knows better.
3143 ++ *
3144 ++ * @note This field may not match the value of the last
3145 ++ * AVFrame output by avcodec_receive_frame() due frame
3146 ++ * reordering.
3147 ++ *
3148 ++ * - encoding: Set by user.
3149 ++ * - decoding: Set by user if known, overridden by libavcodec while
3150 ++ * parsing the data.
3151 ++ */
3152 ++ enum AVPixelFormat pix_fmt;
3153 ++
3154 ++ /**
3155 ++ * If non NULL, 'draw_horiz_band' is called by the libavcodec
3156 ++ * decoder to draw a horizontal band. It improves cache usage. Not
3157 ++ * all codecs can do that. You must check the codec capabilities
3158 ++ * beforehand.
3159 ++ * When multithreading is used, it may be called from multiple threads
3160 ++ * at the same time; threads might draw different parts of the same AVFrame,
3161 ++ * or multiple AVFrames, and there is no guarantee that slices will be drawn
3162 ++ * in order.
3163 ++ * The function is also used by hardware acceleration APIs.
3164 ++ * It is called at least once during frame decoding to pass
3165 ++ * the data needed for hardware render.
3166 ++ * In that mode instead of pixel data, AVFrame points to
3167 ++ * a structure specific to the acceleration API. The application
3168 ++ * reads the structure and can change some fields to indicate progress
3169 ++ * or mark state.
3170 ++ * - encoding: unused
3171 ++ * - decoding: Set by user.
3172 ++ * @param height the height of the slice
3173 ++ * @param y the y position of the slice
3174 ++ * @param type 1->top field, 2->bottom field, 3->frame
3175 ++ * @param offset offset into the AVFrame.data from which the slice should be read
3176 ++ */
3177 ++ void (*draw_horiz_band)(struct AVCodecContext *s,
3178 ++ const AVFrame *src, int offset[AV_NUM_DATA_POINTERS],
3179 ++ int y, int type, int height);
3180 ++
3181 ++ /**
3182 ++ * callback to negotiate the pixelFormat
3183 ++ * @param fmt is the list of formats which are supported by the codec,
3184 ++ * it is terminated by -1 as 0 is a valid format, the formats are ordered by quality.
3185 ++ * The first is always the native one.
3186 ++ * @note The callback may be called again immediately if initialization for
3187 ++ * the selected (hardware-accelerated) pixel format failed.
3188 ++ * @warning Behavior is undefined if the callback returns a value not
3189 ++ * in the fmt list of formats.
3190 ++ * @return the chosen format
3191 ++ * - encoding: unused
3192 ++ * - decoding: Set by user, if not set the native format will be chosen.
3193 ++ */
3194 ++ enum AVPixelFormat (*get_format)(struct AVCodecContext *s, const enum AVPixelFormat * fmt);
3195 ++
3196 ++ /**
3197 ++ * maximum number of B-frames between non-B-frames
3198 ++ * Note: The output will be delayed by max_b_frames+1 relative to the input.
3199 ++ * - encoding: Set by user.
3200 ++ * - decoding: unused
3201 ++ */
3202 ++ int max_b_frames;
3203 ++
3204 ++ /**
3205 ++ * qscale factor between IP and B-frames
3206 ++ * If > 0 then the last P-frame quantizer will be used (q= lastp_q*factor+offset).
3207 ++ * If < 0 then normal ratecontrol will be done (q= -normal_q*factor+offset).
3208 ++ * - encoding: Set by user.
3209 ++ * - decoding: unused
3210 ++ */
3211 ++ float b_quant_factor;
3212 ++
3213 ++#if FF_API_PRIVATE_OPT
3214 ++ /** @deprecated use encoder private options instead */
3215 ++ attribute_deprecated
3216 ++ int b_frame_strategy;
3217 ++#endif
3218 ++
3219 ++ /**
3220 ++ * qscale offset between IP and B-frames
3221 ++ * - encoding: Set by user.
3222 ++ * - decoding: unused
3223 ++ */
3224 ++ float b_quant_offset;
3225 ++
3226 ++ /**
3227 ++ * Size of the frame reordering buffer in the decoder.
3228 ++ * For MPEG-2 it is 1 IPB or 0 low delay IP.
3229 ++ * - encoding: Set by libavcodec.
3230 ++ * - decoding: Set by libavcodec.
3231 ++ */
3232 ++ int has_b_frames;
3233 ++
3234 ++#if FF_API_PRIVATE_OPT
3235 ++ /** @deprecated use encoder private options instead */
3236 ++ attribute_deprecated
3237 ++ int mpeg_quant;
3238 ++#endif
3239 ++
3240 ++ /**
3241 ++ * qscale factor between P- and I-frames
3242 ++ * If > 0 then the last P-frame quantizer will be used (q = lastp_q * factor + offset).
3243 ++ * If < 0 then normal ratecontrol will be done (q= -normal_q*factor+offset).
3244 ++ * - encoding: Set by user.
3245 ++ * - decoding: unused
3246 ++ */
3247 ++ float i_quant_factor;
3248 ++
3249 ++ /**
3250 ++ * qscale offset between P and I-frames
3251 ++ * - encoding: Set by user.
3252 ++ * - decoding: unused
3253 ++ */
3254 ++ float i_quant_offset;
3255 ++
3256 ++ /**
3257 ++ * luminance masking (0-> disabled)
3258 ++ * - encoding: Set by user.
3259 ++ * - decoding: unused
3260 ++ */
3261 ++ float lumi_masking;
3262 ++
3263 ++ /**
3264 ++ * temporary complexity masking (0-> disabled)
3265 ++ * - encoding: Set by user.
3266 ++ * - decoding: unused
3267 ++ */
3268 ++ float temporal_cplx_masking;
3269 ++
3270 ++ /**
3271 ++ * spatial complexity masking (0-> disabled)
3272 ++ * - encoding: Set by user.
3273 ++ * - decoding: unused
3274 ++ */
3275 ++ float spatial_cplx_masking;
3276 ++
3277 ++ /**
3278 ++ * p block masking (0-> disabled)
3279 ++ * - encoding: Set by user.
3280 ++ * - decoding: unused
3281 ++ */
3282 ++ float p_masking;
3283 ++
3284 ++ /**
3285 ++ * darkness masking (0-> disabled)
3286 ++ * - encoding: Set by user.
3287 ++ * - decoding: unused
3288 ++ */
3289 ++ float dark_masking;
3290 ++
3291 ++ /**
3292 ++ * slice count
3293 ++ * - encoding: Set by libavcodec.
3294 ++ * - decoding: Set by user (or 0).
3295 ++ */
3296 ++ int slice_count;
3297 ++
3298 ++#if FF_API_PRIVATE_OPT
3299 ++ /** @deprecated use encoder private options instead */
3300 ++ attribute_deprecated
3301 ++ int prediction_method;
3302 ++#define FF_PRED_LEFT 0
3303 ++#define FF_PRED_PLANE 1
3304 ++#define FF_PRED_MEDIAN 2
3305 ++#endif
3306 ++
3307 ++ /**
3308 ++ * slice offsets in the frame in bytes
3309 ++ * - encoding: Set/allocated by libavcodec.
3310 ++ * - decoding: Set/allocated by user (or NULL).
3311 ++ */
3312 ++ int *slice_offset;
3313 ++
3314 ++ /**
3315 ++ * sample aspect ratio (0 if unknown)
3316 ++ * That is the width of a pixel divided by the height of the pixel.
3317 ++ * Numerator and denominator must be relatively prime and smaller than 256 for some video standards.
3318 ++ * - encoding: Set by user.
3319 ++ * - decoding: Set by libavcodec.
3320 ++ */
3321 ++ AVRational sample_aspect_ratio;
3322 ++
3323 ++ /**
3324 ++ * motion estimation comparison function
3325 ++ * - encoding: Set by user.
3326 ++ * - decoding: unused
3327 ++ */
3328 ++ int me_cmp;
3329 ++ /**
3330 ++ * subpixel motion estimation comparison function
3331 ++ * - encoding: Set by user.
3332 ++ * - decoding: unused
3333 ++ */
3334 ++ int me_sub_cmp;
3335 ++ /**
3336 ++ * macroblock comparison function (not supported yet)
3337 ++ * - encoding: Set by user.
3338 ++ * - decoding: unused
3339 ++ */
3340 ++ int mb_cmp;
3341 ++ /**
3342 ++ * interlaced DCT comparison function
3343 ++ * - encoding: Set by user.
3344 ++ * - decoding: unused
3345 ++ */
3346 ++ int ildct_cmp;
3347 ++#define FF_CMP_SAD 0
3348 ++#define FF_CMP_SSE 1
3349 ++#define FF_CMP_SATD 2
3350 ++#define FF_CMP_DCT 3
3351 ++#define FF_CMP_PSNR 4
3352 ++#define FF_CMP_BIT 5
3353 ++#define FF_CMP_RD 6
3354 ++#define FF_CMP_ZERO 7
3355 ++#define FF_CMP_VSAD 8
3356 ++#define FF_CMP_VSSE 9
3357 ++#define FF_CMP_NSSE 10
3358 ++#define FF_CMP_W53 11
3359 ++#define FF_CMP_W97 12
3360 ++#define FF_CMP_DCTMAX 13
3361 ++#define FF_CMP_DCT264 14
3362 ++#define FF_CMP_MEDIAN_SAD 15
3363 ++#define FF_CMP_CHROMA 256
3364 ++
3365 ++ /**
3366 ++ * ME diamond size & shape
3367 ++ * - encoding: Set by user.
3368 ++ * - decoding: unused
3369 ++ */
3370 ++ int dia_size;
3371 ++
3372 ++ /**
3373 ++ * amount of previous MV predictors (2a+1 x 2a+1 square)
3374 ++ * - encoding: Set by user.
3375 ++ * - decoding: unused
3376 ++ */
3377 ++ int last_predictor_count;
3378 ++
3379 ++#if FF_API_PRIVATE_OPT
3380 ++ /** @deprecated use encoder private options instead */
3381 ++ attribute_deprecated
3382 ++ int pre_me;
3383 ++#endif
3384 ++
3385 ++ /**
3386 ++ * motion estimation prepass comparison function
3387 ++ * - encoding: Set by user.
3388 ++ * - decoding: unused
3389 ++ */
3390 ++ int me_pre_cmp;
3391 ++
3392 ++ /**
3393 ++ * ME prepass diamond size & shape
3394 ++ * - encoding: Set by user.
3395 ++ * - decoding: unused
3396 ++ */
3397 ++ int pre_dia_size;
3398 ++
3399 ++ /**
3400 ++ * subpel ME quality
3401 ++ * - encoding: Set by user.
3402 ++ * - decoding: unused
3403 ++ */
3404 ++ int me_subpel_quality;
3405 ++
3406 ++ /**
3407 ++ * maximum motion estimation search range in subpel units
3408 ++ * If 0 then no limit.
3409 ++ *
3410 ++ * - encoding: Set by user.
3411 ++ * - decoding: unused
3412 ++ */
3413 ++ int me_range;
3414 ++
3415 ++ /**
3416 ++ * slice flags
3417 ++ * - encoding: unused
3418 ++ * - decoding: Set by user.
3419 ++ */
3420 ++ int slice_flags;
3421 ++#define SLICE_FLAG_CODED_ORDER 0x0001 ///< draw_horiz_band() is called in coded order instead of display
3422 ++#define SLICE_FLAG_ALLOW_FIELD 0x0002 ///< allow draw_horiz_band() with field slices (MPEG-2 field pics)
3423 ++#define SLICE_FLAG_ALLOW_PLANE 0x0004 ///< allow draw_horiz_band() with 1 component at a time (SVQ1)
3424 ++
3425 ++ /**
3426 ++ * macroblock decision mode
3427 ++ * - encoding: Set by user.
3428 ++ * - decoding: unused
3429 ++ */
3430 ++ int mb_decision;
3431 ++#define FF_MB_DECISION_SIMPLE 0 ///< uses mb_cmp
3432 ++#define FF_MB_DECISION_BITS 1 ///< chooses the one which needs the fewest bits
3433 ++#define FF_MB_DECISION_RD 2 ///< rate distortion
3434 ++
3435 ++ /**
3436 ++ * custom intra quantization matrix
3437 ++ * - encoding: Set by user, can be NULL.
3438 ++ * - decoding: Set by libavcodec.
3439 ++ */
3440 ++ uint16_t *intra_matrix;
3441 ++
3442 ++ /**
3443 ++ * custom inter quantization matrix
3444 ++ * - encoding: Set by user, can be NULL.
3445 ++ * - decoding: Set by libavcodec.
3446 ++ */
3447 ++ uint16_t *inter_matrix;
3448 ++
3449 ++#if FF_API_PRIVATE_OPT
3450 ++ /** @deprecated use encoder private options instead */
3451 ++ attribute_deprecated
3452 ++ int scenechange_threshold;
3453 ++
3454 ++ /** @deprecated use encoder private options instead */
3455 ++ attribute_deprecated
3456 ++ int noise_reduction;
3457 ++#endif
3458 ++
3459 ++ /**
3460 ++ * precision of the intra DC coefficient - 8
3461 ++ * - encoding: Set by user.
3462 ++ * - decoding: Set by libavcodec
3463 ++ */
3464 ++ int intra_dc_precision;
3465 ++
3466 ++ /**
3467 ++ * Number of macroblock rows at the top which are skipped.
3468 ++ * - encoding: unused
3469 ++ * - decoding: Set by user.
3470 ++ */
3471 ++ int skip_top;
3472 ++
3473 ++ /**
3474 ++ * Number of macroblock rows at the bottom which are skipped.
3475 ++ * - encoding: unused
3476 ++ * - decoding: Set by user.
3477 ++ */
3478 ++ int skip_bottom;
3479 ++
3480 ++ /**
3481 ++ * minimum MB Lagrange multiplier
3482 ++ * - encoding: Set by user.
3483 ++ * - decoding: unused
3484 ++ */
3485 ++ int mb_lmin;
3486 ++
3487 ++ /**
3488 ++ * maximum MB Lagrange multiplier
3489 ++ * - encoding: Set by user.
3490 ++ * - decoding: unused
3491 ++ */
3492 ++ int mb_lmax;
3493 ++
3494 ++#if FF_API_PRIVATE_OPT
3495 ++ /**
3496 ++ * @deprecated use encoder private options instead
3497 ++ */
3498 ++ attribute_deprecated
3499 ++ int me_penalty_compensation;
3500 ++#endif
3501 ++
3502 ++ /**
3503 ++ * - encoding: Set by user.
3504 ++ * - decoding: unused
3505 ++ */
3506 ++ int bidir_refine;
3507 ++
3508 ++#if FF_API_PRIVATE_OPT
3509 ++ /** @deprecated use encoder private options instead */
3510 ++ attribute_deprecated
3511 ++ int brd_scale;
3512 ++#endif
3513 ++
3514 ++ /**
3515 ++ * minimum GOP size
3516 ++ * - encoding: Set by user.
3517 ++ * - decoding: unused
3518 ++ */
3519 ++ int keyint_min;
3520 ++
3521 ++ /**
3522 ++ * number of reference frames
3523 ++ * - encoding: Set by user.
3524 ++ * - decoding: Set by lavc.
3525 ++ */
3526 ++ int refs;
3527 ++
3528 ++#if FF_API_PRIVATE_OPT
3529 ++ /** @deprecated use encoder private options instead */
3530 ++ attribute_deprecated
3531 ++ int chromaoffset;
3532 ++#endif
3533 ++
3534 ++ /**
3535 ++ * Note: Value depends upon the compare function used for fullpel ME.
3536 ++ * - encoding: Set by user.
3537 ++ * - decoding: unused
3538 ++ */
3539 ++ int mv0_threshold;
3540 ++
3541 ++#if FF_API_PRIVATE_OPT
3542 ++ /** @deprecated use encoder private options instead */
3543 ++ attribute_deprecated
3544 ++ int b_sensitivity;
3545 ++#endif
3546 ++
3547 ++ /**
3548 ++ * Chromaticity coordinates of the source primaries.
3549 ++ * - encoding: Set by user
3550 ++ * - decoding: Set by libavcodec
3551 ++ */
3552 ++ enum AVColorPrimaries color_primaries;
3553 ++
3554 ++ /**
3555 ++ * Color Transfer Characteristic.
3556 ++ * - encoding: Set by user
3557 ++ * - decoding: Set by libavcodec
3558 ++ */
3559 ++ enum AVColorTransferCharacteristic color_trc;
3560 ++
3561 ++ /**
3562 ++ * YUV colorspace type.
3563 ++ * - encoding: Set by user
3564 ++ * - decoding: Set by libavcodec
3565 ++ */
3566 ++ enum AVColorSpace colorspace;
3567 ++
3568 ++ /**
3569 ++ * MPEG vs JPEG YUV range.
3570 ++ * - encoding: Set by user
3571 ++ * - decoding: Set by libavcodec
3572 ++ */
3573 ++ enum AVColorRange color_range;
3574 ++
3575 ++ /**
3576 ++ * This defines the location of chroma samples.
3577 ++ * - encoding: Set by user
3578 ++ * - decoding: Set by libavcodec
3579 ++ */
3580 ++ enum AVChromaLocation chroma_sample_location;
3581 ++
3582 ++ /**
3583 ++ * Number of slices.
3584 ++ * Indicates number of picture subdivisions. Used for parallelized
3585 ++ * decoding.
3586 ++ * - encoding: Set by user
3587 ++ * - decoding: unused
3588 ++ */
3589 ++ int slices;
3590 ++
3591 ++ /** Field order
3592 ++ * - encoding: set by libavcodec
3593 ++ * - decoding: Set by user.
3594 ++ */
3595 ++ enum AVFieldOrder field_order;
3596 ++
3597 ++ /* audio only */
3598 ++ int sample_rate; ///< samples per second
3599 ++ int channels; ///< number of audio channels
3600 ++
3601 ++ /**
3602 ++ * audio sample format
3603 ++ * - encoding: Set by user.
3604 ++ * - decoding: Set by libavcodec.
3605 ++ */
3606 ++ enum AVSampleFormat sample_fmt; ///< sample format
3607 ++
3608 ++ /* The following data should not be initialized. */
3609 ++ /**
3610 ++ * Number of samples per channel in an audio frame.
3611 ++ *
3612 ++ * - encoding: set by libavcodec in avcodec_open2(). Each submitted frame
3613 ++ * except the last must contain exactly frame_size samples per channel.
3614 ++ * May be 0 when the codec has AV_CODEC_CAP_VARIABLE_FRAME_SIZE set, then the
3615 ++ * frame size is not restricted.
3616 ++ * - decoding: may be set by some decoders to indicate constant frame size
3617 ++ */
3618 ++ int frame_size;
3619 ++
3620 ++ /**
3621 ++ * Frame counter, set by libavcodec.
3622 ++ *
3623 ++ * - decoding: total number of frames returned from the decoder so far.
3624 ++ * - encoding: total number of frames passed to the encoder so far.
3625 ++ *
3626 ++ * @note the counter is not incremented if encoding/decoding resulted in
3627 ++ * an error.
3628 ++ */
3629 ++ int frame_number;
3630 ++
3631 ++ /**
3632 ++ * number of bytes per packet if constant and known or 0
3633 ++ * Used by some WAV based audio codecs.
3634 ++ */
3635 ++ int block_align;
3636 ++
3637 ++ /**
3638 ++ * Audio cutoff bandwidth (0 means "automatic")
3639 ++ * - encoding: Set by user.
3640 ++ * - decoding: unused
3641 ++ */
3642 ++ int cutoff;
3643 ++
3644 ++ /**
3645 ++ * Audio channel layout.
3646 ++ * - encoding: set by user.
3647 ++ * - decoding: set by user, may be overwritten by libavcodec.
3648 ++ */
3649 ++ uint64_t channel_layout;
3650 ++
3651 ++ /**
3652 ++ * Request decoder to use this channel layout if it can (0 for default)
3653 ++ * - encoding: unused
3654 ++ * - decoding: Set by user.
3655 ++ */
3656 ++ uint64_t request_channel_layout;
3657 ++
3658 ++ /**
3659 ++ * Type of service that the audio stream conveys.
3660 ++ * - encoding: Set by user.
3661 ++ * - decoding: Set by libavcodec.
3662 ++ */
3663 ++ enum AVAudioServiceType audio_service_type;
3664 ++
3665 ++ /**
3666 ++ * desired sample format
3667 ++ * - encoding: Not used.
3668 ++ * - decoding: Set by user.
3669 ++ * Decoder will decode to this format if it can.
3670 ++ */
3671 ++ enum AVSampleFormat request_sample_fmt;
3672 ++
3673 ++ /**
3674 ++ * This callback is called at the beginning of each frame to get data
3675 ++ * buffer(s) for it. There may be one contiguous buffer for all the data or
3676 ++ * there may be a buffer per each data plane or anything in between. What
3677 ++ * this means is, you may set however many entries in buf[] you feel necessary.
3678 ++ * Each buffer must be reference-counted using the AVBuffer API (see description
3679 ++ * of buf[] below).
3680 ++ *
3681 ++ * The following fields will be set in the frame before this callback is
3682 ++ * called:
3683 ++ * - format
3684 ++ * - width, height (video only)
3685 ++ * - sample_rate, channel_layout, nb_samples (audio only)
3686 ++ * Their values may differ from the corresponding values in
3687 ++ * AVCodecContext. This callback must use the frame values, not the codec
3688 ++ * context values, to calculate the required buffer size.
3689 ++ *
3690 ++ * This callback must fill the following fields in the frame:
3691 ++ * - data[]
3692 ++ * - linesize[]
3693 ++ * - extended_data:
3694 ++ * * if the data is planar audio with more than 8 channels, then this
3695 ++ * callback must allocate and fill extended_data to contain all pointers
3696 ++ * to all data planes. data[] must hold as many pointers as it can.
3697 ++ * extended_data must be allocated with av_malloc() and will be freed in
3698 ++ * av_frame_unref().
3699 ++ * * otherwise extended_data must point to data
3700 ++ * - buf[] must contain one or more pointers to AVBufferRef structures. Each of
3701 ++ * the frame's data and extended_data pointers must be contained in these. That
3702 ++ * is, one AVBufferRef for each allocated chunk of memory, not necessarily one
3703 ++ * AVBufferRef per data[] entry. See: av_buffer_create(), av_buffer_alloc(),
3704 ++ * and av_buffer_ref().
3705 ++ * - extended_buf and nb_extended_buf must be allocated with av_malloc() by
3706 ++ * this callback and filled with the extra buffers if there are more
3707 ++ * buffers than buf[] can hold. extended_buf will be freed in
3708 ++ * av_frame_unref().
3709 ++ *
3710 ++ * If AV_CODEC_CAP_DR1 is not set then get_buffer2() must call
3711 ++ * avcodec_default_get_buffer2() instead of providing buffers allocated by
3712 ++ * some other means.
3713 ++ *
3714 ++ * Each data plane must be aligned to the maximum required by the target
3715 ++ * CPU.
3716 ++ *
3717 ++ * @see avcodec_default_get_buffer2()
3718 ++ *
3719 ++ * Video:
3720 ++ *
3721 ++ * If AV_GET_BUFFER_FLAG_REF is set in flags then the frame may be reused
3722 ++ * (read and/or written to if it is writable) later by libavcodec.
3723 ++ *
3724 ++ * avcodec_align_dimensions2() should be used to find the required width and
3725 ++ * height, as they normally need to be rounded up to the next multiple of 16.
3726 ++ *
3727 ++ * Some decoders do not support linesizes changing between frames.
3728 ++ *
3729 ++ * If frame multithreading is used and thread_safe_callbacks is set,
3730 ++ * this callback may be called from a different thread, but not from more
3731 ++ * than one at once. Does not need to be reentrant.
3732 ++ *
3733 ++ * @see avcodec_align_dimensions2()
3734 ++ *
3735 ++ * Audio:
3736 ++ *
3737 ++ * Decoders request a buffer of a particular size by setting
3738 ++ * AVFrame.nb_samples prior to calling get_buffer2(). The decoder may,
3739 ++ * however, utilize only part of the buffer by setting AVFrame.nb_samples
3740 ++ * to a smaller value in the output frame.
3741 ++ *
3742 ++ * As a convenience, av_samples_get_buffer_size() and
3743 ++ * av_samples_fill_arrays() in libavutil may be used by custom get_buffer2()
3744 ++ * functions to find the required data size and to fill data pointers and
3745 ++ * linesize. In AVFrame.linesize, only linesize[0] may be set for audio
3746 ++ * since all planes must be the same size.
3747 ++ *
3748 ++ * @see av_samples_get_buffer_size(), av_samples_fill_arrays()
3749 ++ *
3750 ++ * - encoding: unused
3751 ++ * - decoding: Set by libavcodec, user can override.
3752 ++ */
3753 ++ int (*get_buffer2)(struct AVCodecContext *s, AVFrame *frame, int flags);
3754 ++
3755 ++ /**
3756 ++ * If non-zero, the decoded audio and video frames returned from
3757 ++ * avcodec_decode_video2() and avcodec_decode_audio4() are reference-counted
3758 ++ * and are valid indefinitely. The caller must free them with
3759 ++ * av_frame_unref() when they are not needed anymore.
3760 ++ * Otherwise, the decoded frames must not be freed by the caller and are
3761 ++ * only valid until the next decode call.
3762 ++ *
3763 ++ * This is always automatically enabled if avcodec_receive_frame() is used.
3764 ++ *
3765 ++ * - encoding: unused
3766 ++ * - decoding: set by the caller before avcodec_open2().
3767 ++ */
3768 ++ attribute_deprecated
3769 ++ int refcounted_frames;
3770 ++
3771 ++ /* - encoding parameters */
3772 ++ float qcompress; ///< amount of qscale change between easy & hard scenes (0.0-1.0)
3773 ++ float qblur; ///< amount of qscale smoothing over time (0.0-1.0)
3774 ++
3775 ++ /**
3776 ++ * minimum quantizer
3777 ++ * - encoding: Set by user.
3778 ++ * - decoding: unused
3779 ++ */
3780 ++ int qmin;
3781 ++
3782 ++ /**
3783 ++ * maximum quantizer
3784 ++ * - encoding: Set by user.
3785 ++ * - decoding: unused
3786 ++ */
3787 ++ int qmax;
3788 ++
3789 ++ /**
3790 ++ * maximum quantizer difference between frames
3791 ++ * - encoding: Set by user.
3792 ++ * - decoding: unused
3793 ++ */
3794 ++ int max_qdiff;
3795 ++
3796 ++ /**
3797 ++ * decoder bitstream buffer size
3798 ++ * - encoding: Set by user.
3799 ++ * - decoding: unused
3800 ++ */
3801 ++ int rc_buffer_size;
3802 ++
3803 ++ /**
3804 ++ * ratecontrol override, see RcOverride
3805 ++ * - encoding: Allocated/set/freed by user.
3806 ++ * - decoding: unused
3807 ++ */
3808 ++ int rc_override_count;
3809 ++ RcOverride *rc_override;
3810 ++
3811 ++ /**
3812 ++ * maximum bitrate
3813 ++ * - encoding: Set by user.
3814 ++ * - decoding: Set by user, may be overwritten by libavcodec.
3815 ++ */
3816 ++ int64_t rc_max_rate;
3817 ++
3818 ++ /**
3819 ++ * minimum bitrate
3820 ++ * - encoding: Set by user.
3821 ++ * - decoding: unused
3822 ++ */
3823 ++ int64_t rc_min_rate;
3824 ++
3825 ++ /**
3826 ++ * Ratecontrol attempt to use, at maximum, <value> of what can be used without an underflow.
3827 ++ * - encoding: Set by user.
3828 ++ * - decoding: unused.
3829 ++ */
3830 ++ float rc_max_available_vbv_use;
3831 ++
3832 ++ /**
3833 ++ * Ratecontrol attempt to use, at least, <value> times the amount needed to prevent a vbv overflow.
3834 ++ * - encoding: Set by user.
3835 ++ * - decoding: unused.
3836 ++ */
3837 ++ float rc_min_vbv_overflow_use;
3838 ++
3839 ++ /**
3840 ++ * Number of bits which should be loaded into the rc buffer before decoding starts.
3841 ++ * - encoding: Set by user.
3842 ++ * - decoding: unused
3843 ++ */
3844 ++ int rc_initial_buffer_occupancy;
3845 ++
3846 ++#if FF_API_CODER_TYPE
3847 ++#define FF_CODER_TYPE_VLC 0
3848 ++#define FF_CODER_TYPE_AC 1
3849 ++#define FF_CODER_TYPE_RAW 2
3850 ++#define FF_CODER_TYPE_RLE 3
3851 ++ /**
3852 ++ * @deprecated use encoder private options instead
3853 ++ */
3854 ++ attribute_deprecated
3855 ++ int coder_type;
3856 ++#endif /* FF_API_CODER_TYPE */
3857 ++
3858 ++#if FF_API_PRIVATE_OPT
3859 ++ /** @deprecated use encoder private options instead */
3860 ++ attribute_deprecated
3861 ++ int context_model;
3862 ++#endif
3863 ++
3864 ++#if FF_API_PRIVATE_OPT
3865 ++ /** @deprecated use encoder private options instead */
3866 ++ attribute_deprecated
3867 ++ int frame_skip_threshold;
3868 ++
3869 ++ /** @deprecated use encoder private options instead */
3870 ++ attribute_deprecated
3871 ++ int frame_skip_factor;
3872 ++
3873 ++ /** @deprecated use encoder private options instead */
3874 ++ attribute_deprecated
3875 ++ int frame_skip_exp;
3876 ++
3877 ++ /** @deprecated use encoder private options instead */
3878 ++ attribute_deprecated
3879 ++ int frame_skip_cmp;
3880 ++#endif /* FF_API_PRIVATE_OPT */
3881 ++
3882 ++ /**
3883 ++ * trellis RD quantization
3884 ++ * - encoding: Set by user.
3885 ++ * - decoding: unused
3886 ++ */
3887 ++ int trellis;
3888 ++
3889 ++#if FF_API_PRIVATE_OPT
3890 ++ /** @deprecated use encoder private options instead */
3891 ++ attribute_deprecated
3892 ++ int min_prediction_order;
3893 ++
3894 ++ /** @deprecated use encoder private options instead */
3895 ++ attribute_deprecated
3896 ++ int max_prediction_order;
3897 ++
3898 ++ /** @deprecated use encoder private options instead */
3899 ++ attribute_deprecated
3900 ++ int64_t timecode_frame_start;
3901 ++#endif
3902 ++
3903 ++#if FF_API_RTP_CALLBACK
3904 ++ /**
3905 ++ * @deprecated unused
3906 ++ */
3907 ++ /* The RTP callback: This function is called */
3908 ++ /* every time the encoder has a packet to send. */
3909 ++ /* It depends on the encoder if the data starts */
3910 ++ /* with a Start Code (it should). H.263 does. */
3911 ++ /* mb_nb contains the number of macroblocks */
3912 ++ /* encoded in the RTP payload. */
3913 ++ attribute_deprecated
3914 ++ void (*rtp_callback)(struct AVCodecContext *avctx, void *data, int size, int mb_nb);
3915 ++#endif
3916 ++
3917 ++#if FF_API_PRIVATE_OPT
3918 ++ /** @deprecated use encoder private options instead */
3919 ++ attribute_deprecated
3920 ++ int rtp_payload_size; /* The size of the RTP payload: the coder will */
3921 ++ /* do its best to deliver a chunk with size */
3922 ++ /* below rtp_payload_size, the chunk will start */
3923 ++ /* with a start code on some codecs like H.263. */
3924 ++ /* This doesn't take account of any particular */
3925 ++ /* headers inside the transmitted RTP payload. */
3926 ++#endif
3927 ++
3928 ++#if FF_API_STAT_BITS
3929 ++ /* statistics, used for 2-pass encoding */
3930 ++ attribute_deprecated
3931 ++ int mv_bits;
3932 ++ attribute_deprecated
3933 ++ int header_bits;
3934 ++ attribute_deprecated
3935 ++ int i_tex_bits;
3936 ++ attribute_deprecated
3937 ++ int p_tex_bits;
3938 ++ attribute_deprecated
3939 ++ int i_count;
3940 ++ attribute_deprecated
3941 ++ int p_count;
3942 ++ attribute_deprecated
3943 ++ int skip_count;
3944 ++ attribute_deprecated
3945 ++ int misc_bits;
3946 ++
3947 ++ /** @deprecated this field is unused */
3948 ++ attribute_deprecated
3949 ++ int frame_bits;
3950 ++#endif
3951 ++
3952 ++ /**
3953 ++ * pass1 encoding statistics output buffer
3954 ++ * - encoding: Set by libavcodec.
3955 ++ * - decoding: unused
3956 ++ */
3957 ++ char *stats_out;
3958 ++
3959 ++ /**
3960 ++ * pass2 encoding statistics input buffer
3961 ++ * Concatenated stuff from stats_out of pass1 should be placed here.
3962 ++ * - encoding: Allocated/set/freed by user.
3963 ++ * - decoding: unused
3964 ++ */
3965 ++ char *stats_in;
3966 ++
3967 ++ /**
3968 ++ * Work around bugs in encoders which sometimes cannot be detected automatically.
3969 ++ * - encoding: Set by user
3970 ++ * - decoding: Set by user
3971 ++ */
3972 ++ int workaround_bugs;
3973 ++#define FF_BUG_AUTODETECT 1 ///< autodetection
3974 ++#define FF_BUG_XVID_ILACE 4
3975 ++#define FF_BUG_UMP4 8
3976 ++#define FF_BUG_NO_PADDING 16
3977 ++#define FF_BUG_AMV 32
3978 ++#define FF_BUG_QPEL_CHROMA 64
3979 ++#define FF_BUG_STD_QPEL 128
3980 ++#define FF_BUG_QPEL_CHROMA2 256
3981 ++#define FF_BUG_DIRECT_BLOCKSIZE 512
3982 ++#define FF_BUG_EDGE 1024
3983 ++#define FF_BUG_HPEL_CHROMA 2048
3984 ++#define FF_BUG_DC_CLIP 4096
3985 ++#define FF_BUG_MS 8192 ///< Work around various bugs in Microsoft's broken decoders.
3986 ++#define FF_BUG_TRUNCATED 16384
3987 ++#define FF_BUG_IEDGE 32768
3988 ++
3989 ++ /**
3990 ++ * strictly follow the standard (MPEG-4, ...).
3991 ++ * - encoding: Set by user.
3992 ++ * - decoding: Set by user.
3993 ++ * Setting this to STRICT or higher means the encoder and decoder will
3994 ++ * generally do stupid things, whereas setting it to unofficial or lower
3995 ++ * will mean the encoder might produce output that is not supported by all
3996 ++ * spec-compliant decoders. Decoders don't differentiate between normal,
3997 ++ * unofficial and experimental (that is, they always try to decode things
3998 ++ * when they can) unless they are explicitly asked to behave stupidly
3999 ++ * (=strictly conform to the specs)
4000 ++ */
4001 ++ int strict_std_compliance;
4002 ++#define FF_COMPLIANCE_VERY_STRICT 2 ///< Strictly conform to an older more strict version of the spec or reference software.
4003 ++#define FF_COMPLIANCE_STRICT 1 ///< Strictly conform to all the things in the spec no matter what consequences.
4004 ++#define FF_COMPLIANCE_NORMAL 0
4005 ++#define FF_COMPLIANCE_UNOFFICIAL -1 ///< Allow unofficial extensions
4006 ++#define FF_COMPLIANCE_EXPERIMENTAL -2 ///< Allow nonstandardized experimental things.
4007 ++
4008 ++ /**
4009 ++ * error concealment flags
4010 ++ * - encoding: unused
4011 ++ * - decoding: Set by user.
4012 ++ */
4013 ++ int error_concealment;
4014 ++#define FF_EC_GUESS_MVS 1
4015 ++#define FF_EC_DEBLOCK 2
4016 ++#define FF_EC_FAVOR_INTER 256
4017 ++
4018 ++ /**
4019 ++ * debug
4020 ++ * - encoding: Set by user.
4021 ++ * - decoding: Set by user.
4022 ++ */
4023 ++ int debug;
4024 ++#define FF_DEBUG_PICT_INFO 1
4025 ++#define FF_DEBUG_RC 2
4026 ++#define FF_DEBUG_BITSTREAM 4
4027 ++#define FF_DEBUG_MB_TYPE 8
4028 ++#define FF_DEBUG_QP 16
4029 ++#if FF_API_DEBUG_MV
4030 ++/**
4031 ++ * @deprecated this option does nothing
4032 ++ */
4033 ++#define FF_DEBUG_MV 32
4034 ++#endif
4035 ++#define FF_DEBUG_DCT_COEFF 0x00000040
4036 ++#define FF_DEBUG_SKIP 0x00000080
4037 ++#define FF_DEBUG_STARTCODE 0x00000100
4038 ++#define FF_DEBUG_ER 0x00000400
4039 ++#define FF_DEBUG_MMCO 0x00000800
4040 ++#define FF_DEBUG_BUGS 0x00001000
4041 ++#if FF_API_DEBUG_MV
4042 ++#define FF_DEBUG_VIS_QP 0x00002000
4043 ++#define FF_DEBUG_VIS_MB_TYPE 0x00004000
4044 ++#endif
4045 ++#define FF_DEBUG_BUFFERS 0x00008000
4046 ++#define FF_DEBUG_THREADS 0x00010000
4047 ++#define FF_DEBUG_GREEN_MD 0x00800000
4048 ++#define FF_DEBUG_NOMC 0x01000000
4049 ++
4050 ++#if FF_API_DEBUG_MV
4051 ++ /**
4052 ++ * debug
4053 ++ * - encoding: Set by user.
4054 ++ * - decoding: Set by user.
4055 ++ */
4056 ++ int debug_mv;
4057 ++#define FF_DEBUG_VIS_MV_P_FOR 0x00000001 // visualize forward predicted MVs of P-frames
4058 ++#define FF_DEBUG_VIS_MV_B_FOR 0x00000002 // visualize forward predicted MVs of B-frames
4059 ++#define FF_DEBUG_VIS_MV_B_BACK 0x00000004 // visualize backward predicted MVs of B-frames
4060 ++#endif
4061 ++
4062 ++ /**
4063 ++ * Error recognition; may misdetect some more or less valid parts as errors.
4064 ++ * - encoding: unused
4065 ++ * - decoding: Set by user.
4066 ++ */
4067 ++ int err_recognition;
4068 ++
4069 ++/**
4070 ++ * Verify checksums embedded in the bitstream (could be of either encoded or
4071 ++ * decoded data, depending on the codec) and print an error message on mismatch.
4072 ++ * If AV_EF_EXPLODE is also set, a mismatching checksum will result in the
4073 ++ * decoder returning an error.
4074 ++ */
4075 ++#define AV_EF_CRCCHECK (1<<0)
4076 ++#define AV_EF_BITSTREAM (1<<1) ///< detect bitstream specification deviations
4077 ++#define AV_EF_BUFFER (1<<2) ///< detect improper bitstream length
4078 ++#define AV_EF_EXPLODE (1<<3) ///< abort decoding on minor error detection
4079 ++
4080 ++#define AV_EF_IGNORE_ERR (1<<15) ///< ignore errors and continue
4081 ++#define AV_EF_CAREFUL (1<<16) ///< consider things that violate the spec, are fast to calculate and have not been seen in the wild as errors
4082 ++#define AV_EF_COMPLIANT (1<<17) ///< consider all spec non compliances as errors
4083 ++#define AV_EF_AGGRESSIVE (1<<18) ///< consider things that a sane encoder should not do as an error
4084 ++
4085 ++
4086 ++ /**
4087 ++ * opaque 64-bit number (generally a PTS) that will be reordered and
4088 ++ * output in AVFrame.reordered_opaque
4089 ++ * - encoding: unused
4090 ++ * - decoding: Set by user.
4091 ++ */
4092 ++ int64_t reordered_opaque;
4093 ++
4094 ++ /**
4095 ++ * Hardware accelerator in use
4096 ++ * - encoding: unused.
4097 ++ * - decoding: Set by libavcodec
4098 ++ */
4099 ++ const struct AVHWAccel *hwaccel;
4100 ++
4101 ++ /**
4102 ++ * Hardware accelerator context.
4103 ++ * For some hardware accelerators, a global context needs to be
4104 ++ * provided by the user. In that case, this holds display-dependent
4105 ++ * data FFmpeg cannot instantiate itself. Please refer to the
4106 ++ * FFmpeg HW accelerator documentation to know how to fill this
4107 ++ * is. e.g. for VA API, this is a struct vaapi_context.
4108 ++ * - encoding: unused
4109 ++ * - decoding: Set by user
4110 ++ */
4111 ++ void *hwaccel_context;
4112 ++
4113 ++ /**
4114 ++ * error
4115 ++ * - encoding: Set by libavcodec if flags & AV_CODEC_FLAG_PSNR.
4116 ++ * - decoding: unused
4117 ++ */
4118 ++ uint64_t error[AV_NUM_DATA_POINTERS];
4119 ++
4120 ++ /**
4121 ++ * DCT algorithm, see FF_DCT_* below
4122 ++ * - encoding: Set by user.
4123 ++ * - decoding: unused
4124 ++ */
4125 ++ int dct_algo;
4126 ++#define FF_DCT_AUTO 0
4127 ++#define FF_DCT_FASTINT 1
4128 ++#define FF_DCT_INT 2
4129 ++#define FF_DCT_MMX 3
4130 ++#define FF_DCT_ALTIVEC 5
4131 ++#define FF_DCT_FAAN 6
4132 ++
4133 ++ /**
4134 ++ * IDCT algorithm, see FF_IDCT_* below.
4135 ++ * - encoding: Set by user.
4136 ++ * - decoding: Set by user.
4137 ++ */
4138 ++ int idct_algo;
4139 ++#define FF_IDCT_AUTO 0
4140 ++#define FF_IDCT_INT 1
4141 ++#define FF_IDCT_SIMPLE 2
4142 ++#define FF_IDCT_SIMPLEMMX 3
4143 ++#define FF_IDCT_ARM 7
4144 ++#define FF_IDCT_ALTIVEC 8
4145 ++#define FF_IDCT_SIMPLEARM 10
4146 ++#define FF_IDCT_XVID 14
4147 ++#define FF_IDCT_SIMPLEARMV5TE 16
4148 ++#define FF_IDCT_SIMPLEARMV6 17
4149 ++#define FF_IDCT_FAAN 20
4150 ++#define FF_IDCT_SIMPLENEON 22
4151 ++#define FF_IDCT_NONE 24 /* Used by XvMC to extract IDCT coefficients with FF_IDCT_PERM_NONE */
4152 ++#define FF_IDCT_SIMPLEAUTO 128
4153 ++
4154 ++ /**
4155 ++ * bits per sample/pixel from the demuxer (needed for huffyuv).
4156 ++ * - encoding: Set by libavcodec.
4157 ++ * - decoding: Set by user.
4158 ++ */
4159 ++ int bits_per_coded_sample;
4160 ++
4161 ++ /**
4162 ++ * Bits per sample/pixel of internal libavcodec pixel/sample format.
4163 ++ * - encoding: set by user.
4164 ++ * - decoding: set by libavcodec.
4165 ++ */
4166 ++ int bits_per_raw_sample;
4167 ++
4168 ++#if FF_API_LOWRES
4169 ++ /**
4170 ++ * low resolution decoding, 1-> 1/2 size, 2->1/4 size
4171 ++ * - encoding: unused
4172 ++ * - decoding: Set by user.
4173 ++ */
4174 ++ int lowres;
4175 ++#endif
4176 ++
4177 ++#if FF_API_CODED_FRAME
4178 ++ /**
4179 ++ * the picture in the bitstream
4180 ++ * - encoding: Set by libavcodec.
4181 ++ * - decoding: unused
4182 ++ *
4183 ++ * @deprecated use the quality factor packet side data instead
4184 ++ */
4185 ++ attribute_deprecated AVFrame *coded_frame;
4186 ++#endif
4187 ++
4188 ++ /**
4189 ++ * thread count
4190 ++ * is used to decide how many independent tasks should be passed to execute()
4191 ++ * - encoding: Set by user.
4192 ++ * - decoding: Set by user.
4193 ++ */
4194 ++ int thread_count;
4195 ++
4196 ++ /**
4197 ++ * Which multithreading methods to use.
4198 ++ * Use of FF_THREAD_FRAME will increase decoding delay by one frame per thread,
4199 ++ * so clients which cannot provide future frames should not use it.
4200 ++ *
4201 ++ * - encoding: Set by user, otherwise the default is used.
4202 ++ * - decoding: Set by user, otherwise the default is used.
4203 ++ */
4204 ++ int thread_type;
4205 ++#define FF_THREAD_FRAME 1 ///< Decode more than one frame at once
4206 ++#define FF_THREAD_SLICE 2 ///< Decode more than one part of a single frame at once
4207 ++
4208 ++ /**
4209 ++ * Which multithreading methods are in use by the codec.
4210 ++ * - encoding: Set by libavcodec.
4211 ++ * - decoding: Set by libavcodec.
4212 ++ */
4213 ++ int active_thread_type;
4214 ++
4215 ++ /**
4216 ++ * Set by the client if its custom get_buffer() callback can be called
4217 ++ * synchronously from another thread, which allows faster multithreaded decoding.
4218 ++ * draw_horiz_band() will be called from other threads regardless of this setting.
4219 ++ * Ignored if the default get_buffer() is used.
4220 ++ * - encoding: Set by user.
4221 ++ * - decoding: Set by user.
4222 ++ */
4223 ++ int thread_safe_callbacks;
4224 ++
4225 ++ /**
4226 ++ * The codec may call this to execute several independent things.
4227 ++ * It will return only after finishing all tasks.
4228 ++ * The user may replace this with some multithreaded implementation,
4229 ++ * the default implementation will execute the parts serially.
4230 ++ * @param count the number of things to execute
4231 ++ * - encoding: Set by libavcodec, user can override.
4232 ++ * - decoding: Set by libavcodec, user can override.
4233 ++ */
4234 ++ int (*execute)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg), void *arg2, int *ret, int count, int size);
4235 ++
4236 ++ /**
4237 ++ * The codec may call this to execute several independent things.
4238 ++ * It will return only after finishing all tasks.
4239 ++ * The user may replace this with some multithreaded implementation,
4240 ++ * the default implementation will execute the parts serially.
4241 ++ * Also see avcodec_thread_init and e.g. the --enable-pthread configure option.
4242 ++ * @param c context passed also to func
4243 ++ * @param count the number of things to execute
4244 ++ * @param arg2 argument passed unchanged to func
4245 ++ * @param ret return values of executed functions, must have space for "count" values. May be NULL.
4246 ++ * @param func function that will be called count times, with jobnr from 0 to count-1.
4247 ++ * threadnr will be in the range 0 to c->thread_count-1 < MAX_THREADS and so that no
4248 ++ * two instances of func executing at the same time will have the same threadnr.
4249 ++ * @return always 0 currently, but code should handle a future improvement where when any call to func
4250 ++ * returns < 0 no further calls to func may be done and < 0 is returned.
4251 ++ * - encoding: Set by libavcodec, user can override.
4252 ++ * - decoding: Set by libavcodec, user can override.
4253 ++ */
4254 ++ int (*execute2)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg, int jobnr, int threadnr), void *arg2, int *ret, int count);
4255 ++
4256 ++ /**
4257 ++ * noise vs. sse weight for the nsse comparison function
4258 ++ * - encoding: Set by user.
4259 ++ * - decoding: unused
4260 ++ */
4261 ++ int nsse_weight;
4262 ++
4263 ++ /**
4264 ++ * profile
4265 ++ * - encoding: Set by user.
4266 ++ * - decoding: Set by libavcodec.
4267 ++ */
4268 ++ int profile;
4269 ++#define FF_PROFILE_UNKNOWN -99
4270 ++#define FF_PROFILE_RESERVED -100
4271 ++
4272 ++#define FF_PROFILE_AAC_MAIN 0
4273 ++#define FF_PROFILE_AAC_LOW 1
4274 ++#define FF_PROFILE_AAC_SSR 2
4275 ++#define FF_PROFILE_AAC_LTP 3
4276 ++#define FF_PROFILE_AAC_HE 4
4277 ++#define FF_PROFILE_AAC_HE_V2 28
4278 ++#define FF_PROFILE_AAC_LD 22
4279 ++#define FF_PROFILE_AAC_ELD 38
4280 ++#define FF_PROFILE_MPEG2_AAC_LOW 128
4281 ++#define FF_PROFILE_MPEG2_AAC_HE 131
4282 ++
4283 ++#define FF_PROFILE_DNXHD 0
4284 ++#define FF_PROFILE_DNXHR_LB 1
4285 ++#define FF_PROFILE_DNXHR_SQ 2
4286 ++#define FF_PROFILE_DNXHR_HQ 3
4287 ++#define FF_PROFILE_DNXHR_HQX 4
4288 ++#define FF_PROFILE_DNXHR_444 5
4289 ++
4290 ++#define FF_PROFILE_DTS 20
4291 ++#define FF_PROFILE_DTS_ES 30
4292 ++#define FF_PROFILE_DTS_96_24 40
4293 ++#define FF_PROFILE_DTS_HD_HRA 50
4294 ++#define FF_PROFILE_DTS_HD_MA 60
4295 ++#define FF_PROFILE_DTS_EXPRESS 70
4296 ++
4297 ++#define FF_PROFILE_MPEG2_422 0
4298 ++#define FF_PROFILE_MPEG2_HIGH 1
4299 ++#define FF_PROFILE_MPEG2_SS 2
4300 ++#define FF_PROFILE_MPEG2_SNR_SCALABLE 3
4301 ++#define FF_PROFILE_MPEG2_MAIN 4
4302 ++#define FF_PROFILE_MPEG2_SIMPLE 5
4303 ++
4304 ++#define FF_PROFILE_H264_CONSTRAINED (1<<9) // 8+1; constraint_set1_flag
4305 ++#define FF_PROFILE_H264_INTRA (1<<11) // 8+3; constraint_set3_flag
4306 ++
4307 ++#define FF_PROFILE_H264_BASELINE 66
4308 ++#define FF_PROFILE_H264_CONSTRAINED_BASELINE (66|FF_PROFILE_H264_CONSTRAINED)
4309 ++#define FF_PROFILE_H264_MAIN 77
4310 ++#define FF_PROFILE_H264_EXTENDED 88
4311 ++#define FF_PROFILE_H264_HIGH 100
4312 ++#define FF_PROFILE_H264_HIGH_10 110
4313 ++#define FF_PROFILE_H264_HIGH_10_INTRA (110|FF_PROFILE_H264_INTRA)
4314 ++#define FF_PROFILE_H264_MULTIVIEW_HIGH 118
4315 ++#define FF_PROFILE_H264_HIGH_422 122
4316 ++#define FF_PROFILE_H264_HIGH_422_INTRA (122|FF_PROFILE_H264_INTRA)
4317 ++#define FF_PROFILE_H264_STEREO_HIGH 128
4318 ++#define FF_PROFILE_H264_HIGH_444 144
4319 ++#define FF_PROFILE_H264_HIGH_444_PREDICTIVE 244
4320 ++#define FF_PROFILE_H264_HIGH_444_INTRA (244|FF_PROFILE_H264_INTRA)
4321 ++#define FF_PROFILE_H264_CAVLC_444 44
4322 ++
4323 ++#define FF_PROFILE_VC1_SIMPLE 0
4324 ++#define FF_PROFILE_VC1_MAIN 1
4325 ++#define FF_PROFILE_VC1_COMPLEX 2
4326 ++#define FF_PROFILE_VC1_ADVANCED 3
4327 ++
4328 ++#define FF_PROFILE_MPEG4_SIMPLE 0
4329 ++#define FF_PROFILE_MPEG4_SIMPLE_SCALABLE 1
4330 ++#define FF_PROFILE_MPEG4_CORE 2
4331 ++#define FF_PROFILE_MPEG4_MAIN 3
4332 ++#define FF_PROFILE_MPEG4_N_BIT 4
4333 ++#define FF_PROFILE_MPEG4_SCALABLE_TEXTURE 5
4334 ++#define FF_PROFILE_MPEG4_SIMPLE_FACE_ANIMATION 6
4335 ++#define FF_PROFILE_MPEG4_BASIC_ANIMATED_TEXTURE 7
4336 ++#define FF_PROFILE_MPEG4_HYBRID 8
4337 ++#define FF_PROFILE_MPEG4_ADVANCED_REAL_TIME 9
4338 ++#define FF_PROFILE_MPEG4_CORE_SCALABLE 10
4339 ++#define FF_PROFILE_MPEG4_ADVANCED_CODING 11
4340 ++#define FF_PROFILE_MPEG4_ADVANCED_CORE 12
4341 ++#define FF_PROFILE_MPEG4_ADVANCED_SCALABLE_TEXTURE 13
4342 ++#define FF_PROFILE_MPEG4_SIMPLE_STUDIO 14
4343 ++#define FF_PROFILE_MPEG4_ADVANCED_SIMPLE 15
4344 ++
4345 ++#define FF_PROFILE_JPEG2000_CSTREAM_RESTRICTION_0 1
4346 ++#define FF_PROFILE_JPEG2000_CSTREAM_RESTRICTION_1 2
4347 ++#define FF_PROFILE_JPEG2000_CSTREAM_NO_RESTRICTION 32768
4348 ++#define FF_PROFILE_JPEG2000_DCINEMA_2K 3
4349 ++#define FF_PROFILE_JPEG2000_DCINEMA_4K 4
4350 ++
4351 ++#define FF_PROFILE_VP9_0 0
4352 ++#define FF_PROFILE_VP9_1 1
4353 ++#define FF_PROFILE_VP9_2 2
4354 ++#define FF_PROFILE_VP9_3 3
4355 ++
4356 ++#define FF_PROFILE_HEVC_MAIN 1
4357 ++#define FF_PROFILE_HEVC_MAIN_10 2
4358 ++#define FF_PROFILE_HEVC_MAIN_STILL_PICTURE 3
4359 ++#define FF_PROFILE_HEVC_REXT 4
4360 ++
4361 ++#define FF_PROFILE_AV1_MAIN 0
4362 ++#define FF_PROFILE_AV1_HIGH 1
4363 ++#define FF_PROFILE_AV1_PROFESSIONAL 2
4364 ++
4365 ++#define FF_PROFILE_MJPEG_HUFFMAN_BASELINE_DCT 0xc0
4366 ++#define FF_PROFILE_MJPEG_HUFFMAN_EXTENDED_SEQUENTIAL_DCT 0xc1
4367 ++#define FF_PROFILE_MJPEG_HUFFMAN_PROGRESSIVE_DCT 0xc2
4368 ++#define FF_PROFILE_MJPEG_HUFFMAN_LOSSLESS 0xc3
4369 ++#define FF_PROFILE_MJPEG_JPEG_LS 0xf7
4370 ++
4371 ++#define FF_PROFILE_SBC_MSBC 1
4372 ++
4373 ++ /**
4374 ++ * level
4375 ++ * - encoding: Set by user.
4376 ++ * - decoding: Set by libavcodec.
4377 ++ */
4378 ++ int level;
4379 ++#define FF_LEVEL_UNKNOWN -99
4380 ++
4381 ++ /**
4382 ++ * Skip loop filtering for selected frames.
4383 ++ * - encoding: unused
4384 ++ * - decoding: Set by user.
4385 ++ */
4386 ++ enum AVDiscard skip_loop_filter;
4387 ++
4388 ++ /**
4389 ++ * Skip IDCT/dequantization for selected frames.
4390 ++ * - encoding: unused
4391 ++ * - decoding: Set by user.
4392 ++ */
4393 ++ enum AVDiscard skip_idct;
4394 ++
4395 ++ /**
4396 ++ * Skip decoding for selected frames.
4397 ++ * - encoding: unused
4398 ++ * - decoding: Set by user.
4399 ++ */
4400 ++ enum AVDiscard skip_frame;
4401 ++
4402 ++ /**
4403 ++ * Header containing style information for text subtitles.
4404 ++ * For SUBTITLE_ASS subtitle type, it should contain the whole ASS
4405 ++ * [Script Info] and [V4+ Styles] section, plus the [Events] line and
4406 ++ * the Format line following. It shouldn't include any Dialogue line.
4407 ++ * - encoding: Set/allocated/freed by user (before avcodec_open2())
4408 ++ * - decoding: Set/allocated/freed by libavcodec (by avcodec_open2())
4409 ++ */
4410 ++ uint8_t *subtitle_header;
4411 ++ int subtitle_header_size;
4412 ++
4413 ++#if FF_API_VBV_DELAY
4414 ++ /**
4415 ++ * VBV delay coded in the last frame (in periods of a 27 MHz clock).
4416 ++ * Used for compliant TS muxing.
4417 ++ * - encoding: Set by libavcodec.
4418 ++ * - decoding: unused.
4419 ++ * @deprecated this value is now exported as a part of
4420 ++ * AV_PKT_DATA_CPB_PROPERTIES packet side data
4421 ++ */
4422 ++ attribute_deprecated
4423 ++ uint64_t vbv_delay;
4424 ++#endif
4425 ++
4426 ++#if FF_API_SIDEDATA_ONLY_PKT
4427 ++ /**
4428 ++ * Encoding only and set by default. Allow encoders to output packets
4429 ++ * that do not contain any encoded data, only side data.
4430 ++ *
4431 ++ * Some encoders need to output such packets, e.g. to update some stream
4432 ++ * parameters at the end of encoding.
4433 ++ *
4434 ++ * @deprecated this field disables the default behaviour and
4435 ++ * it is kept only for compatibility.
4436 ++ */
4437 ++ attribute_deprecated
4438 ++ int side_data_only_packets;
4439 ++#endif
4440 ++
4441 ++ /**
4442 ++ * Audio only. The number of "priming" samples (padding) inserted by the
4443 ++ * encoder at the beginning of the audio. I.e. this number of leading
4444 ++ * decoded samples must be discarded by the caller to get the original audio
4445 ++ * without leading padding.
4446 ++ *
4447 ++ * - decoding: unused
4448 ++ * - encoding: Set by libavcodec. The timestamps on the output packets are
4449 ++ * adjusted by the encoder so that they always refer to the
4450 ++ * first sample of the data actually contained in the packet,
4451 ++ * including any added padding. E.g. if the timebase is
4452 ++ * 1/samplerate and the timestamp of the first input sample is
4453 ++ * 0, the timestamp of the first output packet will be
4454 ++ * -initial_padding.
4455 ++ */
4456 ++ int initial_padding;
4457 ++
4458 ++ /**
4459 ++ * - decoding: For codecs that store a framerate value in the compressed
4460 ++ * bitstream, the decoder may export it here. { 0, 1} when
4461 ++ * unknown.
4462 ++ * - encoding: May be used to signal the framerate of CFR content to an
4463 ++ * encoder.
4464 ++ */
4465 ++ AVRational framerate;
4466 ++
4467 ++ /**
4468 ++ * Nominal unaccelerated pixel format, see AV_PIX_FMT_xxx.
4469 ++ * - encoding: unused.
4470 ++ * - decoding: Set by libavcodec before calling get_format()
4471 ++ */
4472 ++ enum AVPixelFormat sw_pix_fmt;
4473 ++
4474 ++ /**
4475 ++ * Timebase in which pkt_dts/pts and AVPacket.dts/pts are.
4476 ++ * - encoding unused.
4477 ++ * - decoding set by user.
4478 ++ */
4479 ++ AVRational pkt_timebase;
4480 ++
4481 ++ /**
4482 ++ * AVCodecDescriptor
4483 ++ * - encoding: unused.
4484 ++ * - decoding: set by libavcodec.
4485 ++ */
4486 ++ const AVCodecDescriptor *codec_descriptor;
4487 ++
4488 ++#if !FF_API_LOWRES
4489 ++ /**
4490 ++ * low resolution decoding, 1-> 1/2 size, 2->1/4 size
4491 ++ * - encoding: unused
4492 ++ * - decoding: Set by user.
4493 ++ */
4494 ++ int lowres;
4495 ++#endif
4496 ++
4497 ++ /**
4498 ++ * Current statistics for PTS correction.
4499 ++ * - decoding: maintained and used by libavcodec, not intended to be used by user apps
4500 ++ * - encoding: unused
4501 ++ */
4502 ++ int64_t pts_correction_num_faulty_pts; /// Number of incorrect PTS values so far
4503 ++ int64_t pts_correction_num_faulty_dts; /// Number of incorrect DTS values so far
4504 ++ int64_t pts_correction_last_pts; /// PTS of the last frame
4505 ++ int64_t pts_correction_last_dts; /// DTS of the last frame
4506 ++
4507 ++ /**
4508 ++ * Character encoding of the input subtitles file.
4509 ++ * - decoding: set by user
4510 ++ * - encoding: unused
4511 ++ */
4512 ++ char *sub_charenc;
4513 ++
4514 ++ /**
4515 ++ * Subtitles character encoding mode. Formats or codecs might be adjusting
4516 ++ * this setting (if they are doing the conversion themselves for instance).
4517 ++ * - decoding: set by libavcodec
4518 ++ * - encoding: unused
4519 ++ */
4520 ++ int sub_charenc_mode;
4521 ++#define FF_SUB_CHARENC_MODE_DO_NOTHING -1 ///< do nothing (demuxer outputs a stream supposed to be already in UTF-8, or the codec is bitmap for instance)
4522 ++#define FF_SUB_CHARENC_MODE_AUTOMATIC 0 ///< libavcodec will select the mode itself
4523 ++#define FF_SUB_CHARENC_MODE_PRE_DECODER 1 ///< the AVPacket data needs to be recoded to UTF-8 before being fed to the decoder, requires iconv
4524 ++#define FF_SUB_CHARENC_MODE_IGNORE 2 ///< neither convert the subtitles, nor check them for valid UTF-8
4525 ++
4526 ++ /**
4527 ++ * Skip processing alpha if supported by codec.
4528 ++ * Note that if the format uses pre-multiplied alpha (common with VP6,
4529 ++ * and recommended due to better video quality/compression)
4530 ++ * the image will look as if alpha-blended onto a black background.
4531 ++ * However for formats that do not use pre-multiplied alpha
4532 ++ * there might be serious artefacts (though e.g. libswscale currently
4533 ++ * assumes pre-multiplied alpha anyway).
4534 ++ *
4535 ++ * - decoding: set by user
4536 ++ * - encoding: unused
4537 ++ */
4538 ++ int skip_alpha;
4539 ++
4540 ++ /**
4541 ++ * Number of samples to skip after a discontinuity
4542 ++ * - decoding: unused
4543 ++ * - encoding: set by libavcodec
4544 ++ */
4545 ++ int seek_preroll;
4546 ++
4547 ++#if !FF_API_DEBUG_MV
4548 ++ /**
4549 ++ * debug motion vectors
4550 ++ * - encoding: Set by user.
4551 ++ * - decoding: Set by user.
4552 ++ */
4553 ++ int debug_mv;
4554 ++#define FF_DEBUG_VIS_MV_P_FOR 0x00000001 //visualize forward predicted MVs of P frames
4555 ++#define FF_DEBUG_VIS_MV_B_FOR 0x00000002 //visualize forward predicted MVs of B frames
4556 ++#define FF_DEBUG_VIS_MV_B_BACK 0x00000004 //visualize backward predicted MVs of B frames
4557 ++#endif
4558 ++
4559 ++ /**
4560 ++ * custom intra quantization matrix
4561 ++ * - encoding: Set by user, can be NULL.
4562 ++ * - decoding: unused.
4563 ++ */
4564 ++ uint16_t *chroma_intra_matrix;
4565 ++
4566 ++ /**
4567 ++ * dump format separator.
4568 ++ * can be ", " or "\n " or anything else
4569 ++ * - encoding: Set by user.
4570 ++ * - decoding: Set by user.
4571 ++ */
4572 ++ uint8_t *dump_separator;
4573 ++
4574 ++ /**
4575 ++ * ',' separated list of allowed decoders.
4576 ++ * If NULL then all are allowed
4577 ++ * - encoding: unused
4578 ++ * - decoding: set by user
4579 ++ */
4580 ++ char *codec_whitelist;
4581 ++
4582 ++ /**
4583 ++ * Properties of the stream that gets decoded
4584 ++ * - encoding: unused
4585 ++ * - decoding: set by libavcodec
4586 ++ */
4587 ++ unsigned properties;
4588 ++#define FF_CODEC_PROPERTY_LOSSLESS 0x00000001
4589 ++#define FF_CODEC_PROPERTY_CLOSED_CAPTIONS 0x00000002
4590 ++
4591 ++ /**
4592 ++ * Additional data associated with the entire coded stream.
4593 ++ *
4594 ++ * - decoding: unused
4595 ++ * - encoding: may be set by libavcodec after avcodec_open2().
4596 ++ */
4597 ++ AVPacketSideData *coded_side_data;
4598 ++ int nb_coded_side_data;
4599 ++
4600 ++ /**
4601 ++ * A reference to the AVHWFramesContext describing the input (for encoding)
4602 ++ * or output (decoding) frames. The reference is set by the caller and
4603 ++ * afterwards owned (and freed) by libavcodec - it should never be read by
4604 ++ * the caller after being set.
4605 ++ *
4606 ++ * - decoding: This field should be set by the caller from the get_format()
4607 ++ * callback. The previous reference (if any) will always be
4608 ++ * unreffed by libavcodec before the get_format() call.
4609 ++ *
4610 ++ * If the default get_buffer2() is used with a hwaccel pixel
4611 ++ * format, then this AVHWFramesContext will be used for
4612 ++ * allocating the frame buffers.
4613 ++ *
4614 ++ * - encoding: For hardware encoders configured to use a hwaccel pixel
4615 ++ * format, this field should be set by the caller to a reference
4616 ++ * to the AVHWFramesContext describing input frames.
4617 ++ * AVHWFramesContext.format must be equal to
4618 ++ * AVCodecContext.pix_fmt.
4619 ++ *
4620 ++ * This field should be set before avcodec_open2() is called.
4621 ++ */
4622 ++ AVBufferRef *hw_frames_ctx;
4623 ++
4624 ++ /**
4625 ++ * Control the form of AVSubtitle.rects[N]->ass
4626 ++ * - decoding: set by user
4627 ++ * - encoding: unused
4628 ++ */
4629 ++ int sub_text_format;
4630 ++#define FF_SUB_TEXT_FMT_ASS 0
4631 ++#if FF_API_ASS_TIMING
4632 ++#define FF_SUB_TEXT_FMT_ASS_WITH_TIMINGS 1
4633 ++#endif
4634 ++
4635 ++ /**
4636 ++ * Audio only. The amount of padding (in samples) appended by the encoder to
4637 ++ * the end of the audio. I.e. this number of decoded samples must be
4638 ++ * discarded by the caller from the end of the stream to get the original
4639 ++ * audio without any trailing padding.
4640 ++ *
4641 ++ * - decoding: unused
4642 ++ * - encoding: unused
4643 ++ */
4644 ++ int trailing_padding;
4645 ++
4646 ++ /**
4647 ++ * The number of pixels per image to maximally accept.
4648 ++ *
4649 ++ * - decoding: set by user
4650 ++ * - encoding: set by user
4651 ++ */
4652 ++ int64_t max_pixels;
4653 ++
4654 ++ /**
4655 ++ * A reference to the AVHWDeviceContext describing the device which will
4656 ++ * be used by a hardware encoder/decoder. The reference is set by the
4657 ++ * caller and afterwards owned (and freed) by libavcodec.
4658 ++ *
4659 ++ * This should be used if either the codec device does not require
4660 ++ * hardware frames or any that are used are to be allocated internally by
4661 ++ * libavcodec. If the user wishes to supply any of the frames used as
4662 ++ * encoder input or decoder output then hw_frames_ctx should be used
4663 ++ * instead. When hw_frames_ctx is set in get_format() for a decoder, this
4664 ++ * field will be ignored while decoding the associated stream segment, but
4665 ++ * may again be used on a following one after another get_format() call.
4666 ++ *
4667 ++ * For both encoders and decoders this field should be set before
4668 ++ * avcodec_open2() is called and must not be written to thereafter.
4669 ++ *
4670 ++ * Note that some decoders may require this field to be set initially in
4671 ++ * order to support hw_frames_ctx at all - in that case, all frames
4672 ++ * contexts used must be created on the same device.
4673 ++ */
4674 ++ AVBufferRef *hw_device_ctx;
4675 ++
4676 ++ /**
4677 ++ * Bit set of AV_HWACCEL_FLAG_* flags, which affect hardware accelerated
4678 ++ * decoding (if active).
4679 ++ * - encoding: unused
4680 ++ * - decoding: Set by user (either before avcodec_open2(), or in the
4681 ++ * AVCodecContext.get_format callback)
4682 ++ */
4683 ++ int hwaccel_flags;
4684 ++
4685 ++ /**
4686 ++ * Video decoding only. Certain video codecs support cropping, meaning that
4687 ++ * only a sub-rectangle of the decoded frame is intended for display. This
4688 ++ * option controls how cropping is handled by libavcodec.
4689 ++ *
4690 ++ * When set to 1 (the default), libavcodec will apply cropping internally.
4691 ++ * I.e. it will modify the output frame width/height fields and offset the
4692 ++ * data pointers (only by as much as possible while preserving alignment, or
4693 ++ * by the full amount if the AV_CODEC_FLAG_UNALIGNED flag is set) so that
4694 ++ * the frames output by the decoder refer only to the cropped area. The
4695 ++ * crop_* fields of the output frames will be zero.
4696 ++ *
4697 ++ * When set to 0, the width/height fields of the output frames will be set
4698 ++ * to the coded dimensions and the crop_* fields will describe the cropping
4699 ++ * rectangle. Applying the cropping is left to the caller.
4700 ++ *
4701 ++ * @warning When hardware acceleration with opaque output frames is used,
4702 ++ * libavcodec is unable to apply cropping from the top/left border.
4703 ++ *
4704 ++ * @note when this option is set to zero, the width/height fields of the
4705 ++ * AVCodecContext and output AVFrames have different meanings. The codec
4706 ++ * context fields store display dimensions (with the coded dimensions in
4707 ++ * coded_width/height), while the frame fields store the coded dimensions
4708 ++ * (with the display dimensions being determined by the crop_* fields).
4709 ++ */
4710 ++ int apply_cropping;
4711 ++
4712 ++ /*
4713 ++ * Video decoding only. Sets the number of extra hardware frames which
4714 ++ * the decoder will allocate for use by the caller. This must be set
4715 ++ * before avcodec_open2() is called.
4716 ++ *
4717 ++ * Some hardware decoders require all frames that they will use for
4718 ++ * output to be defined in advance before decoding starts. For such
4719 ++ * decoders, the hardware frame pool must therefore be of a fixed size.
4720 ++ * The extra frames set here are on top of any number that the decoder
4721 ++ * needs internally in order to operate normally (for example, frames
4722 ++ * used as reference pictures).
4723 ++ */
4724 ++ int extra_hw_frames;
4725 ++} AVCodecContext;
4726 ++
4727 ++#if FF_API_CODEC_GET_SET
4728 ++/**
4729 ++ * Accessors for some AVCodecContext fields. These used to be provided for ABI
4730 ++ * compatibility, and do not need to be used anymore.
4731 ++ */
4732 ++attribute_deprecated
4733 ++AVRational av_codec_get_pkt_timebase (const AVCodecContext *avctx);
4734 ++attribute_deprecated
4735 ++void av_codec_set_pkt_timebase (AVCodecContext *avctx, AVRational val);
4736 ++
4737 ++attribute_deprecated
4738 ++const AVCodecDescriptor *av_codec_get_codec_descriptor(const AVCodecContext *avctx);
4739 ++attribute_deprecated
4740 ++void av_codec_set_codec_descriptor(AVCodecContext *avctx, const AVCodecDescriptor *desc);
4741 ++
4742 ++attribute_deprecated
4743 ++unsigned av_codec_get_codec_properties(const AVCodecContext *avctx);
4744 ++
4745 ++#if FF_API_LOWRES
4746 ++attribute_deprecated
4747 ++int av_codec_get_lowres(const AVCodecContext *avctx);
4748 ++attribute_deprecated
4749 ++void av_codec_set_lowres(AVCodecContext *avctx, int val);
4750 ++#endif
4751 ++
4752 ++attribute_deprecated
4753 ++int av_codec_get_seek_preroll(const AVCodecContext *avctx);
4754 ++attribute_deprecated
4755 ++void av_codec_set_seek_preroll(AVCodecContext *avctx, int val);
4756 ++
4757 ++attribute_deprecated
4758 ++uint16_t *av_codec_get_chroma_intra_matrix(const AVCodecContext *avctx);
4759 ++attribute_deprecated
4760 ++void av_codec_set_chroma_intra_matrix(AVCodecContext *avctx, uint16_t *val);
4761 ++#endif
4762 ++
4763 ++/**
4764 ++ * AVProfile.
4765 ++ */
4766 ++typedef struct AVProfile {
4767 ++ int profile;
4768 ++ const char *name; ///< short name for the profile
4769 ++} AVProfile;
4770 ++
4771 ++enum {
4772 ++ /**
4773 ++ * The codec supports this format via the hw_device_ctx interface.
4774 ++ *
4775 ++ * When selecting this format, AVCodecContext.hw_device_ctx should
4776 ++ * have been set to a device of the specified type before calling
4777 ++ * avcodec_open2().
4778 ++ */
4779 ++ AV_CODEC_HW_CONFIG_METHOD_HW_DEVICE_CTX = 0x01,
4780 ++ /**
4781 ++ * The codec supports this format via the hw_frames_ctx interface.
4782 ++ *
4783 ++ * When selecting this format for a decoder,
4784 ++ * AVCodecContext.hw_frames_ctx should be set to a suitable frames
4785 ++ * context inside the get_format() callback. The frames context
4786 ++ * must have been created on a device of the specified type.
4787 ++ */
4788 ++ AV_CODEC_HW_CONFIG_METHOD_HW_FRAMES_CTX = 0x02,
4789 ++ /**
4790 ++ * The codec supports this format by some internal method.
4791 ++ *
4792 ++ * This format can be selected without any additional configuration -
4793 ++ * no device or frames context is required.
4794 ++ */
4795 ++ AV_CODEC_HW_CONFIG_METHOD_INTERNAL = 0x04,
4796 ++ /**
4797 ++ * The codec supports this format by some ad-hoc method.
4798 ++ *
4799 ++ * Additional settings and/or function calls are required. See the
4800 ++ * codec-specific documentation for details. (Methods requiring
4801 ++ * this sort of configuration are deprecated and others should be
4802 ++ * used in preference.)
4803 ++ */
4804 ++ AV_CODEC_HW_CONFIG_METHOD_AD_HOC = 0x08,
4805 ++};
4806 ++
4807 ++typedef struct AVCodecHWConfig {
4808 ++ /**
4809 ++ * A hardware pixel format which the codec can use.
4810 ++ */
4811 ++ enum AVPixelFormat pix_fmt;
4812 ++ /**
4813 ++ * Bit set of AV_CODEC_HW_CONFIG_METHOD_* flags, describing the possible
4814 ++ * setup methods which can be used with this configuration.
4815 ++ */
4816 ++ int methods;
4817 ++ /**
4818 ++ * The device type associated with the configuration.
4819 ++ *
4820 ++ * Must be set for AV_CODEC_HW_CONFIG_METHOD_HW_DEVICE_CTX and
4821 ++ * AV_CODEC_HW_CONFIG_METHOD_HW_FRAMES_CTX, otherwise unused.
4822 ++ */
4823 ++ enum AVHWDeviceType device_type;
4824 ++} AVCodecHWConfig;
4825 ++
4826 ++typedef struct AVCodecDefault AVCodecDefault;
4827 ++
4828 ++struct AVSubtitle;
4829 ++
4830 ++/**
4831 ++ * AVCodec.
4832 ++ */
4833 ++typedef struct AVCodec {
4834 ++ /**
4835 ++ * Name of the codec implementation.
4836 ++ * The name is globally unique among encoders and among decoders (but an
4837 ++ * encoder and a decoder can share the same name).
4838 ++ * This is the primary way to find a codec from the user perspective.
4839 ++ */
4840 ++ const char *name;
4841 ++ /**
4842 ++ * Descriptive name for the codec, meant to be more human readable than name.
4843 ++ * You should use the NULL_IF_CONFIG_SMALL() macro to define it.
4844 ++ */
4845 ++ const char *long_name;
4846 ++ enum AVMediaType type;
4847 ++ enum AVCodecID id;
4848 ++ /**
4849 ++ * Codec capabilities.
4850 ++ * see AV_CODEC_CAP_*
4851 ++ */
4852 ++ int capabilities;
4853 ++ const AVRational *supported_framerates; ///< array of supported framerates, or NULL if any, array is terminated by {0,0}
4854 ++ const enum AVPixelFormat *pix_fmts; ///< array of supported pixel formats, or NULL if unknown, array is terminated by -1
4855 ++ const int *supported_samplerates; ///< array of supported audio samplerates, or NULL if unknown, array is terminated by 0
4856 ++ const enum AVSampleFormat *sample_fmts; ///< array of supported sample formats, or NULL if unknown, array is terminated by -1
4857 ++ const uint64_t *channel_layouts; ///< array of support channel layouts, or NULL if unknown. array is terminated by 0
4858 ++ uint8_t max_lowres; ///< maximum value for lowres supported by the decoder
4859 ++ const AVClass *priv_class; ///< AVClass for the private context
4860 ++ const AVProfile *profiles; ///< array of recognized profiles, or NULL if unknown, array is terminated by {FF_PROFILE_UNKNOWN}
4861 ++
4862 ++ /**
4863 ++ * Group name of the codec implementation.
4864 ++ * This is a short symbolic name of the wrapper backing this codec. A
4865 ++ * wrapper uses some kind of external implementation for the codec, such
4866 ++ * as an external library, or a codec implementation provided by the OS or
4867 ++ * the hardware.
4868 ++ * If this field is NULL, this is a builtin, libavcodec native codec.
4869 ++ * If non-NULL, this will be the suffix in AVCodec.name in most cases
4870 ++ * (usually AVCodec.name will be of the form "<codec_name>_<wrapper_name>").
4871 ++ */
4872 ++ const char *wrapper_name;
4873 ++
4874 ++ /*****************************************************************
4875 ++ * No fields below this line are part of the public API. They
4876 ++ * may not be used outside of libavcodec and can be changed and
4877 ++ * removed at will.
4878 ++ * New public fields should be added right above.
4879 ++ *****************************************************************
4880 ++ */
4881 ++ int priv_data_size;
4882 ++ struct AVCodec *next;
4883 ++ /**
4884 ++ * @name Frame-level threading support functions
4885 ++ * @{
4886 ++ */
4887 ++ /**
4888 ++ * If defined, called on thread contexts when they are created.
4889 ++ * If the codec allocates writable tables in init(), re-allocate them here.
4890 ++ * priv_data will be set to a copy of the original.
4891 ++ */
4892 ++ int (*init_thread_copy)(AVCodecContext *);
4893 ++ /**
4894 ++ * Copy necessary context variables from a previous thread context to the current one.
4895 ++ * If not defined, the next thread will start automatically; otherwise, the codec
4896 ++ * must call ff_thread_finish_setup().
4897 ++ *
4898 ++ * dst and src will (rarely) point to the same context, in which case memcpy should be skipped.
4899 ++ */
4900 ++ int (*update_thread_context)(AVCodecContext *dst, const AVCodecContext *src);
4901 ++ /** @} */
4902 ++
4903 ++ /**
4904 ++ * Private codec-specific defaults.
4905 ++ */
4906 ++ const AVCodecDefault *defaults;
4907 ++
4908 ++ /**
4909 ++ * Initialize codec static data, called from avcodec_register().
4910 ++ *
4911 ++ * This is not intended for time consuming operations as it is
4912 ++ * run for every codec regardless of that codec being used.
4913 ++ */
4914 ++ void (*init_static_data)(struct AVCodec *codec);
4915 ++
4916 ++ int (*init)(AVCodecContext *);
4917 ++ int (*encode_sub)(AVCodecContext *, uint8_t *buf, int buf_size,
4918 ++ const struct AVSubtitle *sub);
4919 ++ /**
4920 ++ * Encode data to an AVPacket.
4921 ++ *
4922 ++ * @param avctx codec context
4923 ++ * @param avpkt output AVPacket (may contain a user-provided buffer)
4924 ++ * @param[in] frame AVFrame containing the raw data to be encoded
4925 ++ * @param[out] got_packet_ptr encoder sets to 0 or 1 to indicate that a
4926 ++ * non-empty packet was returned in avpkt.
4927 ++ * @return 0 on success, negative error code on failure
4928 ++ */
4929 ++ int (*encode2)(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame,
4930 ++ int *got_packet_ptr);
4931 ++ int (*decode)(AVCodecContext *, void *outdata, int *outdata_size, AVPacket *avpkt);
4932 ++ int (*close)(AVCodecContext *);
4933 ++ /**
4934 ++ * Encode API with decoupled packet/frame dataflow. The API is the
4935 ++ * same as the avcodec_ prefixed APIs (avcodec_send_frame() etc.), except
4936 ++ * that:
4937 ++ * - never called if the codec is closed or the wrong type,
4938 ++ * - if AV_CODEC_CAP_DELAY is not set, drain frames are never sent,
4939 ++ * - only one drain frame is ever passed down,
4940 ++ */
4941 ++ int (*send_frame)(AVCodecContext *avctx, const AVFrame *frame);
4942 ++ int (*receive_packet)(AVCodecContext *avctx, AVPacket *avpkt);
4943 ++
4944 ++ /**
4945 ++ * Decode API with decoupled packet/frame dataflow. This function is called
4946 ++ * to get one output frame. It should call ff_decode_get_packet() to obtain
4947 ++ * input data.
4948 ++ */
4949 ++ int (*receive_frame)(AVCodecContext *avctx, AVFrame *frame);
4950 ++ /**
4951 ++ * Flush buffers.
4952 ++ * Will be called when seeking
4953 ++ */
4954 ++ void (*flush)(AVCodecContext *);
4955 ++ /**
4956 ++ * Internal codec capabilities.
4957 ++ * See FF_CODEC_CAP_* in internal.h
4958 ++ */
4959 ++ int caps_internal;
4960 ++
4961 ++ /**
4962 ++ * Decoding only, a comma-separated list of bitstream filters to apply to
4963 ++ * packets before decoding.
4964 ++ */
4965 ++ const char *bsfs;
4966 ++
4967 ++ /**
4968 ++ * Array of pointers to hardware configurations supported by the codec,
4969 ++ * or NULL if no hardware supported. The array is terminated by a NULL
4970 ++ * pointer.
4971 ++ *
4972 ++ * The user can only access this field via avcodec_get_hw_config().
4973 ++ */
4974 ++ const struct AVCodecHWConfigInternal **hw_configs;
4975 ++} AVCodec;
4976 ++
4977 ++#if FF_API_CODEC_GET_SET
4978 ++attribute_deprecated
4979 ++int av_codec_get_max_lowres(const AVCodec *codec);
4980 ++#endif
4981 ++
4982 ++struct MpegEncContext;
4983 ++
4984 ++/**
4985 ++ * Retrieve supported hardware configurations for a codec.
4986 ++ *
4987 ++ * Values of index from zero to some maximum return the indexed configuration
4988 ++ * descriptor; all other values return NULL. If the codec does not support
4989 ++ * any hardware configurations then it will always return NULL.
4990 ++ */
4991 ++const AVCodecHWConfig *avcodec_get_hw_config(const AVCodec *codec, int index);
4992 ++
4993 ++/**
4994 ++ * @defgroup lavc_hwaccel AVHWAccel
4995 ++ *
4996 ++ * @note Nothing in this structure should be accessed by the user. At some
4997 ++ * point in future it will not be externally visible at all.
4998 ++ *
4999 ++ * @{
5000 ++ */
5001 ++typedef struct AVHWAccel {
5002 ++ /**
5003 ++ * Name of the hardware accelerated codec.
5004 ++ * The name is globally unique among encoders and among decoders (but an
5005 ++ * encoder and a decoder can share the same name).
5006 ++ */
5007 ++ const char *name;
5008 ++
5009 ++ /**
5010 ++ * Type of codec implemented by the hardware accelerator.
5011 ++ *
5012 ++ * See AVMEDIA_TYPE_xxx
5013 ++ */
5014 ++ enum AVMediaType type;
5015 ++
5016 ++ /**
5017 ++ * Codec implemented by the hardware accelerator.
5018 ++ *
5019 ++ * See AV_CODEC_ID_xxx
5020 ++ */
5021 ++ enum AVCodecID id;
5022 ++
5023 ++ /**
5024 ++ * Supported pixel format.
5025 ++ *
5026 ++ * Only hardware accelerated formats are supported here.
5027 ++ */
5028 ++ enum AVPixelFormat pix_fmt;
5029 ++
5030 ++ /**
5031 ++ * Hardware accelerated codec capabilities.
5032 ++ * see AV_HWACCEL_CODEC_CAP_*
5033 ++ */
5034 ++ int capabilities;
5035 ++
5036 ++ /*****************************************************************
5037 ++ * No fields below this line are part of the public API. They
5038 ++ * may not be used outside of libavcodec and can be changed and
5039 ++ * removed at will.
5040 ++ * New public fields should be added right above.
5041 ++ *****************************************************************
5042 ++ */
5043 ++
5044 ++ /**
5045 ++ * Allocate a custom buffer
5046 ++ */
5047 ++ int (*alloc_frame)(AVCodecContext *avctx, AVFrame *frame);
5048 ++
5049 ++ /**
5050 ++ * Called at the beginning of each frame or field picture.
5051 ++ *
5052 ++ * Meaningful frame information (codec specific) is guaranteed to
5053 ++ * be parsed at this point. This function is mandatory.
5054 ++ *
5055 ++ * Note that buf can be NULL along with buf_size set to 0.
5056 ++ * Otherwise, this means the whole frame is available at this point.
5057 ++ *
5058 ++ * @param avctx the codec context
5059 ++ * @param buf the frame data buffer base
5060 ++ * @param buf_size the size of the frame in bytes
5061 ++ * @return zero if successful, a negative value otherwise
5062 ++ */
5063 ++ int (*start_frame)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size);
5064 ++
5065 ++ /**
5066 ++ * Callback for parameter data (SPS/PPS/VPS etc).
5067 ++ *
5068 ++ * Useful for hardware decoders which keep persistent state about the
5069 ++ * video parameters, and need to receive any changes to update that state.
5070 ++ *
5071 ++ * @param avctx the codec context
5072 ++ * @param type the nal unit type
5073 ++ * @param buf the nal unit data buffer
5074 ++ * @param buf_size the size of the nal unit in bytes
5075 ++ * @return zero if successful, a negative value otherwise
5076 ++ */
5077 ++ int (*decode_params)(AVCodecContext *avctx, int type, const uint8_t *buf, uint32_t buf_size);
5078 ++
5079 ++ /**
5080 ++ * Callback for each slice.
5081 ++ *
5082 ++ * Meaningful slice information (codec specific) is guaranteed to
5083 ++ * be parsed at this point. This function is mandatory.
5084 ++ * The only exception is XvMC, that works on MB level.
5085 ++ *
5086 ++ * @param avctx the codec context
5087 ++ * @param buf the slice data buffer base
5088 ++ * @param buf_size the size of the slice in bytes
5089 ++ * @return zero if successful, a negative value otherwise
5090 ++ */
5091 ++ int (*decode_slice)(AVCodecContext *avctx, const uint8_t *buf, uint32_t buf_size);
5092 ++
5093 ++ /**
5094 ++ * Called at the end of each frame or field picture.
5095 ++ *
5096 ++ * The whole picture is parsed at this point and can now be sent
5097 ++ * to the hardware accelerator. This function is mandatory.
5098 ++ *
5099 ++ * @param avctx the codec context
5100 ++ * @return zero if successful, a negative value otherwise
5101 ++ */
5102 ++ int (*end_frame)(AVCodecContext *avctx);
5103 ++
5104 ++ /**
5105 ++ * Size of per-frame hardware accelerator private data.
5106 ++ *
5107 ++ * Private data is allocated with av_mallocz() before
5108 ++ * AVCodecContext.get_buffer() and deallocated after
5109 ++ * AVCodecContext.release_buffer().
5110 ++ */
5111 ++ int frame_priv_data_size;
5112 ++
5113 ++ /**
5114 ++ * Called for every Macroblock in a slice.
5115 ++ *
5116 ++ * XvMC uses it to replace the ff_mpv_reconstruct_mb().
5117 ++ * Instead of decoding to raw picture, MB parameters are
5118 ++ * stored in an array provided by the video driver.
5119 ++ *
5120 ++ * @param s the mpeg context
5121 ++ */
5122 ++ void (*decode_mb)(struct MpegEncContext *s);
5123 ++
5124 ++ /**
5125 ++ * Initialize the hwaccel private data.
5126 ++ *
5127 ++ * This will be called from ff_get_format(), after hwaccel and
5128 ++ * hwaccel_context are set and the hwaccel private data in AVCodecInternal
5129 ++ * is allocated.
5130 ++ */
5131 ++ int (*init)(AVCodecContext *avctx);
5132 ++
5133 ++ /**
5134 ++ * Uninitialize the hwaccel private data.
5135 ++ *
5136 ++ * This will be called from get_format() or avcodec_close(), after hwaccel
5137 ++ * and hwaccel_context are already uninitialized.
5138 ++ */
5139 ++ int (*uninit)(AVCodecContext *avctx);
5140 ++
5141 ++ /**
5142 ++ * Size of the private data to allocate in
5143 ++ * AVCodecInternal.hwaccel_priv_data.
5144 ++ */
5145 ++ int priv_data_size;
5146 ++
5147 ++ /**
5148 ++ * Internal hwaccel capabilities.
5149 ++ */
5150 ++ int caps_internal;
5151 ++
5152 ++ /**
5153 ++ * Fill the given hw_frames context with current codec parameters. Called
5154 ++ * from get_format. Refer to avcodec_get_hw_frames_parameters() for
5155 ++ * details.
5156 ++ *
5157 ++ * This CAN be called before AVHWAccel.init is called, and you must assume
5158 ++ * that avctx->hwaccel_priv_data is invalid.
5159 ++ */
5160 ++ int (*frame_params)(AVCodecContext *avctx, AVBufferRef *hw_frames_ctx);
5161 ++} AVHWAccel;
5162 ++
5163 ++/**
5164 ++ * HWAccel is experimental and is thus avoided in favor of non experimental
5165 ++ * codecs
5166 ++ */
5167 ++#define AV_HWACCEL_CODEC_CAP_EXPERIMENTAL 0x0200
5168 ++
5169 ++/**
5170 ++ * Hardware acceleration should be used for decoding even if the codec level
5171 ++ * used is unknown or higher than the maximum supported level reported by the
5172 ++ * hardware driver.
5173 ++ *
5174 ++ * It's generally a good idea to pass this flag unless you have a specific
5175 ++ * reason not to, as hardware tends to under-report supported levels.
5176 ++ */
5177 ++#define AV_HWACCEL_FLAG_IGNORE_LEVEL (1 << 0)
5178 ++
5179 ++/**
5180 ++ * Hardware acceleration can output YUV pixel formats with a different chroma
5181 ++ * sampling than 4:2:0 and/or other than 8 bits per component.
5182 ++ */
5183 ++#define AV_HWACCEL_FLAG_ALLOW_HIGH_DEPTH (1 << 1)
5184 ++
5185 ++/**
5186 ++ * Hardware acceleration should still be attempted for decoding when the
5187 ++ * codec profile does not match the reported capabilities of the hardware.
5188 ++ *
5189 ++ * For example, this can be used to try to decode baseline profile H.264
5190 ++ * streams in hardware - it will often succeed, because many streams marked
5191 ++ * as baseline profile actually conform to constrained baseline profile.
5192 ++ *
5193 ++ * @warning If the stream is actually not supported then the behaviour is
5194 ++ * undefined, and may include returning entirely incorrect output
5195 ++ * while indicating success.
5196 ++ */
5197 ++#define AV_HWACCEL_FLAG_ALLOW_PROFILE_MISMATCH (1 << 2)
5198 ++
5199 ++/**
5200 ++ * @}
5201 ++ */
5202 ++
5203 ++#if FF_API_AVPICTURE
5204 ++/**
5205 ++ * @defgroup lavc_picture AVPicture
5206 ++ *
5207 ++ * Functions for working with AVPicture
5208 ++ * @{
5209 ++ */
5210 ++
5211 ++/**
5212 ++ * Picture data structure.
5213 ++ *
5214 ++ * Up to four components can be stored into it, the last component is
5215 ++ * alpha.
5216 ++ * @deprecated use AVFrame or imgutils functions instead
5217 ++ */
5218 ++typedef struct AVPicture {
5219 ++ attribute_deprecated
5220 ++ uint8_t *data[AV_NUM_DATA_POINTERS]; ///< pointers to the image data planes
5221 ++ attribute_deprecated
5222 ++ int linesize[AV_NUM_DATA_POINTERS]; ///< number of bytes per line
5223 ++} AVPicture;
5224 ++
5225 ++/**
5226 ++ * @}
5227 ++ */
5228 ++#endif
5229 ++
5230 ++enum AVSubtitleType {
5231 ++ SUBTITLE_NONE,
5232 ++
5233 ++ SUBTITLE_BITMAP, ///< A bitmap, pict will be set
5234 ++
5235 ++ /**
5236 ++ * Plain text, the text field must be set by the decoder and is
5237 ++ * authoritative. ass and pict fields may contain approximations.
5238 ++ */
5239 ++ SUBTITLE_TEXT,
5240 ++
5241 ++ /**
5242 ++ * Formatted text, the ass field must be set by the decoder and is
5243 ++ * authoritative. pict and text fields may contain approximations.
5244 ++ */
5245 ++ SUBTITLE_ASS,
5246 ++};
5247 ++
5248 ++#define AV_SUBTITLE_FLAG_FORCED 0x00000001
5249 ++
5250 ++typedef struct AVSubtitleRect {
5251 ++ int x; ///< top left corner of pict, undefined when pict is not set
5252 ++ int y; ///< top left corner of pict, undefined when pict is not set
5253 ++ int w; ///< width of pict, undefined when pict is not set
5254 ++ int h; ///< height of pict, undefined when pict is not set
5255 ++ int nb_colors; ///< number of colors in pict, undefined when pict is not set
5256 ++
5257 ++#if FF_API_AVPICTURE
5258 ++ /**
5259 ++ * @deprecated unused
5260 ++ */
5261 ++ attribute_deprecated
5262 ++ AVPicture pict;
5263 ++#endif
5264 ++ /**
5265 ++ * data+linesize for the bitmap of this subtitle.
5266 ++ * Can be set for text/ass as well once they are rendered.
5267 ++ */
5268 ++ uint8_t *data[4];
5269 ++ int linesize[4];
5270 ++
5271 ++ enum AVSubtitleType type;
5272 ++
5273 ++ char *text; ///< 0 terminated plain UTF-8 text
5274 ++
5275 ++ /**
5276 ++ * 0 terminated ASS/SSA compatible event line.
5277 ++ * The presentation of this is unaffected by the other values in this
5278 ++ * struct.
5279 ++ */
5280 ++ char *ass;
5281 ++
5282 ++ int flags;
5283 ++} AVSubtitleRect;
5284 ++
5285 ++typedef struct AVSubtitle {
5286 ++ uint16_t format; /* 0 = graphics */
5287 ++ uint32_t start_display_time; /* relative to packet pts, in ms */
5288 ++ uint32_t end_display_time; /* relative to packet pts, in ms */
5289 ++ unsigned num_rects;
5290 ++ AVSubtitleRect **rects;
5291 ++ int64_t pts; ///< Same as packet pts, in AV_TIME_BASE
5292 ++} AVSubtitle;
5293 ++
5294 ++/**
5295 ++ * This struct describes the properties of an encoded stream.
5296 ++ *
5297 ++ * sizeof(AVCodecParameters) is not a part of the public ABI, this struct must
5298 ++ * be allocated with avcodec_parameters_alloc() and freed with
5299 ++ * avcodec_parameters_free().
5300 ++ */
5301 ++typedef struct AVCodecParameters {
5302 ++ /**
5303 ++ * General type of the encoded data.
5304 ++ */
5305 ++ enum AVMediaType codec_type;
5306 ++ /**
5307 ++ * Specific type of the encoded data (the codec used).
5308 ++ */
5309 ++ enum AVCodecID codec_id;
5310 ++ /**
5311 ++ * Additional information about the codec (corresponds to the AVI FOURCC).
5312 ++ */
5313 ++ uint32_t codec_tag;
5314 ++
5315 ++ /**
5316 ++ * Extra binary data needed for initializing the decoder, codec-dependent.
5317 ++ *
5318 ++ * Must be allocated with av_malloc() and will be freed by
5319 ++ * avcodec_parameters_free(). The allocated size of extradata must be at
5320 ++ * least extradata_size + AV_INPUT_BUFFER_PADDING_SIZE, with the padding
5321 ++ * bytes zeroed.
5322 ++ */
5323 ++ uint8_t *extradata;
5324 ++ /**
5325 ++ * Size of the extradata content in bytes.
5326 ++ */
5327 ++ int extradata_size;
5328 ++
5329 ++ /**
5330 ++ * - video: the pixel format, the value corresponds to enum AVPixelFormat.
5331 ++ * - audio: the sample format, the value corresponds to enum AVSampleFormat.
5332 ++ */
5333 ++ int format;
5334 ++
5335 ++ /**
5336 ++ * The average bitrate of the encoded data (in bits per second).
5337 ++ */
5338 ++ int64_t bit_rate;
5339 ++
5340 ++ /**
5341 ++ * The number of bits per sample in the codedwords.
5342 ++ *
5343 ++ * This is basically the bitrate per sample. It is mandatory for a bunch of
5344 ++ * formats to actually decode them. It's the number of bits for one sample in
5345 ++ * the actual coded bitstream.
5346 ++ *
5347 ++ * This could be for example 4 for ADPCM
5348 ++ * For PCM formats this matches bits_per_raw_sample
5349 ++ * Can be 0
5350 ++ */
5351 ++ int bits_per_coded_sample;
5352 ++
5353 ++ /**
5354 ++ * This is the number of valid bits in each output sample. If the
5355 ++ * sample format has more bits, the least significant bits are additional
5356 ++ * padding bits, which are always 0. Use right shifts to reduce the sample
5357 ++ * to its actual size. For example, audio formats with 24 bit samples will
5358 ++ * have bits_per_raw_sample set to 24, and format set to AV_SAMPLE_FMT_S32.
5359 ++ * To get the original sample use "(int32_t)sample >> 8"."
5360 ++ *
5361 ++ * For ADPCM this might be 12 or 16 or similar
5362 ++ * Can be 0
5363 ++ */
5364 ++ int bits_per_raw_sample;
5365 ++
5366 ++ /**
5367 ++ * Codec-specific bitstream restrictions that the stream conforms to.
5368 ++ */
5369 ++ int profile;
5370 ++ int level;
5371 ++
5372 ++ /**
5373 ++ * Video only. The dimensions of the video frame in pixels.
5374 ++ */
5375 ++ int width;
5376 ++ int height;
5377 ++
5378 ++ /**
5379 ++ * Video only. The aspect ratio (width / height) which a single pixel
5380 ++ * should have when displayed.
5381 ++ *
5382 ++ * When the aspect ratio is unknown / undefined, the numerator should be
5383 ++ * set to 0 (the denominator may have any value).
5384 ++ */
5385 ++ AVRational sample_aspect_ratio;
5386 ++
5387 ++ /**
5388 ++ * Video only. The order of the fields in interlaced video.
5389 ++ */
5390 ++ enum AVFieldOrder field_order;
5391 ++
5392 ++ /**
5393 ++ * Video only. Additional colorspace characteristics.
5394 ++ */
5395 ++ enum AVColorRange color_range;
5396 ++ enum AVColorPrimaries color_primaries;
5397 ++ enum AVColorTransferCharacteristic color_trc;
5398 ++ enum AVColorSpace color_space;
5399 ++ enum AVChromaLocation chroma_location;
5400 ++
5401 ++ /**
5402 ++ * Video only. Number of delayed frames.
5403 ++ */
5404 ++ int video_delay;
5405 ++
5406 ++ /**
5407 ++ * Audio only. The channel layout bitmask. May be 0 if the channel layout is
5408 ++ * unknown or unspecified, otherwise the number of bits set must be equal to
5409 ++ * the channels field.
5410 ++ */
5411 ++ uint64_t channel_layout;
5412 ++ /**
5413 ++ * Audio only. The number of audio channels.
5414 ++ */
5415 ++ int channels;
5416 ++ /**
5417 ++ * Audio only. The number of audio samples per second.
5418 ++ */
5419 ++ int sample_rate;
5420 ++ /**
5421 ++ * Audio only. The number of bytes per coded audio frame, required by some
5422 ++ * formats.
5423 ++ *
5424 ++ * Corresponds to nBlockAlign in WAVEFORMATEX.
5425 ++ */
5426 ++ int block_align;
5427 ++ /**
5428 ++ * Audio only. Audio frame size, if known. Required by some formats to be static.
5429 ++ */
5430 ++ int frame_size;
5431 ++
5432 ++ /**
5433 ++ * Audio only. The amount of padding (in samples) inserted by the encoder at
5434 ++ * the beginning of the audio. I.e. this number of leading decoded samples
5435 ++ * must be discarded by the caller to get the original audio without leading
5436 ++ * padding.
5437 ++ */
5438 ++ int initial_padding;
5439 ++ /**
5440 ++ * Audio only. The amount of padding (in samples) appended by the encoder to
5441 ++ * the end of the audio. I.e. this number of decoded samples must be
5442 ++ * discarded by the caller from the end of the stream to get the original
5443 ++ * audio without any trailing padding.
5444 ++ */
5445 ++ int trailing_padding;
5446 ++ /**
5447 ++ * Audio only. Number of samples to skip after a discontinuity.
5448 ++ */
5449 ++ int seek_preroll;
5450 ++} AVCodecParameters;
5451 ++
5452 ++/**
5453 ++ * Iterate over all registered codecs.
5454 ++ *
5455 ++ * @param opaque a pointer where libavcodec will store the iteration state. Must
5456 ++ * point to NULL to start the iteration.
5457 ++ *
5458 ++ * @return the next registered codec or NULL when the iteration is
5459 ++ * finished
5460 ++ */
5461 ++const AVCodec *av_codec_iterate(void **opaque);
5462 ++
5463 ++#if FF_API_NEXT
5464 ++/**
5465 ++ * If c is NULL, returns the first registered codec,
5466 ++ * if c is non-NULL, returns the next registered codec after c,
5467 ++ * or NULL if c is the last one.
5468 ++ */
5469 ++attribute_deprecated
5470 ++AVCodec *av_codec_next(const AVCodec *c);
5471 ++#endif
5472 ++
5473 ++/**
5474 ++ * Return the LIBAVCODEC_VERSION_INT constant.
5475 ++ */
5476 ++unsigned avcodec_version(void);
5477 ++
5478 ++/**
5479 ++ * Return the libavcodec build-time configuration.
5480 ++ */
5481 ++const char *avcodec_configuration(void);
5482 ++
5483 ++/**
5484 ++ * Return the libavcodec license.
5485 ++ */
5486 ++const char *avcodec_license(void);
5487 ++
5488 ++#if FF_API_NEXT
5489 ++/**
5490 ++ * Register the codec codec and initialize libavcodec.
5491 ++ *
5492 ++ * @warning either this function or avcodec_register_all() must be called
5493 ++ * before any other libavcodec functions.
5494 ++ *
5495 ++ * @see avcodec_register_all()
5496 ++ */
5497 ++attribute_deprecated
5498 ++void avcodec_register(AVCodec *codec);
5499 ++
5500 ++/**
5501 ++ * Register all the codecs, parsers and bitstream filters which were enabled at
5502 ++ * configuration time. If you do not call this function you can select exactly
5503 ++ * which formats you want to support, by using the individual registration
5504 ++ * functions.
5505 ++ *
5506 ++ * @see avcodec_register
5507 ++ * @see av_register_codec_parser
5508 ++ * @see av_register_bitstream_filter
5509 ++ */
5510 ++attribute_deprecated
5511 ++void avcodec_register_all(void);
5512 ++#endif
5513 ++
5514 ++/**
5515 ++ * Allocate an AVCodecContext and set its fields to default values. The
5516 ++ * resulting struct should be freed with avcodec_free_context().
5517 ++ *
5518 ++ * @param codec if non-NULL, allocate private data and initialize defaults
5519 ++ * for the given codec. It is illegal to then call avcodec_open2()
5520 ++ * with a different codec.
5521 ++ * If NULL, then the codec-specific defaults won't be initialized,
5522 ++ * which may result in suboptimal default settings (this is
5523 ++ * important mainly for encoders, e.g. libx264).
5524 ++ *
5525 ++ * @return An AVCodecContext filled with default values or NULL on failure.
5526 ++ */
5527 ++AVCodecContext *avcodec_alloc_context3(const AVCodec *codec);
5528 ++
5529 ++/**
5530 ++ * Free the codec context and everything associated with it and write NULL to
5531 ++ * the provided pointer.
5532 ++ */
5533 ++void avcodec_free_context(AVCodecContext **avctx);
5534 ++
5535 ++#if FF_API_GET_CONTEXT_DEFAULTS
5536 ++/**
5537 ++ * @deprecated This function should not be used, as closing and opening a codec
5538 ++ * context multiple time is not supported. A new codec context should be
5539 ++ * allocated for each new use.
5540 ++ */
5541 ++int avcodec_get_context_defaults3(AVCodecContext *s, const AVCodec *codec);
5542 ++#endif
5543 ++
5544 ++/**
5545 ++ * Get the AVClass for AVCodecContext. It can be used in combination with
5546 ++ * AV_OPT_SEARCH_FAKE_OBJ for examining options.
5547 ++ *
5548 ++ * @see av_opt_find().
5549 ++ */
5550 ++const AVClass *avcodec_get_class(void);
5551 ++
5552 ++#if FF_API_COPY_CONTEXT
5553 ++/**
5554 ++ * Get the AVClass for AVFrame. It can be used in combination with
5555 ++ * AV_OPT_SEARCH_FAKE_OBJ for examining options.
5556 ++ *
5557 ++ * @see av_opt_find().
5558 ++ */
5559 ++const AVClass *avcodec_get_frame_class(void);
5560 ++
5561 ++/**
5562 ++ * Get the AVClass for AVSubtitleRect. It can be used in combination with
5563 ++ * AV_OPT_SEARCH_FAKE_OBJ for examining options.
5564 ++ *
5565 ++ * @see av_opt_find().
5566 ++ */
5567 ++const AVClass *avcodec_get_subtitle_rect_class(void);
5568 ++
5569 ++/**
5570 ++ * Copy the settings of the source AVCodecContext into the destination
5571 ++ * AVCodecContext. The resulting destination codec context will be
5572 ++ * unopened, i.e. you are required to call avcodec_open2() before you
5573 ++ * can use this AVCodecContext to decode/encode video/audio data.
5574 ++ *
5575 ++ * @param dest target codec context, should be initialized with
5576 ++ * avcodec_alloc_context3(NULL), but otherwise uninitialized
5577 ++ * @param src source codec context
5578 ++ * @return AVERROR() on error (e.g. memory allocation error), 0 on success
5579 ++ *
5580 ++ * @deprecated The semantics of this function are ill-defined and it should not
5581 ++ * be used. If you need to transfer the stream parameters from one codec context
5582 ++ * to another, use an intermediate AVCodecParameters instance and the
5583 ++ * avcodec_parameters_from_context() / avcodec_parameters_to_context()
5584 ++ * functions.
5585 ++ */
5586 ++attribute_deprecated
5587 ++int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src);
5588 ++#endif
5589 ++
5590 ++/**
5591 ++ * Allocate a new AVCodecParameters and set its fields to default values
5592 ++ * (unknown/invalid/0). The returned struct must be freed with
5593 ++ * avcodec_parameters_free().
5594 ++ */
5595 ++AVCodecParameters *avcodec_parameters_alloc(void);
5596 ++
5597 ++/**
5598 ++ * Free an AVCodecParameters instance and everything associated with it and
5599 ++ * write NULL to the supplied pointer.
5600 ++ */
5601 ++void avcodec_parameters_free(AVCodecParameters **par);
5602 ++
5603 ++/**
5604 ++ * Copy the contents of src to dst. Any allocated fields in dst are freed and
5605 ++ * replaced with newly allocated duplicates of the corresponding fields in src.
5606 ++ *
5607 ++ * @return >= 0 on success, a negative AVERROR code on failure.
5608 ++ */
5609 ++int avcodec_parameters_copy(AVCodecParameters *dst, const AVCodecParameters *src);
5610 ++
5611 ++/**
5612 ++ * Fill the parameters struct based on the values from the supplied codec
5613 ++ * context. Any allocated fields in par are freed and replaced with duplicates
5614 ++ * of the corresponding fields in codec.
5615 ++ *
5616 ++ * @return >= 0 on success, a negative AVERROR code on failure
5617 ++ */
5618 ++int avcodec_parameters_from_context(AVCodecParameters *par,
5619 ++ const AVCodecContext *codec);
5620 ++
5621 ++/**
5622 ++ * Fill the codec context based on the values from the supplied codec
5623 ++ * parameters. Any allocated fields in codec that have a corresponding field in
5624 ++ * par are freed and replaced with duplicates of the corresponding field in par.
5625 ++ * Fields in codec that do not have a counterpart in par are not touched.
5626 ++ *
5627 ++ * @return >= 0 on success, a negative AVERROR code on failure.
5628 ++ */
5629 ++int avcodec_parameters_to_context(AVCodecContext *codec,
5630 ++ const AVCodecParameters *par);
5631 ++
5632 ++/**
5633 ++ * Initialize the AVCodecContext to use the given AVCodec. Prior to using this
5634 ++ * function the context has to be allocated with avcodec_alloc_context3().
5635 ++ *
5636 ++ * The functions avcodec_find_decoder_by_name(), avcodec_find_encoder_by_name(),
5637 ++ * avcodec_find_decoder() and avcodec_find_encoder() provide an easy way for
5638 ++ * retrieving a codec.
5639 ++ *
5640 ++ * @warning This function is not thread safe!
5641 ++ *
5642 ++ * @note Always call this function before using decoding routines (such as
5643 ++ * @ref avcodec_receive_frame()).
5644 ++ *
5645 ++ * @code
5646 ++ * avcodec_register_all();
5647 ++ * av_dict_set(&opts, "b", "2.5M", 0);
5648 ++ * codec = avcodec_find_decoder(AV_CODEC_ID_H264);
5649 ++ * if (!codec)
5650 ++ * exit(1);
5651 ++ *
5652 ++ * context = avcodec_alloc_context3(codec);
5653 ++ *
5654 ++ * if (avcodec_open2(context, codec, opts) < 0)
5655 ++ * exit(1);
5656 ++ * @endcode
5657 ++ *
5658 ++ * @param avctx The context to initialize.
5659 ++ * @param codec The codec to open this context for. If a non-NULL codec has been
5660 ++ * previously passed to avcodec_alloc_context3() or
5661 ++ * for this context, then this parameter MUST be either NULL or
5662 ++ * equal to the previously passed codec.
5663 ++ * @param options A dictionary filled with AVCodecContext and codec-private options.
5664 ++ * On return this object will be filled with options that were not found.
5665 ++ *
5666 ++ * @return zero on success, a negative value on error
5667 ++ * @see avcodec_alloc_context3(), avcodec_find_decoder(), avcodec_find_encoder(),
5668 ++ * av_dict_set(), av_opt_find().
5669 ++ */
5670 ++int avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options);
5671 ++
5672 ++/**
5673 ++ * Close a given AVCodecContext and free all the data associated with it
5674 ++ * (but not the AVCodecContext itself).
5675 ++ *
5676 ++ * Calling this function on an AVCodecContext that hasn't been opened will free
5677 ++ * the codec-specific data allocated in avcodec_alloc_context3() with a non-NULL
5678 ++ * codec. Subsequent calls will do nothing.
5679 ++ *
5680 ++ * @note Do not use this function. Use avcodec_free_context() to destroy a
5681 ++ * codec context (either open or closed). Opening and closing a codec context
5682 ++ * multiple times is not supported anymore -- use multiple codec contexts
5683 ++ * instead.
5684 ++ */
5685 ++int avcodec_close(AVCodecContext *avctx);
5686 ++
5687 ++/**
5688 ++ * Free all allocated data in the given subtitle struct.
5689 ++ *
5690 ++ * @param sub AVSubtitle to free.
5691 ++ */
5692 ++void avsubtitle_free(AVSubtitle *sub);
5693 ++
5694 ++/**
5695 ++ * @}
5696 ++ */
5697 ++
5698 ++/**
5699 ++ * @addtogroup lavc_packet
5700 ++ * @{
5701 ++ */
5702 ++
5703 ++/**
5704 ++ * Allocate an AVPacket and set its fields to default values. The resulting
5705 ++ * struct must be freed using av_packet_free().
5706 ++ *
5707 ++ * @return An AVPacket filled with default values or NULL on failure.
5708 ++ *
5709 ++ * @note this only allocates the AVPacket itself, not the data buffers. Those
5710 ++ * must be allocated through other means such as av_new_packet.
5711 ++ *
5712 ++ * @see av_new_packet
5713 ++ */
5714 ++AVPacket *av_packet_alloc(void);
5715 ++
5716 ++/**
5717 ++ * Create a new packet that references the same data as src.
5718 ++ *
5719 ++ * This is a shortcut for av_packet_alloc()+av_packet_ref().
5720 ++ *
5721 ++ * @return newly created AVPacket on success, NULL on error.
5722 ++ *
5723 ++ * @see av_packet_alloc
5724 ++ * @see av_packet_ref
5725 ++ */
5726 ++AVPacket *av_packet_clone(const AVPacket *src);
5727 ++
5728 ++/**
5729 ++ * Free the packet, if the packet is reference counted, it will be
5730 ++ * unreferenced first.
5731 ++ *
5732 ++ * @param pkt packet to be freed. The pointer will be set to NULL.
5733 ++ * @note passing NULL is a no-op.
5734 ++ */
5735 ++void av_packet_free(AVPacket **pkt);
5736 ++
5737 ++/**
5738 ++ * Initialize optional fields of a packet with default values.
5739 ++ *
5740 ++ * Note, this does not touch the data and size members, which have to be
5741 ++ * initialized separately.
5742 ++ *
5743 ++ * @param pkt packet
5744 ++ */
5745 ++void av_init_packet(AVPacket *pkt);
5746 ++
5747 ++/**
5748 ++ * Allocate the payload of a packet and initialize its fields with
5749 ++ * default values.
5750 ++ *
5751 ++ * @param pkt packet
5752 ++ * @param size wanted payload size
5753 ++ * @return 0 if OK, AVERROR_xxx otherwise
5754 ++ */
5755 ++int av_new_packet(AVPacket *pkt, int size);
5756 ++
5757 ++/**
5758 ++ * Reduce packet size, correctly zeroing padding
5759 ++ *
5760 ++ * @param pkt packet
5761 ++ * @param size new size
5762 ++ */
5763 ++void av_shrink_packet(AVPacket *pkt, int size);
5764 ++
5765 ++/**
5766 ++ * Increase packet size, correctly zeroing padding
5767 ++ *
5768 ++ * @param pkt packet
5769 ++ * @param grow_by number of bytes by which to increase the size of the packet
5770 ++ */
5771 ++int av_grow_packet(AVPacket *pkt, int grow_by);
5772 ++
5773 ++/**
5774 ++ * Initialize a reference-counted packet from av_malloc()ed data.
5775 ++ *
5776 ++ * @param pkt packet to be initialized. This function will set the data, size,
5777 ++ * buf and destruct fields, all others are left untouched.
5778 ++ * @param data Data allocated by av_malloc() to be used as packet data. If this
5779 ++ * function returns successfully, the data is owned by the underlying AVBuffer.
5780 ++ * The caller may not access the data through other means.
5781 ++ * @param size size of data in bytes, without the padding. I.e. the full buffer
5782 ++ * size is assumed to be size + AV_INPUT_BUFFER_PADDING_SIZE.
5783 ++ *
5784 ++ * @return 0 on success, a negative AVERROR on error
5785 ++ */
5786 ++int av_packet_from_data(AVPacket *pkt, uint8_t *data, int size);
5787 ++
5788 ++#if FF_API_AVPACKET_OLD_API
5789 ++/**
5790 ++ * @warning This is a hack - the packet memory allocation stuff is broken. The
5791 ++ * packet is allocated if it was not really allocated.
5792 ++ *
5793 ++ * @deprecated Use av_packet_ref or av_packet_make_refcounted
5794 ++ */
5795 ++attribute_deprecated
5796 ++int av_dup_packet(AVPacket *pkt);
5797 ++/**
5798 ++ * Copy packet, including contents
5799 ++ *
5800 ++ * @return 0 on success, negative AVERROR on fail
5801 ++ *
5802 ++ * @deprecated Use av_packet_ref
5803 ++ */
5804 ++attribute_deprecated
5805 ++int av_copy_packet(AVPacket *dst, const AVPacket *src);
5806 ++
5807 ++/**
5808 ++ * Copy packet side data
5809 ++ *
5810 ++ * @return 0 on success, negative AVERROR on fail
5811 ++ *
5812 ++ * @deprecated Use av_packet_copy_props
5813 ++ */
5814 ++attribute_deprecated
5815 ++int av_copy_packet_side_data(AVPacket *dst, const AVPacket *src);
5816 ++
5817 ++/**
5818 ++ * Free a packet.
5819 ++ *
5820 ++ * @deprecated Use av_packet_unref
5821 ++ *
5822 ++ * @param pkt packet to free
5823 ++ */
5824 ++attribute_deprecated
5825 ++void av_free_packet(AVPacket *pkt);
5826 ++#endif
5827 ++/**
5828 ++ * Allocate new information of a packet.
5829 ++ *
5830 ++ * @param pkt packet
5831 ++ * @param type side information type
5832 ++ * @param size side information size
5833 ++ * @return pointer to fresh allocated data or NULL otherwise
5834 ++ */
5835 ++uint8_t* av_packet_new_side_data(AVPacket *pkt, enum AVPacketSideDataType type,
5836 ++ int size);
5837 ++
5838 ++/**
5839 ++ * Wrap an existing array as a packet side data.
5840 ++ *
5841 ++ * @param pkt packet
5842 ++ * @param type side information type
5843 ++ * @param data the side data array. It must be allocated with the av_malloc()
5844 ++ * family of functions. The ownership of the data is transferred to
5845 ++ * pkt.
5846 ++ * @param size side information size
5847 ++ * @return a non-negative number on success, a negative AVERROR code on
5848 ++ * failure. On failure, the packet is unchanged and the data remains
5849 ++ * owned by the caller.
5850 ++ */
5851 ++int av_packet_add_side_data(AVPacket *pkt, enum AVPacketSideDataType type,
5852 ++ uint8_t *data, size_t size);
5853 ++
5854 ++/**
5855 ++ * Shrink the already allocated side data buffer
5856 ++ *
5857 ++ * @param pkt packet
5858 ++ * @param type side information type
5859 ++ * @param size new side information size
5860 ++ * @return 0 on success, < 0 on failure
5861 ++ */
5862 ++int av_packet_shrink_side_data(AVPacket *pkt, enum AVPacketSideDataType type,
5863 ++ int size);
5864 ++
5865 ++/**
5866 ++ * Get side information from packet.
5867 ++ *
5868 ++ * @param pkt packet
5869 ++ * @param type desired side information type
5870 ++ * @param size pointer for side information size to store (optional)
5871 ++ * @return pointer to data if present or NULL otherwise
5872 ++ */
5873 ++uint8_t* av_packet_get_side_data(const AVPacket *pkt, enum AVPacketSideDataType type,
5874 ++ int *size);
5875 ++
5876 ++#if FF_API_MERGE_SD_API
5877 ++attribute_deprecated
5878 ++int av_packet_merge_side_data(AVPacket *pkt);
5879 ++
5880 ++attribute_deprecated
5881 ++int av_packet_split_side_data(AVPacket *pkt);
5882 ++#endif
5883 ++
5884 ++const char *av_packet_side_data_name(enum AVPacketSideDataType type);
5885 ++
5886 ++/**
5887 ++ * Pack a dictionary for use in side_data.
5888 ++ *
5889 ++ * @param dict The dictionary to pack.
5890 ++ * @param size pointer to store the size of the returned data
5891 ++ * @return pointer to data if successful, NULL otherwise
5892 ++ */
5893 ++uint8_t *av_packet_pack_dictionary(AVDictionary *dict, int *size);
5894 ++/**
5895 ++ * Unpack a dictionary from side_data.
5896 ++ *
5897 ++ * @param data data from side_data
5898 ++ * @param size size of the data
5899 ++ * @param dict the metadata storage dictionary
5900 ++ * @return 0 on success, < 0 on failure
5901 ++ */
5902 ++int av_packet_unpack_dictionary(const uint8_t *data, int size, AVDictionary **dict);
5903 ++
5904 ++
5905 ++/**
5906 ++ * Convenience function to free all the side data stored.
5907 ++ * All the other fields stay untouched.
5908 ++ *
5909 ++ * @param pkt packet
5910 ++ */
5911 ++void av_packet_free_side_data(AVPacket *pkt);
5912 ++
5913 ++/**
5914 ++ * Setup a new reference to the data described by a given packet
5915 ++ *
5916 ++ * If src is reference-counted, setup dst as a new reference to the
5917 ++ * buffer in src. Otherwise allocate a new buffer in dst and copy the
5918 ++ * data from src into it.
5919 ++ *
5920 ++ * All the other fields are copied from src.
5921 ++ *
5922 ++ * @see av_packet_unref
5923 ++ *
5924 ++ * @param dst Destination packet
5925 ++ * @param src Source packet
5926 ++ *
5927 ++ * @return 0 on success, a negative AVERROR on error.
5928 ++ */
5929 ++int av_packet_ref(AVPacket *dst, const AVPacket *src);
5930 ++
5931 ++/**
5932 ++ * Wipe the packet.
5933 ++ *
5934 ++ * Unreference the buffer referenced by the packet and reset the
5935 ++ * remaining packet fields to their default values.
5936 ++ *
5937 ++ * @param pkt The packet to be unreferenced.
5938 ++ */
5939 ++void av_packet_unref(AVPacket *pkt);
5940 ++
5941 ++/**
5942 ++ * Move every field in src to dst and reset src.
5943 ++ *
5944 ++ * @see av_packet_unref
5945 ++ *
5946 ++ * @param src Source packet, will be reset
5947 ++ * @param dst Destination packet
5948 ++ */
5949 ++void av_packet_move_ref(AVPacket *dst, AVPacket *src);
5950 ++
5951 ++/**
5952 ++ * Copy only "properties" fields from src to dst.
5953 ++ *
5954 ++ * Properties for the purpose of this function are all the fields
5955 ++ * beside those related to the packet data (buf, data, size)
5956 ++ *
5957 ++ * @param dst Destination packet
5958 ++ * @param src Source packet
5959 ++ *
5960 ++ * @return 0 on success AVERROR on failure.
5961 ++ */
5962 ++int av_packet_copy_props(AVPacket *dst, const AVPacket *src);
5963 ++
5964 ++/**
5965 ++ * Ensure the data described by a given packet is reference counted.
5966 ++ *
5967 ++ * @note This function does not ensure that the reference will be writable.
5968 ++ * Use av_packet_make_writable instead for that purpose.
5969 ++ *
5970 ++ * @see av_packet_ref
5971 ++ * @see av_packet_make_writable
5972 ++ *
5973 ++ * @param pkt packet whose data should be made reference counted.
5974 ++ *
5975 ++ * @return 0 on success, a negative AVERROR on error. On failure, the
5976 ++ * packet is unchanged.
5977 ++ */
5978 ++int av_packet_make_refcounted(AVPacket *pkt);
5979 ++
5980 ++/**
5981 ++ * Create a writable reference for the data described by a given packet,
5982 ++ * avoiding data copy if possible.
5983 ++ *
5984 ++ * @param pkt Packet whose data should be made writable.
5985 ++ *
5986 ++ * @return 0 on success, a negative AVERROR on failure. On failure, the
5987 ++ * packet is unchanged.
5988 ++ */
5989 ++int av_packet_make_writable(AVPacket *pkt);
5990 ++
5991 ++/**
5992 ++ * Convert valid timing fields (timestamps / durations) in a packet from one
5993 ++ * timebase to another. Timestamps with unknown values (AV_NOPTS_VALUE) will be
5994 ++ * ignored.
5995 ++ *
5996 ++ * @param pkt packet on which the conversion will be performed
5997 ++ * @param tb_src source timebase, in which the timing fields in pkt are
5998 ++ * expressed
5999 ++ * @param tb_dst destination timebase, to which the timing fields will be
6000 ++ * converted
6001 ++ */
6002 ++void av_packet_rescale_ts(AVPacket *pkt, AVRational tb_src, AVRational tb_dst);
6003 ++
6004 ++/**
6005 ++ * @}
6006 ++ */
6007 ++
6008 ++/**
6009 ++ * @addtogroup lavc_decoding
6010 ++ * @{
6011 ++ */
6012 ++
6013 ++/**
6014 ++ * Find a registered decoder with a matching codec ID.
6015 ++ *
6016 ++ * @param id AVCodecID of the requested decoder
6017 ++ * @return A decoder if one was found, NULL otherwise.
6018 ++ */
6019 ++AVCodec *avcodec_find_decoder(enum AVCodecID id);
6020 ++
6021 ++/**
6022 ++ * Find a registered decoder with the specified name.
6023 ++ *
6024 ++ * @param name name of the requested decoder
6025 ++ * @return A decoder if one was found, NULL otherwise.
6026 ++ */
6027 ++AVCodec *avcodec_find_decoder_by_name(const char *name);
6028 ++
6029 ++/**
6030 ++ * The default callback for AVCodecContext.get_buffer2(). It is made public so
6031 ++ * it can be called by custom get_buffer2() implementations for decoders without
6032 ++ * AV_CODEC_CAP_DR1 set.
6033 ++ */
6034 ++int avcodec_default_get_buffer2(AVCodecContext *s, AVFrame *frame, int flags);
6035 ++
6036 ++/**
6037 ++ * Modify width and height values so that they will result in a memory
6038 ++ * buffer that is acceptable for the codec if you do not use any horizontal
6039 ++ * padding.
6040 ++ *
6041 ++ * May only be used if a codec with AV_CODEC_CAP_DR1 has been opened.
6042 ++ */
6043 ++void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height);
6044 ++
6045 ++/**
6046 ++ * Modify width and height values so that they will result in a memory
6047 ++ * buffer that is acceptable for the codec if you also ensure that all
6048 ++ * line sizes are a multiple of the respective linesize_align[i].
6049 ++ *
6050 ++ * May only be used if a codec with AV_CODEC_CAP_DR1 has been opened.
6051 ++ */
6052 ++void avcodec_align_dimensions2(AVCodecContext *s, int *width, int *height,
6053 ++ int linesize_align[AV_NUM_DATA_POINTERS]);
6054 ++
6055 ++/**
6056 ++ * Converts AVChromaLocation to swscale x/y chroma position.
6057 ++ *
6058 ++ * The positions represent the chroma (0,0) position in a coordinates system
6059 ++ * with luma (0,0) representing the origin and luma(1,1) representing 256,256
6060 ++ *
6061 ++ * @param xpos horizontal chroma sample position
6062 ++ * @param ypos vertical chroma sample position
6063 ++ */
6064 ++int avcodec_enum_to_chroma_pos(int *xpos, int *ypos, enum AVChromaLocation pos);
6065 ++
6066 ++/**
6067 ++ * Converts swscale x/y chroma position to AVChromaLocation.
6068 ++ *
6069 ++ * The positions represent the chroma (0,0) position in a coordinates system
6070 ++ * with luma (0,0) representing the origin and luma(1,1) representing 256,256
6071 ++ *
6072 ++ * @param xpos horizontal chroma sample position
6073 ++ * @param ypos vertical chroma sample position
6074 ++ */
6075 ++enum AVChromaLocation avcodec_chroma_pos_to_enum(int xpos, int ypos);
6076 ++
6077 ++/**
6078 ++ * Decode the audio frame of size avpkt->size from avpkt->data into frame.
6079 ++ *
6080 ++ * Some decoders may support multiple frames in a single AVPacket. Such
6081 ++ * decoders would then just decode the first frame and the return value would be
6082 ++ * less than the packet size. In this case, avcodec_decode_audio4 has to be
6083 ++ * called again with an AVPacket containing the remaining data in order to
6084 ++ * decode the second frame, etc... Even if no frames are returned, the packet
6085 ++ * needs to be fed to the decoder with remaining data until it is completely
6086 ++ * consumed or an error occurs.
6087 ++ *
6088 ++ * Some decoders (those marked with AV_CODEC_CAP_DELAY) have a delay between input
6089 ++ * and output. This means that for some packets they will not immediately
6090 ++ * produce decoded output and need to be flushed at the end of decoding to get
6091 ++ * all the decoded data. Flushing is done by calling this function with packets
6092 ++ * with avpkt->data set to NULL and avpkt->size set to 0 until it stops
6093 ++ * returning samples. It is safe to flush even those decoders that are not
6094 ++ * marked with AV_CODEC_CAP_DELAY, then no samples will be returned.
6095 ++ *
6096 ++ * @warning The input buffer, avpkt->data must be AV_INPUT_BUFFER_PADDING_SIZE
6097 ++ * larger than the actual read bytes because some optimized bitstream
6098 ++ * readers read 32 or 64 bits at once and could read over the end.
6099 ++ *
6100 ++ * @note The AVCodecContext MUST have been opened with @ref avcodec_open2()
6101 ++ * before packets may be fed to the decoder.
6102 ++ *
6103 ++ * @param avctx the codec context
6104 ++ * @param[out] frame The AVFrame in which to store decoded audio samples.
6105 ++ * The decoder will allocate a buffer for the decoded frame by
6106 ++ * calling the AVCodecContext.get_buffer2() callback.
6107 ++ * When AVCodecContext.refcounted_frames is set to 1, the frame is
6108 ++ * reference counted and the returned reference belongs to the
6109 ++ * caller. The caller must release the frame using av_frame_unref()
6110 ++ * when the frame is no longer needed. The caller may safely write
6111 ++ * to the frame if av_frame_is_writable() returns 1.
6112 ++ * When AVCodecContext.refcounted_frames is set to 0, the returned
6113 ++ * reference belongs to the decoder and is valid only until the
6114 ++ * next call to this function or until closing or flushing the
6115 ++ * decoder. The caller may not write to it.
6116 ++ * @param[out] got_frame_ptr Zero if no frame could be decoded, otherwise it is
6117 ++ * non-zero. Note that this field being set to zero
6118 ++ * does not mean that an error has occurred. For
6119 ++ * decoders with AV_CODEC_CAP_DELAY set, no given decode
6120 ++ * call is guaranteed to produce a frame.
6121 ++ * @param[in] avpkt The input AVPacket containing the input buffer.
6122 ++ * At least avpkt->data and avpkt->size should be set. Some
6123 ++ * decoders might also require additional fields to be set.
6124 ++ * @return A negative error code is returned if an error occurred during
6125 ++ * decoding, otherwise the number of bytes consumed from the input
6126 ++ * AVPacket is returned.
6127 ++ *
6128 ++* @deprecated Use avcodec_send_packet() and avcodec_receive_frame().
6129 ++ */
6130 ++attribute_deprecated
6131 ++int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
6132 ++ int *got_frame_ptr, const AVPacket *avpkt);
6133 ++
6134 ++/**
6135 ++ * Decode the video frame of size avpkt->size from avpkt->data into picture.
6136 ++ * Some decoders may support multiple frames in a single AVPacket, such
6137 ++ * decoders would then just decode the first frame.
6138 ++ *
6139 ++ * @warning The input buffer must be AV_INPUT_BUFFER_PADDING_SIZE larger than
6140 ++ * the actual read bytes because some optimized bitstream readers read 32 or 64
6141 ++ * bits at once and could read over the end.
6142 ++ *
6143 ++ * @warning The end of the input buffer buf should be set to 0 to ensure that
6144 ++ * no overreading happens for damaged MPEG streams.
6145 ++ *
6146 ++ * @note Codecs which have the AV_CODEC_CAP_DELAY capability set have a delay
6147 ++ * between input and output, these need to be fed with avpkt->data=NULL,
6148 ++ * avpkt->size=0 at the end to return the remaining frames.
6149 ++ *
6150 ++ * @note The AVCodecContext MUST have been opened with @ref avcodec_open2()
6151 ++ * before packets may be fed to the decoder.
6152 ++ *
6153 ++ * @param avctx the codec context
6154 ++ * @param[out] picture The AVFrame in which the decoded video frame will be stored.
6155 ++ * Use av_frame_alloc() to get an AVFrame. The codec will
6156 ++ * allocate memory for the actual bitmap by calling the
6157 ++ * AVCodecContext.get_buffer2() callback.
6158 ++ * When AVCodecContext.refcounted_frames is set to 1, the frame is
6159 ++ * reference counted and the returned reference belongs to the
6160 ++ * caller. The caller must release the frame using av_frame_unref()
6161 ++ * when the frame is no longer needed. The caller may safely write
6162 ++ * to the frame if av_frame_is_writable() returns 1.
6163 ++ * When AVCodecContext.refcounted_frames is set to 0, the returned
6164 ++ * reference belongs to the decoder and is valid only until the
6165 ++ * next call to this function or until closing or flushing the
6166 ++ * decoder. The caller may not write to it.
6167 ++ *
6168 ++ * @param[in] avpkt The input AVPacket containing the input buffer.
6169 ++ * You can create such packet with av_init_packet() and by then setting
6170 ++ * data and size, some decoders might in addition need other fields like
6171 ++ * flags&AV_PKT_FLAG_KEY. All decoders are designed to use the least
6172 ++ * fields possible.
6173 ++ * @param[in,out] got_picture_ptr Zero if no frame could be decompressed, otherwise, it is nonzero.
6174 ++ * @return On error a negative value is returned, otherwise the number of bytes
6175 ++ * used or zero if no frame could be decompressed.
6176 ++ *
6177 ++ * @deprecated Use avcodec_send_packet() and avcodec_receive_frame().
6178 ++ */
6179 ++attribute_deprecated
6180 ++int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
6181 ++ int *got_picture_ptr,
6182 ++ const AVPacket *avpkt);
6183 ++
6184 ++/**
6185 ++ * Decode a subtitle message.
6186 ++ * Return a negative value on error, otherwise return the number of bytes used.
6187 ++ * If no subtitle could be decompressed, got_sub_ptr is zero.
6188 ++ * Otherwise, the subtitle is stored in *sub.
6189 ++ * Note that AV_CODEC_CAP_DR1 is not available for subtitle codecs. This is for
6190 ++ * simplicity, because the performance difference is expect to be negligible
6191 ++ * and reusing a get_buffer written for video codecs would probably perform badly
6192 ++ * due to a potentially very different allocation pattern.
6193 ++ *
6194 ++ * Some decoders (those marked with AV_CODEC_CAP_DELAY) have a delay between input
6195 ++ * and output. This means that for some packets they will not immediately
6196 ++ * produce decoded output and need to be flushed at the end of decoding to get
6197 ++ * all the decoded data. Flushing is done by calling this function with packets
6198 ++ * with avpkt->data set to NULL and avpkt->size set to 0 until it stops
6199 ++ * returning subtitles. It is safe to flush even those decoders that are not
6200 ++ * marked with AV_CODEC_CAP_DELAY, then no subtitles will be returned.
6201 ++ *
6202 ++ * @note The AVCodecContext MUST have been opened with @ref avcodec_open2()
6203 ++ * before packets may be fed to the decoder.
6204 ++ *
6205 ++ * @param avctx the codec context
6206 ++ * @param[out] sub The Preallocated AVSubtitle in which the decoded subtitle will be stored,
6207 ++ * must be freed with avsubtitle_free if *got_sub_ptr is set.
6208 ++ * @param[in,out] got_sub_ptr Zero if no subtitle could be decompressed, otherwise, it is nonzero.
6209 ++ * @param[in] avpkt The input AVPacket containing the input buffer.
6210 ++ */
6211 ++int avcodec_decode_subtitle2(AVCodecContext *avctx, AVSubtitle *sub,
6212 ++ int *got_sub_ptr,
6213 ++ AVPacket *avpkt);
6214 ++
6215 ++/**
6216 ++ * Supply raw packet data as input to a decoder.
6217 ++ *
6218 ++ * Internally, this call will copy relevant AVCodecContext fields, which can
6219 ++ * influence decoding per-packet, and apply them when the packet is actually
6220 ++ * decoded. (For example AVCodecContext.skip_frame, which might direct the
6221 ++ * decoder to drop the frame contained by the packet sent with this function.)
6222 ++ *
6223 ++ * @warning The input buffer, avpkt->data must be AV_INPUT_BUFFER_PADDING_SIZE
6224 ++ * larger than the actual read bytes because some optimized bitstream
6225 ++ * readers read 32 or 64 bits at once and could read over the end.
6226 ++ *
6227 ++ * @warning Do not mix this API with the legacy API (like avcodec_decode_video2())
6228 ++ * on the same AVCodecContext. It will return unexpected results now
6229 ++ * or in future libavcodec versions.
6230 ++ *
6231 ++ * @note The AVCodecContext MUST have been opened with @ref avcodec_open2()
6232 ++ * before packets may be fed to the decoder.
6233 ++ *
6234 ++ * @param avctx codec context
6235 ++ * @param[in] avpkt The input AVPacket. Usually, this will be a single video
6236 ++ * frame, or several complete audio frames.
6237 ++ * Ownership of the packet remains with the caller, and the
6238 ++ * decoder will not write to the packet. The decoder may create
6239 ++ * a reference to the packet data (or copy it if the packet is
6240 ++ * not reference-counted).
6241 ++ * Unlike with older APIs, the packet is always fully consumed,
6242 ++ * and if it contains multiple frames (e.g. some audio codecs),
6243 ++ * will require you to call avcodec_receive_frame() multiple
6244 ++ * times afterwards before you can send a new packet.
6245 ++ * It can be NULL (or an AVPacket with data set to NULL and
6246 ++ * size set to 0); in this case, it is considered a flush
6247 ++ * packet, which signals the end of the stream. Sending the
6248 ++ * first flush packet will return success. Subsequent ones are
6249 ++ * unnecessary and will return AVERROR_EOF. If the decoder
6250 ++ * still has frames buffered, it will return them after sending
6251 ++ * a flush packet.
6252 ++ *
6253 ++ * @return 0 on success, otherwise negative error code:
6254 ++ * AVERROR(EAGAIN): input is not accepted in the current state - user
6255 ++ * must read output with avcodec_receive_frame() (once
6256 ++ * all output is read, the packet should be resent, and
6257 ++ * the call will not fail with EAGAIN).
6258 ++ * AVERROR_EOF: the decoder has been flushed, and no new packets can
6259 ++ * be sent to it (also returned if more than 1 flush
6260 ++ * packet is sent)
6261 ++ * AVERROR(EINVAL): codec not opened, it is an encoder, or requires flush
6262 ++ * AVERROR(ENOMEM): failed to add packet to internal queue, or similar
6263 ++ * other errors: legitimate decoding errors
6264 ++ */
6265 ++int avcodec_send_packet(AVCodecContext *avctx, const AVPacket *avpkt);
6266 ++
6267 ++/**
6268 ++ * Return decoded output data from a decoder.
6269 ++ *
6270 ++ * @param avctx codec context
6271 ++ * @param frame This will be set to a reference-counted video or audio
6272 ++ * frame (depending on the decoder type) allocated by the
6273 ++ * decoder. Note that the function will always call
6274 ++ * av_frame_unref(frame) before doing anything else.
6275 ++ *
6276 ++ * @return
6277 ++ * 0: success, a frame was returned
6278 ++ * AVERROR(EAGAIN): output is not available in this state - user must try
6279 ++ * to send new input
6280 ++ * AVERROR_EOF: the decoder has been fully flushed, and there will be
6281 ++ * no more output frames
6282 ++ * AVERROR(EINVAL): codec not opened, or it is an encoder
6283 ++ * other negative values: legitimate decoding errors
6284 ++ */
6285 ++int avcodec_receive_frame(AVCodecContext *avctx, AVFrame *frame);
6286 ++
6287 ++/**
6288 ++ * Supply a raw video or audio frame to the encoder. Use avcodec_receive_packet()
6289 ++ * to retrieve buffered output packets.
6290 ++ *
6291 ++ * @param avctx codec context
6292 ++ * @param[in] frame AVFrame containing the raw audio or video frame to be encoded.
6293 ++ * Ownership of the frame remains with the caller, and the
6294 ++ * encoder will not write to the frame. The encoder may create
6295 ++ * a reference to the frame data (or copy it if the frame is
6296 ++ * not reference-counted).
6297 ++ * It can be NULL, in which case it is considered a flush
6298 ++ * packet. This signals the end of the stream. If the encoder
6299 ++ * still has packets buffered, it will return them after this
6300 ++ * call. Once flushing mode has been entered, additional flush
6301 ++ * packets are ignored, and sending frames will return
6302 ++ * AVERROR_EOF.
6303 ++ *
6304 ++ * For audio:
6305 ++ * If AV_CODEC_CAP_VARIABLE_FRAME_SIZE is set, then each frame
6306 ++ * can have any number of samples.
6307 ++ * If it is not set, frame->nb_samples must be equal to
6308 ++ * avctx->frame_size for all frames except the last.
6309 ++ * The final frame may be smaller than avctx->frame_size.
6310 ++ * @return 0 on success, otherwise negative error code:
6311 ++ * AVERROR(EAGAIN): input is not accepted in the current state - user
6312 ++ * must read output with avcodec_receive_packet() (once
6313 ++ * all output is read, the packet should be resent, and
6314 ++ * the call will not fail with EAGAIN).
6315 ++ * AVERROR_EOF: the encoder has been flushed, and no new frames can
6316 ++ * be sent to it
6317 ++ * AVERROR(EINVAL): codec not opened, refcounted_frames not set, it is a
6318 ++ * decoder, or requires flush
6319 ++ * AVERROR(ENOMEM): failed to add packet to internal queue, or similar
6320 ++ * other errors: legitimate decoding errors
6321 ++ */
6322 ++int avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame);
6323 ++
6324 ++/**
6325 ++ * Read encoded data from the encoder.
6326 ++ *
6327 ++ * @param avctx codec context
6328 ++ * @param avpkt This will be set to a reference-counted packet allocated by the
6329 ++ * encoder. Note that the function will always call
6330 ++ * av_frame_unref(frame) before doing anything else.
6331 ++ * @return 0 on success, otherwise negative error code:
6332 ++ * AVERROR(EAGAIN): output is not available in the current state - user
6333 ++ * must try to send input
6334 ++ * AVERROR_EOF: the encoder has been fully flushed, and there will be
6335 ++ * no more output packets
6336 ++ * AVERROR(EINVAL): codec not opened, or it is an encoder
6337 ++ * other errors: legitimate decoding errors
6338 ++ */
6339 ++int avcodec_receive_packet(AVCodecContext *avctx, AVPacket *avpkt);
6340 ++
6341 ++/**
6342 ++ * Create and return a AVHWFramesContext with values adequate for hardware
6343 ++ * decoding. This is meant to get called from the get_format callback, and is
6344 ++ * a helper for preparing a AVHWFramesContext for AVCodecContext.hw_frames_ctx.
6345 ++ * This API is for decoding with certain hardware acceleration modes/APIs only.
6346 ++ *
6347 ++ * The returned AVHWFramesContext is not initialized. The caller must do this
6348 ++ * with av_hwframe_ctx_init().
6349 ++ *
6350 ++ * Calling this function is not a requirement, but makes it simpler to avoid
6351 ++ * codec or hardware API specific details when manually allocating frames.
6352 ++ *
6353 ++ * Alternatively to this, an API user can set AVCodecContext.hw_device_ctx,
6354 ++ * which sets up AVCodecContext.hw_frames_ctx fully automatically, and makes
6355 ++ * it unnecessary to call this function or having to care about
6356 ++ * AVHWFramesContext initialization at all.
6357 ++ *
6358 ++ * There are a number of requirements for calling this function:
6359 ++ *
6360 ++ * - It must be called from get_format with the same avctx parameter that was
6361 ++ * passed to get_format. Calling it outside of get_format is not allowed, and
6362 ++ * can trigger undefined behavior.
6363 ++ * - The function is not always supported (see description of return values).
6364 ++ * Even if this function returns successfully, hwaccel initialization could
6365 ++ * fail later. (The degree to which implementations check whether the stream
6366 ++ * is actually supported varies. Some do this check only after the user's
6367 ++ * get_format callback returns.)
6368 ++ * - The hw_pix_fmt must be one of the choices suggested by get_format. If the
6369 ++ * user decides to use a AVHWFramesContext prepared with this API function,
6370 ++ * the user must return the same hw_pix_fmt from get_format.
6371 ++ * - The device_ref passed to this function must support the given hw_pix_fmt.
6372 ++ * - After calling this API function, it is the user's responsibility to
6373 ++ * initialize the AVHWFramesContext (returned by the out_frames_ref parameter),
6374 ++ * and to set AVCodecContext.hw_frames_ctx to it. If done, this must be done
6375 ++ * before returning from get_format (this is implied by the normal
6376 ++ * AVCodecContext.hw_frames_ctx API rules).
6377 ++ * - The AVHWFramesContext parameters may change every time time get_format is
6378 ++ * called. Also, AVCodecContext.hw_frames_ctx is reset before get_format. So
6379 ++ * you are inherently required to go through this process again on every
6380 ++ * get_format call.
6381 ++ * - It is perfectly possible to call this function without actually using
6382 ++ * the resulting AVHWFramesContext. One use-case might be trying to reuse a
6383 ++ * previously initialized AVHWFramesContext, and calling this API function
6384 ++ * only to test whether the required frame parameters have changed.
6385 ++ * - Fields that use dynamically allocated values of any kind must not be set
6386 ++ * by the user unless setting them is explicitly allowed by the documentation.
6387 ++ * If the user sets AVHWFramesContext.free and AVHWFramesContext.user_opaque,
6388 ++ * the new free callback must call the potentially set previous free callback.
6389 ++ * This API call may set any dynamically allocated fields, including the free
6390 ++ * callback.
6391 ++ *
6392 ++ * The function will set at least the following fields on AVHWFramesContext
6393 ++ * (potentially more, depending on hwaccel API):
6394 ++ *
6395 ++ * - All fields set by av_hwframe_ctx_alloc().
6396 ++ * - Set the format field to hw_pix_fmt.
6397 ++ * - Set the sw_format field to the most suited and most versatile format. (An
6398 ++ * implication is that this will prefer generic formats over opaque formats
6399 ++ * with arbitrary restrictions, if possible.)
6400 ++ * - Set the width/height fields to the coded frame size, rounded up to the
6401 ++ * API-specific minimum alignment.
6402 ++ * - Only _if_ the hwaccel requires a pre-allocated pool: set the initial_pool_size
6403 ++ * field to the number of maximum reference surfaces possible with the codec,
6404 ++ * plus 1 surface for the user to work (meaning the user can safely reference
6405 ++ * at most 1 decoded surface at a time), plus additional buffering introduced
6406 ++ * by frame threading. If the hwaccel does not require pre-allocation, the
6407 ++ * field is left to 0, and the decoder will allocate new surfaces on demand
6408 ++ * during decoding.
6409 ++ * - Possibly AVHWFramesContext.hwctx fields, depending on the underlying
6410 ++ * hardware API.
6411 ++ *
6412 ++ * Essentially, out_frames_ref returns the same as av_hwframe_ctx_alloc(), but
6413 ++ * with basic frame parameters set.
6414 ++ *
6415 ++ * The function is stateless, and does not change the AVCodecContext or the
6416 ++ * device_ref AVHWDeviceContext.
6417 ++ *
6418 ++ * @param avctx The context which is currently calling get_format, and which
6419 ++ * implicitly contains all state needed for filling the returned
6420 ++ * AVHWFramesContext properly.
6421 ++ * @param device_ref A reference to the AVHWDeviceContext describing the device
6422 ++ * which will be used by the hardware decoder.
6423 ++ * @param hw_pix_fmt The hwaccel format you are going to return from get_format.
6424 ++ * @param out_frames_ref On success, set to a reference to an _uninitialized_
6425 ++ * AVHWFramesContext, created from the given device_ref.
6426 ++ * Fields will be set to values required for decoding.
6427 ++ * Not changed if an error is returned.
6428 ++ * @return zero on success, a negative value on error. The following error codes
6429 ++ * have special semantics:
6430 ++ * AVERROR(ENOENT): the decoder does not support this functionality. Setup
6431 ++ * is always manual, or it is a decoder which does not
6432 ++ * support setting AVCodecContext.hw_frames_ctx at all,
6433 ++ * or it is a software format.
6434 ++ * AVERROR(EINVAL): it is known that hardware decoding is not supported for
6435 ++ * this configuration, or the device_ref is not supported
6436 ++ * for the hwaccel referenced by hw_pix_fmt.
6437 ++ */
6438 ++int avcodec_get_hw_frames_parameters(AVCodecContext *avctx,
6439 ++ AVBufferRef *device_ref,
6440 ++ enum AVPixelFormat hw_pix_fmt,
6441 ++ AVBufferRef **out_frames_ref);
6442 ++
6443 ++
6444 ++
6445 ++/**
6446 ++ * @defgroup lavc_parsing Frame parsing
6447 ++ * @{
6448 ++ */
6449 ++
6450 ++enum AVPictureStructure {
6451 ++ AV_PICTURE_STRUCTURE_UNKNOWN, //< unknown
6452 ++ AV_PICTURE_STRUCTURE_TOP_FIELD, //< coded as top field
6453 ++ AV_PICTURE_STRUCTURE_BOTTOM_FIELD, //< coded as bottom field
6454 ++ AV_PICTURE_STRUCTURE_FRAME, //< coded as frame
6455 ++};
6456 ++
6457 ++typedef struct AVCodecParserContext {
6458 ++ void *priv_data;
6459 ++ struct AVCodecParser *parser;
6460 ++ int64_t frame_offset; /* offset of the current frame */
6461 ++ int64_t cur_offset; /* current offset
6462 ++ (incremented by each av_parser_parse()) */
6463 ++ int64_t next_frame_offset; /* offset of the next frame */
6464 ++ /* video info */
6465 ++ int pict_type; /* XXX: Put it back in AVCodecContext. */
6466 ++ /**
6467 ++ * This field is used for proper frame duration computation in lavf.
6468 ++ * It signals, how much longer the frame duration of the current frame
6469 ++ * is compared to normal frame duration.
6470 ++ *
6471 ++ * frame_duration = (1 + repeat_pict) * time_base
6472 ++ *
6473 ++ * It is used by codecs like H.264 to display telecined material.
6474 ++ */
6475 ++ int repeat_pict; /* XXX: Put it back in AVCodecContext. */
6476 ++ int64_t pts; /* pts of the current frame */
6477 ++ int64_t dts; /* dts of the current frame */
6478 ++
6479 ++ /* private data */
6480 ++ int64_t last_pts;
6481 ++ int64_t last_dts;
6482 ++ int fetch_timestamp;
6483 ++
6484 ++#define AV_PARSER_PTS_NB 4
6485 ++ int cur_frame_start_index;
6486 ++ int64_t cur_frame_offset[AV_PARSER_PTS_NB];
6487 ++ int64_t cur_frame_pts[AV_PARSER_PTS_NB];
6488 ++ int64_t cur_frame_dts[AV_PARSER_PTS_NB];
6489 ++
6490 ++ int flags;
6491 ++#define PARSER_FLAG_COMPLETE_FRAMES 0x0001
6492 ++#define PARSER_FLAG_ONCE 0x0002
6493 ++/// Set if the parser has a valid file offset
6494 ++#define PARSER_FLAG_FETCHED_OFFSET 0x0004
6495 ++#define PARSER_FLAG_USE_CODEC_TS 0x1000
6496 ++
6497 ++ int64_t offset; ///< byte offset from starting packet start
6498 ++ int64_t cur_frame_end[AV_PARSER_PTS_NB];
6499 ++
6500 ++ /**
6501 ++ * Set by parser to 1 for key frames and 0 for non-key frames.
6502 ++ * It is initialized to -1, so if the parser doesn't set this flag,
6503 ++ * old-style fallback using AV_PICTURE_TYPE_I picture type as key frames
6504 ++ * will be used.
6505 ++ */
6506 ++ int key_frame;
6507 ++
6508 ++#if FF_API_CONVERGENCE_DURATION
6509 ++ /**
6510 ++ * @deprecated unused
6511 ++ */
6512 ++ attribute_deprecated
6513 ++ int64_t convergence_duration;
6514 ++#endif
6515 ++
6516 ++ // Timestamp generation support:
6517 ++ /**
6518 ++ * Synchronization point for start of timestamp generation.
6519 ++ *
6520 ++ * Set to >0 for sync point, 0 for no sync point and <0 for undefined
6521 ++ * (default).
6522 ++ *
6523 ++ * For example, this corresponds to presence of H.264 buffering period
6524 ++ * SEI message.
6525 ++ */
6526 ++ int dts_sync_point;
6527 ++
6528 ++ /**
6529 ++ * Offset of the current timestamp against last timestamp sync point in
6530 ++ * units of AVCodecContext.time_base.
6531 ++ *
6532 ++ * Set to INT_MIN when dts_sync_point unused. Otherwise, it must
6533 ++ * contain a valid timestamp offset.
6534 ++ *
6535 ++ * Note that the timestamp of sync point has usually a nonzero
6536 ++ * dts_ref_dts_delta, which refers to the previous sync point. Offset of
6537 ++ * the next frame after timestamp sync point will be usually 1.
6538 ++ *
6539 ++ * For example, this corresponds to H.264 cpb_removal_delay.
6540 ++ */
6541 ++ int dts_ref_dts_delta;
6542 ++
6543 ++ /**
6544 ++ * Presentation delay of current frame in units of AVCodecContext.time_base.
6545 ++ *
6546 ++ * Set to INT_MIN when dts_sync_point unused. Otherwise, it must
6547 ++ * contain valid non-negative timestamp delta (presentation time of a frame
6548 ++ * must not lie in the past).
6549 ++ *
6550 ++ * This delay represents the difference between decoding and presentation
6551 ++ * time of the frame.
6552 ++ *
6553 ++ * For example, this corresponds to H.264 dpb_output_delay.
6554 ++ */
6555 ++ int pts_dts_delta;
6556 ++
6557 ++ /**
6558 ++ * Position of the packet in file.
6559 ++ *
6560 ++ * Analogous to cur_frame_pts/dts
6561 ++ */
6562 ++ int64_t cur_frame_pos[AV_PARSER_PTS_NB];
6563 ++
6564 ++ /**
6565 ++ * Byte position of currently parsed frame in stream.
6566 ++ */
6567 ++ int64_t pos;
6568 ++
6569 ++ /**
6570 ++ * Previous frame byte position.
6571 ++ */
6572 ++ int64_t last_pos;
6573 ++
6574 ++ /**
6575 ++ * Duration of the current frame.
6576 ++ * For audio, this is in units of 1 / AVCodecContext.sample_rate.
6577 ++ * For all other types, this is in units of AVCodecContext.time_base.
6578 ++ */
6579 ++ int duration;
6580 ++
6581 ++ enum AVFieldOrder field_order;
6582 ++
6583 ++ /**
6584 ++ * Indicate whether a picture is coded as a frame, top field or bottom field.
6585 ++ *
6586 ++ * For example, H.264 field_pic_flag equal to 0 corresponds to
6587 ++ * AV_PICTURE_STRUCTURE_FRAME. An H.264 picture with field_pic_flag
6588 ++ * equal to 1 and bottom_field_flag equal to 0 corresponds to
6589 ++ * AV_PICTURE_STRUCTURE_TOP_FIELD.
6590 ++ */
6591 ++ enum AVPictureStructure picture_structure;
6592 ++
6593 ++ /**
6594 ++ * Picture number incremented in presentation or output order.
6595 ++ * This field may be reinitialized at the first picture of a new sequence.
6596 ++ *
6597 ++ * For example, this corresponds to H.264 PicOrderCnt.
6598 ++ */
6599 ++ int output_picture_number;
6600 ++
6601 ++ /**
6602 ++ * Dimensions of the decoded video intended for presentation.
6603 ++ */
6604 ++ int width;
6605 ++ int height;
6606 ++
6607 ++ /**
6608 ++ * Dimensions of the coded video.
6609 ++ */
6610 ++ int coded_width;
6611 ++ int coded_height;
6612 ++
6613 ++ /**
6614 ++ * The format of the coded data, corresponds to enum AVPixelFormat for video
6615 ++ * and for enum AVSampleFormat for audio.
6616 ++ *
6617 ++ * Note that a decoder can have considerable freedom in how exactly it
6618 ++ * decodes the data, so the format reported here might be different from the
6619 ++ * one returned by a decoder.
6620 ++ */
6621 ++ int format;
6622 ++} AVCodecParserContext;
6623 ++
6624 ++typedef struct AVCodecParser {
6625 ++ int codec_ids[5]; /* several codec IDs are permitted */
6626 ++ int priv_data_size;
6627 ++ int (*parser_init)(AVCodecParserContext *s);
6628 ++ /* This callback never returns an error, a negative value means that
6629 ++ * the frame start was in a previous packet. */
6630 ++ int (*parser_parse)(AVCodecParserContext *s,
6631 ++ AVCodecContext *avctx,
6632 ++ const uint8_t **poutbuf, int *poutbuf_size,
6633 ++ const uint8_t *buf, int buf_size);
6634 ++ void (*parser_close)(AVCodecParserContext *s);
6635 ++ int (*split)(AVCodecContext *avctx, const uint8_t *buf, int buf_size);
6636 ++ struct AVCodecParser *next;
6637 ++} AVCodecParser;
6638 ++
6639 ++/**
6640 ++ * Iterate over all registered codec parsers.
6641 ++ *
6642 ++ * @param opaque a pointer where libavcodec will store the iteration state. Must
6643 ++ * point to NULL to start the iteration.
6644 ++ *
6645 ++ * @return the next registered codec parser or NULL when the iteration is
6646 ++ * finished
6647 ++ */
6648 ++const AVCodecParser *av_parser_iterate(void **opaque);
6649 ++
6650 ++attribute_deprecated
6651 ++AVCodecParser *av_parser_next(const AVCodecParser *c);
6652 ++
6653 ++attribute_deprecated
6654 ++void av_register_codec_parser(AVCodecParser *parser);
6655 ++AVCodecParserContext *av_parser_init(int codec_id);
6656 ++
6657 ++/**
6658 ++ * Parse a packet.
6659 ++ *
6660 ++ * @param s parser context.
6661 ++ * @param avctx codec context.
6662 ++ * @param poutbuf set to pointer to parsed buffer or NULL if not yet finished.
6663 ++ * @param poutbuf_size set to size of parsed buffer or zero if not yet finished.
6664 ++ * @param buf input buffer.
6665 ++ * @param buf_size buffer size in bytes without the padding. I.e. the full buffer
6666 ++ size is assumed to be buf_size + AV_INPUT_BUFFER_PADDING_SIZE.
6667 ++ To signal EOF, this should be 0 (so that the last frame
6668 ++ can be output).
6669 ++ * @param pts input presentation timestamp.
6670 ++ * @param dts input decoding timestamp.
6671 ++ * @param pos input byte position in stream.
6672 ++ * @return the number of bytes of the input bitstream used.
6673 ++ *
6674 ++ * Example:
6675 ++ * @code
6676 ++ * while(in_len){
6677 ++ * len = av_parser_parse2(myparser, AVCodecContext, &data, &size,
6678 ++ * in_data, in_len,
6679 ++ * pts, dts, pos);
6680 ++ * in_data += len;
6681 ++ * in_len -= len;
6682 ++ *
6683 ++ * if(size)
6684 ++ * decode_frame(data, size);
6685 ++ * }
6686 ++ * @endcode
6687 ++ */
6688 ++int av_parser_parse2(AVCodecParserContext *s,
6689 ++ AVCodecContext *avctx,
6690 ++ uint8_t **poutbuf, int *poutbuf_size,
6691 ++ const uint8_t *buf, int buf_size,
6692 ++ int64_t pts, int64_t dts,
6693 ++ int64_t pos);
6694 ++
6695 ++/**
6696 ++ * @return 0 if the output buffer is a subset of the input, 1 if it is allocated and must be freed
6697 ++ * @deprecated use AVBitStreamFilter
6698 ++ */
6699 ++int av_parser_change(AVCodecParserContext *s,
6700 ++ AVCodecContext *avctx,
6701 ++ uint8_t **poutbuf, int *poutbuf_size,
6702 ++ const uint8_t *buf, int buf_size, int keyframe);
6703 ++void av_parser_close(AVCodecParserContext *s);
6704 ++
6705 ++/**
6706 ++ * @}
6707 ++ * @}
6708 ++ */
6709 ++
6710 ++/**
6711 ++ * @addtogroup lavc_encoding
6712 ++ * @{
6713 ++ */
6714 ++
6715 ++/**
6716 ++ * Find a registered encoder with a matching codec ID.
6717 ++ *
6718 ++ * @param id AVCodecID of the requested encoder
6719 ++ * @return An encoder if one was found, NULL otherwise.
6720 ++ */
6721 ++AVCodec *avcodec_find_encoder(enum AVCodecID id);
6722 ++
6723 ++/**
6724 ++ * Find a registered encoder with the specified name.
6725 ++ *
6726 ++ * @param name name of the requested encoder
6727 ++ * @return An encoder if one was found, NULL otherwise.
6728 ++ */
6729 ++AVCodec *avcodec_find_encoder_by_name(const char *name);
6730 ++
6731 ++/**
6732 ++ * Encode a frame of audio.
6733 ++ *
6734 ++ * Takes input samples from frame and writes the next output packet, if
6735 ++ * available, to avpkt. The output packet does not necessarily contain data for
6736 ++ * the most recent frame, as encoders can delay, split, and combine input frames
6737 ++ * internally as needed.
6738 ++ *
6739 ++ * @param avctx codec context
6740 ++ * @param avpkt output AVPacket.
6741 ++ * The user can supply an output buffer by setting
6742 ++ * avpkt->data and avpkt->size prior to calling the
6743 ++ * function, but if the size of the user-provided data is not
6744 ++ * large enough, encoding will fail. If avpkt->data and
6745 ++ * avpkt->size are set, avpkt->destruct must also be set. All
6746 ++ * other AVPacket fields will be reset by the encoder using
6747 ++ * av_init_packet(). If avpkt->data is NULL, the encoder will
6748 ++ * allocate it. The encoder will set avpkt->size to the size
6749 ++ * of the output packet.
6750 ++ *
6751 ++ * If this function fails or produces no output, avpkt will be
6752 ++ * freed using av_packet_unref().
6753 ++ * @param[in] frame AVFrame containing the raw audio data to be encoded.
6754 ++ * May be NULL when flushing an encoder that has the
6755 ++ * AV_CODEC_CAP_DELAY capability set.
6756 ++ * If AV_CODEC_CAP_VARIABLE_FRAME_SIZE is set, then each frame
6757 ++ * can have any number of samples.
6758 ++ * If it is not set, frame->nb_samples must be equal to
6759 ++ * avctx->frame_size for all frames except the last.
6760 ++ * The final frame may be smaller than avctx->frame_size.
6761 ++ * @param[out] got_packet_ptr This field is set to 1 by libavcodec if the
6762 ++ * output packet is non-empty, and to 0 if it is
6763 ++ * empty. If the function returns an error, the
6764 ++ * packet can be assumed to be invalid, and the
6765 ++ * value of got_packet_ptr is undefined and should
6766 ++ * not be used.
6767 ++ * @return 0 on success, negative error code on failure
6768 ++ *
6769 ++ * @deprecated use avcodec_send_frame()/avcodec_receive_packet() instead
6770 ++ */
6771 ++attribute_deprecated
6772 ++int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt,
6773 ++ const AVFrame *frame, int *got_packet_ptr);
6774 ++
6775 ++/**
6776 ++ * Encode a frame of video.
6777 ++ *
6778 ++ * Takes input raw video data from frame and writes the next output packet, if
6779 ++ * available, to avpkt. The output packet does not necessarily contain data for
6780 ++ * the most recent frame, as encoders can delay and reorder input frames
6781 ++ * internally as needed.
6782 ++ *
6783 ++ * @param avctx codec context
6784 ++ * @param avpkt output AVPacket.
6785 ++ * The user can supply an output buffer by setting
6786 ++ * avpkt->data and avpkt->size prior to calling the
6787 ++ * function, but if the size of the user-provided data is not
6788 ++ * large enough, encoding will fail. All other AVPacket fields
6789 ++ * will be reset by the encoder using av_init_packet(). If
6790 ++ * avpkt->data is NULL, the encoder will allocate it.
6791 ++ * The encoder will set avpkt->size to the size of the
6792 ++ * output packet. The returned data (if any) belongs to the
6793 ++ * caller, he is responsible for freeing it.
6794 ++ *
6795 ++ * If this function fails or produces no output, avpkt will be
6796 ++ * freed using av_packet_unref().
6797 ++ * @param[in] frame AVFrame containing the raw video data to be encoded.
6798 ++ * May be NULL when flushing an encoder that has the
6799 ++ * AV_CODEC_CAP_DELAY capability set.
6800 ++ * @param[out] got_packet_ptr This field is set to 1 by libavcodec if the
6801 ++ * output packet is non-empty, and to 0 if it is
6802 ++ * empty. If the function returns an error, the
6803 ++ * packet can be assumed to be invalid, and the
6804 ++ * value of got_packet_ptr is undefined and should
6805 ++ * not be used.
6806 ++ * @return 0 on success, negative error code on failure
6807 ++ *
6808 ++ * @deprecated use avcodec_send_frame()/avcodec_receive_packet() instead
6809 ++ */
6810 ++attribute_deprecated
6811 ++int avcodec_encode_video2(AVCodecContext *avctx, AVPacket *avpkt,
6812 ++ const AVFrame *frame, int *got_packet_ptr);
6813 ++
6814 ++int avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size,
6815 ++ const AVSubtitle *sub);
6816 ++
6817 ++
6818 ++/**
6819 ++ * @}
6820 ++ */
6821 ++
6822 ++#if FF_API_AVPICTURE
6823 ++/**
6824 ++ * @addtogroup lavc_picture
6825 ++ * @{
6826 ++ */
6827 ++
6828 ++/**
6829 ++ * @deprecated unused
6830 ++ */
6831 ++attribute_deprecated
6832 ++int avpicture_alloc(AVPicture *picture, enum AVPixelFormat pix_fmt, int width, int height);
6833 ++
6834 ++/**
6835 ++ * @deprecated unused
6836 ++ */
6837 ++attribute_deprecated
6838 ++void avpicture_free(AVPicture *picture);
6839 ++
6840 ++/**
6841 ++ * @deprecated use av_image_fill_arrays() instead.
6842 ++ */
6843 ++attribute_deprecated
6844 ++int avpicture_fill(AVPicture *picture, const uint8_t *ptr,
6845 ++ enum AVPixelFormat pix_fmt, int width, int height);
6846 ++
6847 ++/**
6848 ++ * @deprecated use av_image_copy_to_buffer() instead.
6849 ++ */
6850 ++attribute_deprecated
6851 ++int avpicture_layout(const AVPicture *src, enum AVPixelFormat pix_fmt,
6852 ++ int width, int height,
6853 ++ unsigned char *dest, int dest_size);
6854 ++
6855 ++/**
6856 ++ * @deprecated use av_image_get_buffer_size() instead.
6857 ++ */
6858 ++attribute_deprecated
6859 ++int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height);
6860 ++
6861 ++/**
6862 ++ * @deprecated av_image_copy() instead.
6863 ++ */
6864 ++attribute_deprecated
6865 ++void av_picture_copy(AVPicture *dst, const AVPicture *src,
6866 ++ enum AVPixelFormat pix_fmt, int width, int height);
6867 ++
6868 ++/**
6869 ++ * @deprecated unused
6870 ++ */
6871 ++attribute_deprecated
6872 ++int av_picture_crop(AVPicture *dst, const AVPicture *src,
6873 ++ enum AVPixelFormat pix_fmt, int top_band, int left_band);
6874 ++
6875 ++/**
6876 ++ * @deprecated unused
6877 ++ */
6878 ++attribute_deprecated
6879 ++int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width, enum AVPixelFormat pix_fmt,
6880 ++ int padtop, int padbottom, int padleft, int padright, int *color);
6881 ++
6882 ++/**
6883 ++ * @}
6884 ++ */
6885 ++#endif
6886 ++
6887 ++/**
6888 ++ * @defgroup lavc_misc Utility functions
6889 ++ * @ingroup libavc
6890 ++ *
6891 ++ * Miscellaneous utility functions related to both encoding and decoding
6892 ++ * (or neither).
6893 ++ * @{
6894 ++ */
6895 ++
6896 ++/**
6897 ++ * @defgroup lavc_misc_pixfmt Pixel formats
6898 ++ *
6899 ++ * Functions for working with pixel formats.
6900 ++ * @{
6901 ++ */
6902 ++
6903 ++#if FF_API_GETCHROMA
6904 ++/**
6905 ++ * @deprecated Use av_pix_fmt_get_chroma_sub_sample
6906 ++ */
6907 ++
6908 ++attribute_deprecated
6909 ++void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift);
6910 ++#endif
6911 ++
6912 ++/**
6913 ++ * Return a value representing the fourCC code associated to the
6914 ++ * pixel format pix_fmt, or 0 if no associated fourCC code can be
6915 ++ * found.
6916 ++ */
6917 ++unsigned int avcodec_pix_fmt_to_codec_tag(enum AVPixelFormat pix_fmt);
6918 ++
6919 ++/**
6920 ++ * @deprecated see av_get_pix_fmt_loss()
6921 ++ */
6922 ++int avcodec_get_pix_fmt_loss(enum AVPixelFormat dst_pix_fmt, enum AVPixelFormat src_pix_fmt,
6923 ++ int has_alpha);
6924 ++
6925 ++/**
6926 ++ * Find the best pixel format to convert to given a certain source pixel
6927 ++ * format. When converting from one pixel format to another, information loss
6928 ++ * may occur. For example, when converting from RGB24 to GRAY, the color
6929 ++ * information will be lost. Similarly, other losses occur when converting from
6930 ++ * some formats to other formats. avcodec_find_best_pix_fmt_of_2() searches which of
6931 ++ * the given pixel formats should be used to suffer the least amount of loss.
6932 ++ * The pixel formats from which it chooses one, are determined by the
6933 ++ * pix_fmt_list parameter.
6934 ++ *
6935 ++ *
6936 ++ * @param[in] pix_fmt_list AV_PIX_FMT_NONE terminated array of pixel formats to choose from
6937 ++ * @param[in] src_pix_fmt source pixel format
6938 ++ * @param[in] has_alpha Whether the source pixel format alpha channel is used.
6939 ++ * @param[out] loss_ptr Combination of flags informing you what kind of losses will occur.
6940 ++ * @return The best pixel format to convert to or -1 if none was found.
6941 ++ */
6942 ++enum AVPixelFormat avcodec_find_best_pix_fmt_of_list(const enum AVPixelFormat *pix_fmt_list,
6943 ++ enum AVPixelFormat src_pix_fmt,
6944 ++ int has_alpha, int *loss_ptr);
6945 ++
6946 ++/**
6947 ++ * @deprecated see av_find_best_pix_fmt_of_2()
6948 ++ */
6949 ++enum AVPixelFormat avcodec_find_best_pix_fmt_of_2(enum AVPixelFormat dst_pix_fmt1, enum AVPixelFormat dst_pix_fmt2,
6950 ++ enum AVPixelFormat src_pix_fmt, int has_alpha, int *loss_ptr);
6951 ++
6952 ++attribute_deprecated
6953 ++enum AVPixelFormat avcodec_find_best_pix_fmt2(enum AVPixelFormat dst_pix_fmt1, enum AVPixelFormat dst_pix_fmt2,
6954 ++ enum AVPixelFormat src_pix_fmt, int has_alpha, int *loss_ptr);
6955 ++
6956 ++enum AVPixelFormat avcodec_default_get_format(struct AVCodecContext *s, const enum AVPixelFormat * fmt);
6957 ++
6958 ++/**
6959 ++ * @}
6960 ++ */
6961 ++
6962 ++#if FF_API_TAG_STRING
6963 ++/**
6964 ++ * Put a string representing the codec tag codec_tag in buf.
6965 ++ *
6966 ++ * @param buf buffer to place codec tag in
6967 ++ * @param buf_size size in bytes of buf
6968 ++ * @param codec_tag codec tag to assign
6969 ++ * @return the length of the string that would have been generated if
6970 ++ * enough space had been available, excluding the trailing null
6971 ++ *
6972 ++ * @deprecated see av_fourcc_make_string() and av_fourcc2str().
6973 ++ */
6974 ++attribute_deprecated
6975 ++size_t av_get_codec_tag_string(char *buf, size_t buf_size, unsigned int codec_tag);
6976 ++#endif
6977 ++
6978 ++void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode);
6979 ++
6980 ++/**
6981 ++ * Return a name for the specified profile, if available.
6982 ++ *
6983 ++ * @param codec the codec that is searched for the given profile
6984 ++ * @param profile the profile value for which a name is requested
6985 ++ * @return A name for the profile if found, NULL otherwise.
6986 ++ */
6987 ++const char *av_get_profile_name(const AVCodec *codec, int profile);
6988 ++
6989 ++/**
6990 ++ * Return a name for the specified profile, if available.
6991 ++ *
6992 ++ * @param codec_id the ID of the codec to which the requested profile belongs
6993 ++ * @param profile the profile value for which a name is requested
6994 ++ * @return A name for the profile if found, NULL otherwise.
6995 ++ *
6996 ++ * @note unlike av_get_profile_name(), which searches a list of profiles
6997 ++ * supported by a specific decoder or encoder implementation, this
6998 ++ * function searches the list of profiles from the AVCodecDescriptor
6999 ++ */
7000 ++const char *avcodec_profile_name(enum AVCodecID codec_id, int profile);
7001 ++
7002 ++int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2),void *arg, int *ret, int count, int size);
7003 ++int avcodec_default_execute2(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2, int, int),void *arg, int *ret, int count);
7004 ++//FIXME func typedef
7005 ++
7006 ++/**
7007 ++ * Fill AVFrame audio data and linesize pointers.
7008 ++ *
7009 ++ * The buffer buf must be a preallocated buffer with a size big enough
7010 ++ * to contain the specified samples amount. The filled AVFrame data
7011 ++ * pointers will point to this buffer.
7012 ++ *
7013 ++ * AVFrame extended_data channel pointers are allocated if necessary for
7014 ++ * planar audio.
7015 ++ *
7016 ++ * @param frame the AVFrame
7017 ++ * frame->nb_samples must be set prior to calling the
7018 ++ * function. This function fills in frame->data,
7019 ++ * frame->extended_data, frame->linesize[0].
7020 ++ * @param nb_channels channel count
7021 ++ * @param sample_fmt sample format
7022 ++ * @param buf buffer to use for frame data
7023 ++ * @param buf_size size of buffer
7024 ++ * @param align plane size sample alignment (0 = default)
7025 ++ * @return >=0 on success, negative error code on failure
7026 ++ * @todo return the size in bytes required to store the samples in
7027 ++ * case of success, at the next libavutil bump
7028 ++ */
7029 ++int avcodec_fill_audio_frame(AVFrame *frame, int nb_channels,
7030 ++ enum AVSampleFormat sample_fmt, const uint8_t *buf,
7031 ++ int buf_size, int align);
7032 ++
7033 ++/**
7034 ++ * Reset the internal decoder state / flush internal buffers. Should be called
7035 ++ * e.g. when seeking or when switching to a different stream.
7036 ++ *
7037 ++ * @note when refcounted frames are not used (i.e. avctx->refcounted_frames is 0),
7038 ++ * this invalidates the frames previously returned from the decoder. When
7039 ++ * refcounted frames are used, the decoder just releases any references it might
7040 ++ * keep internally, but the caller's reference remains valid.
7041 ++ */
7042 ++void avcodec_flush_buffers(AVCodecContext *avctx);
7043 ++
7044 ++/**
7045 ++ * Return codec bits per sample.
7046 ++ *
7047 ++ * @param[in] codec_id the codec
7048 ++ * @return Number of bits per sample or zero if unknown for the given codec.
7049 ++ */
7050 ++int av_get_bits_per_sample(enum AVCodecID codec_id);
7051 ++
7052 ++/**
7053 ++ * Return the PCM codec associated with a sample format.
7054 ++ * @param be endianness, 0 for little, 1 for big,
7055 ++ * -1 (or anything else) for native
7056 ++ * @return AV_CODEC_ID_PCM_* or AV_CODEC_ID_NONE
7057 ++ */
7058 ++enum AVCodecID av_get_pcm_codec(enum AVSampleFormat fmt, int be);
7059 ++
7060 ++/**
7061 ++ * Return codec bits per sample.
7062 ++ * Only return non-zero if the bits per sample is exactly correct, not an
7063 ++ * approximation.
7064 ++ *
7065 ++ * @param[in] codec_id the codec
7066 ++ * @return Number of bits per sample or zero if unknown for the given codec.
7067 ++ */
7068 ++int av_get_exact_bits_per_sample(enum AVCodecID codec_id);
7069 ++
7070 ++/**
7071 ++ * Return audio frame duration.
7072 ++ *
7073 ++ * @param avctx codec context
7074 ++ * @param frame_bytes size of the frame, or 0 if unknown
7075 ++ * @return frame duration, in samples, if known. 0 if not able to
7076 ++ * determine.
7077 ++ */
7078 ++int av_get_audio_frame_duration(AVCodecContext *avctx, int frame_bytes);
7079 ++
7080 ++/**
7081 ++ * This function is the same as av_get_audio_frame_duration(), except it works
7082 ++ * with AVCodecParameters instead of an AVCodecContext.
7083 ++ */
7084 ++int av_get_audio_frame_duration2(AVCodecParameters *par, int frame_bytes);
7085 ++
7086 ++#if FF_API_OLD_BSF
7087 ++typedef struct AVBitStreamFilterContext {
7088 ++ void *priv_data;
7089 ++ const struct AVBitStreamFilter *filter;
7090 ++ AVCodecParserContext *parser;
7091 ++ struct AVBitStreamFilterContext *next;
7092 ++ /**
7093 ++ * Internal default arguments, used if NULL is passed to av_bitstream_filter_filter().
7094 ++ * Not for access by library users.
7095 ++ */
7096 ++ char *args;
7097 ++} AVBitStreamFilterContext;
7098 ++#endif
7099 ++
7100 ++typedef struct AVBSFInternal AVBSFInternal;
7101 ++
7102 ++/**
7103 ++ * The bitstream filter state.
7104 ++ *
7105 ++ * This struct must be allocated with av_bsf_alloc() and freed with
7106 ++ * av_bsf_free().
7107 ++ *
7108 ++ * The fields in the struct will only be changed (by the caller or by the
7109 ++ * filter) as described in their documentation, and are to be considered
7110 ++ * immutable otherwise.
7111 ++ */
7112 ++typedef struct AVBSFContext {
7113 ++ /**
7114 ++ * A class for logging and AVOptions
7115 ++ */
7116 ++ const AVClass *av_class;
7117 ++
7118 ++ /**
7119 ++ * The bitstream filter this context is an instance of.
7120 ++ */
7121 ++ const struct AVBitStreamFilter *filter;
7122 ++
7123 ++ /**
7124 ++ * Opaque libavcodec internal data. Must not be touched by the caller in any
7125 ++ * way.
7126 ++ */
7127 ++ AVBSFInternal *internal;
7128 ++
7129 ++ /**
7130 ++ * Opaque filter-specific private data. If filter->priv_class is non-NULL,
7131 ++ * this is an AVOptions-enabled struct.
7132 ++ */
7133 ++ void *priv_data;
7134 ++
7135 ++ /**
7136 ++ * Parameters of the input stream. This field is allocated in
7137 ++ * av_bsf_alloc(), it needs to be filled by the caller before
7138 ++ * av_bsf_init().
7139 ++ */
7140 ++ AVCodecParameters *par_in;
7141 ++
7142 ++ /**
7143 ++ * Parameters of the output stream. This field is allocated in
7144 ++ * av_bsf_alloc(), it is set by the filter in av_bsf_init().
7145 ++ */
7146 ++ AVCodecParameters *par_out;
7147 ++
7148 ++ /**
7149 ++ * The timebase used for the timestamps of the input packets. Set by the
7150 ++ * caller before av_bsf_init().
7151 ++ */
7152 ++ AVRational time_base_in;
7153 ++
7154 ++ /**
7155 ++ * The timebase used for the timestamps of the output packets. Set by the
7156 ++ * filter in av_bsf_init().
7157 ++ */
7158 ++ AVRational time_base_out;
7159 ++} AVBSFContext;
7160 ++
7161 ++typedef struct AVBitStreamFilter {
7162 ++ const char *name;
7163 ++
7164 ++ /**
7165 ++ * A list of codec ids supported by the filter, terminated by
7166 ++ * AV_CODEC_ID_NONE.
7167 ++ * May be NULL, in that case the bitstream filter works with any codec id.
7168 ++ */
7169 ++ const enum AVCodecID *codec_ids;
7170 ++
7171 ++ /**
7172 ++ * A class for the private data, used to declare bitstream filter private
7173 ++ * AVOptions. This field is NULL for bitstream filters that do not declare
7174 ++ * any options.
7175 ++ *
7176 ++ * If this field is non-NULL, the first member of the filter private data
7177 ++ * must be a pointer to AVClass, which will be set by libavcodec generic
7178 ++ * code to this class.
7179 ++ */
7180 ++ const AVClass *priv_class;
7181 ++
7182 ++ /*****************************************************************
7183 ++ * No fields below this line are part of the public API. They
7184 ++ * may not be used outside of libavcodec and can be changed and
7185 ++ * removed at will.
7186 ++ * New public fields should be added right above.
7187 ++ *****************************************************************
7188 ++ */
7189 ++
7190 ++ int priv_data_size;
7191 ++ int (*init)(AVBSFContext *ctx);
7192 ++ int (*filter)(AVBSFContext *ctx, AVPacket *pkt);
7193 ++ void (*close)(AVBSFContext *ctx);
7194 ++} AVBitStreamFilter;
7195 ++
7196 ++#if FF_API_OLD_BSF
7197 ++/**
7198 ++ * @deprecated the old bitstream filtering API (using AVBitStreamFilterContext)
7199 ++ * is deprecated. Use the new bitstream filtering API (using AVBSFContext).
7200 ++ */
7201 ++attribute_deprecated
7202 ++void av_register_bitstream_filter(AVBitStreamFilter *bsf);
7203 ++/**
7204 ++ * @deprecated the old bitstream filtering API (using AVBitStreamFilterContext)
7205 ++ * is deprecated. Use av_bsf_get_by_name(), av_bsf_alloc(), and av_bsf_init()
7206 ++ * from the new bitstream filtering API (using AVBSFContext).
7207 ++ */
7208 ++attribute_deprecated
7209 ++AVBitStreamFilterContext *av_bitstream_filter_init(const char *name);
7210 ++/**
7211 ++ * @deprecated the old bitstream filtering API (using AVBitStreamFilterContext)
7212 ++ * is deprecated. Use av_bsf_send_packet() and av_bsf_receive_packet() from the
7213 ++ * new bitstream filtering API (using AVBSFContext).
7214 ++ */
7215 ++attribute_deprecated
7216 ++int av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc,
7217 ++ AVCodecContext *avctx, const char *args,
7218 ++ uint8_t **poutbuf, int *poutbuf_size,
7219 ++ const uint8_t *buf, int buf_size, int keyframe);
7220 ++/**
7221 ++ * @deprecated the old bitstream filtering API (using AVBitStreamFilterContext)
7222 ++ * is deprecated. Use av_bsf_free() from the new bitstream filtering API (using
7223 ++ * AVBSFContext).
7224 ++ */
7225 ++attribute_deprecated
7226 ++void av_bitstream_filter_close(AVBitStreamFilterContext *bsf);
7227 ++/**
7228 ++ * @deprecated the old bitstream filtering API (using AVBitStreamFilterContext)
7229 ++ * is deprecated. Use av_bsf_iterate() from the new bitstream filtering API (using
7230 ++ * AVBSFContext).
7231 ++ */
7232 ++attribute_deprecated
7233 ++const AVBitStreamFilter *av_bitstream_filter_next(const AVBitStreamFilter *f);
7234 ++#endif
7235 ++
7236 ++/**
7237 ++ * @return a bitstream filter with the specified name or NULL if no such
7238 ++ * bitstream filter exists.
7239 ++ */
7240 ++const AVBitStreamFilter *av_bsf_get_by_name(const char *name);
7241 ++
7242 ++/**
7243 ++ * Iterate over all registered bitstream filters.
7244 ++ *
7245 ++ * @param opaque a pointer where libavcodec will store the iteration state. Must
7246 ++ * point to NULL to start the iteration.
7247 ++ *
7248 ++ * @return the next registered bitstream filter or NULL when the iteration is
7249 ++ * finished
7250 ++ */
7251 ++const AVBitStreamFilter *av_bsf_iterate(void **opaque);
7252 ++#if FF_API_NEXT
7253 ++attribute_deprecated
7254 ++const AVBitStreamFilter *av_bsf_next(void **opaque);
7255 ++#endif
7256 ++
7257 ++/**
7258 ++ * Allocate a context for a given bitstream filter. The caller must fill in the
7259 ++ * context parameters as described in the documentation and then call
7260 ++ * av_bsf_init() before sending any data to the filter.
7261 ++ *
7262 ++ * @param filter the filter for which to allocate an instance.
7263 ++ * @param ctx a pointer into which the pointer to the newly-allocated context
7264 ++ * will be written. It must be freed with av_bsf_free() after the
7265 ++ * filtering is done.
7266 ++ *
7267 ++ * @return 0 on success, a negative AVERROR code on failure
7268 ++ */
7269 ++int av_bsf_alloc(const AVBitStreamFilter *filter, AVBSFContext **ctx);
7270 ++
7271 ++/**
7272 ++ * Prepare the filter for use, after all the parameters and options have been
7273 ++ * set.
7274 ++ */
7275 ++int av_bsf_init(AVBSFContext *ctx);
7276 ++
7277 ++/**
7278 ++ * Submit a packet for filtering.
7279 ++ *
7280 ++ * After sending each packet, the filter must be completely drained by calling
7281 ++ * av_bsf_receive_packet() repeatedly until it returns AVERROR(EAGAIN) or
7282 ++ * AVERROR_EOF.
7283 ++ *
7284 ++ * @param pkt the packet to filter. The bitstream filter will take ownership of
7285 ++ * the packet and reset the contents of pkt. pkt is not touched if an error occurs.
7286 ++ * This parameter may be NULL, which signals the end of the stream (i.e. no more
7287 ++ * packets will be sent). That will cause the filter to output any packets it
7288 ++ * may have buffered internally.
7289 ++ *
7290 ++ * @return 0 on success, a negative AVERROR on error.
7291 ++ */
7292 ++int av_bsf_send_packet(AVBSFContext *ctx, AVPacket *pkt);
7293 ++
7294 ++/**
7295 ++ * Retrieve a filtered packet.
7296 ++ *
7297 ++ * @param[out] pkt this struct will be filled with the contents of the filtered
7298 ++ * packet. It is owned by the caller and must be freed using
7299 ++ * av_packet_unref() when it is no longer needed.
7300 ++ * This parameter should be "clean" (i.e. freshly allocated
7301 ++ * with av_packet_alloc() or unreffed with av_packet_unref())
7302 ++ * when this function is called. If this function returns
7303 ++ * successfully, the contents of pkt will be completely
7304 ++ * overwritten by the returned data. On failure, pkt is not
7305 ++ * touched.
7306 ++ *
7307 ++ * @return 0 on success. AVERROR(EAGAIN) if more packets need to be sent to the
7308 ++ * filter (using av_bsf_send_packet()) to get more output. AVERROR_EOF if there
7309 ++ * will be no further output from the filter. Another negative AVERROR value if
7310 ++ * an error occurs.
7311 ++ *
7312 ++ * @note one input packet may result in several output packets, so after sending
7313 ++ * a packet with av_bsf_send_packet(), this function needs to be called
7314 ++ * repeatedly until it stops returning 0. It is also possible for a filter to
7315 ++ * output fewer packets than were sent to it, so this function may return
7316 ++ * AVERROR(EAGAIN) immediately after a successful av_bsf_send_packet() call.
7317 ++ */
7318 ++int av_bsf_receive_packet(AVBSFContext *ctx, AVPacket *pkt);
7319 ++
7320 ++/**
7321 ++ * Free a bitstream filter context and everything associated with it; write NULL
7322 ++ * into the supplied pointer.
7323 ++ */
7324 ++void av_bsf_free(AVBSFContext **ctx);
7325 ++
7326 ++/**
7327 ++ * Get the AVClass for AVBSFContext. It can be used in combination with
7328 ++ * AV_OPT_SEARCH_FAKE_OBJ for examining options.
7329 ++ *
7330 ++ * @see av_opt_find().
7331 ++ */
7332 ++const AVClass *av_bsf_get_class(void);
7333 ++
7334 ++/**
7335 ++ * Structure for chain/list of bitstream filters.
7336 ++ * Empty list can be allocated by av_bsf_list_alloc().
7337 ++ */
7338 ++typedef struct AVBSFList AVBSFList;
7339 ++
7340 ++/**
7341 ++ * Allocate empty list of bitstream filters.
7342 ++ * The list must be later freed by av_bsf_list_free()
7343 ++ * or finalized by av_bsf_list_finalize().
7344 ++ *
7345 ++ * @return Pointer to @ref AVBSFList on success, NULL in case of failure
7346 ++ */
7347 ++AVBSFList *av_bsf_list_alloc(void);
7348 ++
7349 ++/**
7350 ++ * Free list of bitstream filters.
7351 ++ *
7352 ++ * @param lst Pointer to pointer returned by av_bsf_list_alloc()
7353 ++ */
7354 ++void av_bsf_list_free(AVBSFList **lst);
7355 ++
7356 ++/**
7357 ++ * Append bitstream filter to the list of bitstream filters.
7358 ++ *
7359 ++ * @param lst List to append to
7360 ++ * @param bsf Filter context to be appended
7361 ++ *
7362 ++ * @return >=0 on success, negative AVERROR in case of failure
7363 ++ */
7364 ++int av_bsf_list_append(AVBSFList *lst, AVBSFContext *bsf);
7365 ++
7366 ++/**
7367 ++ * Construct new bitstream filter context given it's name and options
7368 ++ * and append it to the list of bitstream filters.
7369 ++ *
7370 ++ * @param lst List to append to
7371 ++ * @param bsf_name Name of the bitstream filter
7372 ++ * @param options Options for the bitstream filter, can be set to NULL
7373 ++ *
7374 ++ * @return >=0 on success, negative AVERROR in case of failure
7375 ++ */
7376 ++int av_bsf_list_append2(AVBSFList *lst, const char * bsf_name, AVDictionary **options);
7377 ++/**
7378 ++ * Finalize list of bitstream filters.
7379 ++ *
7380 ++ * This function will transform @ref AVBSFList to single @ref AVBSFContext,
7381 ++ * so the whole chain of bitstream filters can be treated as single filter
7382 ++ * freshly allocated by av_bsf_alloc().
7383 ++ * If the call is successful, @ref AVBSFList structure is freed and lst
7384 ++ * will be set to NULL. In case of failure, caller is responsible for
7385 ++ * freeing the structure by av_bsf_list_free()
7386 ++ *
7387 ++ * @param lst Filter list structure to be transformed
7388 ++ * @param[out] bsf Pointer to be set to newly created @ref AVBSFContext structure
7389 ++ * representing the chain of bitstream filters
7390 ++ *
7391 ++ * @return >=0 on success, negative AVERROR in case of failure
7392 ++ */
7393 ++int av_bsf_list_finalize(AVBSFList **lst, AVBSFContext **bsf);
7394 ++
7395 ++/**
7396 ++ * Parse string describing list of bitstream filters and create single
7397 ++ * @ref AVBSFContext describing the whole chain of bitstream filters.
7398 ++ * Resulting @ref AVBSFContext can be treated as any other @ref AVBSFContext freshly
7399 ++ * allocated by av_bsf_alloc().
7400 ++ *
7401 ++ * @param str String describing chain of bitstream filters in format
7402 ++ * `bsf1[=opt1=val1:opt2=val2][,bsf2]`
7403 ++ * @param[out] bsf Pointer to be set to newly created @ref AVBSFContext structure
7404 ++ * representing the chain of bitstream filters
7405 ++ *
7406 ++ * @return >=0 on success, negative AVERROR in case of failure
7407 ++ */
7408 ++int av_bsf_list_parse_str(const char *str, AVBSFContext **bsf);
7409 ++
7410 ++/**
7411 ++ * Get null/pass-through bitstream filter.
7412 ++ *
7413 ++ * @param[out] bsf Pointer to be set to new instance of pass-through bitstream filter
7414 ++ *
7415 ++ * @return
7416 ++ */
7417 ++int av_bsf_get_null_filter(AVBSFContext **bsf);
7418 ++
7419 ++/* memory */
7420 ++
7421 ++/**
7422 ++ * Same behaviour av_fast_malloc but the buffer has additional
7423 ++ * AV_INPUT_BUFFER_PADDING_SIZE at the end which will always be 0.
7424 ++ *
7425 ++ * In addition the whole buffer will initially and after resizes
7426 ++ * be 0-initialized so that no uninitialized data will ever appear.
7427 ++ */
7428 ++void av_fast_padded_malloc(void *ptr, unsigned int *size, size_t min_size);
7429 ++
7430 ++/**
7431 ++ * Same behaviour av_fast_padded_malloc except that buffer will always
7432 ++ * be 0-initialized after call.
7433 ++ */
7434 ++void av_fast_padded_mallocz(void *ptr, unsigned int *size, size_t min_size);
7435 ++
7436 ++/**
7437 ++ * Encode extradata length to a buffer. Used by xiph codecs.
7438 ++ *
7439 ++ * @param s buffer to write to; must be at least (v/255+1) bytes long
7440 ++ * @param v size of extradata in bytes
7441 ++ * @return number of bytes written to the buffer.
7442 ++ */
7443 ++unsigned int av_xiphlacing(unsigned char *s, unsigned int v);
7444 ++
7445 ++#if FF_API_USER_VISIBLE_AVHWACCEL
7446 ++/**
7447 ++ * Register the hardware accelerator hwaccel.
7448 ++ *
7449 ++ * @deprecated This function doesn't do anything.
7450 ++ */
7451 ++attribute_deprecated
7452 ++void av_register_hwaccel(AVHWAccel *hwaccel);
7453 ++
7454 ++/**
7455 ++ * If hwaccel is NULL, returns the first registered hardware accelerator,
7456 ++ * if hwaccel is non-NULL, returns the next registered hardware accelerator
7457 ++ * after hwaccel, or NULL if hwaccel is the last one.
7458 ++ *
7459 ++ * @deprecated AVHWaccel structures contain no user-serviceable parts, so
7460 ++ * this function should not be used.
7461 ++ */
7462 ++attribute_deprecated
7463 ++AVHWAccel *av_hwaccel_next(const AVHWAccel *hwaccel);
7464 ++#endif
7465 ++
7466 ++#if FF_API_LOCKMGR
7467 ++/**
7468 ++ * Lock operation used by lockmgr
7469 ++ *
7470 ++ * @deprecated Deprecated together with av_lockmgr_register().
7471 ++ */
7472 ++enum AVLockOp {
7473 ++ AV_LOCK_CREATE, ///< Create a mutex
7474 ++ AV_LOCK_OBTAIN, ///< Lock the mutex
7475 ++ AV_LOCK_RELEASE, ///< Unlock the mutex
7476 ++ AV_LOCK_DESTROY, ///< Free mutex resources
7477 ++};
7478 ++
7479 ++/**
7480 ++ * Register a user provided lock manager supporting the operations
7481 ++ * specified by AVLockOp. The "mutex" argument to the function points
7482 ++ * to a (void *) where the lockmgr should store/get a pointer to a user
7483 ++ * allocated mutex. It is NULL upon AV_LOCK_CREATE and equal to the
7484 ++ * value left by the last call for all other ops. If the lock manager is
7485 ++ * unable to perform the op then it should leave the mutex in the same
7486 ++ * state as when it was called and return a non-zero value. However,
7487 ++ * when called with AV_LOCK_DESTROY the mutex will always be assumed to
7488 ++ * have been successfully destroyed. If av_lockmgr_register succeeds
7489 ++ * it will return a non-negative value, if it fails it will return a
7490 ++ * negative value and destroy all mutex and unregister all callbacks.
7491 ++ * av_lockmgr_register is not thread-safe, it must be called from a
7492 ++ * single thread before any calls which make use of locking are used.
7493 ++ *
7494 ++ * @param cb User defined callback. av_lockmgr_register invokes calls
7495 ++ * to this callback and the previously registered callback.
7496 ++ * The callback will be used to create more than one mutex
7497 ++ * each of which must be backed by its own underlying locking
7498 ++ * mechanism (i.e. do not use a single static object to
7499 ++ * implement your lock manager). If cb is set to NULL the
7500 ++ * lockmgr will be unregistered.
7501 ++ *
7502 ++ * @deprecated This function does nothing, and always returns 0. Be sure to
7503 ++ * build with thread support to get basic thread safety.
7504 ++ */
7505 ++attribute_deprecated
7506 ++int av_lockmgr_register(int (*cb)(void **mutex, enum AVLockOp op));
7507 ++#endif
7508 ++
7509 ++/**
7510 ++ * Get the type of the given codec.
7511 ++ */
7512 ++enum AVMediaType avcodec_get_type(enum AVCodecID codec_id);
7513 ++
7514 ++/**
7515 ++ * Get the name of a codec.
7516 ++ * @return a static string identifying the codec; never NULL
7517 ++ */
7518 ++const char *avcodec_get_name(enum AVCodecID id);
7519 ++
7520 ++/**
7521 ++ * @return a positive value if s is open (i.e. avcodec_open2() was called on it
7522 ++ * with no corresponding avcodec_close()), 0 otherwise.
7523 ++ */
7524 ++int avcodec_is_open(AVCodecContext *s);
7525 ++
7526 ++/**
7527 ++ * @return a non-zero number if codec is an encoder, zero otherwise
7528 ++ */
7529 ++int av_codec_is_encoder(const AVCodec *codec);
7530 ++
7531 ++/**
7532 ++ * @return a non-zero number if codec is a decoder, zero otherwise
7533 ++ */
7534 ++int av_codec_is_decoder(const AVCodec *codec);
7535 ++
7536 ++/**
7537 ++ * @return descriptor for given codec ID or NULL if no descriptor exists.
7538 ++ */
7539 ++const AVCodecDescriptor *avcodec_descriptor_get(enum AVCodecID id);
7540 ++
7541 ++/**
7542 ++ * Iterate over all codec descriptors known to libavcodec.
7543 ++ *
7544 ++ * @param prev previous descriptor. NULL to get the first descriptor.
7545 ++ *
7546 ++ * @return next descriptor or NULL after the last descriptor
7547 ++ */
7548 ++const AVCodecDescriptor *avcodec_descriptor_next(const AVCodecDescriptor *prev);
7549 ++
7550 ++/**
7551 ++ * @return codec descriptor with the given name or NULL if no such descriptor
7552 ++ * exists.
7553 ++ */
7554 ++const AVCodecDescriptor *avcodec_descriptor_get_by_name(const char *name);
7555 ++
7556 ++/**
7557 ++ * Allocate a CPB properties structure and initialize its fields to default
7558 ++ * values.
7559 ++ *
7560 ++ * @param size if non-NULL, the size of the allocated struct will be written
7561 ++ * here. This is useful for embedding it in side data.
7562 ++ *
7563 ++ * @return the newly allocated struct or NULL on failure
7564 ++ */
7565 ++AVCPBProperties *av_cpb_properties_alloc(size_t *size);
7566 ++
7567 ++/**
7568 ++ * @}
7569 ++ */
7570 ++
7571 ++#endif /* AVCODEC_AVCODEC_H */
7572 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavcodec/avfft.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavcodec/avfft.h
7573 +new file mode 100644
7574 +--- /dev/null
7575 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavcodec/avfft.h
7576 +@@ -0,0 +1,118 @@
7577 ++/*
7578 ++ * This file is part of FFmpeg.
7579 ++ *
7580 ++ * FFmpeg is free software; you can redistribute it and/or
7581 ++ * modify it under the terms of the GNU Lesser General Public
7582 ++ * License as published by the Free Software Foundation; either
7583 ++ * version 2.1 of the License, or (at your option) any later version.
7584 ++ *
7585 ++ * FFmpeg is distributed in the hope that it will be useful,
7586 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
7587 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
7588 ++ * Lesser General Public License for more details.
7589 ++ *
7590 ++ * You should have received a copy of the GNU Lesser General Public
7591 ++ * License along with FFmpeg; if not, write to the Free Software
7592 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
7593 ++ */
7594 ++
7595 ++#ifndef AVCODEC_AVFFT_H
7596 ++#define AVCODEC_AVFFT_H
7597 ++
7598 ++/**
7599 ++ * @file
7600 ++ * @ingroup lavc_fft
7601 ++ * FFT functions
7602 ++ */
7603 ++
7604 ++/**
7605 ++ * @defgroup lavc_fft FFT functions
7606 ++ * @ingroup lavc_misc
7607 ++ *
7608 ++ * @{
7609 ++ */
7610 ++
7611 ++typedef float FFTSample;
7612 ++
7613 ++typedef struct FFTComplex {
7614 ++ FFTSample re, im;
7615 ++} FFTComplex;
7616 ++
7617 ++typedef struct FFTContext FFTContext;
7618 ++
7619 ++/**
7620 ++ * Set up a complex FFT.
7621 ++ * @param nbits log2 of the length of the input array
7622 ++ * @param inverse if 0 perform the forward transform, if 1 perform the inverse
7623 ++ */
7624 ++FFTContext *av_fft_init(int nbits, int inverse);
7625 ++
7626 ++/**
7627 ++ * Do the permutation needed BEFORE calling ff_fft_calc().
7628 ++ */
7629 ++void av_fft_permute(FFTContext *s, FFTComplex *z);
7630 ++
7631 ++/**
7632 ++ * Do a complex FFT with the parameters defined in av_fft_init(). The
7633 ++ * input data must be permuted before. No 1.0/sqrt(n) normalization is done.
7634 ++ */
7635 ++void av_fft_calc(FFTContext *s, FFTComplex *z);
7636 ++
7637 ++void av_fft_end(FFTContext *s);
7638 ++
7639 ++FFTContext *av_mdct_init(int nbits, int inverse, double scale);
7640 ++void av_imdct_calc(FFTContext *s, FFTSample *output, const FFTSample *input);
7641 ++void av_imdct_half(FFTContext *s, FFTSample *output, const FFTSample *input);
7642 ++void av_mdct_calc(FFTContext *s, FFTSample *output, const FFTSample *input);
7643 ++void av_mdct_end(FFTContext *s);
7644 ++
7645 ++/* Real Discrete Fourier Transform */
7646 ++
7647 ++enum RDFTransformType {
7648 ++ DFT_R2C,
7649 ++ IDFT_C2R,
7650 ++ IDFT_R2C,
7651 ++ DFT_C2R,
7652 ++};
7653 ++
7654 ++typedef struct RDFTContext RDFTContext;
7655 ++
7656 ++/**
7657 ++ * Set up a real FFT.
7658 ++ * @param nbits log2 of the length of the input array
7659 ++ * @param trans the type of transform
7660 ++ */
7661 ++RDFTContext *av_rdft_init(int nbits, enum RDFTransformType trans);
7662 ++void av_rdft_calc(RDFTContext *s, FFTSample *data);
7663 ++void av_rdft_end(RDFTContext *s);
7664 ++
7665 ++/* Discrete Cosine Transform */
7666 ++
7667 ++typedef struct DCTContext DCTContext;
7668 ++
7669 ++enum DCTTransformType {
7670 ++ DCT_II = 0,
7671 ++ DCT_III,
7672 ++ DCT_I,
7673 ++ DST_I,
7674 ++};
7675 ++
7676 ++/**
7677 ++ * Set up DCT.
7678 ++ *
7679 ++ * @param nbits size of the input array:
7680 ++ * (1 << nbits) for DCT-II, DCT-III and DST-I
7681 ++ * (1 << nbits) + 1 for DCT-I
7682 ++ * @param type the type of transform
7683 ++ *
7684 ++ * @note the first element of the input of DST-I is ignored
7685 ++ */
7686 ++DCTContext *av_dct_init(int nbits, enum DCTTransformType type);
7687 ++void av_dct_calc(DCTContext *s, FFTSample *data);
7688 ++void av_dct_end (DCTContext *s);
7689 ++
7690 ++/**
7691 ++ * @}
7692 ++ */
7693 ++
7694 ++#endif /* AVCODEC_AVFFT_H */
7695 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavcodec/vaapi.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavcodec/vaapi.h
7696 +new file mode 100644
7697 +--- /dev/null
7698 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavcodec/vaapi.h
7699 +@@ -0,0 +1,86 @@
7700 ++/*
7701 ++ * Video Acceleration API (shared data between FFmpeg and the video player)
7702 ++ * HW decode acceleration for MPEG-2, MPEG-4, H.264 and VC-1
7703 ++ *
7704 ++ * Copyright (C) 2008-2009 Splitted-Desktop Systems
7705 ++ *
7706 ++ * This file is part of FFmpeg.
7707 ++ *
7708 ++ * FFmpeg is free software; you can redistribute it and/or
7709 ++ * modify it under the terms of the GNU Lesser General Public
7710 ++ * License as published by the Free Software Foundation; either
7711 ++ * version 2.1 of the License, or (at your option) any later version.
7712 ++ *
7713 ++ * FFmpeg is distributed in the hope that it will be useful,
7714 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
7715 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
7716 ++ * Lesser General Public License for more details.
7717 ++ *
7718 ++ * You should have received a copy of the GNU Lesser General Public
7719 ++ * License along with FFmpeg; if not, write to the Free Software
7720 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
7721 ++ */
7722 ++
7723 ++#ifndef AVCODEC_VAAPI_H
7724 ++#define AVCODEC_VAAPI_H
7725 ++
7726 ++/**
7727 ++ * @file
7728 ++ * @ingroup lavc_codec_hwaccel_vaapi
7729 ++ * Public libavcodec VA API header.
7730 ++ */
7731 ++
7732 ++#include <stdint.h>
7733 ++#include "libavutil/attributes.h"
7734 ++#include "version.h"
7735 ++
7736 ++#if FF_API_STRUCT_VAAPI_CONTEXT
7737 ++
7738 ++/**
7739 ++ * @defgroup lavc_codec_hwaccel_vaapi VA API Decoding
7740 ++ * @ingroup lavc_codec_hwaccel
7741 ++ * @{
7742 ++ */
7743 ++
7744 ++/**
7745 ++ * This structure is used to share data between the FFmpeg library and
7746 ++ * the client video application.
7747 ++ * This shall be zero-allocated and available as
7748 ++ * AVCodecContext.hwaccel_context. All user members can be set once
7749 ++ * during initialization or through each AVCodecContext.get_buffer()
7750 ++ * function call. In any case, they must be valid prior to calling
7751 ++ * decoding functions.
7752 ++ *
7753 ++ * Deprecated: use AVCodecContext.hw_frames_ctx instead.
7754 ++ */
7755 ++struct attribute_deprecated vaapi_context {
7756 ++ /**
7757 ++ * Window system dependent data
7758 ++ *
7759 ++ * - encoding: unused
7760 ++ * - decoding: Set by user
7761 ++ */
7762 ++ void *display;
7763 ++
7764 ++ /**
7765 ++ * Configuration ID
7766 ++ *
7767 ++ * - encoding: unused
7768 ++ * - decoding: Set by user
7769 ++ */
7770 ++ uint32_t config_id;
7771 ++
7772 ++ /**
7773 ++ * Context ID (video decode pipeline)
7774 ++ *
7775 ++ * - encoding: unused
7776 ++ * - decoding: Set by user
7777 ++ */
7778 ++ uint32_t context_id;
7779 ++};
7780 ++
7781 ++/* @} */
7782 ++
7783 ++#endif /* FF_API_STRUCT_VAAPI_CONTEXT */
7784 ++
7785 ++#endif /* AVCODEC_VAAPI_H */
7786 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavcodec/vdpau.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavcodec/vdpau.h
7787 +new file mode 100644
7788 +--- /dev/null
7789 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavcodec/vdpau.h
7790 +@@ -0,0 +1,176 @@
7791 ++/*
7792 ++ * The Video Decode and Presentation API for UNIX (VDPAU) is used for
7793 ++ * hardware-accelerated decoding of MPEG-1/2, H.264 and VC-1.
7794 ++ *
7795 ++ * Copyright (C) 2008 NVIDIA
7796 ++ *
7797 ++ * This file is part of FFmpeg.
7798 ++ *
7799 ++ * FFmpeg is free software; you can redistribute it and/or
7800 ++ * modify it under the terms of the GNU Lesser General Public
7801 ++ * License as published by the Free Software Foundation; either
7802 ++ * version 2.1 of the License, or (at your option) any later version.
7803 ++ *
7804 ++ * FFmpeg is distributed in the hope that it will be useful,
7805 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
7806 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
7807 ++ * Lesser General Public License for more details.
7808 ++ *
7809 ++ * You should have received a copy of the GNU Lesser General Public
7810 ++ * License along with FFmpeg; if not, write to the Free Software
7811 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
7812 ++ */
7813 ++
7814 ++#ifndef AVCODEC_VDPAU_H
7815 ++#define AVCODEC_VDPAU_H
7816 ++
7817 ++/**
7818 ++ * @file
7819 ++ * @ingroup lavc_codec_hwaccel_vdpau
7820 ++ * Public libavcodec VDPAU header.
7821 ++ */
7822 ++
7823 ++
7824 ++/**
7825 ++ * @defgroup lavc_codec_hwaccel_vdpau VDPAU Decoder and Renderer
7826 ++ * @ingroup lavc_codec_hwaccel
7827 ++ *
7828 ++ * VDPAU hardware acceleration has two modules
7829 ++ * - VDPAU decoding
7830 ++ * - VDPAU presentation
7831 ++ *
7832 ++ * The VDPAU decoding module parses all headers using FFmpeg
7833 ++ * parsing mechanisms and uses VDPAU for the actual decoding.
7834 ++ *
7835 ++ * As per the current implementation, the actual decoding
7836 ++ * and rendering (API calls) are done as part of the VDPAU
7837 ++ * presentation (vo_vdpau.c) module.
7838 ++ *
7839 ++ * @{
7840 ++ */
7841 ++
7842 ++#include <vdpau/vdpau.h>
7843 ++
7844 ++#include "libavutil/avconfig.h"
7845 ++#include "libavutil/attributes.h"
7846 ++
7847 ++#include "avcodec.h"
7848 ++#include "version.h"
7849 ++
7850 ++struct AVCodecContext;
7851 ++struct AVFrame;
7852 ++
7853 ++typedef int (*AVVDPAU_Render2)(struct AVCodecContext *, struct AVFrame *,
7854 ++ const VdpPictureInfo *, uint32_t,
7855 ++ const VdpBitstreamBuffer *);
7856 ++
7857 ++/**
7858 ++ * This structure is used to share data between the libavcodec library and
7859 ++ * the client video application.
7860 ++ * The user shall allocate the structure via the av_alloc_vdpau_hwaccel
7861 ++ * function and make it available as
7862 ++ * AVCodecContext.hwaccel_context. Members can be set by the user once
7863 ++ * during initialization or through each AVCodecContext.get_buffer()
7864 ++ * function call. In any case, they must be valid prior to calling
7865 ++ * decoding functions.
7866 ++ *
7867 ++ * The size of this structure is not a part of the public ABI and must not
7868 ++ * be used outside of libavcodec. Use av_vdpau_alloc_context() to allocate an
7869 ++ * AVVDPAUContext.
7870 ++ */
7871 ++typedef struct AVVDPAUContext {
7872 ++ /**
7873 ++ * VDPAU decoder handle
7874 ++ *
7875 ++ * Set by user.
7876 ++ */
7877 ++ VdpDecoder decoder;
7878 ++
7879 ++ /**
7880 ++ * VDPAU decoder render callback
7881 ++ *
7882 ++ * Set by the user.
7883 ++ */
7884 ++ VdpDecoderRender *render;
7885 ++
7886 ++ AVVDPAU_Render2 render2;
7887 ++} AVVDPAUContext;
7888 ++
7889 ++/**
7890 ++ * @brief allocation function for AVVDPAUContext
7891 ++ *
7892 ++ * Allows extending the struct without breaking API/ABI
7893 ++ */
7894 ++AVVDPAUContext *av_alloc_vdpaucontext(void);
7895 ++
7896 ++AVVDPAU_Render2 av_vdpau_hwaccel_get_render2(const AVVDPAUContext *);
7897 ++void av_vdpau_hwaccel_set_render2(AVVDPAUContext *, AVVDPAU_Render2);
7898 ++
7899 ++/**
7900 ++ * Associate a VDPAU device with a codec context for hardware acceleration.
7901 ++ * This function is meant to be called from the get_format() codec callback,
7902 ++ * or earlier. It can also be called after avcodec_flush_buffers() to change
7903 ++ * the underlying VDPAU device mid-stream (e.g. to recover from non-transparent
7904 ++ * display preemption).
7905 ++ *
7906 ++ * @note get_format() must return AV_PIX_FMT_VDPAU if this function completes
7907 ++ * successfully.
7908 ++ *
7909 ++ * @param avctx decoding context whose get_format() callback is invoked
7910 ++ * @param device VDPAU device handle to use for hardware acceleration
7911 ++ * @param get_proc_address VDPAU device driver
7912 ++ * @param flags zero of more OR'd AV_HWACCEL_FLAG_* flags
7913 ++ *
7914 ++ * @return 0 on success, an AVERROR code on failure.
7915 ++ */
7916 ++int av_vdpau_bind_context(AVCodecContext *avctx, VdpDevice device,
7917 ++ VdpGetProcAddress *get_proc_address, unsigned flags);
7918 ++
7919 ++/**
7920 ++ * Gets the parameters to create an adequate VDPAU video surface for the codec
7921 ++ * context using VDPAU hardware decoding acceleration.
7922 ++ *
7923 ++ * @note Behavior is undefined if the context was not successfully bound to a
7924 ++ * VDPAU device using av_vdpau_bind_context().
7925 ++ *
7926 ++ * @param avctx the codec context being used for decoding the stream
7927 ++ * @param type storage space for the VDPAU video surface chroma type
7928 ++ * (or NULL to ignore)
7929 ++ * @param width storage space for the VDPAU video surface pixel width
7930 ++ * (or NULL to ignore)
7931 ++ * @param height storage space for the VDPAU video surface pixel height
7932 ++ * (or NULL to ignore)
7933 ++ *
7934 ++ * @return 0 on success, a negative AVERROR code on failure.
7935 ++ */
7936 ++int av_vdpau_get_surface_parameters(AVCodecContext *avctx, VdpChromaType *type,
7937 ++ uint32_t *width, uint32_t *height);
7938 ++
7939 ++/**
7940 ++ * Allocate an AVVDPAUContext.
7941 ++ *
7942 ++ * @return Newly-allocated AVVDPAUContext or NULL on failure.
7943 ++ */
7944 ++AVVDPAUContext *av_vdpau_alloc_context(void);
7945 ++
7946 ++#if FF_API_VDPAU_PROFILE
7947 ++/**
7948 ++ * Get a decoder profile that should be used for initializing a VDPAU decoder.
7949 ++ * Should be called from the AVCodecContext.get_format() callback.
7950 ++ *
7951 ++ * @deprecated Use av_vdpau_bind_context() instead.
7952 ++ *
7953 ++ * @param avctx the codec context being used for decoding the stream
7954 ++ * @param profile a pointer into which the result will be written on success.
7955 ++ * The contents of profile are undefined if this function returns
7956 ++ * an error.
7957 ++ *
7958 ++ * @return 0 on success (non-negative), a negative AVERROR on failure.
7959 ++ */
7960 ++attribute_deprecated
7961 ++int av_vdpau_get_profile(AVCodecContext *avctx, VdpDecoderProfile *profile);
7962 ++#endif
7963 ++
7964 ++/* @}*/
7965 ++
7966 ++#endif /* AVCODEC_VDPAU_H */
7967 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavcodec/version.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavcodec/version.h
7968 +new file mode 100644
7969 +--- /dev/null
7970 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavcodec/version.h
7971 +@@ -0,0 +1,137 @@
7972 ++/*
7973 ++ * This file is part of FFmpeg.
7974 ++ *
7975 ++ * FFmpeg is free software; you can redistribute it and/or
7976 ++ * modify it under the terms of the GNU Lesser General Public
7977 ++ * License as published by the Free Software Foundation; either
7978 ++ * version 2.1 of the License, or (at your option) any later version.
7979 ++ *
7980 ++ * FFmpeg is distributed in the hope that it will be useful,
7981 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
7982 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
7983 ++ * Lesser General Public License for more details.
7984 ++ *
7985 ++ * You should have received a copy of the GNU Lesser General Public
7986 ++ * License along with FFmpeg; if not, write to the Free Software
7987 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
7988 ++ */
7989 ++
7990 ++#ifndef AVCODEC_VERSION_H
7991 ++#define AVCODEC_VERSION_H
7992 ++
7993 ++/**
7994 ++ * @file
7995 ++ * @ingroup libavc
7996 ++ * Libavcodec version macros.
7997 ++ */
7998 ++
7999 ++#include "libavutil/version.h"
8000 ++
8001 ++#define LIBAVCODEC_VERSION_MAJOR 58
8002 ++#define LIBAVCODEC_VERSION_MINOR 18
8003 ++#define LIBAVCODEC_VERSION_MICRO 100
8004 ++
8005 ++#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
8006 ++ LIBAVCODEC_VERSION_MINOR, \
8007 ++ LIBAVCODEC_VERSION_MICRO)
8008 ++#define LIBAVCODEC_VERSION AV_VERSION(LIBAVCODEC_VERSION_MAJOR, \
8009 ++ LIBAVCODEC_VERSION_MINOR, \
8010 ++ LIBAVCODEC_VERSION_MICRO)
8011 ++#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
8012 ++
8013 ++#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
8014 ++
8015 ++/**
8016 ++ * FF_API_* defines may be placed below to indicate public API that will be
8017 ++ * dropped at a future version bump. The defines themselves are not part of
8018 ++ * the public API and may change, break or disappear at any time.
8019 ++ *
8020 ++ * @note, when bumping the major version it is recommended to manually
8021 ++ * disable each FF_API_* in its own commit instead of disabling them all
8022 ++ * at once through the bump. This improves the git bisect-ability of the change.
8023 ++ */
8024 ++
8025 ++#ifndef FF_API_LOWRES
8026 ++#define FF_API_LOWRES (LIBAVCODEC_VERSION_MAJOR < 59)
8027 ++#endif
8028 ++#ifndef FF_API_DEBUG_MV
8029 ++#define FF_API_DEBUG_MV (LIBAVCODEC_VERSION_MAJOR < 58)
8030 ++#endif
8031 ++#ifndef FF_API_AVCTX_TIMEBASE
8032 ++#define FF_API_AVCTX_TIMEBASE (LIBAVCODEC_VERSION_MAJOR < 59)
8033 ++#endif
8034 ++#ifndef FF_API_CODED_FRAME
8035 ++#define FF_API_CODED_FRAME (LIBAVCODEC_VERSION_MAJOR < 59)
8036 ++#endif
8037 ++#ifndef FF_API_SIDEDATA_ONLY_PKT
8038 ++#define FF_API_SIDEDATA_ONLY_PKT (LIBAVCODEC_VERSION_MAJOR < 59)
8039 ++#endif
8040 ++#ifndef FF_API_VDPAU_PROFILE
8041 ++#define FF_API_VDPAU_PROFILE (LIBAVCODEC_VERSION_MAJOR < 59)
8042 ++#endif
8043 ++#ifndef FF_API_CONVERGENCE_DURATION
8044 ++#define FF_API_CONVERGENCE_DURATION (LIBAVCODEC_VERSION_MAJOR < 59)
8045 ++#endif
8046 ++#ifndef FF_API_AVPICTURE
8047 ++#define FF_API_AVPICTURE (LIBAVCODEC_VERSION_MAJOR < 59)
8048 ++#endif
8049 ++#ifndef FF_API_AVPACKET_OLD_API
8050 ++#define FF_API_AVPACKET_OLD_API (LIBAVCODEC_VERSION_MAJOR < 59)
8051 ++#endif
8052 ++#ifndef FF_API_RTP_CALLBACK
8053 ++#define FF_API_RTP_CALLBACK (LIBAVCODEC_VERSION_MAJOR < 59)
8054 ++#endif
8055 ++#ifndef FF_API_VBV_DELAY
8056 ++#define FF_API_VBV_DELAY (LIBAVCODEC_VERSION_MAJOR < 59)
8057 ++#endif
8058 ++#ifndef FF_API_CODER_TYPE
8059 ++#define FF_API_CODER_TYPE (LIBAVCODEC_VERSION_MAJOR < 59)
8060 ++#endif
8061 ++#ifndef FF_API_STAT_BITS
8062 ++#define FF_API_STAT_BITS (LIBAVCODEC_VERSION_MAJOR < 59)
8063 ++#endif
8064 ++#ifndef FF_API_PRIVATE_OPT
8065 ++#define FF_API_PRIVATE_OPT (LIBAVCODEC_VERSION_MAJOR < 59)
8066 ++#endif
8067 ++#ifndef FF_API_ASS_TIMING
8068 ++#define FF_API_ASS_TIMING (LIBAVCODEC_VERSION_MAJOR < 59)
8069 ++#endif
8070 ++#ifndef FF_API_OLD_BSF
8071 ++#define FF_API_OLD_BSF (LIBAVCODEC_VERSION_MAJOR < 59)
8072 ++#endif
8073 ++#ifndef FF_API_COPY_CONTEXT
8074 ++#define FF_API_COPY_CONTEXT (LIBAVCODEC_VERSION_MAJOR < 59)
8075 ++#endif
8076 ++#ifndef FF_API_GET_CONTEXT_DEFAULTS
8077 ++#define FF_API_GET_CONTEXT_DEFAULTS (LIBAVCODEC_VERSION_MAJOR < 59)
8078 ++#endif
8079 ++#ifndef FF_API_NVENC_OLD_NAME
8080 ++#define FF_API_NVENC_OLD_NAME (LIBAVCODEC_VERSION_MAJOR < 59)
8081 ++#endif
8082 ++#ifndef FF_API_STRUCT_VAAPI_CONTEXT
8083 ++#define FF_API_STRUCT_VAAPI_CONTEXT (LIBAVCODEC_VERSION_MAJOR < 59)
8084 ++#endif
8085 ++#ifndef FF_API_MERGE_SD_API
8086 ++#define FF_API_MERGE_SD_API (LIBAVCODEC_VERSION_MAJOR < 59)
8087 ++#endif
8088 ++#ifndef FF_API_TAG_STRING
8089 ++#define FF_API_TAG_STRING (LIBAVCODEC_VERSION_MAJOR < 59)
8090 ++#endif
8091 ++#ifndef FF_API_GETCHROMA
8092 ++#define FF_API_GETCHROMA (LIBAVCODEC_VERSION_MAJOR < 59)
8093 ++#endif
8094 ++#ifndef FF_API_CODEC_GET_SET
8095 ++#define FF_API_CODEC_GET_SET (LIBAVCODEC_VERSION_MAJOR < 59)
8096 ++#endif
8097 ++#ifndef FF_API_USER_VISIBLE_AVHWACCEL
8098 ++#define FF_API_USER_VISIBLE_AVHWACCEL (LIBAVCODEC_VERSION_MAJOR < 59)
8099 ++#endif
8100 ++#ifndef FF_API_LOCKMGR
8101 ++#define FF_API_LOCKMGR (LIBAVCODEC_VERSION_MAJOR < 59)
8102 ++#endif
8103 ++#ifndef FF_API_NEXT
8104 ++#define FF_API_NEXT (LIBAVCODEC_VERSION_MAJOR < 59)
8105 ++#endif
8106 ++
8107 ++
8108 ++#endif /* AVCODEC_VERSION_H */
8109 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/attributes.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/attributes.h
8110 +new file mode 100644
8111 +--- /dev/null
8112 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/attributes.h
8113 +@@ -0,0 +1,167 @@
8114 ++/*
8115 ++ * copyright (c) 2006 Michael Niedermayer <michaelni@×××.at>
8116 ++ *
8117 ++ * This file is part of FFmpeg.
8118 ++ *
8119 ++ * FFmpeg is free software; you can redistribute it and/or
8120 ++ * modify it under the terms of the GNU Lesser General Public
8121 ++ * License as published by the Free Software Foundation; either
8122 ++ * version 2.1 of the License, or (at your option) any later version.
8123 ++ *
8124 ++ * FFmpeg is distributed in the hope that it will be useful,
8125 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
8126 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
8127 ++ * Lesser General Public License for more details.
8128 ++ *
8129 ++ * You should have received a copy of the GNU Lesser General Public
8130 ++ * License along with FFmpeg; if not, write to the Free Software
8131 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
8132 ++ */
8133 ++
8134 ++/**
8135 ++ * @file
8136 ++ * Macro definitions for various function/variable attributes
8137 ++ */
8138 ++
8139 ++#ifndef AVUTIL_ATTRIBUTES_H
8140 ++#define AVUTIL_ATTRIBUTES_H
8141 ++
8142 ++#ifdef __GNUC__
8143 ++# define AV_GCC_VERSION_AT_LEAST(x,y) (__GNUC__ > (x) || __GNUC__ == (x) && __GNUC_MINOR__ >= (y))
8144 ++# define AV_GCC_VERSION_AT_MOST(x,y) (__GNUC__ < (x) || __GNUC__ == (x) && __GNUC_MINOR__ <= (y))
8145 ++#else
8146 ++# define AV_GCC_VERSION_AT_LEAST(x,y) 0
8147 ++# define AV_GCC_VERSION_AT_MOST(x,y) 0
8148 ++#endif
8149 ++
8150 ++#ifndef av_always_inline
8151 ++#if AV_GCC_VERSION_AT_LEAST(3,1)
8152 ++# define av_always_inline __attribute__((always_inline)) inline
8153 ++#elif defined(_MSC_VER)
8154 ++# define av_always_inline __forceinline
8155 ++#else
8156 ++# define av_always_inline inline
8157 ++#endif
8158 ++#endif
8159 ++
8160 ++#ifndef av_extern_inline
8161 ++#if defined(__ICL) && __ICL >= 1210 || defined(__GNUC_STDC_INLINE__)
8162 ++# define av_extern_inline extern inline
8163 ++#else
8164 ++# define av_extern_inline inline
8165 ++#endif
8166 ++#endif
8167 ++
8168 ++#if AV_GCC_VERSION_AT_LEAST(3,4)
8169 ++# define av_warn_unused_result __attribute__((warn_unused_result))
8170 ++#else
8171 ++# define av_warn_unused_result
8172 ++#endif
8173 ++
8174 ++#if AV_GCC_VERSION_AT_LEAST(3,1)
8175 ++# define av_noinline __attribute__((noinline))
8176 ++#elif defined(_MSC_VER)
8177 ++# define av_noinline __declspec(noinline)
8178 ++#else
8179 ++# define av_noinline
8180 ++#endif
8181 ++
8182 ++#if AV_GCC_VERSION_AT_LEAST(3,1) || defined(__clang__)
8183 ++# define av_pure __attribute__((pure))
8184 ++#else
8185 ++# define av_pure
8186 ++#endif
8187 ++
8188 ++#if AV_GCC_VERSION_AT_LEAST(2,6) || defined(__clang__)
8189 ++# define av_const __attribute__((const))
8190 ++#else
8191 ++# define av_const
8192 ++#endif
8193 ++
8194 ++#if AV_GCC_VERSION_AT_LEAST(4,3) || defined(__clang__)
8195 ++# define av_cold __attribute__((cold))
8196 ++#else
8197 ++# define av_cold
8198 ++#endif
8199 ++
8200 ++#if AV_GCC_VERSION_AT_LEAST(4,1) && !defined(__llvm__)
8201 ++# define av_flatten __attribute__((flatten))
8202 ++#else
8203 ++# define av_flatten
8204 ++#endif
8205 ++
8206 ++#if AV_GCC_VERSION_AT_LEAST(3,1)
8207 ++# define attribute_deprecated __attribute__((deprecated))
8208 ++#elif defined(_MSC_VER)
8209 ++# define attribute_deprecated __declspec(deprecated)
8210 ++#else
8211 ++# define attribute_deprecated
8212 ++#endif
8213 ++
8214 ++/**
8215 ++ * Disable warnings about deprecated features
8216 ++ * This is useful for sections of code kept for backward compatibility and
8217 ++ * scheduled for removal.
8218 ++ */
8219 ++#ifndef AV_NOWARN_DEPRECATED
8220 ++#if AV_GCC_VERSION_AT_LEAST(4,6)
8221 ++# define AV_NOWARN_DEPRECATED(code) \
8222 ++ _Pragma("GCC diagnostic push") \
8223 ++ _Pragma("GCC diagnostic ignored \"-Wdeprecated-declarations\"") \
8224 ++ code \
8225 ++ _Pragma("GCC diagnostic pop")
8226 ++#elif defined(_MSC_VER)
8227 ++# define AV_NOWARN_DEPRECATED(code) \
8228 ++ __pragma(warning(push)) \
8229 ++ __pragma(warning(disable : 4996)) \
8230 ++ code; \
8231 ++ __pragma(warning(pop))
8232 ++#else
8233 ++# define AV_NOWARN_DEPRECATED(code) code
8234 ++#endif
8235 ++#endif
8236 ++
8237 ++#if defined(__GNUC__) || defined(__clang__)
8238 ++# define av_unused __attribute__((unused))
8239 ++#else
8240 ++# define av_unused
8241 ++#endif
8242 ++
8243 ++/**
8244 ++ * Mark a variable as used and prevent the compiler from optimizing it
8245 ++ * away. This is useful for variables accessed only from inline
8246 ++ * assembler without the compiler being aware.
8247 ++ */
8248 ++#if AV_GCC_VERSION_AT_LEAST(3,1) || defined(__clang__)
8249 ++# define av_used __attribute__((used))
8250 ++#else
8251 ++# define av_used
8252 ++#endif
8253 ++
8254 ++#if AV_GCC_VERSION_AT_LEAST(3,3) || defined(__clang__)
8255 ++# define av_alias __attribute__((may_alias))
8256 ++#else
8257 ++# define av_alias
8258 ++#endif
8259 ++
8260 ++#if (defined(__GNUC__) || defined(__clang__)) && !defined(__INTEL_COMPILER)
8261 ++# define av_uninit(x) x=x
8262 ++#else
8263 ++# define av_uninit(x) x
8264 ++#endif
8265 ++
8266 ++#if defined(__GNUC__) || defined(__clang__)
8267 ++# define av_builtin_constant_p __builtin_constant_p
8268 ++# define av_printf_format(fmtpos, attrpos) __attribute__((__format__(__printf__, fmtpos, attrpos)))
8269 ++#else
8270 ++# define av_builtin_constant_p(x) 0
8271 ++# define av_printf_format(fmtpos, attrpos)
8272 ++#endif
8273 ++
8274 ++#if AV_GCC_VERSION_AT_LEAST(2,5) || defined(__clang__)
8275 ++# define av_noreturn __attribute__((noreturn))
8276 ++#else
8277 ++# define av_noreturn
8278 ++#endif
8279 ++
8280 ++#endif /* AVUTIL_ATTRIBUTES_H */
8281 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/avconfig.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/avconfig.h
8282 +new file mode 100644
8283 +--- /dev/null
8284 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/avconfig.h
8285 +@@ -0,0 +1,6 @@
8286 ++/* Generated by ffmpeg configure */
8287 ++#ifndef AVUTIL_AVCONFIG_H
8288 ++#define AVUTIL_AVCONFIG_H
8289 ++#define AV_HAVE_BIGENDIAN 0
8290 ++#define AV_HAVE_FAST_UNALIGNED 1
8291 ++#endif /* AVUTIL_AVCONFIG_H */
8292 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/avutil.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/avutil.h
8293 +new file mode 100644
8294 +--- /dev/null
8295 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/avutil.h
8296 +@@ -0,0 +1,365 @@
8297 ++/*
8298 ++ * copyright (c) 2006 Michael Niedermayer <michaelni@×××.at>
8299 ++ *
8300 ++ * This file is part of FFmpeg.
8301 ++ *
8302 ++ * FFmpeg is free software; you can redistribute it and/or
8303 ++ * modify it under the terms of the GNU Lesser General Public
8304 ++ * License as published by the Free Software Foundation; either
8305 ++ * version 2.1 of the License, or (at your option) any later version.
8306 ++ *
8307 ++ * FFmpeg is distributed in the hope that it will be useful,
8308 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
8309 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
8310 ++ * Lesser General Public License for more details.
8311 ++ *
8312 ++ * You should have received a copy of the GNU Lesser General Public
8313 ++ * License along with FFmpeg; if not, write to the Free Software
8314 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
8315 ++ */
8316 ++
8317 ++#ifndef AVUTIL_AVUTIL_H
8318 ++#define AVUTIL_AVUTIL_H
8319 ++
8320 ++/**
8321 ++ * @file
8322 ++ * @ingroup lavu
8323 ++ * Convenience header that includes @ref lavu "libavutil"'s core.
8324 ++ */
8325 ++
8326 ++/**
8327 ++ * @mainpage
8328 ++ *
8329 ++ * @section ffmpeg_intro Introduction
8330 ++ *
8331 ++ * This document describes the usage of the different libraries
8332 ++ * provided by FFmpeg.
8333 ++ *
8334 ++ * @li @ref libavc "libavcodec" encoding/decoding library
8335 ++ * @li @ref lavfi "libavfilter" graph-based frame editing library
8336 ++ * @li @ref libavf "libavformat" I/O and muxing/demuxing library
8337 ++ * @li @ref lavd "libavdevice" special devices muxing/demuxing library
8338 ++ * @li @ref lavu "libavutil" common utility library
8339 ++ * @li @ref lswr "libswresample" audio resampling, format conversion and mixing
8340 ++ * @li @ref lpp "libpostproc" post processing library
8341 ++ * @li @ref libsws "libswscale" color conversion and scaling library
8342 ++ *
8343 ++ * @section ffmpeg_versioning Versioning and compatibility
8344 ++ *
8345 ++ * Each of the FFmpeg libraries contains a version.h header, which defines a
8346 ++ * major, minor and micro version number with the
8347 ++ * <em>LIBRARYNAME_VERSION_{MAJOR,MINOR,MICRO}</em> macros. The major version
8348 ++ * number is incremented with backward incompatible changes - e.g. removing
8349 ++ * parts of the public API, reordering public struct members, etc. The minor
8350 ++ * version number is incremented for backward compatible API changes or major
8351 ++ * new features - e.g. adding a new public function or a new decoder. The micro
8352 ++ * version number is incremented for smaller changes that a calling program
8353 ++ * might still want to check for - e.g. changing behavior in a previously
8354 ++ * unspecified situation.
8355 ++ *
8356 ++ * FFmpeg guarantees backward API and ABI compatibility for each library as long
8357 ++ * as its major version number is unchanged. This means that no public symbols
8358 ++ * will be removed or renamed. Types and names of the public struct members and
8359 ++ * values of public macros and enums will remain the same (unless they were
8360 ++ * explicitly declared as not part of the public API). Documented behavior will
8361 ++ * not change.
8362 ++ *
8363 ++ * In other words, any correct program that works with a given FFmpeg snapshot
8364 ++ * should work just as well without any changes with any later snapshot with the
8365 ++ * same major versions. This applies to both rebuilding the program against new
8366 ++ * FFmpeg versions or to replacing the dynamic FFmpeg libraries that a program
8367 ++ * links against.
8368 ++ *
8369 ++ * However, new public symbols may be added and new members may be appended to
8370 ++ * public structs whose size is not part of public ABI (most public structs in
8371 ++ * FFmpeg). New macros and enum values may be added. Behavior in undocumented
8372 ++ * situations may change slightly (and be documented). All those are accompanied
8373 ++ * by an entry in doc/APIchanges and incrementing either the minor or micro
8374 ++ * version number.
8375 ++ */
8376 ++
8377 ++/**
8378 ++ * @defgroup lavu libavutil
8379 ++ * Common code shared across all FFmpeg libraries.
8380 ++ *
8381 ++ * @note
8382 ++ * libavutil is designed to be modular. In most cases, in order to use the
8383 ++ * functions provided by one component of libavutil you must explicitly include
8384 ++ * the specific header containing that feature. If you are only using
8385 ++ * media-related components, you could simply include libavutil/avutil.h, which
8386 ++ * brings in most of the "core" components.
8387 ++ *
8388 ++ * @{
8389 ++ *
8390 ++ * @defgroup lavu_crypto Crypto and Hashing
8391 ++ *
8392 ++ * @{
8393 ++ * @}
8394 ++ *
8395 ++ * @defgroup lavu_math Mathematics
8396 ++ * @{
8397 ++ *
8398 ++ * @}
8399 ++ *
8400 ++ * @defgroup lavu_string String Manipulation
8401 ++ *
8402 ++ * @{
8403 ++ *
8404 ++ * @}
8405 ++ *
8406 ++ * @defgroup lavu_mem Memory Management
8407 ++ *
8408 ++ * @{
8409 ++ *
8410 ++ * @}
8411 ++ *
8412 ++ * @defgroup lavu_data Data Structures
8413 ++ * @{
8414 ++ *
8415 ++ * @}
8416 ++ *
8417 ++ * @defgroup lavu_video Video related
8418 ++ *
8419 ++ * @{
8420 ++ *
8421 ++ * @}
8422 ++ *
8423 ++ * @defgroup lavu_audio Audio related
8424 ++ *
8425 ++ * @{
8426 ++ *
8427 ++ * @}
8428 ++ *
8429 ++ * @defgroup lavu_error Error Codes
8430 ++ *
8431 ++ * @{
8432 ++ *
8433 ++ * @}
8434 ++ *
8435 ++ * @defgroup lavu_log Logging Facility
8436 ++ *
8437 ++ * @{
8438 ++ *
8439 ++ * @}
8440 ++ *
8441 ++ * @defgroup lavu_misc Other
8442 ++ *
8443 ++ * @{
8444 ++ *
8445 ++ * @defgroup preproc_misc Preprocessor String Macros
8446 ++ *
8447 ++ * @{
8448 ++ *
8449 ++ * @}
8450 ++ *
8451 ++ * @defgroup version_utils Library Version Macros
8452 ++ *
8453 ++ * @{
8454 ++ *
8455 ++ * @}
8456 ++ */
8457 ++
8458 ++
8459 ++/**
8460 ++ * @addtogroup lavu_ver
8461 ++ * @{
8462 ++ */
8463 ++
8464 ++/**
8465 ++ * Return the LIBAVUTIL_VERSION_INT constant.
8466 ++ */
8467 ++unsigned avutil_version(void);
8468 ++
8469 ++/**
8470 ++ * Return an informative version string. This usually is the actual release
8471 ++ * version number or a git commit description. This string has no fixed format
8472 ++ * and can change any time. It should never be parsed by code.
8473 ++ */
8474 ++const char *av_version_info(void);
8475 ++
8476 ++/**
8477 ++ * Return the libavutil build-time configuration.
8478 ++ */
8479 ++const char *avutil_configuration(void);
8480 ++
8481 ++/**
8482 ++ * Return the libavutil license.
8483 ++ */
8484 ++const char *avutil_license(void);
8485 ++
8486 ++/**
8487 ++ * @}
8488 ++ */
8489 ++
8490 ++/**
8491 ++ * @addtogroup lavu_media Media Type
8492 ++ * @brief Media Type
8493 ++ */
8494 ++
8495 ++enum AVMediaType {
8496 ++ AVMEDIA_TYPE_UNKNOWN = -1, ///< Usually treated as AVMEDIA_TYPE_DATA
8497 ++ AVMEDIA_TYPE_VIDEO,
8498 ++ AVMEDIA_TYPE_AUDIO,
8499 ++ AVMEDIA_TYPE_DATA, ///< Opaque data information usually continuous
8500 ++ AVMEDIA_TYPE_SUBTITLE,
8501 ++ AVMEDIA_TYPE_ATTACHMENT, ///< Opaque data information usually sparse
8502 ++ AVMEDIA_TYPE_NB
8503 ++};
8504 ++
8505 ++/**
8506 ++ * Return a string describing the media_type enum, NULL if media_type
8507 ++ * is unknown.
8508 ++ */
8509 ++const char *av_get_media_type_string(enum AVMediaType media_type);
8510 ++
8511 ++/**
8512 ++ * @defgroup lavu_const Constants
8513 ++ * @{
8514 ++ *
8515 ++ * @defgroup lavu_enc Encoding specific
8516 ++ *
8517 ++ * @note those definition should move to avcodec
8518 ++ * @{
8519 ++ */
8520 ++
8521 ++#define FF_LAMBDA_SHIFT 7
8522 ++#define FF_LAMBDA_SCALE (1<<FF_LAMBDA_SHIFT)
8523 ++#define FF_QP2LAMBDA 118 ///< factor to convert from H.263 QP to lambda
8524 ++#define FF_LAMBDA_MAX (256*128-1)
8525 ++
8526 ++#define FF_QUALITY_SCALE FF_LAMBDA_SCALE //FIXME maybe remove
8527 ++
8528 ++/**
8529 ++ * @}
8530 ++ * @defgroup lavu_time Timestamp specific
8531 ++ *
8532 ++ * FFmpeg internal timebase and timestamp definitions
8533 ++ *
8534 ++ * @{
8535 ++ */
8536 ++
8537 ++/**
8538 ++ * @brief Undefined timestamp value
8539 ++ *
8540 ++ * Usually reported by demuxer that work on containers that do not provide
8541 ++ * either pts or dts.
8542 ++ */
8543 ++
8544 ++#define AV_NOPTS_VALUE ((int64_t)UINT64_C(0x8000000000000000))
8545 ++
8546 ++/**
8547 ++ * Internal time base represented as integer
8548 ++ */
8549 ++
8550 ++#define AV_TIME_BASE 1000000
8551 ++
8552 ++/**
8553 ++ * Internal time base represented as fractional value
8554 ++ */
8555 ++
8556 ++#define AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE}
8557 ++
8558 ++/**
8559 ++ * @}
8560 ++ * @}
8561 ++ * @defgroup lavu_picture Image related
8562 ++ *
8563 ++ * AVPicture types, pixel formats and basic image planes manipulation.
8564 ++ *
8565 ++ * @{
8566 ++ */
8567 ++
8568 ++enum AVPictureType {
8569 ++ AV_PICTURE_TYPE_NONE = 0, ///< Undefined
8570 ++ AV_PICTURE_TYPE_I, ///< Intra
8571 ++ AV_PICTURE_TYPE_P, ///< Predicted
8572 ++ AV_PICTURE_TYPE_B, ///< Bi-dir predicted
8573 ++ AV_PICTURE_TYPE_S, ///< S(GMC)-VOP MPEG-4
8574 ++ AV_PICTURE_TYPE_SI, ///< Switching Intra
8575 ++ AV_PICTURE_TYPE_SP, ///< Switching Predicted
8576 ++ AV_PICTURE_TYPE_BI, ///< BI type
8577 ++};
8578 ++
8579 ++/**
8580 ++ * Return a single letter to describe the given picture type
8581 ++ * pict_type.
8582 ++ *
8583 ++ * @param[in] pict_type the picture type @return a single character
8584 ++ * representing the picture type, '?' if pict_type is unknown
8585 ++ */
8586 ++char av_get_picture_type_char(enum AVPictureType pict_type);
8587 ++
8588 ++/**
8589 ++ * @}
8590 ++ */
8591 ++
8592 ++#include "common.h"
8593 ++#include "error.h"
8594 ++#include "rational.h"
8595 ++#include "version.h"
8596 ++#include "macros.h"
8597 ++#include "mathematics.h"
8598 ++#include "log.h"
8599 ++#include "pixfmt.h"
8600 ++
8601 ++/**
8602 ++ * Return x default pointer in case p is NULL.
8603 ++ */
8604 ++static inline void *av_x_if_null(const void *p, const void *x)
8605 ++{
8606 ++ return (void *)(intptr_t)(p ? p : x);
8607 ++}
8608 ++
8609 ++/**
8610 ++ * Compute the length of an integer list.
8611 ++ *
8612 ++ * @param elsize size in bytes of each list element (only 1, 2, 4 or 8)
8613 ++ * @param term list terminator (usually 0 or -1)
8614 ++ * @param list pointer to the list
8615 ++ * @return length of the list, in elements, not counting the terminator
8616 ++ */
8617 ++unsigned av_int_list_length_for_size(unsigned elsize,
8618 ++ const void *list, uint64_t term) av_pure;
8619 ++
8620 ++/**
8621 ++ * Compute the length of an integer list.
8622 ++ *
8623 ++ * @param term list terminator (usually 0 or -1)
8624 ++ * @param list pointer to the list
8625 ++ * @return length of the list, in elements, not counting the terminator
8626 ++ */
8627 ++#define av_int_list_length(list, term) \
8628 ++ av_int_list_length_for_size(sizeof(*(list)), list, term)
8629 ++
8630 ++/**
8631 ++ * Open a file using a UTF-8 filename.
8632 ++ * The API of this function matches POSIX fopen(), errors are returned through
8633 ++ * errno.
8634 ++ */
8635 ++FILE *av_fopen_utf8(const char *path, const char *mode);
8636 ++
8637 ++/**
8638 ++ * Return the fractional representation of the internal time base.
8639 ++ */
8640 ++AVRational av_get_time_base_q(void);
8641 ++
8642 ++#define AV_FOURCC_MAX_STRING_SIZE 32
8643 ++
8644 ++#define av_fourcc2str(fourcc) av_fourcc_make_string((char[AV_FOURCC_MAX_STRING_SIZE]){0}, fourcc)
8645 ++
8646 ++/**
8647 ++ * Fill the provided buffer with a string containing a FourCC (four-character
8648 ++ * code) representation.
8649 ++ *
8650 ++ * @param buf a buffer with size in bytes of at least AV_FOURCC_MAX_STRING_SIZE
8651 ++ * @param fourcc the fourcc to represent
8652 ++ * @return the buffer in input
8653 ++ */
8654 ++char *av_fourcc_make_string(char *buf, uint32_t fourcc);
8655 ++
8656 ++/**
8657 ++ * @}
8658 ++ * @}
8659 ++ */
8660 ++
8661 ++#endif /* AVUTIL_AVUTIL_H */
8662 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/buffer.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/buffer.h
8663 +new file mode 100644
8664 +--- /dev/null
8665 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/buffer.h
8666 +@@ -0,0 +1,291 @@
8667 ++/*
8668 ++ * This file is part of FFmpeg.
8669 ++ *
8670 ++ * FFmpeg is free software; you can redistribute it and/or
8671 ++ * modify it under the terms of the GNU Lesser General Public
8672 ++ * License as published by the Free Software Foundation; either
8673 ++ * version 2.1 of the License, or (at your option) any later version.
8674 ++ *
8675 ++ * FFmpeg is distributed in the hope that it will be useful,
8676 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
8677 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
8678 ++ * Lesser General Public License for more details.
8679 ++ *
8680 ++ * You should have received a copy of the GNU Lesser General Public
8681 ++ * License along with FFmpeg; if not, write to the Free Software
8682 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
8683 ++ */
8684 ++
8685 ++/**
8686 ++ * @file
8687 ++ * @ingroup lavu_buffer
8688 ++ * refcounted data buffer API
8689 ++ */
8690 ++
8691 ++#ifndef AVUTIL_BUFFER_H
8692 ++#define AVUTIL_BUFFER_H
8693 ++
8694 ++#include <stdint.h>
8695 ++
8696 ++/**
8697 ++ * @defgroup lavu_buffer AVBuffer
8698 ++ * @ingroup lavu_data
8699 ++ *
8700 ++ * @{
8701 ++ * AVBuffer is an API for reference-counted data buffers.
8702 ++ *
8703 ++ * There are two core objects in this API -- AVBuffer and AVBufferRef. AVBuffer
8704 ++ * represents the data buffer itself; it is opaque and not meant to be accessed
8705 ++ * by the caller directly, but only through AVBufferRef. However, the caller may
8706 ++ * e.g. compare two AVBuffer pointers to check whether two different references
8707 ++ * are describing the same data buffer. AVBufferRef represents a single
8708 ++ * reference to an AVBuffer and it is the object that may be manipulated by the
8709 ++ * caller directly.
8710 ++ *
8711 ++ * There are two functions provided for creating a new AVBuffer with a single
8712 ++ * reference -- av_buffer_alloc() to just allocate a new buffer, and
8713 ++ * av_buffer_create() to wrap an existing array in an AVBuffer. From an existing
8714 ++ * reference, additional references may be created with av_buffer_ref().
8715 ++ * Use av_buffer_unref() to free a reference (this will automatically free the
8716 ++ * data once all the references are freed).
8717 ++ *
8718 ++ * The convention throughout this API and the rest of FFmpeg is such that the
8719 ++ * buffer is considered writable if there exists only one reference to it (and
8720 ++ * it has not been marked as read-only). The av_buffer_is_writable() function is
8721 ++ * provided to check whether this is true and av_buffer_make_writable() will
8722 ++ * automatically create a new writable buffer when necessary.
8723 ++ * Of course nothing prevents the calling code from violating this convention,
8724 ++ * however that is safe only when all the existing references are under its
8725 ++ * control.
8726 ++ *
8727 ++ * @note Referencing and unreferencing the buffers is thread-safe and thus
8728 ++ * may be done from multiple threads simultaneously without any need for
8729 ++ * additional locking.
8730 ++ *
8731 ++ * @note Two different references to the same buffer can point to different
8732 ++ * parts of the buffer (i.e. their AVBufferRef.data will not be equal).
8733 ++ */
8734 ++
8735 ++/**
8736 ++ * A reference counted buffer type. It is opaque and is meant to be used through
8737 ++ * references (AVBufferRef).
8738 ++ */
8739 ++typedef struct AVBuffer AVBuffer;
8740 ++
8741 ++/**
8742 ++ * A reference to a data buffer.
8743 ++ *
8744 ++ * The size of this struct is not a part of the public ABI and it is not meant
8745 ++ * to be allocated directly.
8746 ++ */
8747 ++typedef struct AVBufferRef {
8748 ++ AVBuffer *buffer;
8749 ++
8750 ++ /**
8751 ++ * The data buffer. It is considered writable if and only if
8752 ++ * this is the only reference to the buffer, in which case
8753 ++ * av_buffer_is_writable() returns 1.
8754 ++ */
8755 ++ uint8_t *data;
8756 ++ /**
8757 ++ * Size of data in bytes.
8758 ++ */
8759 ++ int size;
8760 ++} AVBufferRef;
8761 ++
8762 ++/**
8763 ++ * Allocate an AVBuffer of the given size using av_malloc().
8764 ++ *
8765 ++ * @return an AVBufferRef of given size or NULL when out of memory
8766 ++ */
8767 ++AVBufferRef *av_buffer_alloc(int size);
8768 ++
8769 ++/**
8770 ++ * Same as av_buffer_alloc(), except the returned buffer will be initialized
8771 ++ * to zero.
8772 ++ */
8773 ++AVBufferRef *av_buffer_allocz(int size);
8774 ++
8775 ++/**
8776 ++ * Always treat the buffer as read-only, even when it has only one
8777 ++ * reference.
8778 ++ */
8779 ++#define AV_BUFFER_FLAG_READONLY (1 << 0)
8780 ++
8781 ++/**
8782 ++ * Create an AVBuffer from an existing array.
8783 ++ *
8784 ++ * If this function is successful, data is owned by the AVBuffer. The caller may
8785 ++ * only access data through the returned AVBufferRef and references derived from
8786 ++ * it.
8787 ++ * If this function fails, data is left untouched.
8788 ++ * @param data data array
8789 ++ * @param size size of data in bytes
8790 ++ * @param free a callback for freeing this buffer's data
8791 ++ * @param opaque parameter to be got for processing or passed to free
8792 ++ * @param flags a combination of AV_BUFFER_FLAG_*
8793 ++ *
8794 ++ * @return an AVBufferRef referring to data on success, NULL on failure.
8795 ++ */
8796 ++AVBufferRef *av_buffer_create(uint8_t *data, int size,
8797 ++ void (*free)(void *opaque, uint8_t *data),
8798 ++ void *opaque, int flags);
8799 ++
8800 ++/**
8801 ++ * Default free callback, which calls av_free() on the buffer data.
8802 ++ * This function is meant to be passed to av_buffer_create(), not called
8803 ++ * directly.
8804 ++ */
8805 ++void av_buffer_default_free(void *opaque, uint8_t *data);
8806 ++
8807 ++/**
8808 ++ * Create a new reference to an AVBuffer.
8809 ++ *
8810 ++ * @return a new AVBufferRef referring to the same AVBuffer as buf or NULL on
8811 ++ * failure.
8812 ++ */
8813 ++AVBufferRef *av_buffer_ref(AVBufferRef *buf);
8814 ++
8815 ++/**
8816 ++ * Free a given reference and automatically free the buffer if there are no more
8817 ++ * references to it.
8818 ++ *
8819 ++ * @param buf the reference to be freed. The pointer is set to NULL on return.
8820 ++ */
8821 ++void av_buffer_unref(AVBufferRef **buf);
8822 ++
8823 ++/**
8824 ++ * @return 1 if the caller may write to the data referred to by buf (which is
8825 ++ * true if and only if buf is the only reference to the underlying AVBuffer).
8826 ++ * Return 0 otherwise.
8827 ++ * A positive answer is valid until av_buffer_ref() is called on buf.
8828 ++ */
8829 ++int av_buffer_is_writable(const AVBufferRef *buf);
8830 ++
8831 ++/**
8832 ++ * @return the opaque parameter set by av_buffer_create.
8833 ++ */
8834 ++void *av_buffer_get_opaque(const AVBufferRef *buf);
8835 ++
8836 ++int av_buffer_get_ref_count(const AVBufferRef *buf);
8837 ++
8838 ++/**
8839 ++ * Create a writable reference from a given buffer reference, avoiding data copy
8840 ++ * if possible.
8841 ++ *
8842 ++ * @param buf buffer reference to make writable. On success, buf is either left
8843 ++ * untouched, or it is unreferenced and a new writable AVBufferRef is
8844 ++ * written in its place. On failure, buf is left untouched.
8845 ++ * @return 0 on success, a negative AVERROR on failure.
8846 ++ */
8847 ++int av_buffer_make_writable(AVBufferRef **buf);
8848 ++
8849 ++/**
8850 ++ * Reallocate a given buffer.
8851 ++ *
8852 ++ * @param buf a buffer reference to reallocate. On success, buf will be
8853 ++ * unreferenced and a new reference with the required size will be
8854 ++ * written in its place. On failure buf will be left untouched. *buf
8855 ++ * may be NULL, then a new buffer is allocated.
8856 ++ * @param size required new buffer size.
8857 ++ * @return 0 on success, a negative AVERROR on failure.
8858 ++ *
8859 ++ * @note the buffer is actually reallocated with av_realloc() only if it was
8860 ++ * initially allocated through av_buffer_realloc(NULL) and there is only one
8861 ++ * reference to it (i.e. the one passed to this function). In all other cases
8862 ++ * a new buffer is allocated and the data is copied.
8863 ++ */
8864 ++int av_buffer_realloc(AVBufferRef **buf, int size);
8865 ++
8866 ++/**
8867 ++ * @}
8868 ++ */
8869 ++
8870 ++/**
8871 ++ * @defgroup lavu_bufferpool AVBufferPool
8872 ++ * @ingroup lavu_data
8873 ++ *
8874 ++ * @{
8875 ++ * AVBufferPool is an API for a lock-free thread-safe pool of AVBuffers.
8876 ++ *
8877 ++ * Frequently allocating and freeing large buffers may be slow. AVBufferPool is
8878 ++ * meant to solve this in cases when the caller needs a set of buffers of the
8879 ++ * same size (the most obvious use case being buffers for raw video or audio
8880 ++ * frames).
8881 ++ *
8882 ++ * At the beginning, the user must call av_buffer_pool_init() to create the
8883 ++ * buffer pool. Then whenever a buffer is needed, call av_buffer_pool_get() to
8884 ++ * get a reference to a new buffer, similar to av_buffer_alloc(). This new
8885 ++ * reference works in all aspects the same way as the one created by
8886 ++ * av_buffer_alloc(). However, when the last reference to this buffer is
8887 ++ * unreferenced, it is returned to the pool instead of being freed and will be
8888 ++ * reused for subsequent av_buffer_pool_get() calls.
8889 ++ *
8890 ++ * When the caller is done with the pool and no longer needs to allocate any new
8891 ++ * buffers, av_buffer_pool_uninit() must be called to mark the pool as freeable.
8892 ++ * Once all the buffers are released, it will automatically be freed.
8893 ++ *
8894 ++ * Allocating and releasing buffers with this API is thread-safe as long as
8895 ++ * either the default alloc callback is used, or the user-supplied one is
8896 ++ * thread-safe.
8897 ++ */
8898 ++
8899 ++/**
8900 ++ * The buffer pool. This structure is opaque and not meant to be accessed
8901 ++ * directly. It is allocated with av_buffer_pool_init() and freed with
8902 ++ * av_buffer_pool_uninit().
8903 ++ */
8904 ++typedef struct AVBufferPool AVBufferPool;
8905 ++
8906 ++/**
8907 ++ * Allocate and initialize a buffer pool.
8908 ++ *
8909 ++ * @param size size of each buffer in this pool
8910 ++ * @param alloc a function that will be used to allocate new buffers when the
8911 ++ * pool is empty. May be NULL, then the default allocator will be used
8912 ++ * (av_buffer_alloc()).
8913 ++ * @return newly created buffer pool on success, NULL on error.
8914 ++ */
8915 ++AVBufferPool *av_buffer_pool_init(int size, AVBufferRef* (*alloc)(int size));
8916 ++
8917 ++/**
8918 ++ * Allocate and initialize a buffer pool with a more complex allocator.
8919 ++ *
8920 ++ * @param size size of each buffer in this pool
8921 ++ * @param opaque arbitrary user data used by the allocator
8922 ++ * @param alloc a function that will be used to allocate new buffers when the
8923 ++ * pool is empty.
8924 ++ * @param pool_free a function that will be called immediately before the pool
8925 ++ * is freed. I.e. after av_buffer_pool_uninit() is called
8926 ++ * by the caller and all the frames are returned to the pool
8927 ++ * and freed. It is intended to uninitialize the user opaque
8928 ++ * data.
8929 ++ * @return newly created buffer pool on success, NULL on error.
8930 ++ */
8931 ++AVBufferPool *av_buffer_pool_init2(int size, void *opaque,
8932 ++ AVBufferRef* (*alloc)(void *opaque, int size),
8933 ++ void (*pool_free)(void *opaque));
8934 ++
8935 ++/**
8936 ++ * Mark the pool as being available for freeing. It will actually be freed only
8937 ++ * once all the allocated buffers associated with the pool are released. Thus it
8938 ++ * is safe to call this function while some of the allocated buffers are still
8939 ++ * in use.
8940 ++ *
8941 ++ * @param pool pointer to the pool to be freed. It will be set to NULL.
8942 ++ */
8943 ++void av_buffer_pool_uninit(AVBufferPool **pool);
8944 ++
8945 ++/**
8946 ++ * Allocate a new AVBuffer, reusing an old buffer from the pool when available.
8947 ++ * This function may be called simultaneously from multiple threads.
8948 ++ *
8949 ++ * @return a reference to the new buffer on success, NULL on error.
8950 ++ */
8951 ++AVBufferRef *av_buffer_pool_get(AVBufferPool *pool);
8952 ++
8953 ++/**
8954 ++ * @}
8955 ++ */
8956 ++
8957 ++#endif /* AVUTIL_BUFFER_H */
8958 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/channel_layout.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/channel_layout.h
8959 +new file mode 100644
8960 +--- /dev/null
8961 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/channel_layout.h
8962 +@@ -0,0 +1,232 @@
8963 ++/*
8964 ++ * Copyright (c) 2006 Michael Niedermayer <michaelni@×××.at>
8965 ++ * Copyright (c) 2008 Peter Ross
8966 ++ *
8967 ++ * This file is part of FFmpeg.
8968 ++ *
8969 ++ * FFmpeg is free software; you can redistribute it and/or
8970 ++ * modify it under the terms of the GNU Lesser General Public
8971 ++ * License as published by the Free Software Foundation; either
8972 ++ * version 2.1 of the License, or (at your option) any later version.
8973 ++ *
8974 ++ * FFmpeg is distributed in the hope that it will be useful,
8975 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
8976 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
8977 ++ * Lesser General Public License for more details.
8978 ++ *
8979 ++ * You should have received a copy of the GNU Lesser General Public
8980 ++ * License along with FFmpeg; if not, write to the Free Software
8981 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
8982 ++ */
8983 ++
8984 ++#ifndef AVUTIL_CHANNEL_LAYOUT_H
8985 ++#define AVUTIL_CHANNEL_LAYOUT_H
8986 ++
8987 ++#include <stdint.h>
8988 ++
8989 ++/**
8990 ++ * @file
8991 ++ * audio channel layout utility functions
8992 ++ */
8993 ++
8994 ++/**
8995 ++ * @addtogroup lavu_audio
8996 ++ * @{
8997 ++ */
8998 ++
8999 ++/**
9000 ++ * @defgroup channel_masks Audio channel masks
9001 ++ *
9002 ++ * A channel layout is a 64-bits integer with a bit set for every channel.
9003 ++ * The number of bits set must be equal to the number of channels.
9004 ++ * The value 0 means that the channel layout is not known.
9005 ++ * @note this data structure is not powerful enough to handle channels
9006 ++ * combinations that have the same channel multiple times, such as
9007 ++ * dual-mono.
9008 ++ *
9009 ++ * @{
9010 ++ */
9011 ++#define AV_CH_FRONT_LEFT 0x00000001
9012 ++#define AV_CH_FRONT_RIGHT 0x00000002
9013 ++#define AV_CH_FRONT_CENTER 0x00000004
9014 ++#define AV_CH_LOW_FREQUENCY 0x00000008
9015 ++#define AV_CH_BACK_LEFT 0x00000010
9016 ++#define AV_CH_BACK_RIGHT 0x00000020
9017 ++#define AV_CH_FRONT_LEFT_OF_CENTER 0x00000040
9018 ++#define AV_CH_FRONT_RIGHT_OF_CENTER 0x00000080
9019 ++#define AV_CH_BACK_CENTER 0x00000100
9020 ++#define AV_CH_SIDE_LEFT 0x00000200
9021 ++#define AV_CH_SIDE_RIGHT 0x00000400
9022 ++#define AV_CH_TOP_CENTER 0x00000800
9023 ++#define AV_CH_TOP_FRONT_LEFT 0x00001000
9024 ++#define AV_CH_TOP_FRONT_CENTER 0x00002000
9025 ++#define AV_CH_TOP_FRONT_RIGHT 0x00004000
9026 ++#define AV_CH_TOP_BACK_LEFT 0x00008000
9027 ++#define AV_CH_TOP_BACK_CENTER 0x00010000
9028 ++#define AV_CH_TOP_BACK_RIGHT 0x00020000
9029 ++#define AV_CH_STEREO_LEFT 0x20000000 ///< Stereo downmix.
9030 ++#define AV_CH_STEREO_RIGHT 0x40000000 ///< See AV_CH_STEREO_LEFT.
9031 ++#define AV_CH_WIDE_LEFT 0x0000000080000000ULL
9032 ++#define AV_CH_WIDE_RIGHT 0x0000000100000000ULL
9033 ++#define AV_CH_SURROUND_DIRECT_LEFT 0x0000000200000000ULL
9034 ++#define AV_CH_SURROUND_DIRECT_RIGHT 0x0000000400000000ULL
9035 ++#define AV_CH_LOW_FREQUENCY_2 0x0000000800000000ULL
9036 ++
9037 ++/** Channel mask value used for AVCodecContext.request_channel_layout
9038 ++ to indicate that the user requests the channel order of the decoder output
9039 ++ to be the native codec channel order. */
9040 ++#define AV_CH_LAYOUT_NATIVE 0x8000000000000000ULL
9041 ++
9042 ++/**
9043 ++ * @}
9044 ++ * @defgroup channel_mask_c Audio channel layouts
9045 ++ * @{
9046 ++ * */
9047 ++#define AV_CH_LAYOUT_MONO (AV_CH_FRONT_CENTER)
9048 ++#define AV_CH_LAYOUT_STEREO (AV_CH_FRONT_LEFT|AV_CH_FRONT_RIGHT)
9049 ++#define AV_CH_LAYOUT_2POINT1 (AV_CH_LAYOUT_STEREO|AV_CH_LOW_FREQUENCY)
9050 ++#define AV_CH_LAYOUT_2_1 (AV_CH_LAYOUT_STEREO|AV_CH_BACK_CENTER)
9051 ++#define AV_CH_LAYOUT_SURROUND (AV_CH_LAYOUT_STEREO|AV_CH_FRONT_CENTER)
9052 ++#define AV_CH_LAYOUT_3POINT1 (AV_CH_LAYOUT_SURROUND|AV_CH_LOW_FREQUENCY)
9053 ++#define AV_CH_LAYOUT_4POINT0 (AV_CH_LAYOUT_SURROUND|AV_CH_BACK_CENTER)
9054 ++#define AV_CH_LAYOUT_4POINT1 (AV_CH_LAYOUT_4POINT0|AV_CH_LOW_FREQUENCY)
9055 ++#define AV_CH_LAYOUT_2_2 (AV_CH_LAYOUT_STEREO|AV_CH_SIDE_LEFT|AV_CH_SIDE_RIGHT)
9056 ++#define AV_CH_LAYOUT_QUAD (AV_CH_LAYOUT_STEREO|AV_CH_BACK_LEFT|AV_CH_BACK_RIGHT)
9057 ++#define AV_CH_LAYOUT_5POINT0 (AV_CH_LAYOUT_SURROUND|AV_CH_SIDE_LEFT|AV_CH_SIDE_RIGHT)
9058 ++#define AV_CH_LAYOUT_5POINT1 (AV_CH_LAYOUT_5POINT0|AV_CH_LOW_FREQUENCY)
9059 ++#define AV_CH_LAYOUT_5POINT0_BACK (AV_CH_LAYOUT_SURROUND|AV_CH_BACK_LEFT|AV_CH_BACK_RIGHT)
9060 ++#define AV_CH_LAYOUT_5POINT1_BACK (AV_CH_LAYOUT_5POINT0_BACK|AV_CH_LOW_FREQUENCY)
9061 ++#define AV_CH_LAYOUT_6POINT0 (AV_CH_LAYOUT_5POINT0|AV_CH_BACK_CENTER)
9062 ++#define AV_CH_LAYOUT_6POINT0_FRONT (AV_CH_LAYOUT_2_2|AV_CH_FRONT_LEFT_OF_CENTER|AV_CH_FRONT_RIGHT_OF_CENTER)
9063 ++#define AV_CH_LAYOUT_HEXAGONAL (AV_CH_LAYOUT_5POINT0_BACK|AV_CH_BACK_CENTER)
9064 ++#define AV_CH_LAYOUT_6POINT1 (AV_CH_LAYOUT_5POINT1|AV_CH_BACK_CENTER)
9065 ++#define AV_CH_LAYOUT_6POINT1_BACK (AV_CH_LAYOUT_5POINT1_BACK|AV_CH_BACK_CENTER)
9066 ++#define AV_CH_LAYOUT_6POINT1_FRONT (AV_CH_LAYOUT_6POINT0_FRONT|AV_CH_LOW_FREQUENCY)
9067 ++#define AV_CH_LAYOUT_7POINT0 (AV_CH_LAYOUT_5POINT0|AV_CH_BACK_LEFT|AV_CH_BACK_RIGHT)
9068 ++#define AV_CH_LAYOUT_7POINT0_FRONT (AV_CH_LAYOUT_5POINT0|AV_CH_FRONT_LEFT_OF_CENTER|AV_CH_FRONT_RIGHT_OF_CENTER)
9069 ++#define AV_CH_LAYOUT_7POINT1 (AV_CH_LAYOUT_5POINT1|AV_CH_BACK_LEFT|AV_CH_BACK_RIGHT)
9070 ++#define AV_CH_LAYOUT_7POINT1_WIDE (AV_CH_LAYOUT_5POINT1|AV_CH_FRONT_LEFT_OF_CENTER|AV_CH_FRONT_RIGHT_OF_CENTER)
9071 ++#define AV_CH_LAYOUT_7POINT1_WIDE_BACK (AV_CH_LAYOUT_5POINT1_BACK|AV_CH_FRONT_LEFT_OF_CENTER|AV_CH_FRONT_RIGHT_OF_CENTER)
9072 ++#define AV_CH_LAYOUT_OCTAGONAL (AV_CH_LAYOUT_5POINT0|AV_CH_BACK_LEFT|AV_CH_BACK_CENTER|AV_CH_BACK_RIGHT)
9073 ++#define AV_CH_LAYOUT_HEXADECAGONAL (AV_CH_LAYOUT_OCTAGONAL|AV_CH_WIDE_LEFT|AV_CH_WIDE_RIGHT|AV_CH_TOP_BACK_LEFT|AV_CH_TOP_BACK_RIGHT|AV_CH_TOP_BACK_CENTER|AV_CH_TOP_FRONT_CENTER|AV_CH_TOP_FRONT_LEFT|AV_CH_TOP_FRONT_RIGHT)
9074 ++#define AV_CH_LAYOUT_STEREO_DOWNMIX (AV_CH_STEREO_LEFT|AV_CH_STEREO_RIGHT)
9075 ++
9076 ++enum AVMatrixEncoding {
9077 ++ AV_MATRIX_ENCODING_NONE,
9078 ++ AV_MATRIX_ENCODING_DOLBY,
9079 ++ AV_MATRIX_ENCODING_DPLII,
9080 ++ AV_MATRIX_ENCODING_DPLIIX,
9081 ++ AV_MATRIX_ENCODING_DPLIIZ,
9082 ++ AV_MATRIX_ENCODING_DOLBYEX,
9083 ++ AV_MATRIX_ENCODING_DOLBYHEADPHONE,
9084 ++ AV_MATRIX_ENCODING_NB
9085 ++};
9086 ++
9087 ++/**
9088 ++ * Return a channel layout id that matches name, or 0 if no match is found.
9089 ++ *
9090 ++ * name can be one or several of the following notations,
9091 ++ * separated by '+' or '|':
9092 ++ * - the name of an usual channel layout (mono, stereo, 4.0, quad, 5.0,
9093 ++ * 5.0(side), 5.1, 5.1(side), 7.1, 7.1(wide), downmix);
9094 ++ * - the name of a single channel (FL, FR, FC, LFE, BL, BR, FLC, FRC, BC,
9095 ++ * SL, SR, TC, TFL, TFC, TFR, TBL, TBC, TBR, DL, DR);
9096 ++ * - a number of channels, in decimal, followed by 'c', yielding
9097 ++ * the default channel layout for that number of channels (@see
9098 ++ * av_get_default_channel_layout);
9099 ++ * - a channel layout mask, in hexadecimal starting with "0x" (see the
9100 ++ * AV_CH_* macros).
9101 ++ *
9102 ++ * Example: "stereo+FC" = "2c+FC" = "2c+1c" = "0x7"
9103 ++ */
9104 ++uint64_t av_get_channel_layout(const char *name);
9105 ++
9106 ++/**
9107 ++ * Return a channel layout and the number of channels based on the specified name.
9108 ++ *
9109 ++ * This function is similar to (@see av_get_channel_layout), but can also parse
9110 ++ * unknown channel layout specifications.
9111 ++ *
9112 ++ * @param[in] name channel layout specification string
9113 ++ * @param[out] channel_layout parsed channel layout (0 if unknown)
9114 ++ * @param[out] nb_channels number of channels
9115 ++ *
9116 ++ * @return 0 on success, AVERROR(EINVAL) if the parsing fails.
9117 ++ */
9118 ++int av_get_extended_channel_layout(const char *name, uint64_t* channel_layout, int* nb_channels);
9119 ++
9120 ++/**
9121 ++ * Return a description of a channel layout.
9122 ++ * If nb_channels is <= 0, it is guessed from the channel_layout.
9123 ++ *
9124 ++ * @param buf put here the string containing the channel layout
9125 ++ * @param buf_size size in bytes of the buffer
9126 ++ */
9127 ++void av_get_channel_layout_string(char *buf, int buf_size, int nb_channels, uint64_t channel_layout);
9128 ++
9129 ++struct AVBPrint;
9130 ++/**
9131 ++ * Append a description of a channel layout to a bprint buffer.
9132 ++ */
9133 ++void av_bprint_channel_layout(struct AVBPrint *bp, int nb_channels, uint64_t channel_layout);
9134 ++
9135 ++/**
9136 ++ * Return the number of channels in the channel layout.
9137 ++ */
9138 ++int av_get_channel_layout_nb_channels(uint64_t channel_layout);
9139 ++
9140 ++/**
9141 ++ * Return default channel layout for a given number of channels.
9142 ++ */
9143 ++int64_t av_get_default_channel_layout(int nb_channels);
9144 ++
9145 ++/**
9146 ++ * Get the index of a channel in channel_layout.
9147 ++ *
9148 ++ * @param channel a channel layout describing exactly one channel which must be
9149 ++ * present in channel_layout.
9150 ++ *
9151 ++ * @return index of channel in channel_layout on success, a negative AVERROR
9152 ++ * on error.
9153 ++ */
9154 ++int av_get_channel_layout_channel_index(uint64_t channel_layout,
9155 ++ uint64_t channel);
9156 ++
9157 ++/**
9158 ++ * Get the channel with the given index in channel_layout.
9159 ++ */
9160 ++uint64_t av_channel_layout_extract_channel(uint64_t channel_layout, int index);
9161 ++
9162 ++/**
9163 ++ * Get the name of a given channel.
9164 ++ *
9165 ++ * @return channel name on success, NULL on error.
9166 ++ */
9167 ++const char *av_get_channel_name(uint64_t channel);
9168 ++
9169 ++/**
9170 ++ * Get the description of a given channel.
9171 ++ *
9172 ++ * @param channel a channel layout with a single channel
9173 ++ * @return channel description on success, NULL on error
9174 ++ */
9175 ++const char *av_get_channel_description(uint64_t channel);
9176 ++
9177 ++/**
9178 ++ * Get the value and name of a standard channel layout.
9179 ++ *
9180 ++ * @param[in] index index in an internal list, starting at 0
9181 ++ * @param[out] layout channel layout mask
9182 ++ * @param[out] name name of the layout
9183 ++ * @return 0 if the layout exists,
9184 ++ * <0 if index is beyond the limits
9185 ++ */
9186 ++int av_get_standard_channel_layout(unsigned index, uint64_t *layout,
9187 ++ const char **name);
9188 ++
9189 ++/**
9190 ++ * @}
9191 ++ * @}
9192 ++ */
9193 ++
9194 ++#endif /* AVUTIL_CHANNEL_LAYOUT_H */
9195 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/common.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/common.h
9196 +new file mode 100644
9197 +--- /dev/null
9198 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/common.h
9199 +@@ -0,0 +1,560 @@
9200 ++/*
9201 ++ * copyright (c) 2006 Michael Niedermayer <michaelni@×××.at>
9202 ++ *
9203 ++ * This file is part of FFmpeg.
9204 ++ *
9205 ++ * FFmpeg is free software; you can redistribute it and/or
9206 ++ * modify it under the terms of the GNU Lesser General Public
9207 ++ * License as published by the Free Software Foundation; either
9208 ++ * version 2.1 of the License, or (at your option) any later version.
9209 ++ *
9210 ++ * FFmpeg is distributed in the hope that it will be useful,
9211 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
9212 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
9213 ++ * Lesser General Public License for more details.
9214 ++ *
9215 ++ * You should have received a copy of the GNU Lesser General Public
9216 ++ * License along with FFmpeg; if not, write to the Free Software
9217 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
9218 ++ */
9219 ++
9220 ++/**
9221 ++ * @file
9222 ++ * common internal and external API header
9223 ++ */
9224 ++
9225 ++#ifndef AVUTIL_COMMON_H
9226 ++#define AVUTIL_COMMON_H
9227 ++
9228 ++#if defined(__cplusplus) && !defined(__STDC_CONSTANT_MACROS) && !defined(UINT64_C)
9229 ++#error missing -D__STDC_CONSTANT_MACROS / #define __STDC_CONSTANT_MACROS
9230 ++#endif
9231 ++
9232 ++#include <errno.h>
9233 ++#include <inttypes.h>
9234 ++#include <limits.h>
9235 ++#include <math.h>
9236 ++#include <stdint.h>
9237 ++#include <stdio.h>
9238 ++#include <stdlib.h>
9239 ++#include <string.h>
9240 ++
9241 ++#include "attributes.h"
9242 ++#include "macros.h"
9243 ++#include "version.h"
9244 ++#include "libavutil/avconfig.h"
9245 ++
9246 ++#if AV_HAVE_BIGENDIAN
9247 ++# define AV_NE(be, le) (be)
9248 ++#else
9249 ++# define AV_NE(be, le) (le)
9250 ++#endif
9251 ++
9252 ++//rounded division & shift
9253 ++#define RSHIFT(a,b) ((a) > 0 ? ((a) + ((1<<(b))>>1))>>(b) : ((a) + ((1<<(b))>>1)-1)>>(b))
9254 ++/* assume b>0 */
9255 ++#define ROUNDED_DIV(a,b) (((a)>0 ? (a) + ((b)>>1) : (a) - ((b)>>1))/(b))
9256 ++/* Fast a/(1<<b) rounded toward +inf. Assume a>=0 and b>=0 */
9257 ++#define AV_CEIL_RSHIFT(a,b) (!av_builtin_constant_p(b) ? -((-(a)) >> (b)) \
9258 ++ : ((a) + (1<<(b)) - 1) >> (b))
9259 ++/* Backwards compat. */
9260 ++#define FF_CEIL_RSHIFT AV_CEIL_RSHIFT
9261 ++
9262 ++#define FFUDIV(a,b) (((a)>0 ?(a):(a)-(b)+1) / (b))
9263 ++#define FFUMOD(a,b) ((a)-(b)*FFUDIV(a,b))
9264 ++
9265 ++/**
9266 ++ * Absolute value, Note, INT_MIN / INT64_MIN result in undefined behavior as they
9267 ++ * are not representable as absolute values of their type. This is the same
9268 ++ * as with *abs()
9269 ++ * @see FFNABS()
9270 ++ */
9271 ++#define FFABS(a) ((a) >= 0 ? (a) : (-(a)))
9272 ++#define FFSIGN(a) ((a) > 0 ? 1 : -1)
9273 ++
9274 ++/**
9275 ++ * Negative Absolute value.
9276 ++ * this works for all integers of all types.
9277 ++ * As with many macros, this evaluates its argument twice, it thus must not have
9278 ++ * a sideeffect, that is FFNABS(x++) has undefined behavior.
9279 ++ */
9280 ++#define FFNABS(a) ((a) <= 0 ? (a) : (-(a)))
9281 ++
9282 ++/**
9283 ++ * Comparator.
9284 ++ * For two numerical expressions x and y, gives 1 if x > y, -1 if x < y, and 0
9285 ++ * if x == y. This is useful for instance in a qsort comparator callback.
9286 ++ * Furthermore, compilers are able to optimize this to branchless code, and
9287 ++ * there is no risk of overflow with signed types.
9288 ++ * As with many macros, this evaluates its argument multiple times, it thus
9289 ++ * must not have a side-effect.
9290 ++ */
9291 ++#define FFDIFFSIGN(x,y) (((x)>(y)) - ((x)<(y)))
9292 ++
9293 ++#define FFMAX(a,b) ((a) > (b) ? (a) : (b))
9294 ++#define FFMAX3(a,b,c) FFMAX(FFMAX(a,b),c)
9295 ++#define FFMIN(a,b) ((a) > (b) ? (b) : (a))
9296 ++#define FFMIN3(a,b,c) FFMIN(FFMIN(a,b),c)
9297 ++
9298 ++#define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0)
9299 ++#define FF_ARRAY_ELEMS(a) (sizeof(a) / sizeof((a)[0]))
9300 ++
9301 ++/* misc math functions */
9302 ++
9303 ++#ifdef HAVE_AV_CONFIG_H
9304 ++# include "config.h"
9305 ++# include "intmath.h"
9306 ++#endif
9307 ++
9308 ++/* Pull in unguarded fallback defines at the end of this file. */
9309 ++#include "common.h"
9310 ++
9311 ++#ifndef av_log2
9312 ++av_const int av_log2(unsigned v);
9313 ++#endif
9314 ++
9315 ++#ifndef av_log2_16bit
9316 ++av_const int av_log2_16bit(unsigned v);
9317 ++#endif
9318 ++
9319 ++/**
9320 ++ * Clip a signed integer value into the amin-amax range.
9321 ++ * @param a value to clip
9322 ++ * @param amin minimum value of the clip range
9323 ++ * @param amax maximum value of the clip range
9324 ++ * @return clipped value
9325 ++ */
9326 ++static av_always_inline av_const int av_clip_c(int a, int amin, int amax)
9327 ++{
9328 ++#if defined(HAVE_AV_CONFIG_H) && defined(ASSERT_LEVEL) && ASSERT_LEVEL >= 2
9329 ++ if (amin > amax) abort();
9330 ++#endif
9331 ++ if (a < amin) return amin;
9332 ++ else if (a > amax) return amax;
9333 ++ else return a;
9334 ++}
9335 ++
9336 ++/**
9337 ++ * Clip a signed 64bit integer value into the amin-amax range.
9338 ++ * @param a value to clip
9339 ++ * @param amin minimum value of the clip range
9340 ++ * @param amax maximum value of the clip range
9341 ++ * @return clipped value
9342 ++ */
9343 ++static av_always_inline av_const int64_t av_clip64_c(int64_t a, int64_t amin, int64_t amax)
9344 ++{
9345 ++#if defined(HAVE_AV_CONFIG_H) && defined(ASSERT_LEVEL) && ASSERT_LEVEL >= 2
9346 ++ if (amin > amax) abort();
9347 ++#endif
9348 ++ if (a < amin) return amin;
9349 ++ else if (a > amax) return amax;
9350 ++ else return a;
9351 ++}
9352 ++
9353 ++/**
9354 ++ * Clip a signed integer value into the 0-255 range.
9355 ++ * @param a value to clip
9356 ++ * @return clipped value
9357 ++ */
9358 ++static av_always_inline av_const uint8_t av_clip_uint8_c(int a)
9359 ++{
9360 ++ if (a&(~0xFF)) return (~a)>>31;
9361 ++ else return a;
9362 ++}
9363 ++
9364 ++/**
9365 ++ * Clip a signed integer value into the -128,127 range.
9366 ++ * @param a value to clip
9367 ++ * @return clipped value
9368 ++ */
9369 ++static av_always_inline av_const int8_t av_clip_int8_c(int a)
9370 ++{
9371 ++ if ((a+0x80U) & ~0xFF) return (a>>31) ^ 0x7F;
9372 ++ else return a;
9373 ++}
9374 ++
9375 ++/**
9376 ++ * Clip a signed integer value into the 0-65535 range.
9377 ++ * @param a value to clip
9378 ++ * @return clipped value
9379 ++ */
9380 ++static av_always_inline av_const uint16_t av_clip_uint16_c(int a)
9381 ++{
9382 ++ if (a&(~0xFFFF)) return (~a)>>31;
9383 ++ else return a;
9384 ++}
9385 ++
9386 ++/**
9387 ++ * Clip a signed integer value into the -32768,32767 range.
9388 ++ * @param a value to clip
9389 ++ * @return clipped value
9390 ++ */
9391 ++static av_always_inline av_const int16_t av_clip_int16_c(int a)
9392 ++{
9393 ++ if ((a+0x8000U) & ~0xFFFF) return (a>>31) ^ 0x7FFF;
9394 ++ else return a;
9395 ++}
9396 ++
9397 ++/**
9398 ++ * Clip a signed 64-bit integer value into the -2147483648,2147483647 range.
9399 ++ * @param a value to clip
9400 ++ * @return clipped value
9401 ++ */
9402 ++static av_always_inline av_const int32_t av_clipl_int32_c(int64_t a)
9403 ++{
9404 ++ if ((a+0x80000000u) & ~UINT64_C(0xFFFFFFFF)) return (int32_t)((a>>63) ^ 0x7FFFFFFF);
9405 ++ else return (int32_t)a;
9406 ++}
9407 ++
9408 ++/**
9409 ++ * Clip a signed integer into the -(2^p),(2^p-1) range.
9410 ++ * @param a value to clip
9411 ++ * @param p bit position to clip at
9412 ++ * @return clipped value
9413 ++ */
9414 ++static av_always_inline av_const int av_clip_intp2_c(int a, int p)
9415 ++{
9416 ++ if (((unsigned)a + (1 << p)) & ~((2 << p) - 1))
9417 ++ return (a >> 31) ^ ((1 << p) - 1);
9418 ++ else
9419 ++ return a;
9420 ++}
9421 ++
9422 ++/**
9423 ++ * Clip a signed integer to an unsigned power of two range.
9424 ++ * @param a value to clip
9425 ++ * @param p bit position to clip at
9426 ++ * @return clipped value
9427 ++ */
9428 ++static av_always_inline av_const unsigned av_clip_uintp2_c(int a, int p)
9429 ++{
9430 ++ if (a & ~((1<<p) - 1)) return -a >> 31 & ((1<<p) - 1);
9431 ++ else return a;
9432 ++}
9433 ++
9434 ++/**
9435 ++ * Clear high bits from an unsigned integer starting with specific bit position
9436 ++ * @param a value to clip
9437 ++ * @param p bit position to clip at
9438 ++ * @return clipped value
9439 ++ */
9440 ++static av_always_inline av_const unsigned av_mod_uintp2_c(unsigned a, unsigned p)
9441 ++{
9442 ++ return a & ((1 << p) - 1);
9443 ++}
9444 ++
9445 ++/**
9446 ++ * Add two signed 32-bit values with saturation.
9447 ++ *
9448 ++ * @param a one value
9449 ++ * @param b another value
9450 ++ * @return sum with signed saturation
9451 ++ */
9452 ++static av_always_inline int av_sat_add32_c(int a, int b)
9453 ++{
9454 ++ return av_clipl_int32((int64_t)a + b);
9455 ++}
9456 ++
9457 ++/**
9458 ++ * Add a doubled value to another value with saturation at both stages.
9459 ++ *
9460 ++ * @param a first value
9461 ++ * @param b value doubled and added to a
9462 ++ * @return sum sat(a + sat(2*b)) with signed saturation
9463 ++ */
9464 ++static av_always_inline int av_sat_dadd32_c(int a, int b)
9465 ++{
9466 ++ return av_sat_add32(a, av_sat_add32(b, b));
9467 ++}
9468 ++
9469 ++/**
9470 ++ * Subtract two signed 32-bit values with saturation.
9471 ++ *
9472 ++ * @param a one value
9473 ++ * @param b another value
9474 ++ * @return difference with signed saturation
9475 ++ */
9476 ++static av_always_inline int av_sat_sub32_c(int a, int b)
9477 ++{
9478 ++ return av_clipl_int32((int64_t)a - b);
9479 ++}
9480 ++
9481 ++/**
9482 ++ * Subtract a doubled value from another value with saturation at both stages.
9483 ++ *
9484 ++ * @param a first value
9485 ++ * @param b value doubled and subtracted from a
9486 ++ * @return difference sat(a - sat(2*b)) with signed saturation
9487 ++ */
9488 ++static av_always_inline int av_sat_dsub32_c(int a, int b)
9489 ++{
9490 ++ return av_sat_sub32(a, av_sat_add32(b, b));
9491 ++}
9492 ++
9493 ++/**
9494 ++ * Clip a float value into the amin-amax range.
9495 ++ * @param a value to clip
9496 ++ * @param amin minimum value of the clip range
9497 ++ * @param amax maximum value of the clip range
9498 ++ * @return clipped value
9499 ++ */
9500 ++static av_always_inline av_const float av_clipf_c(float a, float amin, float amax)
9501 ++{
9502 ++#if defined(HAVE_AV_CONFIG_H) && defined(ASSERT_LEVEL) && ASSERT_LEVEL >= 2
9503 ++ if (amin > amax) abort();
9504 ++#endif
9505 ++ if (a < amin) return amin;
9506 ++ else if (a > amax) return amax;
9507 ++ else return a;
9508 ++}
9509 ++
9510 ++/**
9511 ++ * Clip a double value into the amin-amax range.
9512 ++ * @param a value to clip
9513 ++ * @param amin minimum value of the clip range
9514 ++ * @param amax maximum value of the clip range
9515 ++ * @return clipped value
9516 ++ */
9517 ++static av_always_inline av_const double av_clipd_c(double a, double amin, double amax)
9518 ++{
9519 ++#if defined(HAVE_AV_CONFIG_H) && defined(ASSERT_LEVEL) && ASSERT_LEVEL >= 2
9520 ++ if (amin > amax) abort();
9521 ++#endif
9522 ++ if (a < amin) return amin;
9523 ++ else if (a > amax) return amax;
9524 ++ else return a;
9525 ++}
9526 ++
9527 ++/** Compute ceil(log2(x)).
9528 ++ * @param x value used to compute ceil(log2(x))
9529 ++ * @return computed ceiling of log2(x)
9530 ++ */
9531 ++static av_always_inline av_const int av_ceil_log2_c(int x)
9532 ++{
9533 ++ return av_log2((x - 1) << 1);
9534 ++}
9535 ++
9536 ++/**
9537 ++ * Count number of bits set to one in x
9538 ++ * @param x value to count bits of
9539 ++ * @return the number of bits set to one in x
9540 ++ */
9541 ++static av_always_inline av_const int av_popcount_c(uint32_t x)
9542 ++{
9543 ++ x -= (x >> 1) & 0x55555555;
9544 ++ x = (x & 0x33333333) + ((x >> 2) & 0x33333333);
9545 ++ x = (x + (x >> 4)) & 0x0F0F0F0F;
9546 ++ x += x >> 8;
9547 ++ return (x + (x >> 16)) & 0x3F;
9548 ++}
9549 ++
9550 ++/**
9551 ++ * Count number of bits set to one in x
9552 ++ * @param x value to count bits of
9553 ++ * @return the number of bits set to one in x
9554 ++ */
9555 ++static av_always_inline av_const int av_popcount64_c(uint64_t x)
9556 ++{
9557 ++ return av_popcount((uint32_t)x) + av_popcount((uint32_t)(x >> 32));
9558 ++}
9559 ++
9560 ++static av_always_inline av_const int av_parity_c(uint32_t v)
9561 ++{
9562 ++ return av_popcount(v) & 1;
9563 ++}
9564 ++
9565 ++#define MKTAG(a,b,c,d) ((a) | ((b) << 8) | ((c) << 16) | ((unsigned)(d) << 24))
9566 ++#define MKBETAG(a,b,c,d) ((d) | ((c) << 8) | ((b) << 16) | ((unsigned)(a) << 24))
9567 ++
9568 ++/**
9569 ++ * Convert a UTF-8 character (up to 4 bytes) to its 32-bit UCS-4 encoded form.
9570 ++ *
9571 ++ * @param val Output value, must be an lvalue of type uint32_t.
9572 ++ * @param GET_BYTE Expression reading one byte from the input.
9573 ++ * Evaluated up to 7 times (4 for the currently
9574 ++ * assigned Unicode range). With a memory buffer
9575 ++ * input, this could be *ptr++.
9576 ++ * @param ERROR Expression to be evaluated on invalid input,
9577 ++ * typically a goto statement.
9578 ++ *
9579 ++ * @warning ERROR should not contain a loop control statement which
9580 ++ * could interact with the internal while loop, and should force an
9581 ++ * exit from the macro code (e.g. through a goto or a return) in order
9582 ++ * to prevent undefined results.
9583 ++ */
9584 ++#define GET_UTF8(val, GET_BYTE, ERROR)\
9585 ++ val= (GET_BYTE);\
9586 ++ {\
9587 ++ uint32_t top = (val & 128) >> 1;\
9588 ++ if ((val & 0xc0) == 0x80 || val >= 0xFE)\
9589 ++ ERROR\
9590 ++ while (val & top) {\
9591 ++ int tmp= (GET_BYTE) - 128;\
9592 ++ if(tmp>>6)\
9593 ++ ERROR\
9594 ++ val= (val<<6) + tmp;\
9595 ++ top <<= 5;\
9596 ++ }\
9597 ++ val &= (top << 1) - 1;\
9598 ++ }
9599 ++
9600 ++/**
9601 ++ * Convert a UTF-16 character (2 or 4 bytes) to its 32-bit UCS-4 encoded form.
9602 ++ *
9603 ++ * @param val Output value, must be an lvalue of type uint32_t.
9604 ++ * @param GET_16BIT Expression returning two bytes of UTF-16 data converted
9605 ++ * to native byte order. Evaluated one or two times.
9606 ++ * @param ERROR Expression to be evaluated on invalid input,
9607 ++ * typically a goto statement.
9608 ++ */
9609 ++#define GET_UTF16(val, GET_16BIT, ERROR)\
9610 ++ val = GET_16BIT;\
9611 ++ {\
9612 ++ unsigned int hi = val - 0xD800;\
9613 ++ if (hi < 0x800) {\
9614 ++ val = GET_16BIT - 0xDC00;\
9615 ++ if (val > 0x3FFU || hi > 0x3FFU)\
9616 ++ ERROR\
9617 ++ val += (hi<<10) + 0x10000;\
9618 ++ }\
9619 ++ }\
9620 ++
9621 ++/**
9622 ++ * @def PUT_UTF8(val, tmp, PUT_BYTE)
9623 ++ * Convert a 32-bit Unicode character to its UTF-8 encoded form (up to 4 bytes long).
9624 ++ * @param val is an input-only argument and should be of type uint32_t. It holds
9625 ++ * a UCS-4 encoded Unicode character that is to be converted to UTF-8. If
9626 ++ * val is given as a function it is executed only once.
9627 ++ * @param tmp is a temporary variable and should be of type uint8_t. It
9628 ++ * represents an intermediate value during conversion that is to be
9629 ++ * output by PUT_BYTE.
9630 ++ * @param PUT_BYTE writes the converted UTF-8 bytes to any proper destination.
9631 ++ * It could be a function or a statement, and uses tmp as the input byte.
9632 ++ * For example, PUT_BYTE could be "*output++ = tmp;" PUT_BYTE will be
9633 ++ * executed up to 4 times for values in the valid UTF-8 range and up to
9634 ++ * 7 times in the general case, depending on the length of the converted
9635 ++ * Unicode character.
9636 ++ */
9637 ++#define PUT_UTF8(val, tmp, PUT_BYTE)\
9638 ++ {\
9639 ++ int bytes, shift;\
9640 ++ uint32_t in = val;\
9641 ++ if (in < 0x80) {\
9642 ++ tmp = in;\
9643 ++ PUT_BYTE\
9644 ++ } else {\
9645 ++ bytes = (av_log2(in) + 4) / 5;\
9646 ++ shift = (bytes - 1) * 6;\
9647 ++ tmp = (256 - (256 >> bytes)) | (in >> shift);\
9648 ++ PUT_BYTE\
9649 ++ while (shift >= 6) {\
9650 ++ shift -= 6;\
9651 ++ tmp = 0x80 | ((in >> shift) & 0x3f);\
9652 ++ PUT_BYTE\
9653 ++ }\
9654 ++ }\
9655 ++ }
9656 ++
9657 ++/**
9658 ++ * @def PUT_UTF16(val, tmp, PUT_16BIT)
9659 ++ * Convert a 32-bit Unicode character to its UTF-16 encoded form (2 or 4 bytes).
9660 ++ * @param val is an input-only argument and should be of type uint32_t. It holds
9661 ++ * a UCS-4 encoded Unicode character that is to be converted to UTF-16. If
9662 ++ * val is given as a function it is executed only once.
9663 ++ * @param tmp is a temporary variable and should be of type uint16_t. It
9664 ++ * represents an intermediate value during conversion that is to be
9665 ++ * output by PUT_16BIT.
9666 ++ * @param PUT_16BIT writes the converted UTF-16 data to any proper destination
9667 ++ * in desired endianness. It could be a function or a statement, and uses tmp
9668 ++ * as the input byte. For example, PUT_BYTE could be "*output++ = tmp;"
9669 ++ * PUT_BYTE will be executed 1 or 2 times depending on input character.
9670 ++ */
9671 ++#define PUT_UTF16(val, tmp, PUT_16BIT)\
9672 ++ {\
9673 ++ uint32_t in = val;\
9674 ++ if (in < 0x10000) {\
9675 ++ tmp = in;\
9676 ++ PUT_16BIT\
9677 ++ } else {\
9678 ++ tmp = 0xD800 | ((in - 0x10000) >> 10);\
9679 ++ PUT_16BIT\
9680 ++ tmp = 0xDC00 | ((in - 0x10000) & 0x3FF);\
9681 ++ PUT_16BIT\
9682 ++ }\
9683 ++ }\
9684 ++
9685 ++
9686 ++
9687 ++#include "mem.h"
9688 ++
9689 ++#ifdef HAVE_AV_CONFIG_H
9690 ++# include "internal.h"
9691 ++#endif /* HAVE_AV_CONFIG_H */
9692 ++
9693 ++#endif /* AVUTIL_COMMON_H */
9694 ++
9695 ++/*
9696 ++ * The following definitions are outside the multiple inclusion guard
9697 ++ * to ensure they are immediately available in intmath.h.
9698 ++ */
9699 ++
9700 ++#ifndef av_ceil_log2
9701 ++# define av_ceil_log2 av_ceil_log2_c
9702 ++#endif
9703 ++#ifndef av_clip
9704 ++# define av_clip av_clip_c
9705 ++#endif
9706 ++#ifndef av_clip64
9707 ++# define av_clip64 av_clip64_c
9708 ++#endif
9709 ++#ifndef av_clip_uint8
9710 ++# define av_clip_uint8 av_clip_uint8_c
9711 ++#endif
9712 ++#ifndef av_clip_int8
9713 ++# define av_clip_int8 av_clip_int8_c
9714 ++#endif
9715 ++#ifndef av_clip_uint16
9716 ++# define av_clip_uint16 av_clip_uint16_c
9717 ++#endif
9718 ++#ifndef av_clip_int16
9719 ++# define av_clip_int16 av_clip_int16_c
9720 ++#endif
9721 ++#ifndef av_clipl_int32
9722 ++# define av_clipl_int32 av_clipl_int32_c
9723 ++#endif
9724 ++#ifndef av_clip_intp2
9725 ++# define av_clip_intp2 av_clip_intp2_c
9726 ++#endif
9727 ++#ifndef av_clip_uintp2
9728 ++# define av_clip_uintp2 av_clip_uintp2_c
9729 ++#endif
9730 ++#ifndef av_mod_uintp2
9731 ++# define av_mod_uintp2 av_mod_uintp2_c
9732 ++#endif
9733 ++#ifndef av_sat_add32
9734 ++# define av_sat_add32 av_sat_add32_c
9735 ++#endif
9736 ++#ifndef av_sat_dadd32
9737 ++# define av_sat_dadd32 av_sat_dadd32_c
9738 ++#endif
9739 ++#ifndef av_sat_sub32
9740 ++# define av_sat_sub32 av_sat_sub32_c
9741 ++#endif
9742 ++#ifndef av_sat_dsub32
9743 ++# define av_sat_dsub32 av_sat_dsub32_c
9744 ++#endif
9745 ++#ifndef av_clipf
9746 ++# define av_clipf av_clipf_c
9747 ++#endif
9748 ++#ifndef av_clipd
9749 ++# define av_clipd av_clipd_c
9750 ++#endif
9751 ++#ifndef av_popcount
9752 ++# define av_popcount av_popcount_c
9753 ++#endif
9754 ++#ifndef av_popcount64
9755 ++# define av_popcount64 av_popcount64_c
9756 ++#endif
9757 ++#ifndef av_parity
9758 ++# define av_parity av_parity_c
9759 ++#endif
9760 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/cpu.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/cpu.h
9761 +new file mode 100644
9762 +--- /dev/null
9763 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/cpu.h
9764 +@@ -0,0 +1,130 @@
9765 ++/*
9766 ++ * Copyright (c) 2000, 2001, 2002 Fabrice Bellard
9767 ++ *
9768 ++ * This file is part of FFmpeg.
9769 ++ *
9770 ++ * FFmpeg is free software; you can redistribute it and/or
9771 ++ * modify it under the terms of the GNU Lesser General Public
9772 ++ * License as published by the Free Software Foundation; either
9773 ++ * version 2.1 of the License, or (at your option) any later version.
9774 ++ *
9775 ++ * FFmpeg is distributed in the hope that it will be useful,
9776 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
9777 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
9778 ++ * Lesser General Public License for more details.
9779 ++ *
9780 ++ * You should have received a copy of the GNU Lesser General Public
9781 ++ * License along with FFmpeg; if not, write to the Free Software
9782 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
9783 ++ */
9784 ++
9785 ++#ifndef AVUTIL_CPU_H
9786 ++#define AVUTIL_CPU_H
9787 ++
9788 ++#include <stddef.h>
9789 ++
9790 ++#include "attributes.h"
9791 ++
9792 ++#define AV_CPU_FLAG_FORCE 0x80000000 /* force usage of selected flags (OR) */
9793 ++
9794 ++ /* lower 16 bits - CPU features */
9795 ++#define AV_CPU_FLAG_MMX 0x0001 ///< standard MMX
9796 ++#define AV_CPU_FLAG_MMXEXT 0x0002 ///< SSE integer functions or AMD MMX ext
9797 ++#define AV_CPU_FLAG_MMX2 0x0002 ///< SSE integer functions or AMD MMX ext
9798 ++#define AV_CPU_FLAG_3DNOW 0x0004 ///< AMD 3DNOW
9799 ++#define AV_CPU_FLAG_SSE 0x0008 ///< SSE functions
9800 ++#define AV_CPU_FLAG_SSE2 0x0010 ///< PIV SSE2 functions
9801 ++#define AV_CPU_FLAG_SSE2SLOW 0x40000000 ///< SSE2 supported, but usually not faster
9802 ++ ///< than regular MMX/SSE (e.g. Core1)
9803 ++#define AV_CPU_FLAG_3DNOWEXT 0x0020 ///< AMD 3DNowExt
9804 ++#define AV_CPU_FLAG_SSE3 0x0040 ///< Prescott SSE3 functions
9805 ++#define AV_CPU_FLAG_SSE3SLOW 0x20000000 ///< SSE3 supported, but usually not faster
9806 ++ ///< than regular MMX/SSE (e.g. Core1)
9807 ++#define AV_CPU_FLAG_SSSE3 0x0080 ///< Conroe SSSE3 functions
9808 ++#define AV_CPU_FLAG_SSSE3SLOW 0x4000000 ///< SSSE3 supported, but usually not faster
9809 ++#define AV_CPU_FLAG_ATOM 0x10000000 ///< Atom processor, some SSSE3 instructions are slower
9810 ++#define AV_CPU_FLAG_SSE4 0x0100 ///< Penryn SSE4.1 functions
9811 ++#define AV_CPU_FLAG_SSE42 0x0200 ///< Nehalem SSE4.2 functions
9812 ++#define AV_CPU_FLAG_AESNI 0x80000 ///< Advanced Encryption Standard functions
9813 ++#define AV_CPU_FLAG_AVX 0x4000 ///< AVX functions: requires OS support even if YMM registers aren't used
9814 ++#define AV_CPU_FLAG_AVXSLOW 0x8000000 ///< AVX supported, but slow when using YMM registers (e.g. Bulldozer)
9815 ++#define AV_CPU_FLAG_XOP 0x0400 ///< Bulldozer XOP functions
9816 ++#define AV_CPU_FLAG_FMA4 0x0800 ///< Bulldozer FMA4 functions
9817 ++#define AV_CPU_FLAG_CMOV 0x1000 ///< supports cmov instruction
9818 ++#define AV_CPU_FLAG_AVX2 0x8000 ///< AVX2 functions: requires OS support even if YMM registers aren't used
9819 ++#define AV_CPU_FLAG_FMA3 0x10000 ///< Haswell FMA3 functions
9820 ++#define AV_CPU_FLAG_BMI1 0x20000 ///< Bit Manipulation Instruction Set 1
9821 ++#define AV_CPU_FLAG_BMI2 0x40000 ///< Bit Manipulation Instruction Set 2
9822 ++#define AV_CPU_FLAG_AVX512 0x100000 ///< AVX-512 functions: requires OS support even if YMM/ZMM registers aren't used
9823 ++
9824 ++#define AV_CPU_FLAG_ALTIVEC 0x0001 ///< standard
9825 ++#define AV_CPU_FLAG_VSX 0x0002 ///< ISA 2.06
9826 ++#define AV_CPU_FLAG_POWER8 0x0004 ///< ISA 2.07
9827 ++
9828 ++#define AV_CPU_FLAG_ARMV5TE (1 << 0)
9829 ++#define AV_CPU_FLAG_ARMV6 (1 << 1)
9830 ++#define AV_CPU_FLAG_ARMV6T2 (1 << 2)
9831 ++#define AV_CPU_FLAG_VFP (1 << 3)
9832 ++#define AV_CPU_FLAG_VFPV3 (1 << 4)
9833 ++#define AV_CPU_FLAG_NEON (1 << 5)
9834 ++#define AV_CPU_FLAG_ARMV8 (1 << 6)
9835 ++#define AV_CPU_FLAG_VFP_VM (1 << 7) ///< VFPv2 vector mode, deprecated in ARMv7-A and unavailable in various CPUs implementations
9836 ++#define AV_CPU_FLAG_SETEND (1 <<16)
9837 ++
9838 ++/**
9839 ++ * Return the flags which specify extensions supported by the CPU.
9840 ++ * The returned value is affected by av_force_cpu_flags() if that was used
9841 ++ * before. So av_get_cpu_flags() can easily be used in an application to
9842 ++ * detect the enabled cpu flags.
9843 ++ */
9844 ++int av_get_cpu_flags(void);
9845 ++
9846 ++/**
9847 ++ * Disables cpu detection and forces the specified flags.
9848 ++ * -1 is a special case that disables forcing of specific flags.
9849 ++ */
9850 ++void av_force_cpu_flags(int flags);
9851 ++
9852 ++/**
9853 ++ * Set a mask on flags returned by av_get_cpu_flags().
9854 ++ * This function is mainly useful for testing.
9855 ++ * Please use av_force_cpu_flags() and av_get_cpu_flags() instead which are more flexible
9856 ++ */
9857 ++attribute_deprecated void av_set_cpu_flags_mask(int mask);
9858 ++
9859 ++/**
9860 ++ * Parse CPU flags from a string.
9861 ++ *
9862 ++ * The returned flags contain the specified flags as well as related unspecified flags.
9863 ++ *
9864 ++ * This function exists only for compatibility with libav.
9865 ++ * Please use av_parse_cpu_caps() when possible.
9866 ++ * @return a combination of AV_CPU_* flags, negative on error.
9867 ++ */
9868 ++attribute_deprecated
9869 ++int av_parse_cpu_flags(const char *s);
9870 ++
9871 ++/**
9872 ++ * Parse CPU caps from a string and update the given AV_CPU_* flags based on that.
9873 ++ *
9874 ++ * @return negative on error.
9875 ++ */
9876 ++int av_parse_cpu_caps(unsigned *flags, const char *s);
9877 ++
9878 ++/**
9879 ++ * @return the number of logical CPU cores present.
9880 ++ */
9881 ++int av_cpu_count(void);
9882 ++
9883 ++/**
9884 ++ * Get the maximum data alignment that may be required by FFmpeg.
9885 ++ *
9886 ++ * Note that this is affected by the build configuration and the CPU flags mask,
9887 ++ * so e.g. if the CPU supports AVX, but libavutil has been built with
9888 ++ * --disable-avx or the AV_CPU_FLAG_AVX flag has been disabled through
9889 ++ * av_set_cpu_flags_mask(), then this function will behave as if AVX is not
9890 ++ * present.
9891 ++ */
9892 ++size_t av_cpu_max_align(void);
9893 ++
9894 ++#endif /* AVUTIL_CPU_H */
9895 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/dict.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/dict.h
9896 +new file mode 100644
9897 +--- /dev/null
9898 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/dict.h
9899 +@@ -0,0 +1,200 @@
9900 ++/*
9901 ++ * This file is part of FFmpeg.
9902 ++ *
9903 ++ * FFmpeg is free software; you can redistribute it and/or
9904 ++ * modify it under the terms of the GNU Lesser General Public
9905 ++ * License as published by the Free Software Foundation; either
9906 ++ * version 2.1 of the License, or (at your option) any later version.
9907 ++ *
9908 ++ * FFmpeg is distributed in the hope that it will be useful,
9909 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
9910 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
9911 ++ * Lesser General Public License for more details.
9912 ++ *
9913 ++ * You should have received a copy of the GNU Lesser General Public
9914 ++ * License along with FFmpeg; if not, write to the Free Software
9915 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
9916 ++ */
9917 ++
9918 ++/**
9919 ++ * @file
9920 ++ * Public dictionary API.
9921 ++ * @deprecated
9922 ++ * AVDictionary is provided for compatibility with libav. It is both in
9923 ++ * implementation as well as API inefficient. It does not scale and is
9924 ++ * extremely slow with large dictionaries.
9925 ++ * It is recommended that new code uses our tree container from tree.c/h
9926 ++ * where applicable, which uses AVL trees to achieve O(log n) performance.
9927 ++ */
9928 ++
9929 ++#ifndef AVUTIL_DICT_H
9930 ++#define AVUTIL_DICT_H
9931 ++
9932 ++#include <stdint.h>
9933 ++
9934 ++#include "version.h"
9935 ++
9936 ++/**
9937 ++ * @addtogroup lavu_dict AVDictionary
9938 ++ * @ingroup lavu_data
9939 ++ *
9940 ++ * @brief Simple key:value store
9941 ++ *
9942 ++ * @{
9943 ++ * Dictionaries are used for storing key:value pairs. To create
9944 ++ * an AVDictionary, simply pass an address of a NULL pointer to
9945 ++ * av_dict_set(). NULL can be used as an empty dictionary wherever
9946 ++ * a pointer to an AVDictionary is required.
9947 ++ * Use av_dict_get() to retrieve an entry or iterate over all
9948 ++ * entries and finally av_dict_free() to free the dictionary
9949 ++ * and all its contents.
9950 ++ *
9951 ++ @code
9952 ++ AVDictionary *d = NULL; // "create" an empty dictionary
9953 ++ AVDictionaryEntry *t = NULL;
9954 ++
9955 ++ av_dict_set(&d, "foo", "bar", 0); // add an entry
9956 ++
9957 ++ char *k = av_strdup("key"); // if your strings are already allocated,
9958 ++ char *v = av_strdup("value"); // you can avoid copying them like this
9959 ++ av_dict_set(&d, k, v, AV_DICT_DONT_STRDUP_KEY | AV_DICT_DONT_STRDUP_VAL);
9960 ++
9961 ++ while (t = av_dict_get(d, "", t, AV_DICT_IGNORE_SUFFIX)) {
9962 ++ <....> // iterate over all entries in d
9963 ++ }
9964 ++ av_dict_free(&d);
9965 ++ @endcode
9966 ++ */
9967 ++
9968 ++#define AV_DICT_MATCH_CASE 1 /**< Only get an entry with exact-case key match. Only relevant in av_dict_get(). */
9969 ++#define AV_DICT_IGNORE_SUFFIX 2 /**< Return first entry in a dictionary whose first part corresponds to the search key,
9970 ++ ignoring the suffix of the found key string. Only relevant in av_dict_get(). */
9971 ++#define AV_DICT_DONT_STRDUP_KEY 4 /**< Take ownership of a key that's been
9972 ++ allocated with av_malloc() or another memory allocation function. */
9973 ++#define AV_DICT_DONT_STRDUP_VAL 8 /**< Take ownership of a value that's been
9974 ++ allocated with av_malloc() or another memory allocation function. */
9975 ++#define AV_DICT_DONT_OVERWRITE 16 ///< Don't overwrite existing entries.
9976 ++#define AV_DICT_APPEND 32 /**< If the entry already exists, append to it. Note that no
9977 ++ delimiter is added, the strings are simply concatenated. */
9978 ++#define AV_DICT_MULTIKEY 64 /**< Allow to store several equal keys in the dictionary */
9979 ++
9980 ++typedef struct AVDictionaryEntry {
9981 ++ char *key;
9982 ++ char *value;
9983 ++} AVDictionaryEntry;
9984 ++
9985 ++typedef struct AVDictionary AVDictionary;
9986 ++
9987 ++/**
9988 ++ * Get a dictionary entry with matching key.
9989 ++ *
9990 ++ * The returned entry key or value must not be changed, or it will
9991 ++ * cause undefined behavior.
9992 ++ *
9993 ++ * To iterate through all the dictionary entries, you can set the matching key
9994 ++ * to the null string "" and set the AV_DICT_IGNORE_SUFFIX flag.
9995 ++ *
9996 ++ * @param prev Set to the previous matching element to find the next.
9997 ++ * If set to NULL the first matching element is returned.
9998 ++ * @param key matching key
9999 ++ * @param flags a collection of AV_DICT_* flags controlling how the entry is retrieved
10000 ++ * @return found entry or NULL in case no matching entry was found in the dictionary
10001 ++ */
10002 ++AVDictionaryEntry *av_dict_get(const AVDictionary *m, const char *key,
10003 ++ const AVDictionaryEntry *prev, int flags);
10004 ++
10005 ++/**
10006 ++ * Get number of entries in dictionary.
10007 ++ *
10008 ++ * @param m dictionary
10009 ++ * @return number of entries in dictionary
10010 ++ */
10011 ++int av_dict_count(const AVDictionary *m);
10012 ++
10013 ++/**
10014 ++ * Set the given entry in *pm, overwriting an existing entry.
10015 ++ *
10016 ++ * Note: If AV_DICT_DONT_STRDUP_KEY or AV_DICT_DONT_STRDUP_VAL is set,
10017 ++ * these arguments will be freed on error.
10018 ++ *
10019 ++ * Warning: Adding a new entry to a dictionary invalidates all existing entries
10020 ++ * previously returned with av_dict_get.
10021 ++ *
10022 ++ * @param pm pointer to a pointer to a dictionary struct. If *pm is NULL
10023 ++ * a dictionary struct is allocated and put in *pm.
10024 ++ * @param key entry key to add to *pm (will either be av_strduped or added as a new key depending on flags)
10025 ++ * @param value entry value to add to *pm (will be av_strduped or added as a new key depending on flags).
10026 ++ * Passing a NULL value will cause an existing entry to be deleted.
10027 ++ * @return >= 0 on success otherwise an error code <0
10028 ++ */
10029 ++int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags);
10030 ++
10031 ++/**
10032 ++ * Convenience wrapper for av_dict_set that converts the value to a string
10033 ++ * and stores it.
10034 ++ *
10035 ++ * Note: If AV_DICT_DONT_STRDUP_KEY is set, key will be freed on error.
10036 ++ */
10037 ++int av_dict_set_int(AVDictionary **pm, const char *key, int64_t value, int flags);
10038 ++
10039 ++/**
10040 ++ * Parse the key/value pairs list and add the parsed entries to a dictionary.
10041 ++ *
10042 ++ * In case of failure, all the successfully set entries are stored in
10043 ++ * *pm. You may need to manually free the created dictionary.
10044 ++ *
10045 ++ * @param key_val_sep a 0-terminated list of characters used to separate
10046 ++ * key from value
10047 ++ * @param pairs_sep a 0-terminated list of characters used to separate
10048 ++ * two pairs from each other
10049 ++ * @param flags flags to use when adding to dictionary.
10050 ++ * AV_DICT_DONT_STRDUP_KEY and AV_DICT_DONT_STRDUP_VAL
10051 ++ * are ignored since the key/value tokens will always
10052 ++ * be duplicated.
10053 ++ * @return 0 on success, negative AVERROR code on failure
10054 ++ */
10055 ++int av_dict_parse_string(AVDictionary **pm, const char *str,
10056 ++ const char *key_val_sep, const char *pairs_sep,
10057 ++ int flags);
10058 ++
10059 ++/**
10060 ++ * Copy entries from one AVDictionary struct into another.
10061 ++ * @param dst pointer to a pointer to a AVDictionary struct. If *dst is NULL,
10062 ++ * this function will allocate a struct for you and put it in *dst
10063 ++ * @param src pointer to source AVDictionary struct
10064 ++ * @param flags flags to use when setting entries in *dst
10065 ++ * @note metadata is read using the AV_DICT_IGNORE_SUFFIX flag
10066 ++ * @return 0 on success, negative AVERROR code on failure. If dst was allocated
10067 ++ * by this function, callers should free the associated memory.
10068 ++ */
10069 ++int av_dict_copy(AVDictionary **dst, const AVDictionary *src, int flags);
10070 ++
10071 ++/**
10072 ++ * Free all the memory allocated for an AVDictionary struct
10073 ++ * and all keys and values.
10074 ++ */
10075 ++void av_dict_free(AVDictionary **m);
10076 ++
10077 ++/**
10078 ++ * Get dictionary entries as a string.
10079 ++ *
10080 ++ * Create a string containing dictionary's entries.
10081 ++ * Such string may be passed back to av_dict_parse_string().
10082 ++ * @note String is escaped with backslashes ('\').
10083 ++ *
10084 ++ * @param[in] m dictionary
10085 ++ * @param[out] buffer Pointer to buffer that will be allocated with string containg entries.
10086 ++ * Buffer must be freed by the caller when is no longer needed.
10087 ++ * @param[in] key_val_sep character used to separate key from value
10088 ++ * @param[in] pairs_sep character used to separate two pairs from each other
10089 ++ * @return >= 0 on success, negative on error
10090 ++ * @warning Separators cannot be neither '\\' nor '\0'. They also cannot be the same.
10091 ++ */
10092 ++int av_dict_get_string(const AVDictionary *m, char **buffer,
10093 ++ const char key_val_sep, const char pairs_sep);
10094 ++
10095 ++/**
10096 ++ * @}
10097 ++ */
10098 ++
10099 ++#endif /* AVUTIL_DICT_H */
10100 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/error.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/error.h
10101 +new file mode 100644
10102 +--- /dev/null
10103 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/error.h
10104 +@@ -0,0 +1,126 @@
10105 ++/*
10106 ++ * This file is part of FFmpeg.
10107 ++ *
10108 ++ * FFmpeg is free software; you can redistribute it and/or
10109 ++ * modify it under the terms of the GNU Lesser General Public
10110 ++ * License as published by the Free Software Foundation; either
10111 ++ * version 2.1 of the License, or (at your option) any later version.
10112 ++ *
10113 ++ * FFmpeg is distributed in the hope that it will be useful,
10114 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10115 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
10116 ++ * Lesser General Public License for more details.
10117 ++ *
10118 ++ * You should have received a copy of the GNU Lesser General Public
10119 ++ * License along with FFmpeg; if not, write to the Free Software
10120 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
10121 ++ */
10122 ++
10123 ++/**
10124 ++ * @file
10125 ++ * error code definitions
10126 ++ */
10127 ++
10128 ++#ifndef AVUTIL_ERROR_H
10129 ++#define AVUTIL_ERROR_H
10130 ++
10131 ++#include <errno.h>
10132 ++#include <stddef.h>
10133 ++
10134 ++/**
10135 ++ * @addtogroup lavu_error
10136 ++ *
10137 ++ * @{
10138 ++ */
10139 ++
10140 ++
10141 ++/* error handling */
10142 ++#if EDOM > 0
10143 ++#define AVERROR(e) (-(e)) ///< Returns a negative error code from a POSIX error code, to return from library functions.
10144 ++#define AVUNERROR(e) (-(e)) ///< Returns a POSIX error code from a library function error return value.
10145 ++#else
10146 ++/* Some platforms have E* and errno already negated. */
10147 ++#define AVERROR(e) (e)
10148 ++#define AVUNERROR(e) (e)
10149 ++#endif
10150 ++
10151 ++#define FFERRTAG(a, b, c, d) (-(int)MKTAG(a, b, c, d))
10152 ++
10153 ++#define AVERROR_BSF_NOT_FOUND FFERRTAG(0xF8,'B','S','F') ///< Bitstream filter not found
10154 ++#define AVERROR_BUG FFERRTAG( 'B','U','G','!') ///< Internal bug, also see AVERROR_BUG2
10155 ++#define AVERROR_BUFFER_TOO_SMALL FFERRTAG( 'B','U','F','S') ///< Buffer too small
10156 ++#define AVERROR_DECODER_NOT_FOUND FFERRTAG(0xF8,'D','E','C') ///< Decoder not found
10157 ++#define AVERROR_DEMUXER_NOT_FOUND FFERRTAG(0xF8,'D','E','M') ///< Demuxer not found
10158 ++#define AVERROR_ENCODER_NOT_FOUND FFERRTAG(0xF8,'E','N','C') ///< Encoder not found
10159 ++#define AVERROR_EOF FFERRTAG( 'E','O','F',' ') ///< End of file
10160 ++#define AVERROR_EXIT FFERRTAG( 'E','X','I','T') ///< Immediate exit was requested; the called function should not be restarted
10161 ++#define AVERROR_EXTERNAL FFERRTAG( 'E','X','T',' ') ///< Generic error in an external library
10162 ++#define AVERROR_FILTER_NOT_FOUND FFERRTAG(0xF8,'F','I','L') ///< Filter not found
10163 ++#define AVERROR_INVALIDDATA FFERRTAG( 'I','N','D','A') ///< Invalid data found when processing input
10164 ++#define AVERROR_MUXER_NOT_FOUND FFERRTAG(0xF8,'M','U','X') ///< Muxer not found
10165 ++#define AVERROR_OPTION_NOT_FOUND FFERRTAG(0xF8,'O','P','T') ///< Option not found
10166 ++#define AVERROR_PATCHWELCOME FFERRTAG( 'P','A','W','E') ///< Not yet implemented in FFmpeg, patches welcome
10167 ++#define AVERROR_PROTOCOL_NOT_FOUND FFERRTAG(0xF8,'P','R','O') ///< Protocol not found
10168 ++
10169 ++#define AVERROR_STREAM_NOT_FOUND FFERRTAG(0xF8,'S','T','R') ///< Stream not found
10170 ++/**
10171 ++ * This is semantically identical to AVERROR_BUG
10172 ++ * it has been introduced in Libav after our AVERROR_BUG and with a modified value.
10173 ++ */
10174 ++#define AVERROR_BUG2 FFERRTAG( 'B','U','G',' ')
10175 ++#define AVERROR_UNKNOWN FFERRTAG( 'U','N','K','N') ///< Unknown error, typically from an external library
10176 ++#define AVERROR_EXPERIMENTAL (-0x2bb2afa8) ///< Requested feature is flagged experimental. Set strict_std_compliance if you really want to use it.
10177 ++#define AVERROR_INPUT_CHANGED (-0x636e6701) ///< Input changed between calls. Reconfiguration is required. (can be OR-ed with AVERROR_OUTPUT_CHANGED)
10178 ++#define AVERROR_OUTPUT_CHANGED (-0x636e6702) ///< Output changed between calls. Reconfiguration is required. (can be OR-ed with AVERROR_INPUT_CHANGED)
10179 ++/* HTTP & RTSP errors */
10180 ++#define AVERROR_HTTP_BAD_REQUEST FFERRTAG(0xF8,'4','0','0')
10181 ++#define AVERROR_HTTP_UNAUTHORIZED FFERRTAG(0xF8,'4','0','1')
10182 ++#define AVERROR_HTTP_FORBIDDEN FFERRTAG(0xF8,'4','0','3')
10183 ++#define AVERROR_HTTP_NOT_FOUND FFERRTAG(0xF8,'4','0','4')
10184 ++#define AVERROR_HTTP_OTHER_4XX FFERRTAG(0xF8,'4','X','X')
10185 ++#define AVERROR_HTTP_SERVER_ERROR FFERRTAG(0xF8,'5','X','X')
10186 ++
10187 ++#define AV_ERROR_MAX_STRING_SIZE 64
10188 ++
10189 ++/**
10190 ++ * Put a description of the AVERROR code errnum in errbuf.
10191 ++ * In case of failure the global variable errno is set to indicate the
10192 ++ * error. Even in case of failure av_strerror() will print a generic
10193 ++ * error message indicating the errnum provided to errbuf.
10194 ++ *
10195 ++ * @param errnum error code to describe
10196 ++ * @param errbuf buffer to which description is written
10197 ++ * @param errbuf_size the size in bytes of errbuf
10198 ++ * @return 0 on success, a negative value if a description for errnum
10199 ++ * cannot be found
10200 ++ */
10201 ++int av_strerror(int errnum, char *errbuf, size_t errbuf_size);
10202 ++
10203 ++/**
10204 ++ * Fill the provided buffer with a string containing an error string
10205 ++ * corresponding to the AVERROR code errnum.
10206 ++ *
10207 ++ * @param errbuf a buffer
10208 ++ * @param errbuf_size size in bytes of errbuf
10209 ++ * @param errnum error code to describe
10210 ++ * @return the buffer in input, filled with the error description
10211 ++ * @see av_strerror()
10212 ++ */
10213 ++static inline char *av_make_error_string(char *errbuf, size_t errbuf_size, int errnum)
10214 ++{
10215 ++ av_strerror(errnum, errbuf, errbuf_size);
10216 ++ return errbuf;
10217 ++}
10218 ++
10219 ++/**
10220 ++ * Convenience macro, the return value should be used only directly in
10221 ++ * function arguments but never stand-alone.
10222 ++ */
10223 ++#define av_err2str(errnum) \
10224 ++ av_make_error_string((char[AV_ERROR_MAX_STRING_SIZE]){0}, AV_ERROR_MAX_STRING_SIZE, errnum)
10225 ++
10226 ++/**
10227 ++ * @}
10228 ++ */
10229 ++
10230 ++#endif /* AVUTIL_ERROR_H */
10231 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/frame.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/frame.h
10232 +new file mode 100644
10233 +--- /dev/null
10234 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/frame.h
10235 +@@ -0,0 +1,893 @@
10236 ++/*
10237 ++ * This file is part of FFmpeg.
10238 ++ *
10239 ++ * FFmpeg is free software; you can redistribute it and/or
10240 ++ * modify it under the terms of the GNU Lesser General Public
10241 ++ * License as published by the Free Software Foundation; either
10242 ++ * version 2.1 of the License, or (at your option) any later version.
10243 ++ *
10244 ++ * FFmpeg is distributed in the hope that it will be useful,
10245 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
10246 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
10247 ++ * Lesser General Public License for more details.
10248 ++ *
10249 ++ * You should have received a copy of the GNU Lesser General Public
10250 ++ * License along with FFmpeg; if not, write to the Free Software
10251 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
10252 ++ */
10253 ++
10254 ++/**
10255 ++ * @file
10256 ++ * @ingroup lavu_frame
10257 ++ * reference-counted frame API
10258 ++ */
10259 ++
10260 ++#ifndef AVUTIL_FRAME_H
10261 ++#define AVUTIL_FRAME_H
10262 ++
10263 ++#include <stddef.h>
10264 ++#include <stdint.h>
10265 ++
10266 ++#include "avutil.h"
10267 ++#include "buffer.h"
10268 ++#include "dict.h"
10269 ++#include "rational.h"
10270 ++#include "samplefmt.h"
10271 ++#include "pixfmt.h"
10272 ++#include "version.h"
10273 ++
10274 ++
10275 ++/**
10276 ++ * @defgroup lavu_frame AVFrame
10277 ++ * @ingroup lavu_data
10278 ++ *
10279 ++ * @{
10280 ++ * AVFrame is an abstraction for reference-counted raw multimedia data.
10281 ++ */
10282 ++
10283 ++enum AVFrameSideDataType {
10284 ++ /**
10285 ++ * The data is the AVPanScan struct defined in libavcodec.
10286 ++ */
10287 ++ AV_FRAME_DATA_PANSCAN,
10288 ++ /**
10289 ++ * ATSC A53 Part 4 Closed Captions.
10290 ++ * A53 CC bitstream is stored as uint8_t in AVFrameSideData.data.
10291 ++ * The number of bytes of CC data is AVFrameSideData.size.
10292 ++ */
10293 ++ AV_FRAME_DATA_A53_CC,
10294 ++ /**
10295 ++ * Stereoscopic 3d metadata.
10296 ++ * The data is the AVStereo3D struct defined in libavutil/stereo3d.h.
10297 ++ */
10298 ++ AV_FRAME_DATA_STEREO3D,
10299 ++ /**
10300 ++ * The data is the AVMatrixEncoding enum defined in libavutil/channel_layout.h.
10301 ++ */
10302 ++ AV_FRAME_DATA_MATRIXENCODING,
10303 ++ /**
10304 ++ * Metadata relevant to a downmix procedure.
10305 ++ * The data is the AVDownmixInfo struct defined in libavutil/downmix_info.h.
10306 ++ */
10307 ++ AV_FRAME_DATA_DOWNMIX_INFO,
10308 ++ /**
10309 ++ * ReplayGain information in the form of the AVReplayGain struct.
10310 ++ */
10311 ++ AV_FRAME_DATA_REPLAYGAIN,
10312 ++ /**
10313 ++ * This side data contains a 3x3 transformation matrix describing an affine
10314 ++ * transformation that needs to be applied to the frame for correct
10315 ++ * presentation.
10316 ++ *
10317 ++ * See libavutil/display.h for a detailed description of the data.
10318 ++ */
10319 ++ AV_FRAME_DATA_DISPLAYMATRIX,
10320 ++ /**
10321 ++ * Active Format Description data consisting of a single byte as specified
10322 ++ * in ETSI TS 101 154 using AVActiveFormatDescription enum.
10323 ++ */
10324 ++ AV_FRAME_DATA_AFD,
10325 ++ /**
10326 ++ * Motion vectors exported by some codecs (on demand through the export_mvs
10327 ++ * flag set in the libavcodec AVCodecContext flags2 option).
10328 ++ * The data is the AVMotionVector struct defined in
10329 ++ * libavutil/motion_vector.h.
10330 ++ */
10331 ++ AV_FRAME_DATA_MOTION_VECTORS,
10332 ++ /**
10333 ++ * Recommmends skipping the specified number of samples. This is exported
10334 ++ * only if the "skip_manual" AVOption is set in libavcodec.
10335 ++ * This has the same format as AV_PKT_DATA_SKIP_SAMPLES.
10336 ++ * @code
10337 ++ * u32le number of samples to skip from start of this packet
10338 ++ * u32le number of samples to skip from end of this packet
10339 ++ * u8 reason for start skip
10340 ++ * u8 reason for end skip (0=padding silence, 1=convergence)
10341 ++ * @endcode
10342 ++ */
10343 ++ AV_FRAME_DATA_SKIP_SAMPLES,
10344 ++ /**
10345 ++ * This side data must be associated with an audio frame and corresponds to
10346 ++ * enum AVAudioServiceType defined in avcodec.h.
10347 ++ */
10348 ++ AV_FRAME_DATA_AUDIO_SERVICE_TYPE,
10349 ++ /**
10350 ++ * Mastering display metadata associated with a video frame. The payload is
10351 ++ * an AVMasteringDisplayMetadata type and contains information about the
10352 ++ * mastering display color volume.
10353 ++ */
10354 ++ AV_FRAME_DATA_MASTERING_DISPLAY_METADATA,
10355 ++ /**
10356 ++ * The GOP timecode in 25 bit timecode format. Data format is 64-bit integer.
10357 ++ * This is set on the first frame of a GOP that has a temporal reference of 0.
10358 ++ */
10359 ++ AV_FRAME_DATA_GOP_TIMECODE,
10360 ++
10361 ++ /**
10362 ++ * The data represents the AVSphericalMapping structure defined in
10363 ++ * libavutil/spherical.h.
10364 ++ */
10365 ++ AV_FRAME_DATA_SPHERICAL,
10366 ++
10367 ++ /**
10368 ++ * Content light level (based on CTA-861.3). This payload contains data in
10369 ++ * the form of the AVContentLightMetadata struct.
10370 ++ */
10371 ++ AV_FRAME_DATA_CONTENT_LIGHT_LEVEL,
10372 ++
10373 ++ /**
10374 ++ * The data contains an ICC profile as an opaque octet buffer following the
10375 ++ * format described by ISO 15076-1 with an optional name defined in the
10376 ++ * metadata key entry "name".
10377 ++ */
10378 ++ AV_FRAME_DATA_ICC_PROFILE,
10379 ++
10380 ++#if FF_API_FRAME_QP
10381 ++ /**
10382 ++ * Implementation-specific description of the format of AV_FRAME_QP_TABLE_DATA.
10383 ++ * The contents of this side data are undocumented and internal; use
10384 ++ * av_frame_set_qp_table() and av_frame_get_qp_table() to access this in a
10385 ++ * meaningful way instead.
10386 ++ */
10387 ++ AV_FRAME_DATA_QP_TABLE_PROPERTIES,
10388 ++
10389 ++ /**
10390 ++ * Raw QP table data. Its format is described by
10391 ++ * AV_FRAME_DATA_QP_TABLE_PROPERTIES. Use av_frame_set_qp_table() and
10392 ++ * av_frame_get_qp_table() to access this instead.
10393 ++ */
10394 ++ AV_FRAME_DATA_QP_TABLE_DATA,
10395 ++#endif
10396 ++};
10397 ++
10398 ++enum AVActiveFormatDescription {
10399 ++ AV_AFD_SAME = 8,
10400 ++ AV_AFD_4_3 = 9,
10401 ++ AV_AFD_16_9 = 10,
10402 ++ AV_AFD_14_9 = 11,
10403 ++ AV_AFD_4_3_SP_14_9 = 13,
10404 ++ AV_AFD_16_9_SP_14_9 = 14,
10405 ++ AV_AFD_SP_4_3 = 15,
10406 ++};
10407 ++
10408 ++
10409 ++/**
10410 ++ * Structure to hold side data for an AVFrame.
10411 ++ *
10412 ++ * sizeof(AVFrameSideData) is not a part of the public ABI, so new fields may be added
10413 ++ * to the end with a minor bump.
10414 ++ */
10415 ++typedef struct AVFrameSideData {
10416 ++ enum AVFrameSideDataType type;
10417 ++ uint8_t *data;
10418 ++ int size;
10419 ++ AVDictionary *metadata;
10420 ++ AVBufferRef *buf;
10421 ++} AVFrameSideData;
10422 ++
10423 ++/**
10424 ++ * This structure describes decoded (raw) audio or video data.
10425 ++ *
10426 ++ * AVFrame must be allocated using av_frame_alloc(). Note that this only
10427 ++ * allocates the AVFrame itself, the buffers for the data must be managed
10428 ++ * through other means (see below).
10429 ++ * AVFrame must be freed with av_frame_free().
10430 ++ *
10431 ++ * AVFrame is typically allocated once and then reused multiple times to hold
10432 ++ * different data (e.g. a single AVFrame to hold frames received from a
10433 ++ * decoder). In such a case, av_frame_unref() will free any references held by
10434 ++ * the frame and reset it to its original clean state before it
10435 ++ * is reused again.
10436 ++ *
10437 ++ * The data described by an AVFrame is usually reference counted through the
10438 ++ * AVBuffer API. The underlying buffer references are stored in AVFrame.buf /
10439 ++ * AVFrame.extended_buf. An AVFrame is considered to be reference counted if at
10440 ++ * least one reference is set, i.e. if AVFrame.buf[0] != NULL. In such a case,
10441 ++ * every single data plane must be contained in one of the buffers in
10442 ++ * AVFrame.buf or AVFrame.extended_buf.
10443 ++ * There may be a single buffer for all the data, or one separate buffer for
10444 ++ * each plane, or anything in between.
10445 ++ *
10446 ++ * sizeof(AVFrame) is not a part of the public ABI, so new fields may be added
10447 ++ * to the end with a minor bump.
10448 ++ *
10449 ++ * Fields can be accessed through AVOptions, the name string used, matches the
10450 ++ * C structure field name for fields accessible through AVOptions. The AVClass
10451 ++ * for AVFrame can be obtained from avcodec_get_frame_class()
10452 ++ */
10453 ++typedef struct AVFrame {
10454 ++#define AV_NUM_DATA_POINTERS 8
10455 ++ /**
10456 ++ * pointer to the picture/channel planes.
10457 ++ * This might be different from the first allocated byte
10458 ++ *
10459 ++ * Some decoders access areas outside 0,0 - width,height, please
10460 ++ * see avcodec_align_dimensions2(). Some filters and swscale can read
10461 ++ * up to 16 bytes beyond the planes, if these filters are to be used,
10462 ++ * then 16 extra bytes must be allocated.
10463 ++ *
10464 ++ * NOTE: Except for hwaccel formats, pointers not needed by the format
10465 ++ * MUST be set to NULL.
10466 ++ */
10467 ++ uint8_t *data[AV_NUM_DATA_POINTERS];
10468 ++
10469 ++ /**
10470 ++ * For video, size in bytes of each picture line.
10471 ++ * For audio, size in bytes of each plane.
10472 ++ *
10473 ++ * For audio, only linesize[0] may be set. For planar audio, each channel
10474 ++ * plane must be the same size.
10475 ++ *
10476 ++ * For video the linesizes should be multiples of the CPUs alignment
10477 ++ * preference, this is 16 or 32 for modern desktop CPUs.
10478 ++ * Some code requires such alignment other code can be slower without
10479 ++ * correct alignment, for yet other it makes no difference.
10480 ++ *
10481 ++ * @note The linesize may be larger than the size of usable data -- there
10482 ++ * may be extra padding present for performance reasons.
10483 ++ */
10484 ++ int linesize[AV_NUM_DATA_POINTERS];
10485 ++
10486 ++ /**
10487 ++ * pointers to the data planes/channels.
10488 ++ *
10489 ++ * For video, this should simply point to data[].
10490 ++ *
10491 ++ * For planar audio, each channel has a separate data pointer, and
10492 ++ * linesize[0] contains the size of each channel buffer.
10493 ++ * For packed audio, there is just one data pointer, and linesize[0]
10494 ++ * contains the total size of the buffer for all channels.
10495 ++ *
10496 ++ * Note: Both data and extended_data should always be set in a valid frame,
10497 ++ * but for planar audio with more channels that can fit in data,
10498 ++ * extended_data must be used in order to access all channels.
10499 ++ */
10500 ++ uint8_t **extended_data;
10501 ++
10502 ++ /**
10503 ++ * @name Video dimensions
10504 ++ * Video frames only. The coded dimensions (in pixels) of the video frame,
10505 ++ * i.e. the size of the rectangle that contains some well-defined values.
10506 ++ *
10507 ++ * @note The part of the frame intended for display/presentation is further
10508 ++ * restricted by the @ref cropping "Cropping rectangle".
10509 ++ * @{
10510 ++ */
10511 ++ int width, height;
10512 ++ /**
10513 ++ * @}
10514 ++ */
10515 ++
10516 ++ /**
10517 ++ * number of audio samples (per channel) described by this frame
10518 ++ */
10519 ++ int nb_samples;
10520 ++
10521 ++ /**
10522 ++ * format of the frame, -1 if unknown or unset
10523 ++ * Values correspond to enum AVPixelFormat for video frames,
10524 ++ * enum AVSampleFormat for audio)
10525 ++ */
10526 ++ int format;
10527 ++
10528 ++ /**
10529 ++ * 1 -> keyframe, 0-> not
10530 ++ */
10531 ++ int key_frame;
10532 ++
10533 ++ /**
10534 ++ * Picture type of the frame.
10535 ++ */
10536 ++ enum AVPictureType pict_type;
10537 ++
10538 ++ /**
10539 ++ * Sample aspect ratio for the video frame, 0/1 if unknown/unspecified.
10540 ++ */
10541 ++ AVRational sample_aspect_ratio;
10542 ++
10543 ++ /**
10544 ++ * Presentation timestamp in time_base units (time when frame should be shown to user).
10545 ++ */
10546 ++ int64_t pts;
10547 ++
10548 ++#if FF_API_PKT_PTS
10549 ++ /**
10550 ++ * PTS copied from the AVPacket that was decoded to produce this frame.
10551 ++ * @deprecated use the pts field instead
10552 ++ */
10553 ++ attribute_deprecated
10554 ++ int64_t pkt_pts;
10555 ++#endif
10556 ++
10557 ++ /**
10558 ++ * DTS copied from the AVPacket that triggered returning this frame. (if frame threading isn't used)
10559 ++ * This is also the Presentation time of this AVFrame calculated from
10560 ++ * only AVPacket.dts values without pts values.
10561 ++ */
10562 ++ int64_t pkt_dts;
10563 ++
10564 ++ /**
10565 ++ * picture number in bitstream order
10566 ++ */
10567 ++ int coded_picture_number;
10568 ++ /**
10569 ++ * picture number in display order
10570 ++ */
10571 ++ int display_picture_number;
10572 ++
10573 ++ /**
10574 ++ * quality (between 1 (good) and FF_LAMBDA_MAX (bad))
10575 ++ */
10576 ++ int quality;
10577 ++
10578 ++ /**
10579 ++ * for some private data of the user
10580 ++ */
10581 ++ void *opaque;
10582 ++
10583 ++#if FF_API_ERROR_FRAME
10584 ++ /**
10585 ++ * @deprecated unused
10586 ++ */
10587 ++ attribute_deprecated
10588 ++ uint64_t error[AV_NUM_DATA_POINTERS];
10589 ++#endif
10590 ++
10591 ++ /**
10592 ++ * When decoding, this signals how much the picture must be delayed.
10593 ++ * extra_delay = repeat_pict / (2*fps)
10594 ++ */
10595 ++ int repeat_pict;
10596 ++
10597 ++ /**
10598 ++ * The content of the picture is interlaced.
10599 ++ */
10600 ++ int interlaced_frame;
10601 ++
10602 ++ /**
10603 ++ * If the content is interlaced, is top field displayed first.
10604 ++ */
10605 ++ int top_field_first;
10606 ++
10607 ++ /**
10608 ++ * Tell user application that palette has changed from previous frame.
10609 ++ */
10610 ++ int palette_has_changed;
10611 ++
10612 ++ /**
10613 ++ * reordered opaque 64 bits (generally an integer or a double precision float
10614 ++ * PTS but can be anything).
10615 ++ * The user sets AVCodecContext.reordered_opaque to represent the input at
10616 ++ * that time,
10617 ++ * the decoder reorders values as needed and sets AVFrame.reordered_opaque
10618 ++ * to exactly one of the values provided by the user through AVCodecContext.reordered_opaque
10619 ++ * @deprecated in favor of pkt_pts
10620 ++ */
10621 ++ int64_t reordered_opaque;
10622 ++
10623 ++ /**
10624 ++ * Sample rate of the audio data.
10625 ++ */
10626 ++ int sample_rate;
10627 ++
10628 ++ /**
10629 ++ * Channel layout of the audio data.
10630 ++ */
10631 ++ uint64_t channel_layout;
10632 ++
10633 ++ /**
10634 ++ * AVBuffer references backing the data for this frame. If all elements of
10635 ++ * this array are NULL, then this frame is not reference counted. This array
10636 ++ * must be filled contiguously -- if buf[i] is non-NULL then buf[j] must
10637 ++ * also be non-NULL for all j < i.
10638 ++ *
10639 ++ * There may be at most one AVBuffer per data plane, so for video this array
10640 ++ * always contains all the references. For planar audio with more than
10641 ++ * AV_NUM_DATA_POINTERS channels, there may be more buffers than can fit in
10642 ++ * this array. Then the extra AVBufferRef pointers are stored in the
10643 ++ * extended_buf array.
10644 ++ */
10645 ++ AVBufferRef *buf[AV_NUM_DATA_POINTERS];
10646 ++
10647 ++ /**
10648 ++ * For planar audio which requires more than AV_NUM_DATA_POINTERS
10649 ++ * AVBufferRef pointers, this array will hold all the references which
10650 ++ * cannot fit into AVFrame.buf.
10651 ++ *
10652 ++ * Note that this is different from AVFrame.extended_data, which always
10653 ++ * contains all the pointers. This array only contains the extra pointers,
10654 ++ * which cannot fit into AVFrame.buf.
10655 ++ *
10656 ++ * This array is always allocated using av_malloc() by whoever constructs
10657 ++ * the frame. It is freed in av_frame_unref().
10658 ++ */
10659 ++ AVBufferRef **extended_buf;
10660 ++ /**
10661 ++ * Number of elements in extended_buf.
10662 ++ */
10663 ++ int nb_extended_buf;
10664 ++
10665 ++ AVFrameSideData **side_data;
10666 ++ int nb_side_data;
10667 ++
10668 ++/**
10669 ++ * @defgroup lavu_frame_flags AV_FRAME_FLAGS
10670 ++ * @ingroup lavu_frame
10671 ++ * Flags describing additional frame properties.
10672 ++ *
10673 ++ * @{
10674 ++ */
10675 ++
10676 ++/**
10677 ++ * The frame data may be corrupted, e.g. due to decoding errors.
10678 ++ */
10679 ++#define AV_FRAME_FLAG_CORRUPT (1 << 0)
10680 ++/**
10681 ++ * A flag to mark the frames which need to be decoded, but shouldn't be output.
10682 ++ */
10683 ++#define AV_FRAME_FLAG_DISCARD (1 << 2)
10684 ++/**
10685 ++ * @}
10686 ++ */
10687 ++
10688 ++ /**
10689 ++ * Frame flags, a combination of @ref lavu_frame_flags
10690 ++ */
10691 ++ int flags;
10692 ++
10693 ++ /**
10694 ++ * MPEG vs JPEG YUV range.
10695 ++ * - encoding: Set by user
10696 ++ * - decoding: Set by libavcodec
10697 ++ */
10698 ++ enum AVColorRange color_range;
10699 ++
10700 ++ enum AVColorPrimaries color_primaries;
10701 ++
10702 ++ enum AVColorTransferCharacteristic color_trc;
10703 ++
10704 ++ /**
10705 ++ * YUV colorspace type.
10706 ++ * - encoding: Set by user
10707 ++ * - decoding: Set by libavcodec
10708 ++ */
10709 ++ enum AVColorSpace colorspace;
10710 ++
10711 ++ enum AVChromaLocation chroma_location;
10712 ++
10713 ++ /**
10714 ++ * frame timestamp estimated using various heuristics, in stream time base
10715 ++ * - encoding: unused
10716 ++ * - decoding: set by libavcodec, read by user.
10717 ++ */
10718 ++ int64_t best_effort_timestamp;
10719 ++
10720 ++ /**
10721 ++ * reordered pos from the last AVPacket that has been input into the decoder
10722 ++ * - encoding: unused
10723 ++ * - decoding: Read by user.
10724 ++ */
10725 ++ int64_t pkt_pos;
10726 ++
10727 ++ /**
10728 ++ * duration of the corresponding packet, expressed in
10729 ++ * AVStream->time_base units, 0 if unknown.
10730 ++ * - encoding: unused
10731 ++ * - decoding: Read by user.
10732 ++ */
10733 ++ int64_t pkt_duration;
10734 ++
10735 ++ /**
10736 ++ * metadata.
10737 ++ * - encoding: Set by user.
10738 ++ * - decoding: Set by libavcodec.
10739 ++ */
10740 ++ AVDictionary *metadata;
10741 ++
10742 ++ /**
10743 ++ * decode error flags of the frame, set to a combination of
10744 ++ * FF_DECODE_ERROR_xxx flags if the decoder produced a frame, but there
10745 ++ * were errors during the decoding.
10746 ++ * - encoding: unused
10747 ++ * - decoding: set by libavcodec, read by user.
10748 ++ */
10749 ++ int decode_error_flags;
10750 ++#define FF_DECODE_ERROR_INVALID_BITSTREAM 1
10751 ++#define FF_DECODE_ERROR_MISSING_REFERENCE 2
10752 ++
10753 ++ /**
10754 ++ * number of audio channels, only used for audio.
10755 ++ * - encoding: unused
10756 ++ * - decoding: Read by user.
10757 ++ */
10758 ++ int channels;
10759 ++
10760 ++ /**
10761 ++ * size of the corresponding packet containing the compressed
10762 ++ * frame.
10763 ++ * It is set to a negative value if unknown.
10764 ++ * - encoding: unused
10765 ++ * - decoding: set by libavcodec, read by user.
10766 ++ */
10767 ++ int pkt_size;
10768 ++
10769 ++#if FF_API_FRAME_QP
10770 ++ /**
10771 ++ * QP table
10772 ++ */
10773 ++ attribute_deprecated
10774 ++ int8_t *qscale_table;
10775 ++ /**
10776 ++ * QP store stride
10777 ++ */
10778 ++ attribute_deprecated
10779 ++ int qstride;
10780 ++
10781 ++ attribute_deprecated
10782 ++ int qscale_type;
10783 ++
10784 ++ attribute_deprecated
10785 ++ AVBufferRef *qp_table_buf;
10786 ++#endif
10787 ++ /**
10788 ++ * For hwaccel-format frames, this should be a reference to the
10789 ++ * AVHWFramesContext describing the frame.
10790 ++ */
10791 ++ AVBufferRef *hw_frames_ctx;
10792 ++
10793 ++ /**
10794 ++ * AVBufferRef for free use by the API user. FFmpeg will never check the
10795 ++ * contents of the buffer ref. FFmpeg calls av_buffer_unref() on it when
10796 ++ * the frame is unreferenced. av_frame_copy_props() calls create a new
10797 ++ * reference with av_buffer_ref() for the target frame's opaque_ref field.
10798 ++ *
10799 ++ * This is unrelated to the opaque field, although it serves a similar
10800 ++ * purpose.
10801 ++ */
10802 ++ AVBufferRef *opaque_ref;
10803 ++
10804 ++ /**
10805 ++ * @anchor cropping
10806 ++ * @name Cropping
10807 ++ * Video frames only. The number of pixels to discard from the the
10808 ++ * top/bottom/left/right border of the frame to obtain the sub-rectangle of
10809 ++ * the frame intended for presentation.
10810 ++ * @{
10811 ++ */
10812 ++ size_t crop_top;
10813 ++ size_t crop_bottom;
10814 ++ size_t crop_left;
10815 ++ size_t crop_right;
10816 ++ /**
10817 ++ * @}
10818 ++ */
10819 ++
10820 ++ /**
10821 ++ * AVBufferRef for internal use by a single libav* library.
10822 ++ * Must not be used to transfer data between libraries.
10823 ++ * Has to be NULL when ownership of the frame leaves the respective library.
10824 ++ *
10825 ++ * Code outside the FFmpeg libs should never check or change the contents of the buffer ref.
10826 ++ *
10827 ++ * FFmpeg calls av_buffer_unref() on it when the frame is unreferenced.
10828 ++ * av_frame_copy_props() calls create a new reference with av_buffer_ref()
10829 ++ * for the target frame's private_ref field.
10830 ++ */
10831 ++ AVBufferRef *private_ref;
10832 ++} AVFrame;
10833 ++
10834 ++#if FF_API_FRAME_GET_SET
10835 ++/**
10836 ++ * Accessors for some AVFrame fields. These used to be provided for ABI
10837 ++ * compatibility, and do not need to be used anymore.
10838 ++ */
10839 ++attribute_deprecated
10840 ++int64_t av_frame_get_best_effort_timestamp(const AVFrame *frame);
10841 ++attribute_deprecated
10842 ++void av_frame_set_best_effort_timestamp(AVFrame *frame, int64_t val);
10843 ++attribute_deprecated
10844 ++int64_t av_frame_get_pkt_duration (const AVFrame *frame);
10845 ++attribute_deprecated
10846 ++void av_frame_set_pkt_duration (AVFrame *frame, int64_t val);
10847 ++attribute_deprecated
10848 ++int64_t av_frame_get_pkt_pos (const AVFrame *frame);
10849 ++attribute_deprecated
10850 ++void av_frame_set_pkt_pos (AVFrame *frame, int64_t val);
10851 ++attribute_deprecated
10852 ++int64_t av_frame_get_channel_layout (const AVFrame *frame);
10853 ++attribute_deprecated
10854 ++void av_frame_set_channel_layout (AVFrame *frame, int64_t val);
10855 ++attribute_deprecated
10856 ++int av_frame_get_channels (const AVFrame *frame);
10857 ++attribute_deprecated
10858 ++void av_frame_set_channels (AVFrame *frame, int val);
10859 ++attribute_deprecated
10860 ++int av_frame_get_sample_rate (const AVFrame *frame);
10861 ++attribute_deprecated
10862 ++void av_frame_set_sample_rate (AVFrame *frame, int val);
10863 ++attribute_deprecated
10864 ++AVDictionary *av_frame_get_metadata (const AVFrame *frame);
10865 ++attribute_deprecated
10866 ++void av_frame_set_metadata (AVFrame *frame, AVDictionary *val);
10867 ++attribute_deprecated
10868 ++int av_frame_get_decode_error_flags (const AVFrame *frame);
10869 ++attribute_deprecated
10870 ++void av_frame_set_decode_error_flags (AVFrame *frame, int val);
10871 ++attribute_deprecated
10872 ++int av_frame_get_pkt_size(const AVFrame *frame);
10873 ++attribute_deprecated
10874 ++void av_frame_set_pkt_size(AVFrame *frame, int val);
10875 ++#if FF_API_FRAME_QP
10876 ++attribute_deprecated
10877 ++int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type);
10878 ++attribute_deprecated
10879 ++int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type);
10880 ++#endif
10881 ++attribute_deprecated
10882 ++enum AVColorSpace av_frame_get_colorspace(const AVFrame *frame);
10883 ++attribute_deprecated
10884 ++void av_frame_set_colorspace(AVFrame *frame, enum AVColorSpace val);
10885 ++attribute_deprecated
10886 ++enum AVColorRange av_frame_get_color_range(const AVFrame *frame);
10887 ++attribute_deprecated
10888 ++void av_frame_set_color_range(AVFrame *frame, enum AVColorRange val);
10889 ++#endif
10890 ++
10891 ++/**
10892 ++ * Get the name of a colorspace.
10893 ++ * @return a static string identifying the colorspace; can be NULL.
10894 ++ */
10895 ++const char *av_get_colorspace_name(enum AVColorSpace val);
10896 ++
10897 ++/**
10898 ++ * Allocate an AVFrame and set its fields to default values. The resulting
10899 ++ * struct must be freed using av_frame_free().
10900 ++ *
10901 ++ * @return An AVFrame filled with default values or NULL on failure.
10902 ++ *
10903 ++ * @note this only allocates the AVFrame itself, not the data buffers. Those
10904 ++ * must be allocated through other means, e.g. with av_frame_get_buffer() or
10905 ++ * manually.
10906 ++ */
10907 ++AVFrame *av_frame_alloc(void);
10908 ++
10909 ++/**
10910 ++ * Free the frame and any dynamically allocated objects in it,
10911 ++ * e.g. extended_data. If the frame is reference counted, it will be
10912 ++ * unreferenced first.
10913 ++ *
10914 ++ * @param frame frame to be freed. The pointer will be set to NULL.
10915 ++ */
10916 ++void av_frame_free(AVFrame **frame);
10917 ++
10918 ++/**
10919 ++ * Set up a new reference to the data described by the source frame.
10920 ++ *
10921 ++ * Copy frame properties from src to dst and create a new reference for each
10922 ++ * AVBufferRef from src.
10923 ++ *
10924 ++ * If src is not reference counted, new buffers are allocated and the data is
10925 ++ * copied.
10926 ++ *
10927 ++ * @warning: dst MUST have been either unreferenced with av_frame_unref(dst),
10928 ++ * or newly allocated with av_frame_alloc() before calling this
10929 ++ * function, or undefined behavior will occur.
10930 ++ *
10931 ++ * @return 0 on success, a negative AVERROR on error
10932 ++ */
10933 ++int av_frame_ref(AVFrame *dst, const AVFrame *src);
10934 ++
10935 ++/**
10936 ++ * Create a new frame that references the same data as src.
10937 ++ *
10938 ++ * This is a shortcut for av_frame_alloc()+av_frame_ref().
10939 ++ *
10940 ++ * @return newly created AVFrame on success, NULL on error.
10941 ++ */
10942 ++AVFrame *av_frame_clone(const AVFrame *src);
10943 ++
10944 ++/**
10945 ++ * Unreference all the buffers referenced by frame and reset the frame fields.
10946 ++ */
10947 ++void av_frame_unref(AVFrame *frame);
10948 ++
10949 ++/**
10950 ++ * Move everything contained in src to dst and reset src.
10951 ++ *
10952 ++ * @warning: dst is not unreferenced, but directly overwritten without reading
10953 ++ * or deallocating its contents. Call av_frame_unref(dst) manually
10954 ++ * before calling this function to ensure that no memory is leaked.
10955 ++ */
10956 ++void av_frame_move_ref(AVFrame *dst, AVFrame *src);
10957 ++
10958 ++/**
10959 ++ * Allocate new buffer(s) for audio or video data.
10960 ++ *
10961 ++ * The following fields must be set on frame before calling this function:
10962 ++ * - format (pixel format for video, sample format for audio)
10963 ++ * - width and height for video
10964 ++ * - nb_samples and channel_layout for audio
10965 ++ *
10966 ++ * This function will fill AVFrame.data and AVFrame.buf arrays and, if
10967 ++ * necessary, allocate and fill AVFrame.extended_data and AVFrame.extended_buf.
10968 ++ * For planar formats, one buffer will be allocated for each plane.
10969 ++ *
10970 ++ * @warning: if frame already has been allocated, calling this function will
10971 ++ * leak memory. In addition, undefined behavior can occur in certain
10972 ++ * cases.
10973 ++ *
10974 ++ * @param frame frame in which to store the new buffers.
10975 ++ * @param align Required buffer size alignment. If equal to 0, alignment will be
10976 ++ * chosen automatically for the current CPU. It is highly
10977 ++ * recommended to pass 0 here unless you know what you are doing.
10978 ++ *
10979 ++ * @return 0 on success, a negative AVERROR on error.
10980 ++ */
10981 ++int av_frame_get_buffer(AVFrame *frame, int align);
10982 ++
10983 ++/**
10984 ++ * Check if the frame data is writable.
10985 ++ *
10986 ++ * @return A positive value if the frame data is writable (which is true if and
10987 ++ * only if each of the underlying buffers has only one reference, namely the one
10988 ++ * stored in this frame). Return 0 otherwise.
10989 ++ *
10990 ++ * If 1 is returned the answer is valid until av_buffer_ref() is called on any
10991 ++ * of the underlying AVBufferRefs (e.g. through av_frame_ref() or directly).
10992 ++ *
10993 ++ * @see av_frame_make_writable(), av_buffer_is_writable()
10994 ++ */
10995 ++int av_frame_is_writable(AVFrame *frame);
10996 ++
10997 ++/**
10998 ++ * Ensure that the frame data is writable, avoiding data copy if possible.
10999 ++ *
11000 ++ * Do nothing if the frame is writable, allocate new buffers and copy the data
11001 ++ * if it is not.
11002 ++ *
11003 ++ * @return 0 on success, a negative AVERROR on error.
11004 ++ *
11005 ++ * @see av_frame_is_writable(), av_buffer_is_writable(),
11006 ++ * av_buffer_make_writable()
11007 ++ */
11008 ++int av_frame_make_writable(AVFrame *frame);
11009 ++
11010 ++/**
11011 ++ * Copy the frame data from src to dst.
11012 ++ *
11013 ++ * This function does not allocate anything, dst must be already initialized and
11014 ++ * allocated with the same parameters as src.
11015 ++ *
11016 ++ * This function only copies the frame data (i.e. the contents of the data /
11017 ++ * extended data arrays), not any other properties.
11018 ++ *
11019 ++ * @return >= 0 on success, a negative AVERROR on error.
11020 ++ */
11021 ++int av_frame_copy(AVFrame *dst, const AVFrame *src);
11022 ++
11023 ++/**
11024 ++ * Copy only "metadata" fields from src to dst.
11025 ++ *
11026 ++ * Metadata for the purpose of this function are those fields that do not affect
11027 ++ * the data layout in the buffers. E.g. pts, sample rate (for audio) or sample
11028 ++ * aspect ratio (for video), but not width/height or channel layout.
11029 ++ * Side data is also copied.
11030 ++ */
11031 ++int av_frame_copy_props(AVFrame *dst, const AVFrame *src);
11032 ++
11033 ++/**
11034 ++ * Get the buffer reference a given data plane is stored in.
11035 ++ *
11036 ++ * @param plane index of the data plane of interest in frame->extended_data.
11037 ++ *
11038 ++ * @return the buffer reference that contains the plane or NULL if the input
11039 ++ * frame is not valid.
11040 ++ */
11041 ++AVBufferRef *av_frame_get_plane_buffer(AVFrame *frame, int plane);
11042 ++
11043 ++/**
11044 ++ * Add a new side data to a frame.
11045 ++ *
11046 ++ * @param frame a frame to which the side data should be added
11047 ++ * @param type type of the added side data
11048 ++ * @param size size of the side data
11049 ++ *
11050 ++ * @return newly added side data on success, NULL on error
11051 ++ */
11052 ++AVFrameSideData *av_frame_new_side_data(AVFrame *frame,
11053 ++ enum AVFrameSideDataType type,
11054 ++ int size);
11055 ++
11056 ++/**
11057 ++ * Add a new side data to a frame from an existing AVBufferRef
11058 ++ *
11059 ++ * @param frame a frame to which the side data should be added
11060 ++ * @param type the type of the added side data
11061 ++ * @param buf an AVBufferRef to add as side data. The ownership of
11062 ++ * the reference is transferred to the frame.
11063 ++ *
11064 ++ * @return newly added side data on success, NULL on error. On failure
11065 ++ * the frame is unchanged and the AVBufferRef remains owned by
11066 ++ * the caller.
11067 ++ */
11068 ++AVFrameSideData *av_frame_new_side_data_from_buf(AVFrame *frame,
11069 ++ enum AVFrameSideDataType type,
11070 ++ AVBufferRef *buf);
11071 ++
11072 ++/**
11073 ++ * @return a pointer to the side data of a given type on success, NULL if there
11074 ++ * is no side data with such type in this frame.
11075 ++ */
11076 ++AVFrameSideData *av_frame_get_side_data(const AVFrame *frame,
11077 ++ enum AVFrameSideDataType type);
11078 ++
11079 ++/**
11080 ++ * If side data of the supplied type exists in the frame, free it and remove it
11081 ++ * from the frame.
11082 ++ */
11083 ++void av_frame_remove_side_data(AVFrame *frame, enum AVFrameSideDataType type);
11084 ++
11085 ++
11086 ++/**
11087 ++ * Flags for frame cropping.
11088 ++ */
11089 ++enum {
11090 ++ /**
11091 ++ * Apply the maximum possible cropping, even if it requires setting the
11092 ++ * AVFrame.data[] entries to unaligned pointers. Passing unaligned data
11093 ++ * to FFmpeg API is generally not allowed, and causes undefined behavior
11094 ++ * (such as crashes). You can pass unaligned data only to FFmpeg APIs that
11095 ++ * are explicitly documented to accept it. Use this flag only if you
11096 ++ * absolutely know what you are doing.
11097 ++ */
11098 ++ AV_FRAME_CROP_UNALIGNED = 1 << 0,
11099 ++};
11100 ++
11101 ++/**
11102 ++ * Crop the given video AVFrame according to its crop_left/crop_top/crop_right/
11103 ++ * crop_bottom fields. If cropping is successful, the function will adjust the
11104 ++ * data pointers and the width/height fields, and set the crop fields to 0.
11105 ++ *
11106 ++ * In all cases, the cropping boundaries will be rounded to the inherent
11107 ++ * alignment of the pixel format. In some cases, such as for opaque hwaccel
11108 ++ * formats, the left/top cropping is ignored. The crop fields are set to 0 even
11109 ++ * if the cropping was rounded or ignored.
11110 ++ *
11111 ++ * @param frame the frame which should be cropped
11112 ++ * @param flags Some combination of AV_FRAME_CROP_* flags, or 0.
11113 ++ *
11114 ++ * @return >= 0 on success, a negative AVERROR on error. If the cropping fields
11115 ++ * were invalid, AVERROR(ERANGE) is returned, and nothing is changed.
11116 ++ */
11117 ++int av_frame_apply_cropping(AVFrame *frame, int flags);
11118 ++
11119 ++/**
11120 ++ * @return a string identifying the side data type
11121 ++ */
11122 ++const char *av_frame_side_data_name(enum AVFrameSideDataType type);
11123 ++
11124 ++/**
11125 ++ * @}
11126 ++ */
11127 ++
11128 ++#endif /* AVUTIL_FRAME_H */
11129 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/hwcontext.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/hwcontext.h
11130 +new file mode 100644
11131 +--- /dev/null
11132 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/hwcontext.h
11133 +@@ -0,0 +1,584 @@
11134 ++/*
11135 ++ * This file is part of FFmpeg.
11136 ++ *
11137 ++ * FFmpeg is free software; you can redistribute it and/or
11138 ++ * modify it under the terms of the GNU Lesser General Public
11139 ++ * License as published by the Free Software Foundation; either
11140 ++ * version 2.1 of the License, or (at your option) any later version.
11141 ++ *
11142 ++ * FFmpeg is distributed in the hope that it will be useful,
11143 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11144 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11145 ++ * Lesser General Public License for more details.
11146 ++ *
11147 ++ * You should have received a copy of the GNU Lesser General Public
11148 ++ * License along with FFmpeg; if not, write to the Free Software
11149 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
11150 ++ */
11151 ++
11152 ++#ifndef AVUTIL_HWCONTEXT_H
11153 ++#define AVUTIL_HWCONTEXT_H
11154 ++
11155 ++#include "buffer.h"
11156 ++#include "frame.h"
11157 ++#include "log.h"
11158 ++#include "pixfmt.h"
11159 ++
11160 ++enum AVHWDeviceType {
11161 ++ AV_HWDEVICE_TYPE_NONE,
11162 ++ AV_HWDEVICE_TYPE_VDPAU,
11163 ++ AV_HWDEVICE_TYPE_CUDA,
11164 ++ AV_HWDEVICE_TYPE_VAAPI,
11165 ++ AV_HWDEVICE_TYPE_DXVA2,
11166 ++ AV_HWDEVICE_TYPE_QSV,
11167 ++ AV_HWDEVICE_TYPE_VIDEOTOOLBOX,
11168 ++ AV_HWDEVICE_TYPE_D3D11VA,
11169 ++ AV_HWDEVICE_TYPE_DRM,
11170 ++ AV_HWDEVICE_TYPE_OPENCL,
11171 ++ AV_HWDEVICE_TYPE_MEDIACODEC,
11172 ++};
11173 ++
11174 ++typedef struct AVHWDeviceInternal AVHWDeviceInternal;
11175 ++
11176 ++/**
11177 ++ * This struct aggregates all the (hardware/vendor-specific) "high-level" state,
11178 ++ * i.e. state that is not tied to a concrete processing configuration.
11179 ++ * E.g., in an API that supports hardware-accelerated encoding and decoding,
11180 ++ * this struct will (if possible) wrap the state that is common to both encoding
11181 ++ * and decoding and from which specific instances of encoders or decoders can be
11182 ++ * derived.
11183 ++ *
11184 ++ * This struct is reference-counted with the AVBuffer mechanism. The
11185 ++ * av_hwdevice_ctx_alloc() constructor yields a reference, whose data field
11186 ++ * points to the actual AVHWDeviceContext. Further objects derived from
11187 ++ * AVHWDeviceContext (such as AVHWFramesContext, describing a frame pool with
11188 ++ * specific properties) will hold an internal reference to it. After all the
11189 ++ * references are released, the AVHWDeviceContext itself will be freed,
11190 ++ * optionally invoking a user-specified callback for uninitializing the hardware
11191 ++ * state.
11192 ++ */
11193 ++typedef struct AVHWDeviceContext {
11194 ++ /**
11195 ++ * A class for logging. Set by av_hwdevice_ctx_alloc().
11196 ++ */
11197 ++ const AVClass *av_class;
11198 ++
11199 ++ /**
11200 ++ * Private data used internally by libavutil. Must not be accessed in any
11201 ++ * way by the caller.
11202 ++ */
11203 ++ AVHWDeviceInternal *internal;
11204 ++
11205 ++ /**
11206 ++ * This field identifies the underlying API used for hardware access.
11207 ++ *
11208 ++ * This field is set when this struct is allocated and never changed
11209 ++ * afterwards.
11210 ++ */
11211 ++ enum AVHWDeviceType type;
11212 ++
11213 ++ /**
11214 ++ * The format-specific data, allocated and freed by libavutil along with
11215 ++ * this context.
11216 ++ *
11217 ++ * Should be cast by the user to the format-specific context defined in the
11218 ++ * corresponding header (hwcontext_*.h) and filled as described in the
11219 ++ * documentation before calling av_hwdevice_ctx_init().
11220 ++ *
11221 ++ * After calling av_hwdevice_ctx_init() this struct should not be modified
11222 ++ * by the caller.
11223 ++ */
11224 ++ void *hwctx;
11225 ++
11226 ++ /**
11227 ++ * This field may be set by the caller before calling av_hwdevice_ctx_init().
11228 ++ *
11229 ++ * If non-NULL, this callback will be called when the last reference to
11230 ++ * this context is unreferenced, immediately before it is freed.
11231 ++ *
11232 ++ * @note when other objects (e.g an AVHWFramesContext) are derived from this
11233 ++ * struct, this callback will be invoked after all such child objects
11234 ++ * are fully uninitialized and their respective destructors invoked.
11235 ++ */
11236 ++ void (*free)(struct AVHWDeviceContext *ctx);
11237 ++
11238 ++ /**
11239 ++ * Arbitrary user data, to be used e.g. by the free() callback.
11240 ++ */
11241 ++ void *user_opaque;
11242 ++} AVHWDeviceContext;
11243 ++
11244 ++typedef struct AVHWFramesInternal AVHWFramesInternal;
11245 ++
11246 ++/**
11247 ++ * This struct describes a set or pool of "hardware" frames (i.e. those with
11248 ++ * data not located in normal system memory). All the frames in the pool are
11249 ++ * assumed to be allocated in the same way and interchangeable.
11250 ++ *
11251 ++ * This struct is reference-counted with the AVBuffer mechanism and tied to a
11252 ++ * given AVHWDeviceContext instance. The av_hwframe_ctx_alloc() constructor
11253 ++ * yields a reference, whose data field points to the actual AVHWFramesContext
11254 ++ * struct.
11255 ++ */
11256 ++typedef struct AVHWFramesContext {
11257 ++ /**
11258 ++ * A class for logging.
11259 ++ */
11260 ++ const AVClass *av_class;
11261 ++
11262 ++ /**
11263 ++ * Private data used internally by libavutil. Must not be accessed in any
11264 ++ * way by the caller.
11265 ++ */
11266 ++ AVHWFramesInternal *internal;
11267 ++
11268 ++ /**
11269 ++ * A reference to the parent AVHWDeviceContext. This reference is owned and
11270 ++ * managed by the enclosing AVHWFramesContext, but the caller may derive
11271 ++ * additional references from it.
11272 ++ */
11273 ++ AVBufferRef *device_ref;
11274 ++
11275 ++ /**
11276 ++ * The parent AVHWDeviceContext. This is simply a pointer to
11277 ++ * device_ref->data provided for convenience.
11278 ++ *
11279 ++ * Set by libavutil in av_hwframe_ctx_init().
11280 ++ */
11281 ++ AVHWDeviceContext *device_ctx;
11282 ++
11283 ++ /**
11284 ++ * The format-specific data, allocated and freed automatically along with
11285 ++ * this context.
11286 ++ *
11287 ++ * Should be cast by the user to the format-specific context defined in the
11288 ++ * corresponding header (hwframe_*.h) and filled as described in the
11289 ++ * documentation before calling av_hwframe_ctx_init().
11290 ++ *
11291 ++ * After any frames using this context are created, the contents of this
11292 ++ * struct should not be modified by the caller.
11293 ++ */
11294 ++ void *hwctx;
11295 ++
11296 ++ /**
11297 ++ * This field may be set by the caller before calling av_hwframe_ctx_init().
11298 ++ *
11299 ++ * If non-NULL, this callback will be called when the last reference to
11300 ++ * this context is unreferenced, immediately before it is freed.
11301 ++ */
11302 ++ void (*free)(struct AVHWFramesContext *ctx);
11303 ++
11304 ++ /**
11305 ++ * Arbitrary user data, to be used e.g. by the free() callback.
11306 ++ */
11307 ++ void *user_opaque;
11308 ++
11309 ++ /**
11310 ++ * A pool from which the frames are allocated by av_hwframe_get_buffer().
11311 ++ * This field may be set by the caller before calling av_hwframe_ctx_init().
11312 ++ * The buffers returned by calling av_buffer_pool_get() on this pool must
11313 ++ * have the properties described in the documentation in the corresponding hw
11314 ++ * type's header (hwcontext_*.h). The pool will be freed strictly before
11315 ++ * this struct's free() callback is invoked.
11316 ++ *
11317 ++ * This field may be NULL, then libavutil will attempt to allocate a pool
11318 ++ * internally. Note that certain device types enforce pools allocated at
11319 ++ * fixed size (frame count), which cannot be extended dynamically. In such a
11320 ++ * case, initial_pool_size must be set appropriately.
11321 ++ */
11322 ++ AVBufferPool *pool;
11323 ++
11324 ++ /**
11325 ++ * Initial size of the frame pool. If a device type does not support
11326 ++ * dynamically resizing the pool, then this is also the maximum pool size.
11327 ++ *
11328 ++ * May be set by the caller before calling av_hwframe_ctx_init(). Must be
11329 ++ * set if pool is NULL and the device type does not support dynamic pools.
11330 ++ */
11331 ++ int initial_pool_size;
11332 ++
11333 ++ /**
11334 ++ * The pixel format identifying the underlying HW surface type.
11335 ++ *
11336 ++ * Must be a hwaccel format, i.e. the corresponding descriptor must have the
11337 ++ * AV_PIX_FMT_FLAG_HWACCEL flag set.
11338 ++ *
11339 ++ * Must be set by the user before calling av_hwframe_ctx_init().
11340 ++ */
11341 ++ enum AVPixelFormat format;
11342 ++
11343 ++ /**
11344 ++ * The pixel format identifying the actual data layout of the hardware
11345 ++ * frames.
11346 ++ *
11347 ++ * Must be set by the caller before calling av_hwframe_ctx_init().
11348 ++ *
11349 ++ * @note when the underlying API does not provide the exact data layout, but
11350 ++ * only the colorspace/bit depth, this field should be set to the fully
11351 ++ * planar version of that format (e.g. for 8-bit 420 YUV it should be
11352 ++ * AV_PIX_FMT_YUV420P, not AV_PIX_FMT_NV12 or anything else).
11353 ++ */
11354 ++ enum AVPixelFormat sw_format;
11355 ++
11356 ++ /**
11357 ++ * The allocated dimensions of the frames in this pool.
11358 ++ *
11359 ++ * Must be set by the user before calling av_hwframe_ctx_init().
11360 ++ */
11361 ++ int width, height;
11362 ++} AVHWFramesContext;
11363 ++
11364 ++/**
11365 ++ * Look up an AVHWDeviceType by name.
11366 ++ *
11367 ++ * @param name String name of the device type (case-insensitive).
11368 ++ * @return The type from enum AVHWDeviceType, or AV_HWDEVICE_TYPE_NONE if
11369 ++ * not found.
11370 ++ */
11371 ++enum AVHWDeviceType av_hwdevice_find_type_by_name(const char *name);
11372 ++
11373 ++/** Get the string name of an AVHWDeviceType.
11374 ++ *
11375 ++ * @param type Type from enum AVHWDeviceType.
11376 ++ * @return Pointer to a static string containing the name, or NULL if the type
11377 ++ * is not valid.
11378 ++ */
11379 ++const char *av_hwdevice_get_type_name(enum AVHWDeviceType type);
11380 ++
11381 ++/**
11382 ++ * Iterate over supported device types.
11383 ++ *
11384 ++ * @param type AV_HWDEVICE_TYPE_NONE initially, then the previous type
11385 ++ * returned by this function in subsequent iterations.
11386 ++ * @return The next usable device type from enum AVHWDeviceType, or
11387 ++ * AV_HWDEVICE_TYPE_NONE if there are no more.
11388 ++ */
11389 ++enum AVHWDeviceType av_hwdevice_iterate_types(enum AVHWDeviceType prev);
11390 ++
11391 ++/**
11392 ++ * Allocate an AVHWDeviceContext for a given hardware type.
11393 ++ *
11394 ++ * @param type the type of the hardware device to allocate.
11395 ++ * @return a reference to the newly created AVHWDeviceContext on success or NULL
11396 ++ * on failure.
11397 ++ */
11398 ++AVBufferRef *av_hwdevice_ctx_alloc(enum AVHWDeviceType type);
11399 ++
11400 ++/**
11401 ++ * Finalize the device context before use. This function must be called after
11402 ++ * the context is filled with all the required information and before it is
11403 ++ * used in any way.
11404 ++ *
11405 ++ * @param ref a reference to the AVHWDeviceContext
11406 ++ * @return 0 on success, a negative AVERROR code on failure
11407 ++ */
11408 ++int av_hwdevice_ctx_init(AVBufferRef *ref);
11409 ++
11410 ++/**
11411 ++ * Open a device of the specified type and create an AVHWDeviceContext for it.
11412 ++ *
11413 ++ * This is a convenience function intended to cover the simple cases. Callers
11414 ++ * who need to fine-tune device creation/management should open the device
11415 ++ * manually and then wrap it in an AVHWDeviceContext using
11416 ++ * av_hwdevice_ctx_alloc()/av_hwdevice_ctx_init().
11417 ++ *
11418 ++ * The returned context is already initialized and ready for use, the caller
11419 ++ * should not call av_hwdevice_ctx_init() on it. The user_opaque/free fields of
11420 ++ * the created AVHWDeviceContext are set by this function and should not be
11421 ++ * touched by the caller.
11422 ++ *
11423 ++ * @param device_ctx On success, a reference to the newly-created device context
11424 ++ * will be written here. The reference is owned by the caller
11425 ++ * and must be released with av_buffer_unref() when no longer
11426 ++ * needed. On failure, NULL will be written to this pointer.
11427 ++ * @param type The type of the device to create.
11428 ++ * @param device A type-specific string identifying the device to open.
11429 ++ * @param opts A dictionary of additional (type-specific) options to use in
11430 ++ * opening the device. The dictionary remains owned by the caller.
11431 ++ * @param flags currently unused
11432 ++ *
11433 ++ * @return 0 on success, a negative AVERROR code on failure.
11434 ++ */
11435 ++int av_hwdevice_ctx_create(AVBufferRef **device_ctx, enum AVHWDeviceType type,
11436 ++ const char *device, AVDictionary *opts, int flags);
11437 ++
11438 ++/**
11439 ++ * Create a new device of the specified type from an existing device.
11440 ++ *
11441 ++ * If the source device is a device of the target type or was originally
11442 ++ * derived from such a device (possibly through one or more intermediate
11443 ++ * devices of other types), then this will return a reference to the
11444 ++ * existing device of the same type as is requested.
11445 ++ *
11446 ++ * Otherwise, it will attempt to derive a new device from the given source
11447 ++ * device. If direct derivation to the new type is not implemented, it will
11448 ++ * attempt the same derivation from each ancestor of the source device in
11449 ++ * turn looking for an implemented derivation method.
11450 ++ *
11451 ++ * @param dst_ctx On success, a reference to the newly-created
11452 ++ * AVHWDeviceContext.
11453 ++ * @param type The type of the new device to create.
11454 ++ * @param src_ctx A reference to an existing AVHWDeviceContext which will be
11455 ++ * used to create the new device.
11456 ++ * @param flags Currently unused; should be set to zero.
11457 ++ * @return Zero on success, a negative AVERROR code on failure.
11458 ++ */
11459 ++int av_hwdevice_ctx_create_derived(AVBufferRef **dst_ctx,
11460 ++ enum AVHWDeviceType type,
11461 ++ AVBufferRef *src_ctx, int flags);
11462 ++
11463 ++
11464 ++/**
11465 ++ * Allocate an AVHWFramesContext tied to a given device context.
11466 ++ *
11467 ++ * @param device_ctx a reference to a AVHWDeviceContext. This function will make
11468 ++ * a new reference for internal use, the one passed to the
11469 ++ * function remains owned by the caller.
11470 ++ * @return a reference to the newly created AVHWFramesContext on success or NULL
11471 ++ * on failure.
11472 ++ */
11473 ++AVBufferRef *av_hwframe_ctx_alloc(AVBufferRef *device_ctx);
11474 ++
11475 ++/**
11476 ++ * Finalize the context before use. This function must be called after the
11477 ++ * context is filled with all the required information and before it is attached
11478 ++ * to any frames.
11479 ++ *
11480 ++ * @param ref a reference to the AVHWFramesContext
11481 ++ * @return 0 on success, a negative AVERROR code on failure
11482 ++ */
11483 ++int av_hwframe_ctx_init(AVBufferRef *ref);
11484 ++
11485 ++/**
11486 ++ * Allocate a new frame attached to the given AVHWFramesContext.
11487 ++ *
11488 ++ * @param hwframe_ctx a reference to an AVHWFramesContext
11489 ++ * @param frame an empty (freshly allocated or unreffed) frame to be filled with
11490 ++ * newly allocated buffers.
11491 ++ * @param flags currently unused, should be set to zero
11492 ++ * @return 0 on success, a negative AVERROR code on failure
11493 ++ */
11494 ++int av_hwframe_get_buffer(AVBufferRef *hwframe_ctx, AVFrame *frame, int flags);
11495 ++
11496 ++/**
11497 ++ * Copy data to or from a hw surface. At least one of dst/src must have an
11498 ++ * AVHWFramesContext attached.
11499 ++ *
11500 ++ * If src has an AVHWFramesContext attached, then the format of dst (if set)
11501 ++ * must use one of the formats returned by av_hwframe_transfer_get_formats(src,
11502 ++ * AV_HWFRAME_TRANSFER_DIRECTION_FROM).
11503 ++ * If dst has an AVHWFramesContext attached, then the format of src must use one
11504 ++ * of the formats returned by av_hwframe_transfer_get_formats(dst,
11505 ++ * AV_HWFRAME_TRANSFER_DIRECTION_TO)
11506 ++ *
11507 ++ * dst may be "clean" (i.e. with data/buf pointers unset), in which case the
11508 ++ * data buffers will be allocated by this function using av_frame_get_buffer().
11509 ++ * If dst->format is set, then this format will be used, otherwise (when
11510 ++ * dst->format is AV_PIX_FMT_NONE) the first acceptable format will be chosen.
11511 ++ *
11512 ++ * The two frames must have matching allocated dimensions (i.e. equal to
11513 ++ * AVHWFramesContext.width/height), since not all device types support
11514 ++ * transferring a sub-rectangle of the whole surface. The display dimensions
11515 ++ * (i.e. AVFrame.width/height) may be smaller than the allocated dimensions, but
11516 ++ * also have to be equal for both frames. When the display dimensions are
11517 ++ * smaller than the allocated dimensions, the content of the padding in the
11518 ++ * destination frame is unspecified.
11519 ++ *
11520 ++ * @param dst the destination frame. dst is not touched on failure.
11521 ++ * @param src the source frame.
11522 ++ * @param flags currently unused, should be set to zero
11523 ++ * @return 0 on success, a negative AVERROR error code on failure.
11524 ++ */
11525 ++int av_hwframe_transfer_data(AVFrame *dst, const AVFrame *src, int flags);
11526 ++
11527 ++enum AVHWFrameTransferDirection {
11528 ++ /**
11529 ++ * Transfer the data from the queried hw frame.
11530 ++ */
11531 ++ AV_HWFRAME_TRANSFER_DIRECTION_FROM,
11532 ++
11533 ++ /**
11534 ++ * Transfer the data to the queried hw frame.
11535 ++ */
11536 ++ AV_HWFRAME_TRANSFER_DIRECTION_TO,
11537 ++};
11538 ++
11539 ++/**
11540 ++ * Get a list of possible source or target formats usable in
11541 ++ * av_hwframe_transfer_data().
11542 ++ *
11543 ++ * @param hwframe_ctx the frame context to obtain the information for
11544 ++ * @param dir the direction of the transfer
11545 ++ * @param formats the pointer to the output format list will be written here.
11546 ++ * The list is terminated with AV_PIX_FMT_NONE and must be freed
11547 ++ * by the caller when no longer needed using av_free().
11548 ++ * If this function returns successfully, the format list will
11549 ++ * have at least one item (not counting the terminator).
11550 ++ * On failure, the contents of this pointer are unspecified.
11551 ++ * @param flags currently unused, should be set to zero
11552 ++ * @return 0 on success, a negative AVERROR code on failure.
11553 ++ */
11554 ++int av_hwframe_transfer_get_formats(AVBufferRef *hwframe_ctx,
11555 ++ enum AVHWFrameTransferDirection dir,
11556 ++ enum AVPixelFormat **formats, int flags);
11557 ++
11558 ++
11559 ++/**
11560 ++ * This struct describes the constraints on hardware frames attached to
11561 ++ * a given device with a hardware-specific configuration. This is returned
11562 ++ * by av_hwdevice_get_hwframe_constraints() and must be freed by
11563 ++ * av_hwframe_constraints_free() after use.
11564 ++ */
11565 ++typedef struct AVHWFramesConstraints {
11566 ++ /**
11567 ++ * A list of possible values for format in the hw_frames_ctx,
11568 ++ * terminated by AV_PIX_FMT_NONE. This member will always be filled.
11569 ++ */
11570 ++ enum AVPixelFormat *valid_hw_formats;
11571 ++
11572 ++ /**
11573 ++ * A list of possible values for sw_format in the hw_frames_ctx,
11574 ++ * terminated by AV_PIX_FMT_NONE. Can be NULL if this information is
11575 ++ * not known.
11576 ++ */
11577 ++ enum AVPixelFormat *valid_sw_formats;
11578 ++
11579 ++ /**
11580 ++ * The minimum size of frames in this hw_frames_ctx.
11581 ++ * (Zero if not known.)
11582 ++ */
11583 ++ int min_width;
11584 ++ int min_height;
11585 ++
11586 ++ /**
11587 ++ * The maximum size of frames in this hw_frames_ctx.
11588 ++ * (INT_MAX if not known / no limit.)
11589 ++ */
11590 ++ int max_width;
11591 ++ int max_height;
11592 ++} AVHWFramesConstraints;
11593 ++
11594 ++/**
11595 ++ * Allocate a HW-specific configuration structure for a given HW device.
11596 ++ * After use, the user must free all members as required by the specific
11597 ++ * hardware structure being used, then free the structure itself with
11598 ++ * av_free().
11599 ++ *
11600 ++ * @param device_ctx a reference to the associated AVHWDeviceContext.
11601 ++ * @return The newly created HW-specific configuration structure on
11602 ++ * success or NULL on failure.
11603 ++ */
11604 ++void *av_hwdevice_hwconfig_alloc(AVBufferRef *device_ctx);
11605 ++
11606 ++/**
11607 ++ * Get the constraints on HW frames given a device and the HW-specific
11608 ++ * configuration to be used with that device. If no HW-specific
11609 ++ * configuration is provided, returns the maximum possible capabilities
11610 ++ * of the device.
11611 ++ *
11612 ++ * @param ref a reference to the associated AVHWDeviceContext.
11613 ++ * @param hwconfig a filled HW-specific configuration structure, or NULL
11614 ++ * to return the maximum possible capabilities of the device.
11615 ++ * @return AVHWFramesConstraints structure describing the constraints
11616 ++ * on the device, or NULL if not available.
11617 ++ */
11618 ++AVHWFramesConstraints *av_hwdevice_get_hwframe_constraints(AVBufferRef *ref,
11619 ++ const void *hwconfig);
11620 ++
11621 ++/**
11622 ++ * Free an AVHWFrameConstraints structure.
11623 ++ *
11624 ++ * @param constraints The (filled or unfilled) AVHWFrameConstraints structure.
11625 ++ */
11626 ++void av_hwframe_constraints_free(AVHWFramesConstraints **constraints);
11627 ++
11628 ++
11629 ++/**
11630 ++ * Flags to apply to frame mappings.
11631 ++ */
11632 ++enum {
11633 ++ /**
11634 ++ * The mapping must be readable.
11635 ++ */
11636 ++ AV_HWFRAME_MAP_READ = 1 << 0,
11637 ++ /**
11638 ++ * The mapping must be writeable.
11639 ++ */
11640 ++ AV_HWFRAME_MAP_WRITE = 1 << 1,
11641 ++ /**
11642 ++ * The mapped frame will be overwritten completely in subsequent
11643 ++ * operations, so the current frame data need not be loaded. Any values
11644 ++ * which are not overwritten are unspecified.
11645 ++ */
11646 ++ AV_HWFRAME_MAP_OVERWRITE = 1 << 2,
11647 ++ /**
11648 ++ * The mapping must be direct. That is, there must not be any copying in
11649 ++ * the map or unmap steps. Note that performance of direct mappings may
11650 ++ * be much lower than normal memory.
11651 ++ */
11652 ++ AV_HWFRAME_MAP_DIRECT = 1 << 3,
11653 ++};
11654 ++
11655 ++/**
11656 ++ * Map a hardware frame.
11657 ++ *
11658 ++ * This has a number of different possible effects, depending on the format
11659 ++ * and origin of the src and dst frames. On input, src should be a usable
11660 ++ * frame with valid buffers and dst should be blank (typically as just created
11661 ++ * by av_frame_alloc()). src should have an associated hwframe context, and
11662 ++ * dst may optionally have a format and associated hwframe context.
11663 ++ *
11664 ++ * If src was created by mapping a frame from the hwframe context of dst,
11665 ++ * then this function undoes the mapping - dst is replaced by a reference to
11666 ++ * the frame that src was originally mapped from.
11667 ++ *
11668 ++ * If both src and dst have an associated hwframe context, then this function
11669 ++ * attempts to map the src frame from its hardware context to that of dst and
11670 ++ * then fill dst with appropriate data to be usable there. This will only be
11671 ++ * possible if the hwframe contexts and associated devices are compatible -
11672 ++ * given compatible devices, av_hwframe_ctx_create_derived() can be used to
11673 ++ * create a hwframe context for dst in which mapping should be possible.
11674 ++ *
11675 ++ * If src has a hwframe context but dst does not, then the src frame is
11676 ++ * mapped to normal memory and should thereafter be usable as a normal frame.
11677 ++ * If the format is set on dst, then the mapping will attempt to create dst
11678 ++ * with that format and fail if it is not possible. If format is unset (is
11679 ++ * AV_PIX_FMT_NONE) then dst will be mapped with whatever the most appropriate
11680 ++ * format to use is (probably the sw_format of the src hwframe context).
11681 ++ *
11682 ++ * A return value of AVERROR(ENOSYS) indicates that the mapping is not
11683 ++ * possible with the given arguments and hwframe setup, while other return
11684 ++ * values indicate that it failed somehow.
11685 ++ *
11686 ++ * @param dst Destination frame, to contain the mapping.
11687 ++ * @param src Source frame, to be mapped.
11688 ++ * @param flags Some combination of AV_HWFRAME_MAP_* flags.
11689 ++ * @return Zero on success, negative AVERROR code on failure.
11690 ++ */
11691 ++int av_hwframe_map(AVFrame *dst, const AVFrame *src, int flags);
11692 ++
11693 ++
11694 ++/**
11695 ++ * Create and initialise an AVHWFramesContext as a mapping of another existing
11696 ++ * AVHWFramesContext on a different device.
11697 ++ *
11698 ++ * av_hwframe_ctx_init() should not be called after this.
11699 ++ *
11700 ++ * @param derived_frame_ctx On success, a reference to the newly created
11701 ++ * AVHWFramesContext.
11702 ++ * @param derived_device_ctx A reference to the device to create the new
11703 ++ * AVHWFramesContext on.
11704 ++ * @param source_frame_ctx A reference to an existing AVHWFramesContext
11705 ++ * which will be mapped to the derived context.
11706 ++ * @param flags Some combination of AV_HWFRAME_MAP_* flags, defining the
11707 ++ * mapping parameters to apply to frames which are allocated
11708 ++ * in the derived device.
11709 ++ * @return Zero on success, negative AVERROR code on failure.
11710 ++ */
11711 ++int av_hwframe_ctx_create_derived(AVBufferRef **derived_frame_ctx,
11712 ++ enum AVPixelFormat format,
11713 ++ AVBufferRef *derived_device_ctx,
11714 ++ AVBufferRef *source_frame_ctx,
11715 ++ int flags);
11716 ++
11717 ++#endif /* AVUTIL_HWCONTEXT_H */
11718 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/intfloat.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/intfloat.h
11719 +new file mode 100644
11720 +--- /dev/null
11721 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/intfloat.h
11722 +@@ -0,0 +1,77 @@
11723 ++/*
11724 ++ * Copyright (c) 2011 Mans Rullgard
11725 ++ *
11726 ++ * This file is part of FFmpeg.
11727 ++ *
11728 ++ * FFmpeg is free software; you can redistribute it and/or
11729 ++ * modify it under the terms of the GNU Lesser General Public
11730 ++ * License as published by the Free Software Foundation; either
11731 ++ * version 2.1 of the License, or (at your option) any later version.
11732 ++ *
11733 ++ * FFmpeg is distributed in the hope that it will be useful,
11734 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11735 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11736 ++ * Lesser General Public License for more details.
11737 ++ *
11738 ++ * You should have received a copy of the GNU Lesser General Public
11739 ++ * License along with FFmpeg; if not, write to the Free Software
11740 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
11741 ++ */
11742 ++
11743 ++#ifndef AVUTIL_INTFLOAT_H
11744 ++#define AVUTIL_INTFLOAT_H
11745 ++
11746 ++#include <stdint.h>
11747 ++#include "attributes.h"
11748 ++
11749 ++union av_intfloat32 {
11750 ++ uint32_t i;
11751 ++ float f;
11752 ++};
11753 ++
11754 ++union av_intfloat64 {
11755 ++ uint64_t i;
11756 ++ double f;
11757 ++};
11758 ++
11759 ++/**
11760 ++ * Reinterpret a 32-bit integer as a float.
11761 ++ */
11762 ++static av_always_inline float av_int2float(uint32_t i)
11763 ++{
11764 ++ union av_intfloat32 v;
11765 ++ v.i = i;
11766 ++ return v.f;
11767 ++}
11768 ++
11769 ++/**
11770 ++ * Reinterpret a float as a 32-bit integer.
11771 ++ */
11772 ++static av_always_inline uint32_t av_float2int(float f)
11773 ++{
11774 ++ union av_intfloat32 v;
11775 ++ v.f = f;
11776 ++ return v.i;
11777 ++}
11778 ++
11779 ++/**
11780 ++ * Reinterpret a 64-bit integer as a double.
11781 ++ */
11782 ++static av_always_inline double av_int2double(uint64_t i)
11783 ++{
11784 ++ union av_intfloat64 v;
11785 ++ v.i = i;
11786 ++ return v.f;
11787 ++}
11788 ++
11789 ++/**
11790 ++ * Reinterpret a double as a 64-bit integer.
11791 ++ */
11792 ++static av_always_inline uint64_t av_double2int(double f)
11793 ++{
11794 ++ union av_intfloat64 v;
11795 ++ v.f = f;
11796 ++ return v.i;
11797 ++}
11798 ++
11799 ++#endif /* AVUTIL_INTFLOAT_H */
11800 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/log.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/log.h
11801 +new file mode 100644
11802 +--- /dev/null
11803 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/log.h
11804 +@@ -0,0 +1,362 @@
11805 ++/*
11806 ++ * copyright (c) 2006 Michael Niedermayer <michaelni@×××.at>
11807 ++ *
11808 ++ * This file is part of FFmpeg.
11809 ++ *
11810 ++ * FFmpeg is free software; you can redistribute it and/or
11811 ++ * modify it under the terms of the GNU Lesser General Public
11812 ++ * License as published by the Free Software Foundation; either
11813 ++ * version 2.1 of the License, or (at your option) any later version.
11814 ++ *
11815 ++ * FFmpeg is distributed in the hope that it will be useful,
11816 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11817 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11818 ++ * Lesser General Public License for more details.
11819 ++ *
11820 ++ * You should have received a copy of the GNU Lesser General Public
11821 ++ * License along with FFmpeg; if not, write to the Free Software
11822 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
11823 ++ */
11824 ++
11825 ++#ifndef AVUTIL_LOG_H
11826 ++#define AVUTIL_LOG_H
11827 ++
11828 ++#include <stdarg.h>
11829 ++#include "avutil.h"
11830 ++#include "attributes.h"
11831 ++#include "version.h"
11832 ++
11833 ++typedef enum {
11834 ++ AV_CLASS_CATEGORY_NA = 0,
11835 ++ AV_CLASS_CATEGORY_INPUT,
11836 ++ AV_CLASS_CATEGORY_OUTPUT,
11837 ++ AV_CLASS_CATEGORY_MUXER,
11838 ++ AV_CLASS_CATEGORY_DEMUXER,
11839 ++ AV_CLASS_CATEGORY_ENCODER,
11840 ++ AV_CLASS_CATEGORY_DECODER,
11841 ++ AV_CLASS_CATEGORY_FILTER,
11842 ++ AV_CLASS_CATEGORY_BITSTREAM_FILTER,
11843 ++ AV_CLASS_CATEGORY_SWSCALER,
11844 ++ AV_CLASS_CATEGORY_SWRESAMPLER,
11845 ++ AV_CLASS_CATEGORY_DEVICE_VIDEO_OUTPUT = 40,
11846 ++ AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT,
11847 ++ AV_CLASS_CATEGORY_DEVICE_AUDIO_OUTPUT,
11848 ++ AV_CLASS_CATEGORY_DEVICE_AUDIO_INPUT,
11849 ++ AV_CLASS_CATEGORY_DEVICE_OUTPUT,
11850 ++ AV_CLASS_CATEGORY_DEVICE_INPUT,
11851 ++ AV_CLASS_CATEGORY_NB ///< not part of ABI/API
11852 ++}AVClassCategory;
11853 ++
11854 ++#define AV_IS_INPUT_DEVICE(category) \
11855 ++ (((category) == AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT) || \
11856 ++ ((category) == AV_CLASS_CATEGORY_DEVICE_AUDIO_INPUT) || \
11857 ++ ((category) == AV_CLASS_CATEGORY_DEVICE_INPUT))
11858 ++
11859 ++#define AV_IS_OUTPUT_DEVICE(category) \
11860 ++ (((category) == AV_CLASS_CATEGORY_DEVICE_VIDEO_OUTPUT) || \
11861 ++ ((category) == AV_CLASS_CATEGORY_DEVICE_AUDIO_OUTPUT) || \
11862 ++ ((category) == AV_CLASS_CATEGORY_DEVICE_OUTPUT))
11863 ++
11864 ++struct AVOptionRanges;
11865 ++
11866 ++/**
11867 ++ * Describe the class of an AVClass context structure. That is an
11868 ++ * arbitrary struct of which the first field is a pointer to an
11869 ++ * AVClass struct (e.g. AVCodecContext, AVFormatContext etc.).
11870 ++ */
11871 ++typedef struct AVClass {
11872 ++ /**
11873 ++ * The name of the class; usually it is the same name as the
11874 ++ * context structure type to which the AVClass is associated.
11875 ++ */
11876 ++ const char* class_name;
11877 ++
11878 ++ /**
11879 ++ * A pointer to a function which returns the name of a context
11880 ++ * instance ctx associated with the class.
11881 ++ */
11882 ++ const char* (*item_name)(void* ctx);
11883 ++
11884 ++ /**
11885 ++ * a pointer to the first option specified in the class if any or NULL
11886 ++ *
11887 ++ * @see av_set_default_options()
11888 ++ */
11889 ++ const struct AVOption *option;
11890 ++
11891 ++ /**
11892 ++ * LIBAVUTIL_VERSION with which this structure was created.
11893 ++ * This is used to allow fields to be added without requiring major
11894 ++ * version bumps everywhere.
11895 ++ */
11896 ++
11897 ++ int version;
11898 ++
11899 ++ /**
11900 ++ * Offset in the structure where log_level_offset is stored.
11901 ++ * 0 means there is no such variable
11902 ++ */
11903 ++ int log_level_offset_offset;
11904 ++
11905 ++ /**
11906 ++ * Offset in the structure where a pointer to the parent context for
11907 ++ * logging is stored. For example a decoder could pass its AVCodecContext
11908 ++ * to eval as such a parent context, which an av_log() implementation
11909 ++ * could then leverage to display the parent context.
11910 ++ * The offset can be NULL.
11911 ++ */
11912 ++ int parent_log_context_offset;
11913 ++
11914 ++ /**
11915 ++ * Return next AVOptions-enabled child or NULL
11916 ++ */
11917 ++ void* (*child_next)(void *obj, void *prev);
11918 ++
11919 ++ /**
11920 ++ * Return an AVClass corresponding to the next potential
11921 ++ * AVOptions-enabled child.
11922 ++ *
11923 ++ * The difference between child_next and this is that
11924 ++ * child_next iterates over _already existing_ objects, while
11925 ++ * child_class_next iterates over _all possible_ children.
11926 ++ */
11927 ++ const struct AVClass* (*child_class_next)(const struct AVClass *prev);
11928 ++
11929 ++ /**
11930 ++ * Category used for visualization (like color)
11931 ++ * This is only set if the category is equal for all objects using this class.
11932 ++ * available since version (51 << 16 | 56 << 8 | 100)
11933 ++ */
11934 ++ AVClassCategory category;
11935 ++
11936 ++ /**
11937 ++ * Callback to return the category.
11938 ++ * available since version (51 << 16 | 59 << 8 | 100)
11939 ++ */
11940 ++ AVClassCategory (*get_category)(void* ctx);
11941 ++
11942 ++ /**
11943 ++ * Callback to return the supported/allowed ranges.
11944 ++ * available since version (52.12)
11945 ++ */
11946 ++ int (*query_ranges)(struct AVOptionRanges **, void *obj, const char *key, int flags);
11947 ++} AVClass;
11948 ++
11949 ++/**
11950 ++ * @addtogroup lavu_log
11951 ++ *
11952 ++ * @{
11953 ++ *
11954 ++ * @defgroup lavu_log_constants Logging Constants
11955 ++ *
11956 ++ * @{
11957 ++ */
11958 ++
11959 ++/**
11960 ++ * Print no output.
11961 ++ */
11962 ++#define AV_LOG_QUIET -8
11963 ++
11964 ++/**
11965 ++ * Something went really wrong and we will crash now.
11966 ++ */
11967 ++#define AV_LOG_PANIC 0
11968 ++
11969 ++/**
11970 ++ * Something went wrong and recovery is not possible.
11971 ++ * For example, no header was found for a format which depends
11972 ++ * on headers or an illegal combination of parameters is used.
11973 ++ */
11974 ++#define AV_LOG_FATAL 8
11975 ++
11976 ++/**
11977 ++ * Something went wrong and cannot losslessly be recovered.
11978 ++ * However, not all future data is affected.
11979 ++ */
11980 ++#define AV_LOG_ERROR 16
11981 ++
11982 ++/**
11983 ++ * Something somehow does not look correct. This may or may not
11984 ++ * lead to problems. An example would be the use of '-vstrict -2'.
11985 ++ */
11986 ++#define AV_LOG_WARNING 24
11987 ++
11988 ++/**
11989 ++ * Standard information.
11990 ++ */
11991 ++#define AV_LOG_INFO 32
11992 ++
11993 ++/**
11994 ++ * Detailed information.
11995 ++ */
11996 ++#define AV_LOG_VERBOSE 40
11997 ++
11998 ++/**
11999 ++ * Stuff which is only useful for libav* developers.
12000 ++ */
12001 ++#define AV_LOG_DEBUG 48
12002 ++
12003 ++/**
12004 ++ * Extremely verbose debugging, useful for libav* development.
12005 ++ */
12006 ++#define AV_LOG_TRACE 56
12007 ++
12008 ++#define AV_LOG_MAX_OFFSET (AV_LOG_TRACE - AV_LOG_QUIET)
12009 ++
12010 ++/**
12011 ++ * @}
12012 ++ */
12013 ++
12014 ++/**
12015 ++ * Sets additional colors for extended debugging sessions.
12016 ++ * @code
12017 ++ av_log(ctx, AV_LOG_DEBUG|AV_LOG_C(134), "Message in purple\n");
12018 ++ @endcode
12019 ++ * Requires 256color terminal support. Uses outside debugging is not
12020 ++ * recommended.
12021 ++ */
12022 ++#define AV_LOG_C(x) ((x) << 8)
12023 ++
12024 ++/**
12025 ++ * Send the specified message to the log if the level is less than or equal
12026 ++ * to the current av_log_level. By default, all logging messages are sent to
12027 ++ * stderr. This behavior can be altered by setting a different logging callback
12028 ++ * function.
12029 ++ * @see av_log_set_callback
12030 ++ *
12031 ++ * @param avcl A pointer to an arbitrary struct of which the first field is a
12032 ++ * pointer to an AVClass struct or NULL if general log.
12033 ++ * @param level The importance level of the message expressed using a @ref
12034 ++ * lavu_log_constants "Logging Constant".
12035 ++ * @param fmt The format string (printf-compatible) that specifies how
12036 ++ * subsequent arguments are converted to output.
12037 ++ */
12038 ++void av_log(void *avcl, int level, const char *fmt, ...) av_printf_format(3, 4);
12039 ++
12040 ++
12041 ++/**
12042 ++ * Send the specified message to the log if the level is less than or equal
12043 ++ * to the current av_log_level. By default, all logging messages are sent to
12044 ++ * stderr. This behavior can be altered by setting a different logging callback
12045 ++ * function.
12046 ++ * @see av_log_set_callback
12047 ++ *
12048 ++ * @param avcl A pointer to an arbitrary struct of which the first field is a
12049 ++ * pointer to an AVClass struct.
12050 ++ * @param level The importance level of the message expressed using a @ref
12051 ++ * lavu_log_constants "Logging Constant".
12052 ++ * @param fmt The format string (printf-compatible) that specifies how
12053 ++ * subsequent arguments are converted to output.
12054 ++ * @param vl The arguments referenced by the format string.
12055 ++ */
12056 ++void av_vlog(void *avcl, int level, const char *fmt, va_list vl);
12057 ++
12058 ++/**
12059 ++ * Get the current log level
12060 ++ *
12061 ++ * @see lavu_log_constants
12062 ++ *
12063 ++ * @return Current log level
12064 ++ */
12065 ++int av_log_get_level(void);
12066 ++
12067 ++/**
12068 ++ * Set the log level
12069 ++ *
12070 ++ * @see lavu_log_constants
12071 ++ *
12072 ++ * @param level Logging level
12073 ++ */
12074 ++void av_log_set_level(int level);
12075 ++
12076 ++/**
12077 ++ * Set the logging callback
12078 ++ *
12079 ++ * @note The callback must be thread safe, even if the application does not use
12080 ++ * threads itself as some codecs are multithreaded.
12081 ++ *
12082 ++ * @see av_log_default_callback
12083 ++ *
12084 ++ * @param callback A logging function with a compatible signature.
12085 ++ */
12086 ++void av_log_set_callback(void (*callback)(void*, int, const char*, va_list));
12087 ++
12088 ++/**
12089 ++ * Default logging callback
12090 ++ *
12091 ++ * It prints the message to stderr, optionally colorizing it.
12092 ++ *
12093 ++ * @param avcl A pointer to an arbitrary struct of which the first field is a
12094 ++ * pointer to an AVClass struct.
12095 ++ * @param level The importance level of the message expressed using a @ref
12096 ++ * lavu_log_constants "Logging Constant".
12097 ++ * @param fmt The format string (printf-compatible) that specifies how
12098 ++ * subsequent arguments are converted to output.
12099 ++ * @param vl The arguments referenced by the format string.
12100 ++ */
12101 ++void av_log_default_callback(void *avcl, int level, const char *fmt,
12102 ++ va_list vl);
12103 ++
12104 ++/**
12105 ++ * Return the context name
12106 ++ *
12107 ++ * @param ctx The AVClass context
12108 ++ *
12109 ++ * @return The AVClass class_name
12110 ++ */
12111 ++const char* av_default_item_name(void* ctx);
12112 ++AVClassCategory av_default_get_category(void *ptr);
12113 ++
12114 ++/**
12115 ++ * Format a line of log the same way as the default callback.
12116 ++ * @param line buffer to receive the formatted line
12117 ++ * @param line_size size of the buffer
12118 ++ * @param print_prefix used to store whether the prefix must be printed;
12119 ++ * must point to a persistent integer initially set to 1
12120 ++ */
12121 ++void av_log_format_line(void *ptr, int level, const char *fmt, va_list vl,
12122 ++ char *line, int line_size, int *print_prefix);
12123 ++
12124 ++/**
12125 ++ * Format a line of log the same way as the default callback.
12126 ++ * @param line buffer to receive the formatted line;
12127 ++ * may be NULL if line_size is 0
12128 ++ * @param line_size size of the buffer; at most line_size-1 characters will
12129 ++ * be written to the buffer, plus one null terminator
12130 ++ * @param print_prefix used to store whether the prefix must be printed;
12131 ++ * must point to a persistent integer initially set to 1
12132 ++ * @return Returns a negative value if an error occurred, otherwise returns
12133 ++ * the number of characters that would have been written for a
12134 ++ * sufficiently large buffer, not including the terminating null
12135 ++ * character. If the return value is not less than line_size, it means
12136 ++ * that the log message was truncated to fit the buffer.
12137 ++ */
12138 ++int av_log_format_line2(void *ptr, int level, const char *fmt, va_list vl,
12139 ++ char *line, int line_size, int *print_prefix);
12140 ++
12141 ++/**
12142 ++ * Skip repeated messages, this requires the user app to use av_log() instead of
12143 ++ * (f)printf as the 2 would otherwise interfere and lead to
12144 ++ * "Last message repeated x times" messages below (f)printf messages with some
12145 ++ * bad luck.
12146 ++ * Also to receive the last, "last repeated" line if any, the user app must
12147 ++ * call av_log(NULL, AV_LOG_QUIET, "%s", ""); at the end
12148 ++ */
12149 ++#define AV_LOG_SKIP_REPEATED 1
12150 ++
12151 ++/**
12152 ++ * Include the log severity in messages originating from codecs.
12153 ++ *
12154 ++ * Results in messages such as:
12155 ++ * [rawvideo @ 0xDEADBEEF] [error] encode did not produce valid pts
12156 ++ */
12157 ++#define AV_LOG_PRINT_LEVEL 2
12158 ++
12159 ++void av_log_set_flags(int arg);
12160 ++int av_log_get_flags(void);
12161 ++
12162 ++/**
12163 ++ * @}
12164 ++ */
12165 ++
12166 ++#endif /* AVUTIL_LOG_H */
12167 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/macros.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/macros.h
12168 +new file mode 100644
12169 +--- /dev/null
12170 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/macros.h
12171 +@@ -0,0 +1,50 @@
12172 ++/*
12173 ++ * This file is part of FFmpeg.
12174 ++ *
12175 ++ * FFmpeg is free software; you can redistribute it and/or
12176 ++ * modify it under the terms of the GNU Lesser General Public
12177 ++ * License as published by the Free Software Foundation; either
12178 ++ * version 2.1 of the License, or (at your option) any later version.
12179 ++ *
12180 ++ * FFmpeg is distributed in the hope that it will be useful,
12181 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
12182 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12183 ++ * Lesser General Public License for more details.
12184 ++ *
12185 ++ * You should have received a copy of the GNU Lesser General Public
12186 ++ * License along with FFmpeg; if not, write to the Free Software
12187 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
12188 ++ */
12189 ++
12190 ++/**
12191 ++ * @file
12192 ++ * @ingroup lavu
12193 ++ * Utility Preprocessor macros
12194 ++ */
12195 ++
12196 ++#ifndef AVUTIL_MACROS_H
12197 ++#define AVUTIL_MACROS_H
12198 ++
12199 ++/**
12200 ++ * @addtogroup preproc_misc Preprocessor String Macros
12201 ++ *
12202 ++ * String manipulation macros
12203 ++ *
12204 ++ * @{
12205 ++ */
12206 ++
12207 ++#define AV_STRINGIFY(s) AV_TOSTRING(s)
12208 ++#define AV_TOSTRING(s) #s
12209 ++
12210 ++#define AV_GLUE(a, b) a ## b
12211 ++#define AV_JOIN(a, b) AV_GLUE(a, b)
12212 ++
12213 ++/**
12214 ++ * @}
12215 ++ */
12216 ++
12217 ++#define AV_PRAGMA(s) _Pragma(#s)
12218 ++
12219 ++#define FFALIGN(x, a) (((x)+(a)-1)&~((a)-1))
12220 ++
12221 ++#endif /* AVUTIL_MACROS_H */
12222 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/mathematics.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/mathematics.h
12223 +new file mode 100644
12224 +--- /dev/null
12225 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/mathematics.h
12226 +@@ -0,0 +1,242 @@
12227 ++/*
12228 ++ * copyright (c) 2005-2012 Michael Niedermayer <michaelni@×××.at>
12229 ++ *
12230 ++ * This file is part of FFmpeg.
12231 ++ *
12232 ++ * FFmpeg is free software; you can redistribute it and/or
12233 ++ * modify it under the terms of the GNU Lesser General Public
12234 ++ * License as published by the Free Software Foundation; either
12235 ++ * version 2.1 of the License, or (at your option) any later version.
12236 ++ *
12237 ++ * FFmpeg is distributed in the hope that it will be useful,
12238 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
12239 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12240 ++ * Lesser General Public License for more details.
12241 ++ *
12242 ++ * You should have received a copy of the GNU Lesser General Public
12243 ++ * License along with FFmpeg; if not, write to the Free Software
12244 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
12245 ++ */
12246 ++
12247 ++/**
12248 ++ * @file
12249 ++ * @addtogroup lavu_math
12250 ++ * Mathematical utilities for working with timestamp and time base.
12251 ++ */
12252 ++
12253 ++#ifndef AVUTIL_MATHEMATICS_H
12254 ++#define AVUTIL_MATHEMATICS_H
12255 ++
12256 ++#include <stdint.h>
12257 ++#include <math.h>
12258 ++#include "attributes.h"
12259 ++#include "rational.h"
12260 ++#include "intfloat.h"
12261 ++
12262 ++#ifndef M_E
12263 ++#define M_E 2.7182818284590452354 /* e */
12264 ++#endif
12265 ++#ifndef M_LN2
12266 ++#define M_LN2 0.69314718055994530942 /* log_e 2 */
12267 ++#endif
12268 ++#ifndef M_LN10
12269 ++#define M_LN10 2.30258509299404568402 /* log_e 10 */
12270 ++#endif
12271 ++#ifndef M_LOG2_10
12272 ++#define M_LOG2_10 3.32192809488736234787 /* log_2 10 */
12273 ++#endif
12274 ++#ifndef M_PHI
12275 ++#define M_PHI 1.61803398874989484820 /* phi / golden ratio */
12276 ++#endif
12277 ++#ifndef M_PI
12278 ++#define M_PI 3.14159265358979323846 /* pi */
12279 ++#endif
12280 ++#ifndef M_PI_2
12281 ++#define M_PI_2 1.57079632679489661923 /* pi/2 */
12282 ++#endif
12283 ++#ifndef M_SQRT1_2
12284 ++#define M_SQRT1_2 0.70710678118654752440 /* 1/sqrt(2) */
12285 ++#endif
12286 ++#ifndef M_SQRT2
12287 ++#define M_SQRT2 1.41421356237309504880 /* sqrt(2) */
12288 ++#endif
12289 ++#ifndef NAN
12290 ++#define NAN av_int2float(0x7fc00000)
12291 ++#endif
12292 ++#ifndef INFINITY
12293 ++#define INFINITY av_int2float(0x7f800000)
12294 ++#endif
12295 ++
12296 ++/**
12297 ++ * @addtogroup lavu_math
12298 ++ *
12299 ++ * @{
12300 ++ */
12301 ++
12302 ++/**
12303 ++ * Rounding methods.
12304 ++ */
12305 ++enum AVRounding {
12306 ++ AV_ROUND_ZERO = 0, ///< Round toward zero.
12307 ++ AV_ROUND_INF = 1, ///< Round away from zero.
12308 ++ AV_ROUND_DOWN = 2, ///< Round toward -infinity.
12309 ++ AV_ROUND_UP = 3, ///< Round toward +infinity.
12310 ++ AV_ROUND_NEAR_INF = 5, ///< Round to nearest and halfway cases away from zero.
12311 ++ /**
12312 ++ * Flag telling rescaling functions to pass `INT64_MIN`/`MAX` through
12313 ++ * unchanged, avoiding special cases for #AV_NOPTS_VALUE.
12314 ++ *
12315 ++ * Unlike other values of the enumeration AVRounding, this value is a
12316 ++ * bitmask that must be used in conjunction with another value of the
12317 ++ * enumeration through a bitwise OR, in order to set behavior for normal
12318 ++ * cases.
12319 ++ *
12320 ++ * @code{.c}
12321 ++ * av_rescale_rnd(3, 1, 2, AV_ROUND_UP | AV_ROUND_PASS_MINMAX);
12322 ++ * // Rescaling 3:
12323 ++ * // Calculating 3 * 1 / 2
12324 ++ * // 3 / 2 is rounded up to 2
12325 ++ * // => 2
12326 ++ *
12327 ++ * av_rescale_rnd(AV_NOPTS_VALUE, 1, 2, AV_ROUND_UP | AV_ROUND_PASS_MINMAX);
12328 ++ * // Rescaling AV_NOPTS_VALUE:
12329 ++ * // AV_NOPTS_VALUE == INT64_MIN
12330 ++ * // AV_NOPTS_VALUE is passed through
12331 ++ * // => AV_NOPTS_VALUE
12332 ++ * @endcode
12333 ++ */
12334 ++ AV_ROUND_PASS_MINMAX = 8192,
12335 ++};
12336 ++
12337 ++/**
12338 ++ * Compute the greatest common divisor of two integer operands.
12339 ++ *
12340 ++ * @param a,b Operands
12341 ++ * @return GCD of a and b up to sign; if a >= 0 and b >= 0, return value is >= 0;
12342 ++ * if a == 0 and b == 0, returns 0.
12343 ++ */
12344 ++int64_t av_const av_gcd(int64_t a, int64_t b);
12345 ++
12346 ++/**
12347 ++ * Rescale a 64-bit integer with rounding to nearest.
12348 ++ *
12349 ++ * The operation is mathematically equivalent to `a * b / c`, but writing that
12350 ++ * directly can overflow.
12351 ++ *
12352 ++ * This function is equivalent to av_rescale_rnd() with #AV_ROUND_NEAR_INF.
12353 ++ *
12354 ++ * @see av_rescale_rnd(), av_rescale_q(), av_rescale_q_rnd()
12355 ++ */
12356 ++int64_t av_rescale(int64_t a, int64_t b, int64_t c) av_const;
12357 ++
12358 ++/**
12359 ++ * Rescale a 64-bit integer with specified rounding.
12360 ++ *
12361 ++ * The operation is mathematically equivalent to `a * b / c`, but writing that
12362 ++ * directly can overflow, and does not support different rounding methods.
12363 ++ *
12364 ++ * @see av_rescale(), av_rescale_q(), av_rescale_q_rnd()
12365 ++ */
12366 ++int64_t av_rescale_rnd(int64_t a, int64_t b, int64_t c, enum AVRounding rnd) av_const;
12367 ++
12368 ++/**
12369 ++ * Rescale a 64-bit integer by 2 rational numbers.
12370 ++ *
12371 ++ * The operation is mathematically equivalent to `a * bq / cq`.
12372 ++ *
12373 ++ * This function is equivalent to av_rescale_q_rnd() with #AV_ROUND_NEAR_INF.
12374 ++ *
12375 ++ * @see av_rescale(), av_rescale_rnd(), av_rescale_q_rnd()
12376 ++ */
12377 ++int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) av_const;
12378 ++
12379 ++/**
12380 ++ * Rescale a 64-bit integer by 2 rational numbers with specified rounding.
12381 ++ *
12382 ++ * The operation is mathematically equivalent to `a * bq / cq`.
12383 ++ *
12384 ++ * @see av_rescale(), av_rescale_rnd(), av_rescale_q()
12385 ++ */
12386 ++int64_t av_rescale_q_rnd(int64_t a, AVRational bq, AVRational cq,
12387 ++ enum AVRounding rnd) av_const;
12388 ++
12389 ++/**
12390 ++ * Compare two timestamps each in its own time base.
12391 ++ *
12392 ++ * @return One of the following values:
12393 ++ * - -1 if `ts_a` is before `ts_b`
12394 ++ * - 1 if `ts_a` is after `ts_b`
12395 ++ * - 0 if they represent the same position
12396 ++ *
12397 ++ * @warning
12398 ++ * The result of the function is undefined if one of the timestamps is outside
12399 ++ * the `int64_t` range when represented in the other's timebase.
12400 ++ */
12401 ++int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b);
12402 ++
12403 ++/**
12404 ++ * Compare the remainders of two integer operands divided by a common divisor.
12405 ++ *
12406 ++ * In other words, compare the least significant `log2(mod)` bits of integers
12407 ++ * `a` and `b`.
12408 ++ *
12409 ++ * @code{.c}
12410 ++ * av_compare_mod(0x11, 0x02, 0x10) < 0 // since 0x11 % 0x10 (0x1) < 0x02 % 0x10 (0x2)
12411 ++ * av_compare_mod(0x11, 0x02, 0x20) > 0 // since 0x11 % 0x20 (0x11) > 0x02 % 0x20 (0x02)
12412 ++ * @endcode
12413 ++ *
12414 ++ * @param a,b Operands
12415 ++ * @param mod Divisor; must be a power of 2
12416 ++ * @return
12417 ++ * - a negative value if `a % mod < b % mod`
12418 ++ * - a positive value if `a % mod > b % mod`
12419 ++ * - zero if `a % mod == b % mod`
12420 ++ */
12421 ++int64_t av_compare_mod(uint64_t a, uint64_t b, uint64_t mod);
12422 ++
12423 ++/**
12424 ++ * Rescale a timestamp while preserving known durations.
12425 ++ *
12426 ++ * This function is designed to be called per audio packet to scale the input
12427 ++ * timestamp to a different time base. Compared to a simple av_rescale_q()
12428 ++ * call, this function is robust against possible inconsistent frame durations.
12429 ++ *
12430 ++ * The `last` parameter is a state variable that must be preserved for all
12431 ++ * subsequent calls for the same stream. For the first call, `*last` should be
12432 ++ * initialized to #AV_NOPTS_VALUE.
12433 ++ *
12434 ++ * @param[in] in_tb Input time base
12435 ++ * @param[in] in_ts Input timestamp
12436 ++ * @param[in] fs_tb Duration time base; typically this is finer-grained
12437 ++ * (greater) than `in_tb` and `out_tb`
12438 ++ * @param[in] duration Duration till the next call to this function (i.e.
12439 ++ * duration of the current packet/frame)
12440 ++ * @param[in,out] last Pointer to a timestamp expressed in terms of
12441 ++ * `fs_tb`, acting as a state variable
12442 ++ * @param[in] out_tb Output timebase
12443 ++ * @return Timestamp expressed in terms of `out_tb`
12444 ++ *
12445 ++ * @note In the context of this function, "duration" is in term of samples, not
12446 ++ * seconds.
12447 ++ */
12448 ++int64_t av_rescale_delta(AVRational in_tb, int64_t in_ts, AVRational fs_tb, int duration, int64_t *last, AVRational out_tb);
12449 ++
12450 ++/**
12451 ++ * Add a value to a timestamp.
12452 ++ *
12453 ++ * This function guarantees that when the same value is repeatly added that
12454 ++ * no accumulation of rounding errors occurs.
12455 ++ *
12456 ++ * @param[in] ts Input timestamp
12457 ++ * @param[in] ts_tb Input timestamp time base
12458 ++ * @param[in] inc Value to be added
12459 ++ * @param[in] inc_tb Time base of `inc`
12460 ++ */
12461 ++int64_t av_add_stable(AVRational ts_tb, int64_t ts, AVRational inc_tb, int64_t inc);
12462 ++
12463 ++
12464 ++/**
12465 ++ * @}
12466 ++ */
12467 ++
12468 ++#endif /* AVUTIL_MATHEMATICS_H */
12469 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/mem.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/mem.h
12470 +new file mode 100644
12471 +--- /dev/null
12472 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/mem.h
12473 +@@ -0,0 +1,700 @@
12474 ++/*
12475 ++ * copyright (c) 2006 Michael Niedermayer <michaelni@×××.at>
12476 ++ *
12477 ++ * This file is part of FFmpeg.
12478 ++ *
12479 ++ * FFmpeg is free software; you can redistribute it and/or
12480 ++ * modify it under the terms of the GNU Lesser General Public
12481 ++ * License as published by the Free Software Foundation; either
12482 ++ * version 2.1 of the License, or (at your option) any later version.
12483 ++ *
12484 ++ * FFmpeg is distributed in the hope that it will be useful,
12485 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
12486 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12487 ++ * Lesser General Public License for more details.
12488 ++ *
12489 ++ * You should have received a copy of the GNU Lesser General Public
12490 ++ * License along with FFmpeg; if not, write to the Free Software
12491 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
12492 ++ */
12493 ++
12494 ++/**
12495 ++ * @file
12496 ++ * @ingroup lavu_mem
12497 ++ * Memory handling functions
12498 ++ */
12499 ++
12500 ++#ifndef AVUTIL_MEM_H
12501 ++#define AVUTIL_MEM_H
12502 ++
12503 ++#include <limits.h>
12504 ++#include <stdint.h>
12505 ++
12506 ++#include "attributes.h"
12507 ++#include "error.h"
12508 ++#include "avutil.h"
12509 ++
12510 ++/**
12511 ++ * @addtogroup lavu_mem
12512 ++ * Utilities for manipulating memory.
12513 ++ *
12514 ++ * FFmpeg has several applications of memory that are not required of a typical
12515 ++ * program. For example, the computing-heavy components like video decoding and
12516 ++ * encoding can be sped up significantly through the use of aligned memory.
12517 ++ *
12518 ++ * However, for each of FFmpeg's applications of memory, there might not be a
12519 ++ * recognized or standardized API for that specific use. Memory alignment, for
12520 ++ * instance, varies wildly depending on operating systems, architectures, and
12521 ++ * compilers. Hence, this component of @ref libavutil is created to make
12522 ++ * dealing with memory consistently possible on all platforms.
12523 ++ *
12524 ++ * @{
12525 ++ *
12526 ++ * @defgroup lavu_mem_macros Alignment Macros
12527 ++ * Helper macros for declaring aligned variables.
12528 ++ * @{
12529 ++ */
12530 ++
12531 ++/**
12532 ++ * @def DECLARE_ALIGNED(n,t,v)
12533 ++ * Declare a variable that is aligned in memory.
12534 ++ *
12535 ++ * @code{.c}
12536 ++ * DECLARE_ALIGNED(16, uint16_t, aligned_int) = 42;
12537 ++ * DECLARE_ALIGNED(32, uint8_t, aligned_array)[128];
12538 ++ *
12539 ++ * // The default-alignment equivalent would be
12540 ++ * uint16_t aligned_int = 42;
12541 ++ * uint8_t aligned_array[128];
12542 ++ * @endcode
12543 ++ *
12544 ++ * @param n Minimum alignment in bytes
12545 ++ * @param t Type of the variable (or array element)
12546 ++ * @param v Name of the variable
12547 ++ */
12548 ++
12549 ++/**
12550 ++ * @def DECLARE_ASM_ALIGNED(n,t,v)
12551 ++ * Declare an aligned variable appropriate for use in inline assembly code.
12552 ++ *
12553 ++ * @code{.c}
12554 ++ * DECLARE_ASM_ALIGNED(16, uint64_t, pw_08) = UINT64_C(0x0008000800080008);
12555 ++ * @endcode
12556 ++ *
12557 ++ * @param n Minimum alignment in bytes
12558 ++ * @param t Type of the variable (or array element)
12559 ++ * @param v Name of the variable
12560 ++ */
12561 ++
12562 ++/**
12563 ++ * @def DECLARE_ASM_CONST(n,t,v)
12564 ++ * Declare a static constant aligned variable appropriate for use in inline
12565 ++ * assembly code.
12566 ++ *
12567 ++ * @code{.c}
12568 ++ * DECLARE_ASM_CONST(16, uint64_t, pw_08) = UINT64_C(0x0008000800080008);
12569 ++ * @endcode
12570 ++ *
12571 ++ * @param n Minimum alignment in bytes
12572 ++ * @param t Type of the variable (or array element)
12573 ++ * @param v Name of the variable
12574 ++ */
12575 ++
12576 ++#if defined(__INTEL_COMPILER) && __INTEL_COMPILER < 1110 || defined(__SUNPRO_C)
12577 ++ #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v
12578 ++ #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v
12579 ++ #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v
12580 ++#elif defined(__DJGPP__)
12581 ++ #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (FFMIN(n, 16)))) v
12582 ++ #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (FFMIN(n, 16)))) v
12583 ++ #define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (FFMIN(n, 16)))) v
12584 ++#elif defined(__GNUC__) || defined(__clang__)
12585 ++ #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v
12586 ++ #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v
12587 ++ #define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (n))) v
12588 ++#elif defined(_MSC_VER)
12589 ++ #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v
12590 ++ #define DECLARE_ASM_ALIGNED(n,t,v) __declspec(align(n)) t v
12591 ++ #define DECLARE_ASM_CONST(n,t,v) __declspec(align(n)) static const t v
12592 ++#else
12593 ++ #define DECLARE_ALIGNED(n,t,v) t v
12594 ++ #define DECLARE_ASM_ALIGNED(n,t,v) t v
12595 ++ #define DECLARE_ASM_CONST(n,t,v) static const t v
12596 ++#endif
12597 ++
12598 ++/**
12599 ++ * @}
12600 ++ */
12601 ++
12602 ++/**
12603 ++ * @defgroup lavu_mem_attrs Function Attributes
12604 ++ * Function attributes applicable to memory handling functions.
12605 ++ *
12606 ++ * These function attributes can help compilers emit more useful warnings, or
12607 ++ * generate better code.
12608 ++ * @{
12609 ++ */
12610 ++
12611 ++/**
12612 ++ * @def av_malloc_attrib
12613 ++ * Function attribute denoting a malloc-like function.
12614 ++ *
12615 ++ * @see <a href="https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-g_t_0040code_007bmalloc_007d-function-attribute-3251">Function attribute `malloc` in GCC's documentation</a>
12616 ++ */
12617 ++
12618 ++#if AV_GCC_VERSION_AT_LEAST(3,1)
12619 ++ #define av_malloc_attrib __attribute__((__malloc__))
12620 ++#else
12621 ++ #define av_malloc_attrib
12622 ++#endif
12623 ++
12624 ++/**
12625 ++ * @def av_alloc_size(...)
12626 ++ * Function attribute used on a function that allocates memory, whose size is
12627 ++ * given by the specified parameter(s).
12628 ++ *
12629 ++ * @code{.c}
12630 ++ * void *av_malloc(size_t size) av_alloc_size(1);
12631 ++ * void *av_calloc(size_t nmemb, size_t size) av_alloc_size(1, 2);
12632 ++ * @endcode
12633 ++ *
12634 ++ * @param ... One or two parameter indexes, separated by a comma
12635 ++ *
12636 ++ * @see <a href="https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-g_t_0040code_007balloc_005fsize_007d-function-attribute-3220">Function attribute `alloc_size` in GCC's documentation</a>
12637 ++ */
12638 ++
12639 ++#if AV_GCC_VERSION_AT_LEAST(4,3)
12640 ++ #define av_alloc_size(...) __attribute__((alloc_size(__VA_ARGS__)))
12641 ++#else
12642 ++ #define av_alloc_size(...)
12643 ++#endif
12644 ++
12645 ++/**
12646 ++ * @}
12647 ++ */
12648 ++
12649 ++/**
12650 ++ * @defgroup lavu_mem_funcs Heap Management
12651 ++ * Functions responsible for allocating, freeing, and copying memory.
12652 ++ *
12653 ++ * All memory allocation functions have a built-in upper limit of `INT_MAX`
12654 ++ * bytes. This may be changed with av_max_alloc(), although exercise extreme
12655 ++ * caution when doing so.
12656 ++ *
12657 ++ * @{
12658 ++ */
12659 ++
12660 ++/**
12661 ++ * Allocate a memory block with alignment suitable for all memory accesses
12662 ++ * (including vectors if available on the CPU).
12663 ++ *
12664 ++ * @param size Size in bytes for the memory block to be allocated
12665 ++ * @return Pointer to the allocated block, or `NULL` if the block cannot
12666 ++ * be allocated
12667 ++ * @see av_mallocz()
12668 ++ */
12669 ++void *av_malloc(size_t size) av_malloc_attrib av_alloc_size(1);
12670 ++
12671 ++/**
12672 ++ * Allocate a memory block with alignment suitable for all memory accesses
12673 ++ * (including vectors if available on the CPU) and zero all the bytes of the
12674 ++ * block.
12675 ++ *
12676 ++ * @param size Size in bytes for the memory block to be allocated
12677 ++ * @return Pointer to the allocated block, or `NULL` if it cannot be allocated
12678 ++ * @see av_malloc()
12679 ++ */
12680 ++void *av_mallocz(size_t size) av_malloc_attrib av_alloc_size(1);
12681 ++
12682 ++/**
12683 ++ * Allocate a memory block for an array with av_malloc().
12684 ++ *
12685 ++ * The allocated memory will have size `size * nmemb` bytes.
12686 ++ *
12687 ++ * @param nmemb Number of element
12688 ++ * @param size Size of a single element
12689 ++ * @return Pointer to the allocated block, or `NULL` if the block cannot
12690 ++ * be allocated
12691 ++ * @see av_malloc()
12692 ++ */
12693 ++av_alloc_size(1, 2) void *av_malloc_array(size_t nmemb, size_t size);
12694 ++
12695 ++/**
12696 ++ * Allocate a memory block for an array with av_mallocz().
12697 ++ *
12698 ++ * The allocated memory will have size `size * nmemb` bytes.
12699 ++ *
12700 ++ * @param nmemb Number of elements
12701 ++ * @param size Size of the single element
12702 ++ * @return Pointer to the allocated block, or `NULL` if the block cannot
12703 ++ * be allocated
12704 ++ *
12705 ++ * @see av_mallocz()
12706 ++ * @see av_malloc_array()
12707 ++ */
12708 ++av_alloc_size(1, 2) void *av_mallocz_array(size_t nmemb, size_t size);
12709 ++
12710 ++/**
12711 ++ * Non-inlined equivalent of av_mallocz_array().
12712 ++ *
12713 ++ * Created for symmetry with the calloc() C function.
12714 ++ */
12715 ++void *av_calloc(size_t nmemb, size_t size) av_malloc_attrib;
12716 ++
12717 ++/**
12718 ++ * Allocate, reallocate, or free a block of memory.
12719 ++ *
12720 ++ * If `ptr` is `NULL` and `size` > 0, allocate a new block. If `size` is
12721 ++ * zero, free the memory block pointed to by `ptr`. Otherwise, expand or
12722 ++ * shrink that block of memory according to `size`.
12723 ++ *
12724 ++ * @param ptr Pointer to a memory block already allocated with
12725 ++ * av_realloc() or `NULL`
12726 ++ * @param size Size in bytes of the memory block to be allocated or
12727 ++ * reallocated
12728 ++ *
12729 ++ * @return Pointer to a newly-reallocated block or `NULL` if the block
12730 ++ * cannot be reallocated or the function is used to free the memory block
12731 ++ *
12732 ++ * @warning Unlike av_malloc(), the returned pointer is not guaranteed to be
12733 ++ * correctly aligned.
12734 ++ * @see av_fast_realloc()
12735 ++ * @see av_reallocp()
12736 ++ */
12737 ++void *av_realloc(void *ptr, size_t size) av_alloc_size(2);
12738 ++
12739 ++/**
12740 ++ * Allocate, reallocate, or free a block of memory through a pointer to a
12741 ++ * pointer.
12742 ++ *
12743 ++ * If `*ptr` is `NULL` and `size` > 0, allocate a new block. If `size` is
12744 ++ * zero, free the memory block pointed to by `*ptr`. Otherwise, expand or
12745 ++ * shrink that block of memory according to `size`.
12746 ++ *
12747 ++ * @param[in,out] ptr Pointer to a pointer to a memory block already allocated
12748 ++ * with av_realloc(), or a pointer to `NULL`. The pointer
12749 ++ * is updated on success, or freed on failure.
12750 ++ * @param[in] size Size in bytes for the memory block to be allocated or
12751 ++ * reallocated
12752 ++ *
12753 ++ * @return Zero on success, an AVERROR error code on failure
12754 ++ *
12755 ++ * @warning Unlike av_malloc(), the allocated memory is not guaranteed to be
12756 ++ * correctly aligned.
12757 ++ */
12758 ++av_warn_unused_result
12759 ++int av_reallocp(void *ptr, size_t size);
12760 ++
12761 ++/**
12762 ++ * Allocate, reallocate, or free a block of memory.
12763 ++ *
12764 ++ * This function does the same thing as av_realloc(), except:
12765 ++ * - It takes two size arguments and allocates `nelem * elsize` bytes,
12766 ++ * after checking the result of the multiplication for integer overflow.
12767 ++ * - It frees the input block in case of failure, thus avoiding the memory
12768 ++ * leak with the classic
12769 ++ * @code{.c}
12770 ++ * buf = realloc(buf);
12771 ++ * if (!buf)
12772 ++ * return -1;
12773 ++ * @endcode
12774 ++ * pattern.
12775 ++ */
12776 ++void *av_realloc_f(void *ptr, size_t nelem, size_t elsize);
12777 ++
12778 ++/**
12779 ++ * Allocate, reallocate, or free an array.
12780 ++ *
12781 ++ * If `ptr` is `NULL` and `nmemb` > 0, allocate a new block. If
12782 ++ * `nmemb` is zero, free the memory block pointed to by `ptr`.
12783 ++ *
12784 ++ * @param ptr Pointer to a memory block already allocated with
12785 ++ * av_realloc() or `NULL`
12786 ++ * @param nmemb Number of elements in the array
12787 ++ * @param size Size of the single element of the array
12788 ++ *
12789 ++ * @return Pointer to a newly-reallocated block or NULL if the block
12790 ++ * cannot be reallocated or the function is used to free the memory block
12791 ++ *
12792 ++ * @warning Unlike av_malloc(), the allocated memory is not guaranteed to be
12793 ++ * correctly aligned.
12794 ++ * @see av_reallocp_array()
12795 ++ */
12796 ++av_alloc_size(2, 3) void *av_realloc_array(void *ptr, size_t nmemb, size_t size);
12797 ++
12798 ++/**
12799 ++ * Allocate, reallocate, or free an array through a pointer to a pointer.
12800 ++ *
12801 ++ * If `*ptr` is `NULL` and `nmemb` > 0, allocate a new block. If `nmemb` is
12802 ++ * zero, free the memory block pointed to by `*ptr`.
12803 ++ *
12804 ++ * @param[in,out] ptr Pointer to a pointer to a memory block already
12805 ++ * allocated with av_realloc(), or a pointer to `NULL`.
12806 ++ * The pointer is updated on success, or freed on failure.
12807 ++ * @param[in] nmemb Number of elements
12808 ++ * @param[in] size Size of the single element
12809 ++ *
12810 ++ * @return Zero on success, an AVERROR error code on failure
12811 ++ *
12812 ++ * @warning Unlike av_malloc(), the allocated memory is not guaranteed to be
12813 ++ * correctly aligned.
12814 ++ */
12815 ++av_alloc_size(2, 3) int av_reallocp_array(void *ptr, size_t nmemb, size_t size);
12816 ++
12817 ++/**
12818 ++ * Reallocate the given buffer if it is not large enough, otherwise do nothing.
12819 ++ *
12820 ++ * If the given buffer is `NULL`, then a new uninitialized buffer is allocated.
12821 ++ *
12822 ++ * If the given buffer is not large enough, and reallocation fails, `NULL` is
12823 ++ * returned and `*size` is set to 0, but the original buffer is not changed or
12824 ++ * freed.
12825 ++ *
12826 ++ * A typical use pattern follows:
12827 ++ *
12828 ++ * @code{.c}
12829 ++ * uint8_t *buf = ...;
12830 ++ * uint8_t *new_buf = av_fast_realloc(buf, &current_size, size_needed);
12831 ++ * if (!new_buf) {
12832 ++ * // Allocation failed; clean up original buffer
12833 ++ * av_freep(&buf);
12834 ++ * return AVERROR(ENOMEM);
12835 ++ * }
12836 ++ * @endcode
12837 ++ *
12838 ++ * @param[in,out] ptr Already allocated buffer, or `NULL`
12839 ++ * @param[in,out] size Pointer to current size of buffer `ptr`. `*size` is
12840 ++ * changed to `min_size` in case of success or 0 in
12841 ++ * case of failure
12842 ++ * @param[in] min_size New size of buffer `ptr`
12843 ++ * @return `ptr` if the buffer is large enough, a pointer to newly reallocated
12844 ++ * buffer if the buffer was not large enough, or `NULL` in case of
12845 ++ * error
12846 ++ * @see av_realloc()
12847 ++ * @see av_fast_malloc()
12848 ++ */
12849 ++void *av_fast_realloc(void *ptr, unsigned int *size, size_t min_size);
12850 ++
12851 ++/**
12852 ++ * Allocate a buffer, reusing the given one if large enough.
12853 ++ *
12854 ++ * Contrary to av_fast_realloc(), the current buffer contents might not be
12855 ++ * preserved and on error the old buffer is freed, thus no special handling to
12856 ++ * avoid memleaks is necessary.
12857 ++ *
12858 ++ * `*ptr` is allowed to be `NULL`, in which case allocation always happens if
12859 ++ * `size_needed` is greater than 0.
12860 ++ *
12861 ++ * @code{.c}
12862 ++ * uint8_t *buf = ...;
12863 ++ * av_fast_malloc(&buf, &current_size, size_needed);
12864 ++ * if (!buf) {
12865 ++ * // Allocation failed; buf already freed
12866 ++ * return AVERROR(ENOMEM);
12867 ++ * }
12868 ++ * @endcode
12869 ++ *
12870 ++ * @param[in,out] ptr Pointer to pointer to an already allocated buffer.
12871 ++ * `*ptr` will be overwritten with pointer to new
12872 ++ * buffer on success or `NULL` on failure
12873 ++ * @param[in,out] size Pointer to current size of buffer `*ptr`. `*size` is
12874 ++ * changed to `min_size` in case of success or 0 in
12875 ++ * case of failure
12876 ++ * @param[in] min_size New size of buffer `*ptr`
12877 ++ * @see av_realloc()
12878 ++ * @see av_fast_mallocz()
12879 ++ */
12880 ++void av_fast_malloc(void *ptr, unsigned int *size, size_t min_size);
12881 ++
12882 ++/**
12883 ++ * Allocate and clear a buffer, reusing the given one if large enough.
12884 ++ *
12885 ++ * Like av_fast_malloc(), but all newly allocated space is initially cleared.
12886 ++ * Reused buffer is not cleared.
12887 ++ *
12888 ++ * `*ptr` is allowed to be `NULL`, in which case allocation always happens if
12889 ++ * `size_needed` is greater than 0.
12890 ++ *
12891 ++ * @param[in,out] ptr Pointer to pointer to an already allocated buffer.
12892 ++ * `*ptr` will be overwritten with pointer to new
12893 ++ * buffer on success or `NULL` on failure
12894 ++ * @param[in,out] size Pointer to current size of buffer `*ptr`. `*size` is
12895 ++ * changed to `min_size` in case of success or 0 in
12896 ++ * case of failure
12897 ++ * @param[in] min_size New size of buffer `*ptr`
12898 ++ * @see av_fast_malloc()
12899 ++ */
12900 ++void av_fast_mallocz(void *ptr, unsigned int *size, size_t min_size);
12901 ++
12902 ++/**
12903 ++ * Free a memory block which has been allocated with a function of av_malloc()
12904 ++ * or av_realloc() family.
12905 ++ *
12906 ++ * @param ptr Pointer to the memory block which should be freed.
12907 ++ *
12908 ++ * @note `ptr = NULL` is explicitly allowed.
12909 ++ * @note It is recommended that you use av_freep() instead, to prevent leaving
12910 ++ * behind dangling pointers.
12911 ++ * @see av_freep()
12912 ++ */
12913 ++void av_free(void *ptr);
12914 ++
12915 ++/**
12916 ++ * Free a memory block which has been allocated with a function of av_malloc()
12917 ++ * or av_realloc() family, and set the pointer pointing to it to `NULL`.
12918 ++ *
12919 ++ * @code{.c}
12920 ++ * uint8_t *buf = av_malloc(16);
12921 ++ * av_free(buf);
12922 ++ * // buf now contains a dangling pointer to freed memory, and accidental
12923 ++ * // dereference of buf will result in a use-after-free, which may be a
12924 ++ * // security risk.
12925 ++ *
12926 ++ * uint8_t *buf = av_malloc(16);
12927 ++ * av_freep(&buf);
12928 ++ * // buf is now NULL, and accidental dereference will only result in a
12929 ++ * // NULL-pointer dereference.
12930 ++ * @endcode
12931 ++ *
12932 ++ * @param ptr Pointer to the pointer to the memory block which should be freed
12933 ++ * @note `*ptr = NULL` is safe and leads to no action.
12934 ++ * @see av_free()
12935 ++ */
12936 ++void av_freep(void *ptr);
12937 ++
12938 ++/**
12939 ++ * Duplicate a string.
12940 ++ *
12941 ++ * @param s String to be duplicated
12942 ++ * @return Pointer to a newly-allocated string containing a
12943 ++ * copy of `s` or `NULL` if the string cannot be allocated
12944 ++ * @see av_strndup()
12945 ++ */
12946 ++char *av_strdup(const char *s) av_malloc_attrib;
12947 ++
12948 ++/**
12949 ++ * Duplicate a substring of a string.
12950 ++ *
12951 ++ * @param s String to be duplicated
12952 ++ * @param len Maximum length of the resulting string (not counting the
12953 ++ * terminating byte)
12954 ++ * @return Pointer to a newly-allocated string containing a
12955 ++ * substring of `s` or `NULL` if the string cannot be allocated
12956 ++ */
12957 ++char *av_strndup(const char *s, size_t len) av_malloc_attrib;
12958 ++
12959 ++/**
12960 ++ * Duplicate a buffer with av_malloc().
12961 ++ *
12962 ++ * @param p Buffer to be duplicated
12963 ++ * @param size Size in bytes of the buffer copied
12964 ++ * @return Pointer to a newly allocated buffer containing a
12965 ++ * copy of `p` or `NULL` if the buffer cannot be allocated
12966 ++ */
12967 ++void *av_memdup(const void *p, size_t size);
12968 ++
12969 ++/**
12970 ++ * Overlapping memcpy() implementation.
12971 ++ *
12972 ++ * @param dst Destination buffer
12973 ++ * @param back Number of bytes back to start copying (i.e. the initial size of
12974 ++ * the overlapping window); must be > 0
12975 ++ * @param cnt Number of bytes to copy; must be >= 0
12976 ++ *
12977 ++ * @note `cnt > back` is valid, this will copy the bytes we just copied,
12978 ++ * thus creating a repeating pattern with a period length of `back`.
12979 ++ */
12980 ++void av_memcpy_backptr(uint8_t *dst, int back, int cnt);
12981 ++
12982 ++/**
12983 ++ * @}
12984 ++ */
12985 ++
12986 ++/**
12987 ++ * @defgroup lavu_mem_dynarray Dynamic Array
12988 ++ *
12989 ++ * Utilities to make an array grow when needed.
12990 ++ *
12991 ++ * Sometimes, the programmer would want to have an array that can grow when
12992 ++ * needed. The libavutil dynamic array utilities fill that need.
12993 ++ *
12994 ++ * libavutil supports two systems of appending elements onto a dynamically
12995 ++ * allocated array, the first one storing the pointer to the value in the
12996 ++ * array, and the second storing the value directly. In both systems, the
12997 ++ * caller is responsible for maintaining a variable containing the length of
12998 ++ * the array, as well as freeing of the array after use.
12999 ++ *
13000 ++ * The first system stores pointers to values in a block of dynamically
13001 ++ * allocated memory. Since only pointers are stored, the function does not need
13002 ++ * to know the size of the type. Both av_dynarray_add() and
13003 ++ * av_dynarray_add_nofree() implement this system.
13004 ++ *
13005 ++ * @code
13006 ++ * type **array = NULL; //< an array of pointers to values
13007 ++ * int nb = 0; //< a variable to keep track of the length of the array
13008 ++ *
13009 ++ * type to_be_added = ...;
13010 ++ * type to_be_added2 = ...;
13011 ++ *
13012 ++ * av_dynarray_add(&array, &nb, &to_be_added);
13013 ++ * if (nb == 0)
13014 ++ * return AVERROR(ENOMEM);
13015 ++ *
13016 ++ * av_dynarray_add(&array, &nb, &to_be_added2);
13017 ++ * if (nb == 0)
13018 ++ * return AVERROR(ENOMEM);
13019 ++ *
13020 ++ * // Now:
13021 ++ * // nb == 2
13022 ++ * // &to_be_added == array[0]
13023 ++ * // &to_be_added2 == array[1]
13024 ++ *
13025 ++ * av_freep(&array);
13026 ++ * @endcode
13027 ++ *
13028 ++ * The second system stores the value directly in a block of memory. As a
13029 ++ * result, the function has to know the size of the type. av_dynarray2_add()
13030 ++ * implements this mechanism.
13031 ++ *
13032 ++ * @code
13033 ++ * type *array = NULL; //< an array of values
13034 ++ * int nb = 0; //< a variable to keep track of the length of the array
13035 ++ *
13036 ++ * type to_be_added = ...;
13037 ++ * type to_be_added2 = ...;
13038 ++ *
13039 ++ * type *addr = av_dynarray2_add((void **)&array, &nb, sizeof(*array), NULL);
13040 ++ * if (!addr)
13041 ++ * return AVERROR(ENOMEM);
13042 ++ * memcpy(addr, &to_be_added, sizeof(to_be_added));
13043 ++ *
13044 ++ * // Shortcut of the above.
13045 ++ * type *addr = av_dynarray2_add((void **)&array, &nb, sizeof(*array),
13046 ++ * (const void *)&to_be_added2);
13047 ++ * if (!addr)
13048 ++ * return AVERROR(ENOMEM);
13049 ++ *
13050 ++ * // Now:
13051 ++ * // nb == 2
13052 ++ * // to_be_added == array[0]
13053 ++ * // to_be_added2 == array[1]
13054 ++ *
13055 ++ * av_freep(&array);
13056 ++ * @endcode
13057 ++ *
13058 ++ * @{
13059 ++ */
13060 ++
13061 ++/**
13062 ++ * Add the pointer to an element to a dynamic array.
13063 ++ *
13064 ++ * The array to grow is supposed to be an array of pointers to
13065 ++ * structures, and the element to add must be a pointer to an already
13066 ++ * allocated structure.
13067 ++ *
13068 ++ * The array is reallocated when its size reaches powers of 2.
13069 ++ * Therefore, the amortized cost of adding an element is constant.
13070 ++ *
13071 ++ * In case of success, the pointer to the array is updated in order to
13072 ++ * point to the new grown array, and the number pointed to by `nb_ptr`
13073 ++ * is incremented.
13074 ++ * In case of failure, the array is freed, `*tab_ptr` is set to `NULL` and
13075 ++ * `*nb_ptr` is set to 0.
13076 ++ *
13077 ++ * @param[in,out] tab_ptr Pointer to the array to grow
13078 ++ * @param[in,out] nb_ptr Pointer to the number of elements in the array
13079 ++ * @param[in] elem Element to add
13080 ++ * @see av_dynarray_add_nofree(), av_dynarray2_add()
13081 ++ */
13082 ++void av_dynarray_add(void *tab_ptr, int *nb_ptr, void *elem);
13083 ++
13084 ++/**
13085 ++ * Add an element to a dynamic array.
13086 ++ *
13087 ++ * Function has the same functionality as av_dynarray_add(),
13088 ++ * but it doesn't free memory on fails. It returns error code
13089 ++ * instead and leave current buffer untouched.
13090 ++ *
13091 ++ * @return >=0 on success, negative otherwise
13092 ++ * @see av_dynarray_add(), av_dynarray2_add()
13093 ++ */
13094 ++av_warn_unused_result
13095 ++int av_dynarray_add_nofree(void *tab_ptr, int *nb_ptr, void *elem);
13096 ++
13097 ++/**
13098 ++ * Add an element of size `elem_size` to a dynamic array.
13099 ++ *
13100 ++ * The array is reallocated when its number of elements reaches powers of 2.
13101 ++ * Therefore, the amortized cost of adding an element is constant.
13102 ++ *
13103 ++ * In case of success, the pointer to the array is updated in order to
13104 ++ * point to the new grown array, and the number pointed to by `nb_ptr`
13105 ++ * is incremented.
13106 ++ * In case of failure, the array is freed, `*tab_ptr` is set to `NULL` and
13107 ++ * `*nb_ptr` is set to 0.
13108 ++ *
13109 ++ * @param[in,out] tab_ptr Pointer to the array to grow
13110 ++ * @param[in,out] nb_ptr Pointer to the number of elements in the array
13111 ++ * @param[in] elem_size Size in bytes of an element in the array
13112 ++ * @param[in] elem_data Pointer to the data of the element to add. If
13113 ++ * `NULL`, the space of the newly added element is
13114 ++ * allocated but left uninitialized.
13115 ++ *
13116 ++ * @return Pointer to the data of the element to copy in the newly allocated
13117 ++ * space
13118 ++ * @see av_dynarray_add(), av_dynarray_add_nofree()
13119 ++ */
13120 ++void *av_dynarray2_add(void **tab_ptr, int *nb_ptr, size_t elem_size,
13121 ++ const uint8_t *elem_data);
13122 ++
13123 ++/**
13124 ++ * @}
13125 ++ */
13126 ++
13127 ++/**
13128 ++ * @defgroup lavu_mem_misc Miscellaneous Functions
13129 ++ *
13130 ++ * Other functions related to memory allocation.
13131 ++ *
13132 ++ * @{
13133 ++ */
13134 ++
13135 ++/**
13136 ++ * Multiply two `size_t` values checking for overflow.
13137 ++ *
13138 ++ * @param[in] a,b Operands of multiplication
13139 ++ * @param[out] r Pointer to the result of the operation
13140 ++ * @return 0 on success, AVERROR(EINVAL) on overflow
13141 ++ */
13142 ++static inline int av_size_mult(size_t a, size_t b, size_t *r)
13143 ++{
13144 ++ size_t t = a * b;
13145 ++ /* Hack inspired from glibc: don't try the division if nelem and elsize
13146 ++ * are both less than sqrt(SIZE_MAX). */
13147 ++ if ((a | b) >= ((size_t)1 << (sizeof(size_t) * 4)) && a && t / a != b)
13148 ++ return AVERROR(EINVAL);
13149 ++ *r = t;
13150 ++ return 0;
13151 ++}
13152 ++
13153 ++/**
13154 ++ * Set the maximum size that may be allocated in one block.
13155 ++ *
13156 ++ * The value specified with this function is effective for all libavutil's @ref
13157 ++ * lavu_mem_funcs "heap management functions."
13158 ++ *
13159 ++ * By default, the max value is defined as `INT_MAX`.
13160 ++ *
13161 ++ * @param max Value to be set as the new maximum size
13162 ++ *
13163 ++ * @warning Exercise extreme caution when using this function. Don't touch
13164 ++ * this if you do not understand the full consequence of doing so.
13165 ++ */
13166 ++void av_max_alloc(size_t max);
13167 ++
13168 ++/**
13169 ++ * @}
13170 ++ * @}
13171 ++ */
13172 ++
13173 ++#endif /* AVUTIL_MEM_H */
13174 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/pixfmt.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/pixfmt.h
13175 +new file mode 100644
13176 +--- /dev/null
13177 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/pixfmt.h
13178 +@@ -0,0 +1,529 @@
13179 ++/*
13180 ++ * copyright (c) 2006 Michael Niedermayer <michaelni@×××.at>
13181 ++ *
13182 ++ * This file is part of FFmpeg.
13183 ++ *
13184 ++ * FFmpeg is free software; you can redistribute it and/or
13185 ++ * modify it under the terms of the GNU Lesser General Public
13186 ++ * License as published by the Free Software Foundation; either
13187 ++ * version 2.1 of the License, or (at your option) any later version.
13188 ++ *
13189 ++ * FFmpeg is distributed in the hope that it will be useful,
13190 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13191 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13192 ++ * Lesser General Public License for more details.
13193 ++ *
13194 ++ * You should have received a copy of the GNU Lesser General Public
13195 ++ * License along with FFmpeg; if not, write to the Free Software
13196 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
13197 ++ */
13198 ++
13199 ++#ifndef AVUTIL_PIXFMT_H
13200 ++#define AVUTIL_PIXFMT_H
13201 ++
13202 ++/**
13203 ++ * @file
13204 ++ * pixel format definitions
13205 ++ */
13206 ++
13207 ++#include "libavutil/avconfig.h"
13208 ++#include "version.h"
13209 ++
13210 ++#define AVPALETTE_SIZE 1024
13211 ++#define AVPALETTE_COUNT 256
13212 ++
13213 ++/**
13214 ++ * Pixel format.
13215 ++ *
13216 ++ * @note
13217 ++ * AV_PIX_FMT_RGB32 is handled in an endian-specific manner. An RGBA
13218 ++ * color is put together as:
13219 ++ * (A << 24) | (R << 16) | (G << 8) | B
13220 ++ * This is stored as BGRA on little-endian CPU architectures and ARGB on
13221 ++ * big-endian CPUs.
13222 ++ *
13223 ++ * @par
13224 ++ * When the pixel format is palettized RGB32 (AV_PIX_FMT_PAL8), the palettized
13225 ++ * image data is stored in AVFrame.data[0]. The palette is transported in
13226 ++ * AVFrame.data[1], is 1024 bytes long (256 4-byte entries) and is
13227 ++ * formatted the same as in AV_PIX_FMT_RGB32 described above (i.e., it is
13228 ++ * also endian-specific). Note also that the individual RGB32 palette
13229 ++ * components stored in AVFrame.data[1] should be in the range 0..255.
13230 ++ * This is important as many custom PAL8 video codecs that were designed
13231 ++ * to run on the IBM VGA graphics adapter use 6-bit palette components.
13232 ++ *
13233 ++ * @par
13234 ++ * For all the 8 bits per pixel formats, an RGB32 palette is in data[1] like
13235 ++ * for pal8. This palette is filled in automatically by the function
13236 ++ * allocating the picture.
13237 ++ */
13238 ++enum AVPixelFormat {
13239 ++ AV_PIX_FMT_NONE = -1,
13240 ++ AV_PIX_FMT_YUV420P, ///< planar YUV 4:2:0, 12bpp, (1 Cr & Cb sample per 2x2 Y samples)
13241 ++ AV_PIX_FMT_YUYV422, ///< packed YUV 4:2:2, 16bpp, Y0 Cb Y1 Cr
13242 ++ AV_PIX_FMT_RGB24, ///< packed RGB 8:8:8, 24bpp, RGBRGB...
13243 ++ AV_PIX_FMT_BGR24, ///< packed RGB 8:8:8, 24bpp, BGRBGR...
13244 ++ AV_PIX_FMT_YUV422P, ///< planar YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples)
13245 ++ AV_PIX_FMT_YUV444P, ///< planar YUV 4:4:4, 24bpp, (1 Cr & Cb sample per 1x1 Y samples)
13246 ++ AV_PIX_FMT_YUV410P, ///< planar YUV 4:1:0, 9bpp, (1 Cr & Cb sample per 4x4 Y samples)
13247 ++ AV_PIX_FMT_YUV411P, ///< planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples)
13248 ++ AV_PIX_FMT_GRAY8, ///< Y , 8bpp
13249 ++ AV_PIX_FMT_MONOWHITE, ///< Y , 1bpp, 0 is white, 1 is black, in each byte pixels are ordered from the msb to the lsb
13250 ++ AV_PIX_FMT_MONOBLACK, ///< Y , 1bpp, 0 is black, 1 is white, in each byte pixels are ordered from the msb to the lsb
13251 ++ AV_PIX_FMT_PAL8, ///< 8 bits with AV_PIX_FMT_RGB32 palette
13252 ++ AV_PIX_FMT_YUVJ420P, ///< planar YUV 4:2:0, 12bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV420P and setting color_range
13253 ++ AV_PIX_FMT_YUVJ422P, ///< planar YUV 4:2:2, 16bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV422P and setting color_range
13254 ++ AV_PIX_FMT_YUVJ444P, ///< planar YUV 4:4:4, 24bpp, full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV444P and setting color_range
13255 ++ AV_PIX_FMT_UYVY422, ///< packed YUV 4:2:2, 16bpp, Cb Y0 Cr Y1
13256 ++ AV_PIX_FMT_UYYVYY411, ///< packed YUV 4:1:1, 12bpp, Cb Y0 Y1 Cr Y2 Y3
13257 ++ AV_PIX_FMT_BGR8, ///< packed RGB 3:3:2, 8bpp, (msb)2B 3G 3R(lsb)
13258 ++ AV_PIX_FMT_BGR4, ///< packed RGB 1:2:1 bitstream, 4bpp, (msb)1B 2G 1R(lsb), a byte contains two pixels, the first pixel in the byte is the one composed by the 4 msb bits
13259 ++ AV_PIX_FMT_BGR4_BYTE, ///< packed RGB 1:2:1, 8bpp, (msb)1B 2G 1R(lsb)
13260 ++ AV_PIX_FMT_RGB8, ///< packed RGB 3:3:2, 8bpp, (msb)2R 3G 3B(lsb)
13261 ++ AV_PIX_FMT_RGB4, ///< packed RGB 1:2:1 bitstream, 4bpp, (msb)1R 2G 1B(lsb), a byte contains two pixels, the first pixel in the byte is the one composed by the 4 msb bits
13262 ++ AV_PIX_FMT_RGB4_BYTE, ///< packed RGB 1:2:1, 8bpp, (msb)1R 2G 1B(lsb)
13263 ++ AV_PIX_FMT_NV12, ///< planar YUV 4:2:0, 12bpp, 1 plane for Y and 1 plane for the UV components, which are interleaved (first byte U and the following byte V)
13264 ++ AV_PIX_FMT_NV21, ///< as above, but U and V bytes are swapped
13265 ++
13266 ++ AV_PIX_FMT_ARGB, ///< packed ARGB 8:8:8:8, 32bpp, ARGBARGB...
13267 ++ AV_PIX_FMT_RGBA, ///< packed RGBA 8:8:8:8, 32bpp, RGBARGBA...
13268 ++ AV_PIX_FMT_ABGR, ///< packed ABGR 8:8:8:8, 32bpp, ABGRABGR...
13269 ++ AV_PIX_FMT_BGRA, ///< packed BGRA 8:8:8:8, 32bpp, BGRABGRA...
13270 ++
13271 ++ AV_PIX_FMT_GRAY16BE, ///< Y , 16bpp, big-endian
13272 ++ AV_PIX_FMT_GRAY16LE, ///< Y , 16bpp, little-endian
13273 ++ AV_PIX_FMT_YUV440P, ///< planar YUV 4:4:0 (1 Cr & Cb sample per 1x2 Y samples)
13274 ++ AV_PIX_FMT_YUVJ440P, ///< planar YUV 4:4:0 full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV440P and setting color_range
13275 ++ AV_PIX_FMT_YUVA420P, ///< planar YUV 4:2:0, 20bpp, (1 Cr & Cb sample per 2x2 Y & A samples)
13276 ++ AV_PIX_FMT_RGB48BE, ///< packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, the 2-byte value for each R/G/B component is stored as big-endian
13277 ++ AV_PIX_FMT_RGB48LE, ///< packed RGB 16:16:16, 48bpp, 16R, 16G, 16B, the 2-byte value for each R/G/B component is stored as little-endian
13278 ++
13279 ++ AV_PIX_FMT_RGB565BE, ///< packed RGB 5:6:5, 16bpp, (msb) 5R 6G 5B(lsb), big-endian
13280 ++ AV_PIX_FMT_RGB565LE, ///< packed RGB 5:6:5, 16bpp, (msb) 5R 6G 5B(lsb), little-endian
13281 ++ AV_PIX_FMT_RGB555BE, ///< packed RGB 5:5:5, 16bpp, (msb)1X 5R 5G 5B(lsb), big-endian , X=unused/undefined
13282 ++ AV_PIX_FMT_RGB555LE, ///< packed RGB 5:5:5, 16bpp, (msb)1X 5R 5G 5B(lsb), little-endian, X=unused/undefined
13283 ++
13284 ++ AV_PIX_FMT_BGR565BE, ///< packed BGR 5:6:5, 16bpp, (msb) 5B 6G 5R(lsb), big-endian
13285 ++ AV_PIX_FMT_BGR565LE, ///< packed BGR 5:6:5, 16bpp, (msb) 5B 6G 5R(lsb), little-endian
13286 ++ AV_PIX_FMT_BGR555BE, ///< packed BGR 5:5:5, 16bpp, (msb)1X 5B 5G 5R(lsb), big-endian , X=unused/undefined
13287 ++ AV_PIX_FMT_BGR555LE, ///< packed BGR 5:5:5, 16bpp, (msb)1X 5B 5G 5R(lsb), little-endian, X=unused/undefined
13288 ++
13289 ++#if FF_API_VAAPI
13290 ++ /** @name Deprecated pixel formats */
13291 ++ /**@{*/
13292 ++ AV_PIX_FMT_VAAPI_MOCO, ///< HW acceleration through VA API at motion compensation entry-point, Picture.data[3] contains a vaapi_render_state struct which contains macroblocks as well as various fields extracted from headers
13293 ++ AV_PIX_FMT_VAAPI_IDCT, ///< HW acceleration through VA API at IDCT entry-point, Picture.data[3] contains a vaapi_render_state struct which contains fields extracted from headers
13294 ++ AV_PIX_FMT_VAAPI_VLD, ///< HW decoding through VA API, Picture.data[3] contains a VASurfaceID
13295 ++ /**@}*/
13296 ++ AV_PIX_FMT_VAAPI = AV_PIX_FMT_VAAPI_VLD,
13297 ++#else
13298 ++ /**
13299 ++ * Hardware acceleration through VA-API, data[3] contains a
13300 ++ * VASurfaceID.
13301 ++ */
13302 ++ AV_PIX_FMT_VAAPI,
13303 ++#endif
13304 ++
13305 ++ AV_PIX_FMT_YUV420P16LE, ///< planar YUV 4:2:0, 24bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian
13306 ++ AV_PIX_FMT_YUV420P16BE, ///< planar YUV 4:2:0, 24bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian
13307 ++ AV_PIX_FMT_YUV422P16LE, ///< planar YUV 4:2:2, 32bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian
13308 ++ AV_PIX_FMT_YUV422P16BE, ///< planar YUV 4:2:2, 32bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian
13309 ++ AV_PIX_FMT_YUV444P16LE, ///< planar YUV 4:4:4, 48bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian
13310 ++ AV_PIX_FMT_YUV444P16BE, ///< planar YUV 4:4:4, 48bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian
13311 ++ AV_PIX_FMT_DXVA2_VLD, ///< HW decoding through DXVA2, Picture.data[3] contains a LPDIRECT3DSURFACE9 pointer
13312 ++
13313 ++ AV_PIX_FMT_RGB444LE, ///< packed RGB 4:4:4, 16bpp, (msb)4X 4R 4G 4B(lsb), little-endian, X=unused/undefined
13314 ++ AV_PIX_FMT_RGB444BE, ///< packed RGB 4:4:4, 16bpp, (msb)4X 4R 4G 4B(lsb), big-endian, X=unused/undefined
13315 ++ AV_PIX_FMT_BGR444LE, ///< packed BGR 4:4:4, 16bpp, (msb)4X 4B 4G 4R(lsb), little-endian, X=unused/undefined
13316 ++ AV_PIX_FMT_BGR444BE, ///< packed BGR 4:4:4, 16bpp, (msb)4X 4B 4G 4R(lsb), big-endian, X=unused/undefined
13317 ++ AV_PIX_FMT_YA8, ///< 8 bits gray, 8 bits alpha
13318 ++
13319 ++ AV_PIX_FMT_Y400A = AV_PIX_FMT_YA8, ///< alias for AV_PIX_FMT_YA8
13320 ++ AV_PIX_FMT_GRAY8A= AV_PIX_FMT_YA8, ///< alias for AV_PIX_FMT_YA8
13321 ++
13322 ++ AV_PIX_FMT_BGR48BE, ///< packed RGB 16:16:16, 48bpp, 16B, 16G, 16R, the 2-byte value for each R/G/B component is stored as big-endian
13323 ++ AV_PIX_FMT_BGR48LE, ///< packed RGB 16:16:16, 48bpp, 16B, 16G, 16R, the 2-byte value for each R/G/B component is stored as little-endian
13324 ++
13325 ++ /**
13326 ++ * The following 12 formats have the disadvantage of needing 1 format for each bit depth.
13327 ++ * Notice that each 9/10 bits sample is stored in 16 bits with extra padding.
13328 ++ * If you want to support multiple bit depths, then using AV_PIX_FMT_YUV420P16* with the bpp stored separately is better.
13329 ++ */
13330 ++ AV_PIX_FMT_YUV420P9BE, ///< planar YUV 4:2:0, 13.5bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian
13331 ++ AV_PIX_FMT_YUV420P9LE, ///< planar YUV 4:2:0, 13.5bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian
13332 ++ AV_PIX_FMT_YUV420P10BE,///< planar YUV 4:2:0, 15bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian
13333 ++ AV_PIX_FMT_YUV420P10LE,///< planar YUV 4:2:0, 15bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian
13334 ++ AV_PIX_FMT_YUV422P10BE,///< planar YUV 4:2:2, 20bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian
13335 ++ AV_PIX_FMT_YUV422P10LE,///< planar YUV 4:2:2, 20bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian
13336 ++ AV_PIX_FMT_YUV444P9BE, ///< planar YUV 4:4:4, 27bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian
13337 ++ AV_PIX_FMT_YUV444P9LE, ///< planar YUV 4:4:4, 27bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian
13338 ++ AV_PIX_FMT_YUV444P10BE,///< planar YUV 4:4:4, 30bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian
13339 ++ AV_PIX_FMT_YUV444P10LE,///< planar YUV 4:4:4, 30bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian
13340 ++ AV_PIX_FMT_YUV422P9BE, ///< planar YUV 4:2:2, 18bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian
13341 ++ AV_PIX_FMT_YUV422P9LE, ///< planar YUV 4:2:2, 18bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian
13342 ++ AV_PIX_FMT_GBRP, ///< planar GBR 4:4:4 24bpp
13343 ++ AV_PIX_FMT_GBR24P = AV_PIX_FMT_GBRP, // alias for #AV_PIX_FMT_GBRP
13344 ++ AV_PIX_FMT_GBRP9BE, ///< planar GBR 4:4:4 27bpp, big-endian
13345 ++ AV_PIX_FMT_GBRP9LE, ///< planar GBR 4:4:4 27bpp, little-endian
13346 ++ AV_PIX_FMT_GBRP10BE, ///< planar GBR 4:4:4 30bpp, big-endian
13347 ++ AV_PIX_FMT_GBRP10LE, ///< planar GBR 4:4:4 30bpp, little-endian
13348 ++ AV_PIX_FMT_GBRP16BE, ///< planar GBR 4:4:4 48bpp, big-endian
13349 ++ AV_PIX_FMT_GBRP16LE, ///< planar GBR 4:4:4 48bpp, little-endian
13350 ++ AV_PIX_FMT_YUVA422P, ///< planar YUV 4:2:2 24bpp, (1 Cr & Cb sample per 2x1 Y & A samples)
13351 ++ AV_PIX_FMT_YUVA444P, ///< planar YUV 4:4:4 32bpp, (1 Cr & Cb sample per 1x1 Y & A samples)
13352 ++ AV_PIX_FMT_YUVA420P9BE, ///< planar YUV 4:2:0 22.5bpp, (1 Cr & Cb sample per 2x2 Y & A samples), big-endian
13353 ++ AV_PIX_FMT_YUVA420P9LE, ///< planar YUV 4:2:0 22.5bpp, (1 Cr & Cb sample per 2x2 Y & A samples), little-endian
13354 ++ AV_PIX_FMT_YUVA422P9BE, ///< planar YUV 4:2:2 27bpp, (1 Cr & Cb sample per 2x1 Y & A samples), big-endian
13355 ++ AV_PIX_FMT_YUVA422P9LE, ///< planar YUV 4:2:2 27bpp, (1 Cr & Cb sample per 2x1 Y & A samples), little-endian
13356 ++ AV_PIX_FMT_YUVA444P9BE, ///< planar YUV 4:4:4 36bpp, (1 Cr & Cb sample per 1x1 Y & A samples), big-endian
13357 ++ AV_PIX_FMT_YUVA444P9LE, ///< planar YUV 4:4:4 36bpp, (1 Cr & Cb sample per 1x1 Y & A samples), little-endian
13358 ++ AV_PIX_FMT_YUVA420P10BE, ///< planar YUV 4:2:0 25bpp, (1 Cr & Cb sample per 2x2 Y & A samples, big-endian)
13359 ++ AV_PIX_FMT_YUVA420P10LE, ///< planar YUV 4:2:0 25bpp, (1 Cr & Cb sample per 2x2 Y & A samples, little-endian)
13360 ++ AV_PIX_FMT_YUVA422P10BE, ///< planar YUV 4:2:2 30bpp, (1 Cr & Cb sample per 2x1 Y & A samples, big-endian)
13361 ++ AV_PIX_FMT_YUVA422P10LE, ///< planar YUV 4:2:2 30bpp, (1 Cr & Cb sample per 2x1 Y & A samples, little-endian)
13362 ++ AV_PIX_FMT_YUVA444P10BE, ///< planar YUV 4:4:4 40bpp, (1 Cr & Cb sample per 1x1 Y & A samples, big-endian)
13363 ++ AV_PIX_FMT_YUVA444P10LE, ///< planar YUV 4:4:4 40bpp, (1 Cr & Cb sample per 1x1 Y & A samples, little-endian)
13364 ++ AV_PIX_FMT_YUVA420P16BE, ///< planar YUV 4:2:0 40bpp, (1 Cr & Cb sample per 2x2 Y & A samples, big-endian)
13365 ++ AV_PIX_FMT_YUVA420P16LE, ///< planar YUV 4:2:0 40bpp, (1 Cr & Cb sample per 2x2 Y & A samples, little-endian)
13366 ++ AV_PIX_FMT_YUVA422P16BE, ///< planar YUV 4:2:2 48bpp, (1 Cr & Cb sample per 2x1 Y & A samples, big-endian)
13367 ++ AV_PIX_FMT_YUVA422P16LE, ///< planar YUV 4:2:2 48bpp, (1 Cr & Cb sample per 2x1 Y & A samples, little-endian)
13368 ++ AV_PIX_FMT_YUVA444P16BE, ///< planar YUV 4:4:4 64bpp, (1 Cr & Cb sample per 1x1 Y & A samples, big-endian)
13369 ++ AV_PIX_FMT_YUVA444P16LE, ///< planar YUV 4:4:4 64bpp, (1 Cr & Cb sample per 1x1 Y & A samples, little-endian)
13370 ++
13371 ++ AV_PIX_FMT_VDPAU, ///< HW acceleration through VDPAU, Picture.data[3] contains a VdpVideoSurface
13372 ++
13373 ++ AV_PIX_FMT_XYZ12LE, ///< packed XYZ 4:4:4, 36 bpp, (msb) 12X, 12Y, 12Z (lsb), the 2-byte value for each X/Y/Z is stored as little-endian, the 4 lower bits are set to 0
13374 ++ AV_PIX_FMT_XYZ12BE, ///< packed XYZ 4:4:4, 36 bpp, (msb) 12X, 12Y, 12Z (lsb), the 2-byte value for each X/Y/Z is stored as big-endian, the 4 lower bits are set to 0
13375 ++ AV_PIX_FMT_NV16, ///< interleaved chroma YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples)
13376 ++ AV_PIX_FMT_NV20LE, ///< interleaved chroma YUV 4:2:2, 20bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian
13377 ++ AV_PIX_FMT_NV20BE, ///< interleaved chroma YUV 4:2:2, 20bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian
13378 ++
13379 ++ AV_PIX_FMT_RGBA64BE, ///< packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is stored as big-endian
13380 ++ AV_PIX_FMT_RGBA64LE, ///< packed RGBA 16:16:16:16, 64bpp, 16R, 16G, 16B, 16A, the 2-byte value for each R/G/B/A component is stored as little-endian
13381 ++ AV_PIX_FMT_BGRA64BE, ///< packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is stored as big-endian
13382 ++ AV_PIX_FMT_BGRA64LE, ///< packed RGBA 16:16:16:16, 64bpp, 16B, 16G, 16R, 16A, the 2-byte value for each R/G/B/A component is stored as little-endian
13383 ++
13384 ++ AV_PIX_FMT_YVYU422, ///< packed YUV 4:2:2, 16bpp, Y0 Cr Y1 Cb
13385 ++
13386 ++ AV_PIX_FMT_YA16BE, ///< 16 bits gray, 16 bits alpha (big-endian)
13387 ++ AV_PIX_FMT_YA16LE, ///< 16 bits gray, 16 bits alpha (little-endian)
13388 ++
13389 ++ AV_PIX_FMT_GBRAP, ///< planar GBRA 4:4:4:4 32bpp
13390 ++ AV_PIX_FMT_GBRAP16BE, ///< planar GBRA 4:4:4:4 64bpp, big-endian
13391 ++ AV_PIX_FMT_GBRAP16LE, ///< planar GBRA 4:4:4:4 64bpp, little-endian
13392 ++ /**
13393 ++ * HW acceleration through QSV, data[3] contains a pointer to the
13394 ++ * mfxFrameSurface1 structure.
13395 ++ */
13396 ++ AV_PIX_FMT_QSV,
13397 ++ /**
13398 ++ * HW acceleration though MMAL, data[3] contains a pointer to the
13399 ++ * MMAL_BUFFER_HEADER_T structure.
13400 ++ */
13401 ++ AV_PIX_FMT_MMAL,
13402 ++
13403 ++ AV_PIX_FMT_D3D11VA_VLD, ///< HW decoding through Direct3D11 via old API, Picture.data[3] contains a ID3D11VideoDecoderOutputView pointer
13404 ++
13405 ++ /**
13406 ++ * HW acceleration through CUDA. data[i] contain CUdeviceptr pointers
13407 ++ * exactly as for system memory frames.
13408 ++ */
13409 ++ AV_PIX_FMT_CUDA,
13410 ++
13411 ++ AV_PIX_FMT_0RGB, ///< packed RGB 8:8:8, 32bpp, XRGBXRGB... X=unused/undefined
13412 ++ AV_PIX_FMT_RGB0, ///< packed RGB 8:8:8, 32bpp, RGBXRGBX... X=unused/undefined
13413 ++ AV_PIX_FMT_0BGR, ///< packed BGR 8:8:8, 32bpp, XBGRXBGR... X=unused/undefined
13414 ++ AV_PIX_FMT_BGR0, ///< packed BGR 8:8:8, 32bpp, BGRXBGRX... X=unused/undefined
13415 ++
13416 ++ AV_PIX_FMT_YUV420P12BE, ///< planar YUV 4:2:0,18bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian
13417 ++ AV_PIX_FMT_YUV420P12LE, ///< planar YUV 4:2:0,18bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian
13418 ++ AV_PIX_FMT_YUV420P14BE, ///< planar YUV 4:2:0,21bpp, (1 Cr & Cb sample per 2x2 Y samples), big-endian
13419 ++ AV_PIX_FMT_YUV420P14LE, ///< planar YUV 4:2:0,21bpp, (1 Cr & Cb sample per 2x2 Y samples), little-endian
13420 ++ AV_PIX_FMT_YUV422P12BE, ///< planar YUV 4:2:2,24bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian
13421 ++ AV_PIX_FMT_YUV422P12LE, ///< planar YUV 4:2:2,24bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian
13422 ++ AV_PIX_FMT_YUV422P14BE, ///< planar YUV 4:2:2,28bpp, (1 Cr & Cb sample per 2x1 Y samples), big-endian
13423 ++ AV_PIX_FMT_YUV422P14LE, ///< planar YUV 4:2:2,28bpp, (1 Cr & Cb sample per 2x1 Y samples), little-endian
13424 ++ AV_PIX_FMT_YUV444P12BE, ///< planar YUV 4:4:4,36bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian
13425 ++ AV_PIX_FMT_YUV444P12LE, ///< planar YUV 4:4:4,36bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian
13426 ++ AV_PIX_FMT_YUV444P14BE, ///< planar YUV 4:4:4,42bpp, (1 Cr & Cb sample per 1x1 Y samples), big-endian
13427 ++ AV_PIX_FMT_YUV444P14LE, ///< planar YUV 4:4:4,42bpp, (1 Cr & Cb sample per 1x1 Y samples), little-endian
13428 ++ AV_PIX_FMT_GBRP12BE, ///< planar GBR 4:4:4 36bpp, big-endian
13429 ++ AV_PIX_FMT_GBRP12LE, ///< planar GBR 4:4:4 36bpp, little-endian
13430 ++ AV_PIX_FMT_GBRP14BE, ///< planar GBR 4:4:4 42bpp, big-endian
13431 ++ AV_PIX_FMT_GBRP14LE, ///< planar GBR 4:4:4 42bpp, little-endian
13432 ++ AV_PIX_FMT_YUVJ411P, ///< planar YUV 4:1:1, 12bpp, (1 Cr & Cb sample per 4x1 Y samples) full scale (JPEG), deprecated in favor of AV_PIX_FMT_YUV411P and setting color_range
13433 ++
13434 ++ AV_PIX_FMT_BAYER_BGGR8, ///< bayer, BGBG..(odd line), GRGR..(even line), 8-bit samples */
13435 ++ AV_PIX_FMT_BAYER_RGGB8, ///< bayer, RGRG..(odd line), GBGB..(even line), 8-bit samples */
13436 ++ AV_PIX_FMT_BAYER_GBRG8, ///< bayer, GBGB..(odd line), RGRG..(even line), 8-bit samples */
13437 ++ AV_PIX_FMT_BAYER_GRBG8, ///< bayer, GRGR..(odd line), BGBG..(even line), 8-bit samples */
13438 ++ AV_PIX_FMT_BAYER_BGGR16LE, ///< bayer, BGBG..(odd line), GRGR..(even line), 16-bit samples, little-endian */
13439 ++ AV_PIX_FMT_BAYER_BGGR16BE, ///< bayer, BGBG..(odd line), GRGR..(even line), 16-bit samples, big-endian */
13440 ++ AV_PIX_FMT_BAYER_RGGB16LE, ///< bayer, RGRG..(odd line), GBGB..(even line), 16-bit samples, little-endian */
13441 ++ AV_PIX_FMT_BAYER_RGGB16BE, ///< bayer, RGRG..(odd line), GBGB..(even line), 16-bit samples, big-endian */
13442 ++ AV_PIX_FMT_BAYER_GBRG16LE, ///< bayer, GBGB..(odd line), RGRG..(even line), 16-bit samples, little-endian */
13443 ++ AV_PIX_FMT_BAYER_GBRG16BE, ///< bayer, GBGB..(odd line), RGRG..(even line), 16-bit samples, big-endian */
13444 ++ AV_PIX_FMT_BAYER_GRBG16LE, ///< bayer, GRGR..(odd line), BGBG..(even line), 16-bit samples, little-endian */
13445 ++ AV_PIX_FMT_BAYER_GRBG16BE, ///< bayer, GRGR..(odd line), BGBG..(even line), 16-bit samples, big-endian */
13446 ++
13447 ++ AV_PIX_FMT_XVMC,///< XVideo Motion Acceleration via common packet passing
13448 ++
13449 ++ AV_PIX_FMT_YUV440P10LE, ///< planar YUV 4:4:0,20bpp, (1 Cr & Cb sample per 1x2 Y samples), little-endian
13450 ++ AV_PIX_FMT_YUV440P10BE, ///< planar YUV 4:4:0,20bpp, (1 Cr & Cb sample per 1x2 Y samples), big-endian
13451 ++ AV_PIX_FMT_YUV440P12LE, ///< planar YUV 4:4:0,24bpp, (1 Cr & Cb sample per 1x2 Y samples), little-endian
13452 ++ AV_PIX_FMT_YUV440P12BE, ///< planar YUV 4:4:0,24bpp, (1 Cr & Cb sample per 1x2 Y samples), big-endian
13453 ++ AV_PIX_FMT_AYUV64LE, ///< packed AYUV 4:4:4,64bpp (1 Cr & Cb sample per 1x1 Y & A samples), little-endian
13454 ++ AV_PIX_FMT_AYUV64BE, ///< packed AYUV 4:4:4,64bpp (1 Cr & Cb sample per 1x1 Y & A samples), big-endian
13455 ++
13456 ++ AV_PIX_FMT_VIDEOTOOLBOX, ///< hardware decoding through Videotoolbox
13457 ++
13458 ++ AV_PIX_FMT_P010LE, ///< like NV12, with 10bpp per component, data in the high bits, zeros in the low bits, little-endian
13459 ++ AV_PIX_FMT_P010BE, ///< like NV12, with 10bpp per component, data in the high bits, zeros in the low bits, big-endian
13460 ++
13461 ++ AV_PIX_FMT_GBRAP12BE, ///< planar GBR 4:4:4:4 48bpp, big-endian
13462 ++ AV_PIX_FMT_GBRAP12LE, ///< planar GBR 4:4:4:4 48bpp, little-endian
13463 ++
13464 ++ AV_PIX_FMT_GBRAP10BE, ///< planar GBR 4:4:4:4 40bpp, big-endian
13465 ++ AV_PIX_FMT_GBRAP10LE, ///< planar GBR 4:4:4:4 40bpp, little-endian
13466 ++
13467 ++ AV_PIX_FMT_MEDIACODEC, ///< hardware decoding through MediaCodec
13468 ++
13469 ++ AV_PIX_FMT_GRAY12BE, ///< Y , 12bpp, big-endian
13470 ++ AV_PIX_FMT_GRAY12LE, ///< Y , 12bpp, little-endian
13471 ++ AV_PIX_FMT_GRAY10BE, ///< Y , 10bpp, big-endian
13472 ++ AV_PIX_FMT_GRAY10LE, ///< Y , 10bpp, little-endian
13473 ++
13474 ++ AV_PIX_FMT_P016LE, ///< like NV12, with 16bpp per component, little-endian
13475 ++ AV_PIX_FMT_P016BE, ///< like NV12, with 16bpp per component, big-endian
13476 ++
13477 ++ /**
13478 ++ * Hardware surfaces for Direct3D11.
13479 ++ *
13480 ++ * This is preferred over the legacy AV_PIX_FMT_D3D11VA_VLD. The new D3D11
13481 ++ * hwaccel API and filtering support AV_PIX_FMT_D3D11 only.
13482 ++ *
13483 ++ * data[0] contains a ID3D11Texture2D pointer, and data[1] contains the
13484 ++ * texture array index of the frame as intptr_t if the ID3D11Texture2D is
13485 ++ * an array texture (or always 0 if it's a normal texture).
13486 ++ */
13487 ++ AV_PIX_FMT_D3D11,
13488 ++
13489 ++ AV_PIX_FMT_GRAY9BE, ///< Y , 9bpp, big-endian
13490 ++ AV_PIX_FMT_GRAY9LE, ///< Y , 9bpp, little-endian
13491 ++
13492 ++ AV_PIX_FMT_GBRPF32BE, ///< IEEE-754 single precision planar GBR 4:4:4, 96bpp, big-endian
13493 ++ AV_PIX_FMT_GBRPF32LE, ///< IEEE-754 single precision planar GBR 4:4:4, 96bpp, little-endian
13494 ++ AV_PIX_FMT_GBRAPF32BE, ///< IEEE-754 single precision planar GBRA 4:4:4:4, 128bpp, big-endian
13495 ++ AV_PIX_FMT_GBRAPF32LE, ///< IEEE-754 single precision planar GBRA 4:4:4:4, 128bpp, little-endian
13496 ++
13497 ++ /**
13498 ++ * DRM-managed buffers exposed through PRIME buffer sharing.
13499 ++ *
13500 ++ * data[0] points to an AVDRMFrameDescriptor.
13501 ++ */
13502 ++ AV_PIX_FMT_DRM_PRIME,
13503 ++ /**
13504 ++ * Hardware surfaces for OpenCL.
13505 ++ *
13506 ++ * data[i] contain 2D image objects (typed in C as cl_mem, used
13507 ++ * in OpenCL as image2d_t) for each plane of the surface.
13508 ++ */
13509 ++ AV_PIX_FMT_OPENCL,
13510 ++
13511 ++ AV_PIX_FMT_NB ///< number of pixel formats, DO NOT USE THIS if you want to link with shared libav* because the number of formats might differ between versions
13512 ++};
13513 ++
13514 ++#if AV_HAVE_BIGENDIAN
13515 ++# define AV_PIX_FMT_NE(be, le) AV_PIX_FMT_##be
13516 ++#else
13517 ++# define AV_PIX_FMT_NE(be, le) AV_PIX_FMT_##le
13518 ++#endif
13519 ++
13520 ++#define AV_PIX_FMT_RGB32 AV_PIX_FMT_NE(ARGB, BGRA)
13521 ++#define AV_PIX_FMT_RGB32_1 AV_PIX_FMT_NE(RGBA, ABGR)
13522 ++#define AV_PIX_FMT_BGR32 AV_PIX_FMT_NE(ABGR, RGBA)
13523 ++#define AV_PIX_FMT_BGR32_1 AV_PIX_FMT_NE(BGRA, ARGB)
13524 ++#define AV_PIX_FMT_0RGB32 AV_PIX_FMT_NE(0RGB, BGR0)
13525 ++#define AV_PIX_FMT_0BGR32 AV_PIX_FMT_NE(0BGR, RGB0)
13526 ++
13527 ++#define AV_PIX_FMT_GRAY9 AV_PIX_FMT_NE(GRAY9BE, GRAY9LE)
13528 ++#define AV_PIX_FMT_GRAY10 AV_PIX_FMT_NE(GRAY10BE, GRAY10LE)
13529 ++#define AV_PIX_FMT_GRAY12 AV_PIX_FMT_NE(GRAY12BE, GRAY12LE)
13530 ++#define AV_PIX_FMT_GRAY16 AV_PIX_FMT_NE(GRAY16BE, GRAY16LE)
13531 ++#define AV_PIX_FMT_YA16 AV_PIX_FMT_NE(YA16BE, YA16LE)
13532 ++#define AV_PIX_FMT_RGB48 AV_PIX_FMT_NE(RGB48BE, RGB48LE)
13533 ++#define AV_PIX_FMT_RGB565 AV_PIX_FMT_NE(RGB565BE, RGB565LE)
13534 ++#define AV_PIX_FMT_RGB555 AV_PIX_FMT_NE(RGB555BE, RGB555LE)
13535 ++#define AV_PIX_FMT_RGB444 AV_PIX_FMT_NE(RGB444BE, RGB444LE)
13536 ++#define AV_PIX_FMT_RGBA64 AV_PIX_FMT_NE(RGBA64BE, RGBA64LE)
13537 ++#define AV_PIX_FMT_BGR48 AV_PIX_FMT_NE(BGR48BE, BGR48LE)
13538 ++#define AV_PIX_FMT_BGR565 AV_PIX_FMT_NE(BGR565BE, BGR565LE)
13539 ++#define AV_PIX_FMT_BGR555 AV_PIX_FMT_NE(BGR555BE, BGR555LE)
13540 ++#define AV_PIX_FMT_BGR444 AV_PIX_FMT_NE(BGR444BE, BGR444LE)
13541 ++#define AV_PIX_FMT_BGRA64 AV_PIX_FMT_NE(BGRA64BE, BGRA64LE)
13542 ++
13543 ++#define AV_PIX_FMT_YUV420P9 AV_PIX_FMT_NE(YUV420P9BE , YUV420P9LE)
13544 ++#define AV_PIX_FMT_YUV422P9 AV_PIX_FMT_NE(YUV422P9BE , YUV422P9LE)
13545 ++#define AV_PIX_FMT_YUV444P9 AV_PIX_FMT_NE(YUV444P9BE , YUV444P9LE)
13546 ++#define AV_PIX_FMT_YUV420P10 AV_PIX_FMT_NE(YUV420P10BE, YUV420P10LE)
13547 ++#define AV_PIX_FMT_YUV422P10 AV_PIX_FMT_NE(YUV422P10BE, YUV422P10LE)
13548 ++#define AV_PIX_FMT_YUV440P10 AV_PIX_FMT_NE(YUV440P10BE, YUV440P10LE)
13549 ++#define AV_PIX_FMT_YUV444P10 AV_PIX_FMT_NE(YUV444P10BE, YUV444P10LE)
13550 ++#define AV_PIX_FMT_YUV420P12 AV_PIX_FMT_NE(YUV420P12BE, YUV420P12LE)
13551 ++#define AV_PIX_FMT_YUV422P12 AV_PIX_FMT_NE(YUV422P12BE, YUV422P12LE)
13552 ++#define AV_PIX_FMT_YUV440P12 AV_PIX_FMT_NE(YUV440P12BE, YUV440P12LE)
13553 ++#define AV_PIX_FMT_YUV444P12 AV_PIX_FMT_NE(YUV444P12BE, YUV444P12LE)
13554 ++#define AV_PIX_FMT_YUV420P14 AV_PIX_FMT_NE(YUV420P14BE, YUV420P14LE)
13555 ++#define AV_PIX_FMT_YUV422P14 AV_PIX_FMT_NE(YUV422P14BE, YUV422P14LE)
13556 ++#define AV_PIX_FMT_YUV444P14 AV_PIX_FMT_NE(YUV444P14BE, YUV444P14LE)
13557 ++#define AV_PIX_FMT_YUV420P16 AV_PIX_FMT_NE(YUV420P16BE, YUV420P16LE)
13558 ++#define AV_PIX_FMT_YUV422P16 AV_PIX_FMT_NE(YUV422P16BE, YUV422P16LE)
13559 ++#define AV_PIX_FMT_YUV444P16 AV_PIX_FMT_NE(YUV444P16BE, YUV444P16LE)
13560 ++
13561 ++#define AV_PIX_FMT_GBRP9 AV_PIX_FMT_NE(GBRP9BE , GBRP9LE)
13562 ++#define AV_PIX_FMT_GBRP10 AV_PIX_FMT_NE(GBRP10BE, GBRP10LE)
13563 ++#define AV_PIX_FMT_GBRP12 AV_PIX_FMT_NE(GBRP12BE, GBRP12LE)
13564 ++#define AV_PIX_FMT_GBRP14 AV_PIX_FMT_NE(GBRP14BE, GBRP14LE)
13565 ++#define AV_PIX_FMT_GBRP16 AV_PIX_FMT_NE(GBRP16BE, GBRP16LE)
13566 ++#define AV_PIX_FMT_GBRAP10 AV_PIX_FMT_NE(GBRAP10BE, GBRAP10LE)
13567 ++#define AV_PIX_FMT_GBRAP12 AV_PIX_FMT_NE(GBRAP12BE, GBRAP12LE)
13568 ++#define AV_PIX_FMT_GBRAP16 AV_PIX_FMT_NE(GBRAP16BE, GBRAP16LE)
13569 ++
13570 ++#define AV_PIX_FMT_BAYER_BGGR16 AV_PIX_FMT_NE(BAYER_BGGR16BE, BAYER_BGGR16LE)
13571 ++#define AV_PIX_FMT_BAYER_RGGB16 AV_PIX_FMT_NE(BAYER_RGGB16BE, BAYER_RGGB16LE)
13572 ++#define AV_PIX_FMT_BAYER_GBRG16 AV_PIX_FMT_NE(BAYER_GBRG16BE, BAYER_GBRG16LE)
13573 ++#define AV_PIX_FMT_BAYER_GRBG16 AV_PIX_FMT_NE(BAYER_GRBG16BE, BAYER_GRBG16LE)
13574 ++
13575 ++#define AV_PIX_FMT_GBRPF32 AV_PIX_FMT_NE(GBRPF32BE, GBRPF32LE)
13576 ++#define AV_PIX_FMT_GBRAPF32 AV_PIX_FMT_NE(GBRAPF32BE, GBRAPF32LE)
13577 ++
13578 ++#define AV_PIX_FMT_YUVA420P9 AV_PIX_FMT_NE(YUVA420P9BE , YUVA420P9LE)
13579 ++#define AV_PIX_FMT_YUVA422P9 AV_PIX_FMT_NE(YUVA422P9BE , YUVA422P9LE)
13580 ++#define AV_PIX_FMT_YUVA444P9 AV_PIX_FMT_NE(YUVA444P9BE , YUVA444P9LE)
13581 ++#define AV_PIX_FMT_YUVA420P10 AV_PIX_FMT_NE(YUVA420P10BE, YUVA420P10LE)
13582 ++#define AV_PIX_FMT_YUVA422P10 AV_PIX_FMT_NE(YUVA422P10BE, YUVA422P10LE)
13583 ++#define AV_PIX_FMT_YUVA444P10 AV_PIX_FMT_NE(YUVA444P10BE, YUVA444P10LE)
13584 ++#define AV_PIX_FMT_YUVA420P16 AV_PIX_FMT_NE(YUVA420P16BE, YUVA420P16LE)
13585 ++#define AV_PIX_FMT_YUVA422P16 AV_PIX_FMT_NE(YUVA422P16BE, YUVA422P16LE)
13586 ++#define AV_PIX_FMT_YUVA444P16 AV_PIX_FMT_NE(YUVA444P16BE, YUVA444P16LE)
13587 ++
13588 ++#define AV_PIX_FMT_XYZ12 AV_PIX_FMT_NE(XYZ12BE, XYZ12LE)
13589 ++#define AV_PIX_FMT_NV20 AV_PIX_FMT_NE(NV20BE, NV20LE)
13590 ++#define AV_PIX_FMT_AYUV64 AV_PIX_FMT_NE(AYUV64BE, AYUV64LE)
13591 ++#define AV_PIX_FMT_P010 AV_PIX_FMT_NE(P010BE, P010LE)
13592 ++#define AV_PIX_FMT_P016 AV_PIX_FMT_NE(P016BE, P016LE)
13593 ++
13594 ++/**
13595 ++ * Chromaticity coordinates of the source primaries.
13596 ++ * These values match the ones defined by ISO/IEC 23001-8_2013 § 7.1.
13597 ++ */
13598 ++enum AVColorPrimaries {
13599 ++ AVCOL_PRI_RESERVED0 = 0,
13600 ++ AVCOL_PRI_BT709 = 1, ///< also ITU-R BT1361 / IEC 61966-2-4 / SMPTE RP177 Annex B
13601 ++ AVCOL_PRI_UNSPECIFIED = 2,
13602 ++ AVCOL_PRI_RESERVED = 3,
13603 ++ AVCOL_PRI_BT470M = 4, ///< also FCC Title 47 Code of Federal Regulations 73.682 (a)(20)
13604 ++
13605 ++ AVCOL_PRI_BT470BG = 5, ///< also ITU-R BT601-6 625 / ITU-R BT1358 625 / ITU-R BT1700 625 PAL & SECAM
13606 ++ AVCOL_PRI_SMPTE170M = 6, ///< also ITU-R BT601-6 525 / ITU-R BT1358 525 / ITU-R BT1700 NTSC
13607 ++ AVCOL_PRI_SMPTE240M = 7, ///< functionally identical to above
13608 ++ AVCOL_PRI_FILM = 8, ///< colour filters using Illuminant C
13609 ++ AVCOL_PRI_BT2020 = 9, ///< ITU-R BT2020
13610 ++ AVCOL_PRI_SMPTE428 = 10, ///< SMPTE ST 428-1 (CIE 1931 XYZ)
13611 ++ AVCOL_PRI_SMPTEST428_1 = AVCOL_PRI_SMPTE428,
13612 ++ AVCOL_PRI_SMPTE431 = 11, ///< SMPTE ST 431-2 (2011) / DCI P3
13613 ++ AVCOL_PRI_SMPTE432 = 12, ///< SMPTE ST 432-1 (2010) / P3 D65 / Display P3
13614 ++ AVCOL_PRI_JEDEC_P22 = 22, ///< JEDEC P22 phosphors
13615 ++ AVCOL_PRI_NB ///< Not part of ABI
13616 ++};
13617 ++
13618 ++/**
13619 ++ * Color Transfer Characteristic.
13620 ++ * These values match the ones defined by ISO/IEC 23001-8_2013 § 7.2.
13621 ++ */
13622 ++enum AVColorTransferCharacteristic {
13623 ++ AVCOL_TRC_RESERVED0 = 0,
13624 ++ AVCOL_TRC_BT709 = 1, ///< also ITU-R BT1361
13625 ++ AVCOL_TRC_UNSPECIFIED = 2,
13626 ++ AVCOL_TRC_RESERVED = 3,
13627 ++ AVCOL_TRC_GAMMA22 = 4, ///< also ITU-R BT470M / ITU-R BT1700 625 PAL & SECAM
13628 ++ AVCOL_TRC_GAMMA28 = 5, ///< also ITU-R BT470BG
13629 ++ AVCOL_TRC_SMPTE170M = 6, ///< also ITU-R BT601-6 525 or 625 / ITU-R BT1358 525 or 625 / ITU-R BT1700 NTSC
13630 ++ AVCOL_TRC_SMPTE240M = 7,
13631 ++ AVCOL_TRC_LINEAR = 8, ///< "Linear transfer characteristics"
13632 ++ AVCOL_TRC_LOG = 9, ///< "Logarithmic transfer characteristic (100:1 range)"
13633 ++ AVCOL_TRC_LOG_SQRT = 10, ///< "Logarithmic transfer characteristic (100 * Sqrt(10) : 1 range)"
13634 ++ AVCOL_TRC_IEC61966_2_4 = 11, ///< IEC 61966-2-4
13635 ++ AVCOL_TRC_BT1361_ECG = 12, ///< ITU-R BT1361 Extended Colour Gamut
13636 ++ AVCOL_TRC_IEC61966_2_1 = 13, ///< IEC 61966-2-1 (sRGB or sYCC)
13637 ++ AVCOL_TRC_BT2020_10 = 14, ///< ITU-R BT2020 for 10-bit system
13638 ++ AVCOL_TRC_BT2020_12 = 15, ///< ITU-R BT2020 for 12-bit system
13639 ++ AVCOL_TRC_SMPTE2084 = 16, ///< SMPTE ST 2084 for 10-, 12-, 14- and 16-bit systems
13640 ++ AVCOL_TRC_SMPTEST2084 = AVCOL_TRC_SMPTE2084,
13641 ++ AVCOL_TRC_SMPTE428 = 17, ///< SMPTE ST 428-1
13642 ++ AVCOL_TRC_SMPTEST428_1 = AVCOL_TRC_SMPTE428,
13643 ++ AVCOL_TRC_ARIB_STD_B67 = 18, ///< ARIB STD-B67, known as "Hybrid log-gamma"
13644 ++ AVCOL_TRC_NB ///< Not part of ABI
13645 ++};
13646 ++
13647 ++/**
13648 ++ * YUV colorspace type.
13649 ++ * These values match the ones defined by ISO/IEC 23001-8_2013 § 7.3.
13650 ++ */
13651 ++enum AVColorSpace {
13652 ++ AVCOL_SPC_RGB = 0, ///< order of coefficients is actually GBR, also IEC 61966-2-1 (sRGB)
13653 ++ AVCOL_SPC_BT709 = 1, ///< also ITU-R BT1361 / IEC 61966-2-4 xvYCC709 / SMPTE RP177 Annex B
13654 ++ AVCOL_SPC_UNSPECIFIED = 2,
13655 ++ AVCOL_SPC_RESERVED = 3,
13656 ++ AVCOL_SPC_FCC = 4, ///< FCC Title 47 Code of Federal Regulations 73.682 (a)(20)
13657 ++ AVCOL_SPC_BT470BG = 5, ///< also ITU-R BT601-6 625 / ITU-R BT1358 625 / ITU-R BT1700 625 PAL & SECAM / IEC 61966-2-4 xvYCC601
13658 ++ AVCOL_SPC_SMPTE170M = 6, ///< also ITU-R BT601-6 525 / ITU-R BT1358 525 / ITU-R BT1700 NTSC
13659 ++ AVCOL_SPC_SMPTE240M = 7, ///< functionally identical to above
13660 ++ AVCOL_SPC_YCGCO = 8, ///< Used by Dirac / VC-2 and H.264 FRext, see ITU-T SG16
13661 ++ AVCOL_SPC_YCOCG = AVCOL_SPC_YCGCO,
13662 ++ AVCOL_SPC_BT2020_NCL = 9, ///< ITU-R BT2020 non-constant luminance system
13663 ++ AVCOL_SPC_BT2020_CL = 10, ///< ITU-R BT2020 constant luminance system
13664 ++ AVCOL_SPC_SMPTE2085 = 11, ///< SMPTE 2085, Y'D'zD'x
13665 ++ AVCOL_SPC_CHROMA_DERIVED_NCL = 12, ///< Chromaticity-derived non-constant luminance system
13666 ++ AVCOL_SPC_CHROMA_DERIVED_CL = 13, ///< Chromaticity-derived constant luminance system
13667 ++ AVCOL_SPC_ICTCP = 14, ///< ITU-R BT.2100-0, ICtCp
13668 ++ AVCOL_SPC_NB ///< Not part of ABI
13669 ++};
13670 ++
13671 ++/**
13672 ++ * MPEG vs JPEG YUV range.
13673 ++ */
13674 ++enum AVColorRange {
13675 ++ AVCOL_RANGE_UNSPECIFIED = 0,
13676 ++ AVCOL_RANGE_MPEG = 1, ///< the normal 219*2^(n-8) "MPEG" YUV ranges
13677 ++ AVCOL_RANGE_JPEG = 2, ///< the normal 2^n-1 "JPEG" YUV ranges
13678 ++ AVCOL_RANGE_NB ///< Not part of ABI
13679 ++};
13680 ++
13681 ++/**
13682 ++ * Location of chroma samples.
13683 ++ *
13684 ++ * Illustration showing the location of the first (top left) chroma sample of the
13685 ++ * image, the left shows only luma, the right
13686 ++ * shows the location of the chroma sample, the 2 could be imagined to overlay
13687 ++ * each other but are drawn separately due to limitations of ASCII
13688 ++ *
13689 ++ * 1st 2nd 1st 2nd horizontal luma sample positions
13690 ++ * v v v v
13691 ++ * ______ ______
13692 ++ *1st luma line > |X X ... |3 4 X ... X are luma samples,
13693 ++ * | |1 2 1-6 are possible chroma positions
13694 ++ *2nd luma line > |X X ... |5 6 X ... 0 is undefined/unknown position
13695 ++ */
13696 ++enum AVChromaLocation {
13697 ++ AVCHROMA_LOC_UNSPECIFIED = 0,
13698 ++ AVCHROMA_LOC_LEFT = 1, ///< MPEG-2/4 4:2:0, H.264 default for 4:2:0
13699 ++ AVCHROMA_LOC_CENTER = 2, ///< MPEG-1 4:2:0, JPEG 4:2:0, H.263 4:2:0
13700 ++ AVCHROMA_LOC_TOPLEFT = 3, ///< ITU-R 601, SMPTE 274M 296M S314M(DV 4:1:1), mpeg2 4:2:2
13701 ++ AVCHROMA_LOC_TOP = 4,
13702 ++ AVCHROMA_LOC_BOTTOMLEFT = 5,
13703 ++ AVCHROMA_LOC_BOTTOM = 6,
13704 ++ AVCHROMA_LOC_NB ///< Not part of ABI
13705 ++};
13706 ++
13707 ++#endif /* AVUTIL_PIXFMT_H */
13708 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/rational.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/rational.h
13709 +new file mode 100644
13710 +--- /dev/null
13711 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/rational.h
13712 +@@ -0,0 +1,214 @@
13713 ++/*
13714 ++ * rational numbers
13715 ++ * Copyright (c) 2003 Michael Niedermayer <michaelni@×××.at>
13716 ++ *
13717 ++ * This file is part of FFmpeg.
13718 ++ *
13719 ++ * FFmpeg is free software; you can redistribute it and/or
13720 ++ * modify it under the terms of the GNU Lesser General Public
13721 ++ * License as published by the Free Software Foundation; either
13722 ++ * version 2.1 of the License, or (at your option) any later version.
13723 ++ *
13724 ++ * FFmpeg is distributed in the hope that it will be useful,
13725 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13726 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13727 ++ * Lesser General Public License for more details.
13728 ++ *
13729 ++ * You should have received a copy of the GNU Lesser General Public
13730 ++ * License along with FFmpeg; if not, write to the Free Software
13731 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
13732 ++ */
13733 ++
13734 ++/**
13735 ++ * @file
13736 ++ * @ingroup lavu_math_rational
13737 ++ * Utilties for rational number calculation.
13738 ++ * @author Michael Niedermayer <michaelni@×××.at>
13739 ++ */
13740 ++
13741 ++#ifndef AVUTIL_RATIONAL_H
13742 ++#define AVUTIL_RATIONAL_H
13743 ++
13744 ++#include <stdint.h>
13745 ++#include <limits.h>
13746 ++#include "attributes.h"
13747 ++
13748 ++/**
13749 ++ * @defgroup lavu_math_rational AVRational
13750 ++ * @ingroup lavu_math
13751 ++ * Rational number calculation.
13752 ++ *
13753 ++ * While rational numbers can be expressed as floating-point numbers, the
13754 ++ * conversion process is a lossy one, so are floating-point operations. On the
13755 ++ * other hand, the nature of FFmpeg demands highly accurate calculation of
13756 ++ * timestamps. This set of rational number utilities serves as a generic
13757 ++ * interface for manipulating rational numbers as pairs of numerators and
13758 ++ * denominators.
13759 ++ *
13760 ++ * Many of the functions that operate on AVRational's have the suffix `_q`, in
13761 ++ * reference to the mathematical symbol "ℚ" (Q) which denotes the set of all
13762 ++ * rational numbers.
13763 ++ *
13764 ++ * @{
13765 ++ */
13766 ++
13767 ++/**
13768 ++ * Rational number (pair of numerator and denominator).
13769 ++ */
13770 ++typedef struct AVRational{
13771 ++ int num; ///< Numerator
13772 ++ int den; ///< Denominator
13773 ++} AVRational;
13774 ++
13775 ++/**
13776 ++ * Create an AVRational.
13777 ++ *
13778 ++ * Useful for compilers that do not support compound literals.
13779 ++ *
13780 ++ * @note The return value is not reduced.
13781 ++ * @see av_reduce()
13782 ++ */
13783 ++static inline AVRational av_make_q(int num, int den)
13784 ++{
13785 ++ AVRational r = { num, den };
13786 ++ return r;
13787 ++}
13788 ++
13789 ++/**
13790 ++ * Compare two rationals.
13791 ++ *
13792 ++ * @param a First rational
13793 ++ * @param b Second rational
13794 ++ *
13795 ++ * @return One of the following values:
13796 ++ * - 0 if `a == b`
13797 ++ * - 1 if `a > b`
13798 ++ * - -1 if `a < b`
13799 ++ * - `INT_MIN` if one of the values is of the form `0 / 0`
13800 ++ */
13801 ++static inline int av_cmp_q(AVRational a, AVRational b){
13802 ++ const int64_t tmp= a.num * (int64_t)b.den - b.num * (int64_t)a.den;
13803 ++
13804 ++ if(tmp) return (int)((tmp ^ a.den ^ b.den)>>63)|1;
13805 ++ else if(b.den && a.den) return 0;
13806 ++ else if(a.num && b.num) return (a.num>>31) - (b.num>>31);
13807 ++ else return INT_MIN;
13808 ++}
13809 ++
13810 ++/**
13811 ++ * Convert an AVRational to a `double`.
13812 ++ * @param a AVRational to convert
13813 ++ * @return `a` in floating-point form
13814 ++ * @see av_d2q()
13815 ++ */
13816 ++static inline double av_q2d(AVRational a){
13817 ++ return a.num / (double) a.den;
13818 ++}
13819 ++
13820 ++/**
13821 ++ * Reduce a fraction.
13822 ++ *
13823 ++ * This is useful for framerate calculations.
13824 ++ *
13825 ++ * @param[out] dst_num Destination numerator
13826 ++ * @param[out] dst_den Destination denominator
13827 ++ * @param[in] num Source numerator
13828 ++ * @param[in] den Source denominator
13829 ++ * @param[in] max Maximum allowed values for `dst_num` & `dst_den`
13830 ++ * @return 1 if the operation is exact, 0 otherwise
13831 ++ */
13832 ++int av_reduce(int *dst_num, int *dst_den, int64_t num, int64_t den, int64_t max);
13833 ++
13834 ++/**
13835 ++ * Multiply two rationals.
13836 ++ * @param b First rational
13837 ++ * @param c Second rational
13838 ++ * @return b*c
13839 ++ */
13840 ++AVRational av_mul_q(AVRational b, AVRational c) av_const;
13841 ++
13842 ++/**
13843 ++ * Divide one rational by another.
13844 ++ * @param b First rational
13845 ++ * @param c Second rational
13846 ++ * @return b/c
13847 ++ */
13848 ++AVRational av_div_q(AVRational b, AVRational c) av_const;
13849 ++
13850 ++/**
13851 ++ * Add two rationals.
13852 ++ * @param b First rational
13853 ++ * @param c Second rational
13854 ++ * @return b+c
13855 ++ */
13856 ++AVRational av_add_q(AVRational b, AVRational c) av_const;
13857 ++
13858 ++/**
13859 ++ * Subtract one rational from another.
13860 ++ * @param b First rational
13861 ++ * @param c Second rational
13862 ++ * @return b-c
13863 ++ */
13864 ++AVRational av_sub_q(AVRational b, AVRational c) av_const;
13865 ++
13866 ++/**
13867 ++ * Invert a rational.
13868 ++ * @param q value
13869 ++ * @return 1 / q
13870 ++ */
13871 ++static av_always_inline AVRational av_inv_q(AVRational q)
13872 ++{
13873 ++ AVRational r = { q.den, q.num };
13874 ++ return r;
13875 ++}
13876 ++
13877 ++/**
13878 ++ * Convert a double precision floating point number to a rational.
13879 ++ *
13880 ++ * In case of infinity, the returned value is expressed as `{1, 0}` or
13881 ++ * `{-1, 0}` depending on the sign.
13882 ++ *
13883 ++ * @param d `double` to convert
13884 ++ * @param max Maximum allowed numerator and denominator
13885 ++ * @return `d` in AVRational form
13886 ++ * @see av_q2d()
13887 ++ */
13888 ++AVRational av_d2q(double d, int max) av_const;
13889 ++
13890 ++/**
13891 ++ * Find which of the two rationals is closer to another rational.
13892 ++ *
13893 ++ * @param q Rational to be compared against
13894 ++ * @param q1,q2 Rationals to be tested
13895 ++ * @return One of the following values:
13896 ++ * - 1 if `q1` is nearer to `q` than `q2`
13897 ++ * - -1 if `q2` is nearer to `q` than `q1`
13898 ++ * - 0 if they have the same distance
13899 ++ */
13900 ++int av_nearer_q(AVRational q, AVRational q1, AVRational q2);
13901 ++
13902 ++/**
13903 ++ * Find the value in a list of rationals nearest a given reference rational.
13904 ++ *
13905 ++ * @param q Reference rational
13906 ++ * @param q_list Array of rationals terminated by `{0, 0}`
13907 ++ * @return Index of the nearest value found in the array
13908 ++ */
13909 ++int av_find_nearest_q_idx(AVRational q, const AVRational* q_list);
13910 ++
13911 ++/**
13912 ++ * Convert an AVRational to a IEEE 32-bit `float` expressed in fixed-point
13913 ++ * format.
13914 ++ *
13915 ++ * @param q Rational to be converted
13916 ++ * @return Equivalent floating-point value, expressed as an unsigned 32-bit
13917 ++ * integer.
13918 ++ * @note The returned value is platform-indepedant.
13919 ++ */
13920 ++uint32_t av_q2intfloat(AVRational q);
13921 ++
13922 ++/**
13923 ++ * @}
13924 ++ */
13925 ++
13926 ++#endif /* AVUTIL_RATIONAL_H */
13927 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/samplefmt.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/samplefmt.h
13928 +new file mode 100644
13929 +--- /dev/null
13930 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/samplefmt.h
13931 +@@ -0,0 +1,272 @@
13932 ++/*
13933 ++ * This file is part of FFmpeg.
13934 ++ *
13935 ++ * FFmpeg is free software; you can redistribute it and/or
13936 ++ * modify it under the terms of the GNU Lesser General Public
13937 ++ * License as published by the Free Software Foundation; either
13938 ++ * version 2.1 of the License, or (at your option) any later version.
13939 ++ *
13940 ++ * FFmpeg is distributed in the hope that it will be useful,
13941 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13942 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13943 ++ * Lesser General Public License for more details.
13944 ++ *
13945 ++ * You should have received a copy of the GNU Lesser General Public
13946 ++ * License along with FFmpeg; if not, write to the Free Software
13947 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
13948 ++ */
13949 ++
13950 ++#ifndef AVUTIL_SAMPLEFMT_H
13951 ++#define AVUTIL_SAMPLEFMT_H
13952 ++
13953 ++#include <stdint.h>
13954 ++
13955 ++#include "avutil.h"
13956 ++#include "attributes.h"
13957 ++
13958 ++/**
13959 ++ * @addtogroup lavu_audio
13960 ++ * @{
13961 ++ *
13962 ++ * @defgroup lavu_sampfmts Audio sample formats
13963 ++ *
13964 ++ * Audio sample format enumeration and related convenience functions.
13965 ++ * @{
13966 ++ */
13967 ++
13968 ++/**
13969 ++ * Audio sample formats
13970 ++ *
13971 ++ * - The data described by the sample format is always in native-endian order.
13972 ++ * Sample values can be expressed by native C types, hence the lack of a signed
13973 ++ * 24-bit sample format even though it is a common raw audio data format.
13974 ++ *
13975 ++ * - The floating-point formats are based on full volume being in the range
13976 ++ * [-1.0, 1.0]. Any values outside this range are beyond full volume level.
13977 ++ *
13978 ++ * - The data layout as used in av_samples_fill_arrays() and elsewhere in FFmpeg
13979 ++ * (such as AVFrame in libavcodec) is as follows:
13980 ++ *
13981 ++ * @par
13982 ++ * For planar sample formats, each audio channel is in a separate data plane,
13983 ++ * and linesize is the buffer size, in bytes, for a single plane. All data
13984 ++ * planes must be the same size. For packed sample formats, only the first data
13985 ++ * plane is used, and samples for each channel are interleaved. In this case,
13986 ++ * linesize is the buffer size, in bytes, for the 1 plane.
13987 ++ *
13988 ++ */
13989 ++enum AVSampleFormat {
13990 ++ AV_SAMPLE_FMT_NONE = -1,
13991 ++ AV_SAMPLE_FMT_U8, ///< unsigned 8 bits
13992 ++ AV_SAMPLE_FMT_S16, ///< signed 16 bits
13993 ++ AV_SAMPLE_FMT_S32, ///< signed 32 bits
13994 ++ AV_SAMPLE_FMT_FLT, ///< float
13995 ++ AV_SAMPLE_FMT_DBL, ///< double
13996 ++
13997 ++ AV_SAMPLE_FMT_U8P, ///< unsigned 8 bits, planar
13998 ++ AV_SAMPLE_FMT_S16P, ///< signed 16 bits, planar
13999 ++ AV_SAMPLE_FMT_S32P, ///< signed 32 bits, planar
14000 ++ AV_SAMPLE_FMT_FLTP, ///< float, planar
14001 ++ AV_SAMPLE_FMT_DBLP, ///< double, planar
14002 ++ AV_SAMPLE_FMT_S64, ///< signed 64 bits
14003 ++ AV_SAMPLE_FMT_S64P, ///< signed 64 bits, planar
14004 ++
14005 ++ AV_SAMPLE_FMT_NB ///< Number of sample formats. DO NOT USE if linking dynamically
14006 ++};
14007 ++
14008 ++/**
14009 ++ * Return the name of sample_fmt, or NULL if sample_fmt is not
14010 ++ * recognized.
14011 ++ */
14012 ++const char *av_get_sample_fmt_name(enum AVSampleFormat sample_fmt);
14013 ++
14014 ++/**
14015 ++ * Return a sample format corresponding to name, or AV_SAMPLE_FMT_NONE
14016 ++ * on error.
14017 ++ */
14018 ++enum AVSampleFormat av_get_sample_fmt(const char *name);
14019 ++
14020 ++/**
14021 ++ * Return the planar<->packed alternative form of the given sample format, or
14022 ++ * AV_SAMPLE_FMT_NONE on error. If the passed sample_fmt is already in the
14023 ++ * requested planar/packed format, the format returned is the same as the
14024 ++ * input.
14025 ++ */
14026 ++enum AVSampleFormat av_get_alt_sample_fmt(enum AVSampleFormat sample_fmt, int planar);
14027 ++
14028 ++/**
14029 ++ * Get the packed alternative form of the given sample format.
14030 ++ *
14031 ++ * If the passed sample_fmt is already in packed format, the format returned is
14032 ++ * the same as the input.
14033 ++ *
14034 ++ * @return the packed alternative form of the given sample format or
14035 ++ AV_SAMPLE_FMT_NONE on error.
14036 ++ */
14037 ++enum AVSampleFormat av_get_packed_sample_fmt(enum AVSampleFormat sample_fmt);
14038 ++
14039 ++/**
14040 ++ * Get the planar alternative form of the given sample format.
14041 ++ *
14042 ++ * If the passed sample_fmt is already in planar format, the format returned is
14043 ++ * the same as the input.
14044 ++ *
14045 ++ * @return the planar alternative form of the given sample format or
14046 ++ AV_SAMPLE_FMT_NONE on error.
14047 ++ */
14048 ++enum AVSampleFormat av_get_planar_sample_fmt(enum AVSampleFormat sample_fmt);
14049 ++
14050 ++/**
14051 ++ * Generate a string corresponding to the sample format with
14052 ++ * sample_fmt, or a header if sample_fmt is negative.
14053 ++ *
14054 ++ * @param buf the buffer where to write the string
14055 ++ * @param buf_size the size of buf
14056 ++ * @param sample_fmt the number of the sample format to print the
14057 ++ * corresponding info string, or a negative value to print the
14058 ++ * corresponding header.
14059 ++ * @return the pointer to the filled buffer or NULL if sample_fmt is
14060 ++ * unknown or in case of other errors
14061 ++ */
14062 ++char *av_get_sample_fmt_string(char *buf, int buf_size, enum AVSampleFormat sample_fmt);
14063 ++
14064 ++/**
14065 ++ * Return number of bytes per sample.
14066 ++ *
14067 ++ * @param sample_fmt the sample format
14068 ++ * @return number of bytes per sample or zero if unknown for the given
14069 ++ * sample format
14070 ++ */
14071 ++int av_get_bytes_per_sample(enum AVSampleFormat sample_fmt);
14072 ++
14073 ++/**
14074 ++ * Check if the sample format is planar.
14075 ++ *
14076 ++ * @param sample_fmt the sample format to inspect
14077 ++ * @return 1 if the sample format is planar, 0 if it is interleaved
14078 ++ */
14079 ++int av_sample_fmt_is_planar(enum AVSampleFormat sample_fmt);
14080 ++
14081 ++/**
14082 ++ * Get the required buffer size for the given audio parameters.
14083 ++ *
14084 ++ * @param[out] linesize calculated linesize, may be NULL
14085 ++ * @param nb_channels the number of channels
14086 ++ * @param nb_samples the number of samples in a single channel
14087 ++ * @param sample_fmt the sample format
14088 ++ * @param align buffer size alignment (0 = default, 1 = no alignment)
14089 ++ * @return required buffer size, or negative error code on failure
14090 ++ */
14091 ++int av_samples_get_buffer_size(int *linesize, int nb_channels, int nb_samples,
14092 ++ enum AVSampleFormat sample_fmt, int align);
14093 ++
14094 ++/**
14095 ++ * @}
14096 ++ *
14097 ++ * @defgroup lavu_sampmanip Samples manipulation
14098 ++ *
14099 ++ * Functions that manipulate audio samples
14100 ++ * @{
14101 ++ */
14102 ++
14103 ++/**
14104 ++ * Fill plane data pointers and linesize for samples with sample
14105 ++ * format sample_fmt.
14106 ++ *
14107 ++ * The audio_data array is filled with the pointers to the samples data planes:
14108 ++ * for planar, set the start point of each channel's data within the buffer,
14109 ++ * for packed, set the start point of the entire buffer only.
14110 ++ *
14111 ++ * The value pointed to by linesize is set to the aligned size of each
14112 ++ * channel's data buffer for planar layout, or to the aligned size of the
14113 ++ * buffer for all channels for packed layout.
14114 ++ *
14115 ++ * The buffer in buf must be big enough to contain all the samples
14116 ++ * (use av_samples_get_buffer_size() to compute its minimum size),
14117 ++ * otherwise the audio_data pointers will point to invalid data.
14118 ++ *
14119 ++ * @see enum AVSampleFormat
14120 ++ * The documentation for AVSampleFormat describes the data layout.
14121 ++ *
14122 ++ * @param[out] audio_data array to be filled with the pointer for each channel
14123 ++ * @param[out] linesize calculated linesize, may be NULL
14124 ++ * @param buf the pointer to a buffer containing the samples
14125 ++ * @param nb_channels the number of channels
14126 ++ * @param nb_samples the number of samples in a single channel
14127 ++ * @param sample_fmt the sample format
14128 ++ * @param align buffer size alignment (0 = default, 1 = no alignment)
14129 ++ * @return >=0 on success or a negative error code on failure
14130 ++ * @todo return minimum size in bytes required for the buffer in case
14131 ++ * of success at the next bump
14132 ++ */
14133 ++int av_samples_fill_arrays(uint8_t **audio_data, int *linesize,
14134 ++ const uint8_t *buf,
14135 ++ int nb_channels, int nb_samples,
14136 ++ enum AVSampleFormat sample_fmt, int align);
14137 ++
14138 ++/**
14139 ++ * Allocate a samples buffer for nb_samples samples, and fill data pointers and
14140 ++ * linesize accordingly.
14141 ++ * The allocated samples buffer can be freed by using av_freep(&audio_data[0])
14142 ++ * Allocated data will be initialized to silence.
14143 ++ *
14144 ++ * @see enum AVSampleFormat
14145 ++ * The documentation for AVSampleFormat describes the data layout.
14146 ++ *
14147 ++ * @param[out] audio_data array to be filled with the pointer for each channel
14148 ++ * @param[out] linesize aligned size for audio buffer(s), may be NULL
14149 ++ * @param nb_channels number of audio channels
14150 ++ * @param nb_samples number of samples per channel
14151 ++ * @param align buffer size alignment (0 = default, 1 = no alignment)
14152 ++ * @return >=0 on success or a negative error code on failure
14153 ++ * @todo return the size of the allocated buffer in case of success at the next bump
14154 ++ * @see av_samples_fill_arrays()
14155 ++ * @see av_samples_alloc_array_and_samples()
14156 ++ */
14157 ++int av_samples_alloc(uint8_t **audio_data, int *linesize, int nb_channels,
14158 ++ int nb_samples, enum AVSampleFormat sample_fmt, int align);
14159 ++
14160 ++/**
14161 ++ * Allocate a data pointers array, samples buffer for nb_samples
14162 ++ * samples, and fill data pointers and linesize accordingly.
14163 ++ *
14164 ++ * This is the same as av_samples_alloc(), but also allocates the data
14165 ++ * pointers array.
14166 ++ *
14167 ++ * @see av_samples_alloc()
14168 ++ */
14169 ++int av_samples_alloc_array_and_samples(uint8_t ***audio_data, int *linesize, int nb_channels,
14170 ++ int nb_samples, enum AVSampleFormat sample_fmt, int align);
14171 ++
14172 ++/**
14173 ++ * Copy samples from src to dst.
14174 ++ *
14175 ++ * @param dst destination array of pointers to data planes
14176 ++ * @param src source array of pointers to data planes
14177 ++ * @param dst_offset offset in samples at which the data will be written to dst
14178 ++ * @param src_offset offset in samples at which the data will be read from src
14179 ++ * @param nb_samples number of samples to be copied
14180 ++ * @param nb_channels number of audio channels
14181 ++ * @param sample_fmt audio sample format
14182 ++ */
14183 ++int av_samples_copy(uint8_t **dst, uint8_t * const *src, int dst_offset,
14184 ++ int src_offset, int nb_samples, int nb_channels,
14185 ++ enum AVSampleFormat sample_fmt);
14186 ++
14187 ++/**
14188 ++ * Fill an audio buffer with silence.
14189 ++ *
14190 ++ * @param audio_data array of pointers to data planes
14191 ++ * @param offset offset in samples at which to start filling
14192 ++ * @param nb_samples number of samples to fill
14193 ++ * @param nb_channels number of audio channels
14194 ++ * @param sample_fmt audio sample format
14195 ++ */
14196 ++int av_samples_set_silence(uint8_t **audio_data, int offset, int nb_samples,
14197 ++ int nb_channels, enum AVSampleFormat sample_fmt);
14198 ++
14199 ++/**
14200 ++ * @}
14201 ++ * @}
14202 ++ */
14203 ++#endif /* AVUTIL_SAMPLEFMT_H */
14204 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/version.h b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/version.h
14205 +new file mode 100644
14206 +--- /dev/null
14207 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/include/libavutil/version.h
14208 +@@ -0,0 +1,139 @@
14209 ++/*
14210 ++ * copyright (c) 2003 Fabrice Bellard
14211 ++ *
14212 ++ * This file is part of FFmpeg.
14213 ++ *
14214 ++ * FFmpeg is free software; you can redistribute it and/or
14215 ++ * modify it under the terms of the GNU Lesser General Public
14216 ++ * License as published by the Free Software Foundation; either
14217 ++ * version 2.1 of the License, or (at your option) any later version.
14218 ++ *
14219 ++ * FFmpeg is distributed in the hope that it will be useful,
14220 ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of
14221 ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14222 ++ * Lesser General Public License for more details.
14223 ++ *
14224 ++ * You should have received a copy of the GNU Lesser General Public
14225 ++ * License along with FFmpeg; if not, write to the Free Software
14226 ++ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
14227 ++ */
14228 ++
14229 ++/**
14230 ++ * @file
14231 ++ * @ingroup lavu
14232 ++ * Libavutil version macros
14233 ++ */
14234 ++
14235 ++#ifndef AVUTIL_VERSION_H
14236 ++#define AVUTIL_VERSION_H
14237 ++
14238 ++#include "macros.h"
14239 ++
14240 ++/**
14241 ++ * @addtogroup version_utils
14242 ++ *
14243 ++ * Useful to check and match library version in order to maintain
14244 ++ * backward compatibility.
14245 ++ *
14246 ++ * The FFmpeg libraries follow a versioning sheme very similar to
14247 ++ * Semantic Versioning (http://semver.org/)
14248 ++ * The difference is that the component called PATCH is called MICRO in FFmpeg
14249 ++ * and its value is reset to 100 instead of 0 to keep it above or equal to 100.
14250 ++ * Also we do not increase MICRO for every bugfix or change in git master.
14251 ++ *
14252 ++ * Prior to FFmpeg 3.2 point releases did not change any lib version number to
14253 ++ * avoid aliassing different git master checkouts.
14254 ++ * Starting with FFmpeg 3.2, the released library versions will occupy
14255 ++ * a separate MAJOR.MINOR that is not used on the master development branch.
14256 ++ * That is if we branch a release of master 55.10.123 we will bump to 55.11.100
14257 ++ * for the release and master will continue at 55.12.100 after it. Each new
14258 ++ * point release will then bump the MICRO improving the usefulness of the lib
14259 ++ * versions.
14260 ++ *
14261 ++ * @{
14262 ++ */
14263 ++
14264 ++#define AV_VERSION_INT(a, b, c) ((a)<<16 | (b)<<8 | (c))
14265 ++#define AV_VERSION_DOT(a, b, c) a ##.## b ##.## c
14266 ++#define AV_VERSION(a, b, c) AV_VERSION_DOT(a, b, c)
14267 ++
14268 ++/**
14269 ++ * Extract version components from the full ::AV_VERSION_INT int as returned
14270 ++ * by functions like ::avformat_version() and ::avcodec_version()
14271 ++ */
14272 ++#define AV_VERSION_MAJOR(a) ((a) >> 16)
14273 ++#define AV_VERSION_MINOR(a) (((a) & 0x00FF00) >> 8)
14274 ++#define AV_VERSION_MICRO(a) ((a) & 0xFF)
14275 ++
14276 ++/**
14277 ++ * @}
14278 ++ */
14279 ++
14280 ++/**
14281 ++ * @defgroup lavu_ver Version and Build diagnostics
14282 ++ *
14283 ++ * Macros and function useful to check at compiletime and at runtime
14284 ++ * which version of libavutil is in use.
14285 ++ *
14286 ++ * @{
14287 ++ */
14288 ++
14289 ++#define LIBAVUTIL_VERSION_MAJOR 56
14290 ++#define LIBAVUTIL_VERSION_MINOR 14
14291 ++#define LIBAVUTIL_VERSION_MICRO 100
14292 ++
14293 ++#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
14294 ++ LIBAVUTIL_VERSION_MINOR, \
14295 ++ LIBAVUTIL_VERSION_MICRO)
14296 ++#define LIBAVUTIL_VERSION AV_VERSION(LIBAVUTIL_VERSION_MAJOR, \
14297 ++ LIBAVUTIL_VERSION_MINOR, \
14298 ++ LIBAVUTIL_VERSION_MICRO)
14299 ++#define LIBAVUTIL_BUILD LIBAVUTIL_VERSION_INT
14300 ++
14301 ++#define LIBAVUTIL_IDENT "Lavu" AV_STRINGIFY(LIBAVUTIL_VERSION)
14302 ++
14303 ++/**
14304 ++ * @defgroup lavu_depr_guards Deprecation Guards
14305 ++ * FF_API_* defines may be placed below to indicate public API that will be
14306 ++ * dropped at a future version bump. The defines themselves are not part of
14307 ++ * the public API and may change, break or disappear at any time.
14308 ++ *
14309 ++ * @note, when bumping the major version it is recommended to manually
14310 ++ * disable each FF_API_* in its own commit instead of disabling them all
14311 ++ * at once through the bump. This improves the git bisect-ability of the change.
14312 ++ *
14313 ++ * @{
14314 ++ */
14315 ++
14316 ++#ifndef FF_API_VAAPI
14317 ++#define FF_API_VAAPI (LIBAVUTIL_VERSION_MAJOR < 57)
14318 ++#endif
14319 ++#ifndef FF_API_FRAME_QP
14320 ++#define FF_API_FRAME_QP (LIBAVUTIL_VERSION_MAJOR < 57)
14321 ++#endif
14322 ++#ifndef FF_API_PLUS1_MINUS1
14323 ++#define FF_API_PLUS1_MINUS1 (LIBAVUTIL_VERSION_MAJOR < 57)
14324 ++#endif
14325 ++#ifndef FF_API_ERROR_FRAME
14326 ++#define FF_API_ERROR_FRAME (LIBAVUTIL_VERSION_MAJOR < 57)
14327 ++#endif
14328 ++#ifndef FF_API_PKT_PTS
14329 ++#define FF_API_PKT_PTS (LIBAVUTIL_VERSION_MAJOR < 57)
14330 ++#endif
14331 ++#ifndef FF_API_CRYPTO_SIZE_T
14332 ++#define FF_API_CRYPTO_SIZE_T (LIBAVUTIL_VERSION_MAJOR < 57)
14333 ++#endif
14334 ++#ifndef FF_API_FRAME_GET_SET
14335 ++#define FF_API_FRAME_GET_SET (LIBAVUTIL_VERSION_MAJOR < 57)
14336 ++#endif
14337 ++#ifndef FF_API_PSEUDOPAL
14338 ++#define FF_API_PSEUDOPAL (LIBAVUTIL_VERSION_MAJOR < 57)
14339 ++#endif
14340 ++
14341 ++
14342 ++/**
14343 ++ * @}
14344 ++ * @}
14345 ++ */
14346 ++
14347 ++#endif /* AVUTIL_VERSION_H */
14348 +diff --git a/dom/media/platforms/ffmpeg/ffmpeg58/moz.build b/dom/media/platforms/ffmpeg/ffmpeg58/moz.build
14349 +new file mode 100644
14350 +--- /dev/null
14351 ++++ b/dom/media/platforms/ffmpeg/ffmpeg58/moz.build
14352 +@@ -0,0 +1,25 @@
14353 ++# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
14354 ++# vim: set filetype=python:
14355 ++# This Source Code Form is subject to the terms of the Mozilla Public
14356 ++# License, v. 2.0. If a copy of the MPL was not distributed with this
14357 ++# file, You can obtain one at http://mozilla.org/MPL/2.0/.
14358 ++
14359 ++UNIFIED_SOURCES += [
14360 ++ '../FFmpegAudioDecoder.cpp',
14361 ++ '../FFmpegDataDecoder.cpp',
14362 ++ '../FFmpegDecoderModule.cpp',
14363 ++ '../FFmpegVideoDecoder.cpp',
14364 ++]
14365 ++LOCAL_INCLUDES += [
14366 ++ '..',
14367 ++ 'include',
14368 ++]
14369 ++
14370 ++if CONFIG['CC_TYPE'] in ('clang', 'gcc'):
14371 ++ CXXFLAGS += [ '-Wno-deprecated-declarations' ]
14372 ++if CONFIG['CC_TYPE'] == 'clang':
14373 ++ CXXFLAGS += [
14374 ++ '-Wno-unknown-attributes',
14375 ++ ]
14376 ++
14377 ++FINAL_LIBRARY = 'xul'
14378 +diff --git a/dom/media/platforms/ffmpeg/moz.build b/dom/media/platforms/ffmpeg/moz.build
14379 +--- a/dom/media/platforms/ffmpeg/moz.build
14380 ++++ b/dom/media/platforms/ffmpeg/moz.build
14381 +@@ -8,15 +8,16 @@ EXPORTS += [
14382 + 'FFmpegRuntimeLinker.h',
14383 + ]
14384 +
14385 + DIRS += [
14386 + 'libav53',
14387 + 'libav54',
14388 + 'libav55',
14389 + 'ffmpeg57',
14390 ++ 'ffmpeg58',
14391 + ]
14392 +
14393 + UNIFIED_SOURCES += [
14394 + 'FFmpegRuntimeLinker.cpp',
14395 + ]
14396 +
14397 + FINAL_LIBRARY = 'xul'
14398 +
14399
14400 diff --git a/www-client/firefox/firefox-58.0.1.ebuild b/www-client/firefox/firefox-58.0.1.ebuild
14401 deleted file mode 100644
14402 index 02c0a80..0000000
14403 --- a/www-client/firefox/firefox-58.0.1.ebuild
14404 +++ /dev/null
14405 @@ -1,367 +0,0 @@
14406 -# Copyright 1999-2018 Gentoo Foundation
14407 -# Distributed under the terms of the GNU General Public License v2
14408 -
14409 -EAPI=6
14410 -VIRTUALX_REQUIRED="pgo"
14411 -WANT_AUTOCONF="2.1"
14412 -MOZ_ESR=""
14413 -
14414 -# This list can be updated with scripts/get_langs.sh from the mozilla overlay
14415 -MOZ_LANGS=( ach af an ar as ast az bg bn-BD bn-IN br bs ca cak cs cy da de dsb
14416 -el en en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa ff fi fr fy-NL ga-IE
14417 -gd gl gn gu-IN he hi-IN hr hsb hu hy-AM id is it ja ka kab kk km kn ko lij lt lv
14418 -mai mk ml mr ms nb-NO nl nn-NO or pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq
14419 -sr sv-SE ta te th tr uk uz vi xh zh-CN zh-TW )
14420 -
14421 -# Convert the ebuild version to the upstream mozilla version, used by mozlinguas
14422 -MOZ_PV="${PV/_alpha/a}" # Handle alpha for SRC_URI
14423 -MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI
14424 -MOZ_PV="${MOZ_PV/_rc/rc}" # Handle rc for SRC_URI
14425 -
14426 -if [[ ${MOZ_ESR} == 1 ]]; then
14427 - # ESR releases have slightly different version numbers
14428 - MOZ_PV="${MOZ_PV}esr"
14429 -fi
14430 -
14431 -# Patch version
14432 -PATCH="${PN}-58.0-patches-02"
14433 -MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases"
14434 -
14435 -MOZCONFIG_OPTIONAL_WIFI=1
14436 -
14437 -inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6.58 \
14438 - pax-utils xdg-utils autotools mozlinguas-v2
14439 -
14440 -DESCRIPTION="Firefox Web Browser"
14441 -HOMEPAGE="http://www.mozilla.com/firefox"
14442 -
14443 -KEYWORDS="~amd64 ~x86"
14444 -
14445 -SLOT="0"
14446 -LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
14447 -IUSE="bindist eme-free +gmp-autoupdate hardened hwaccel jack +screenshot selinux test"
14448 -RESTRICT="!bindist? ( bindist )"
14449 -
14450 -PATCH_URIS=( https://dev.gentoo.org/~{anarchy,axs,polynomial-c}/mozilla/patchsets/${PATCH}.tar.xz )
14451 -SRC_URI="${SRC_URI}
14452 - ${MOZ_HTTP_URI}/${MOZ_PV}/source/firefox-${MOZ_PV}.source.tar.xz
14453 - ${PATCH_URIS[@]}"
14454 -
14455 -ASM_DEPEND=">=dev-lang/yasm-1.1"
14456 -
14457 -RDEPEND="
14458 - jack? ( virtual/jack )
14459 - >=dev-libs/nss-3.34.1
14460 - >=dev-libs/nspr-4.17
14461 - selinux? ( sec-policy/selinux-mozilla )"
14462 -
14463 -DEPEND="${RDEPEND}
14464 - >=sys-devel/llvm-4.0.1
14465 - >=sys-devel/clang-4.0.1
14466 - amd64? ( ${ASM_DEPEND} virtual/opengl )
14467 - x86? ( ${ASM_DEPEND} virtual/opengl )"
14468 -
14469 -S="${WORKDIR}/firefox-${MOZ_PV}"
14470 -
14471 -QA_PRESTRIPPED="usr/lib*/${PN}/firefox"
14472 -
14473 -BUILD_OBJ_DIR="${S}/ff"
14474 -
14475 -# allow GMP_PLUGIN_LIST to be set in an eclass or
14476 -# overridden in the enviromnent (advanced hackers only)
14477 -if [[ -z $GMP_PLUGIN_LIST ]]; then
14478 - GMP_PLUGIN_LIST=( gmp-gmpopenh264 gmp-widevinecdm )
14479 -fi
14480 -
14481 -pkg_setup() {
14482 - moz_pkgsetup
14483 -
14484 - # Avoid PGO profiling problems due to enviroment leakage
14485 - # These should *always* be cleaned up anyway
14486 - unset DBUS_SESSION_BUS_ADDRESS \
14487 - DISPLAY \
14488 - ORBIT_SOCKETDIR \
14489 - SESSION_MANAGER \
14490 - XDG_SESSION_COOKIE \
14491 - XAUTHORITY
14492 -
14493 - if ! use bindist; then
14494 - einfo
14495 - elog "You are enabling official branding. You may not redistribute this build"
14496 - elog "to any users on your network or the internet. Doing so puts yourself into"
14497 - elog "a legal problem with Mozilla Foundation"
14498 - elog "You can disable it by emerging ${PN} _with_ the bindist USE-flag"
14499 - fi
14500 -
14501 - addpredict /proc/self/oom_score_adj
14502 -}
14503 -
14504 -pkg_pretend() {
14505 - # Ensure we have enough disk space to compile
14506 - CHECKREQS_DISK_BUILD="4G"
14507 -
14508 - check-reqs_pkg_setup
14509 -}
14510 -
14511 -src_unpack() {
14512 - unpack ${A}
14513 -
14514 - # Unpack language packs
14515 - mozlinguas_src_unpack
14516 -}
14517 -
14518 -src_prepare() {
14519 - eapply "${WORKDIR}/firefox"
14520 -
14521 - # Enable gnomebreakpad
14522 - if use debug ; then
14523 - sed -i -e "s:GNOME_DISABLE_CRASH_DIALOG=1:GNOME_DISABLE_CRASH_DIALOG=0:g" \
14524 - "${S}"/build/unix/run-mozilla.sh || die "sed failed!"
14525 - fi
14526 -
14527 - # Drop -Wl,--as-needed related manipulation for ia64 as it causes ld sefgaults, bug #582432
14528 - if use ia64 ; then
14529 - sed -i \
14530 - -e '/^OS_LIBS += no_as_needed/d' \
14531 - -e '/^OS_LIBS += as_needed/d' \
14532 - "${S}"/widget/gtk/mozgtk/gtk2/moz.build \
14533 - "${S}"/widget/gtk/mozgtk/gtk3/moz.build \
14534 - || die "sed failed to drop --as-needed for ia64"
14535 - fi
14536 -
14537 - # Ensure that our plugins dir is enabled as default
14538 - sed -i -e "s:/usr/lib/mozilla/plugins:/usr/lib/nsbrowser/plugins:" \
14539 - "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 32bit!"
14540 - sed -i -e "s:/usr/lib64/mozilla/plugins:/usr/lib64/nsbrowser/plugins:" \
14541 - "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 64bit!"
14542 -
14543 - # Fix sandbox violations during make clean, bug 372817
14544 - sed -e "s:\(/no-such-file\):${T}\1:g" \
14545 - -i "${S}"/config/rules.mk \
14546 - -i "${S}"/nsprpub/configure{.in,} \
14547 - || die
14548 -
14549 - # Don't exit with error when some libs are missing which we have in
14550 - # system.
14551 - sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \
14552 - -i "${S}"/browser/installer/Makefile.in || die
14553 -
14554 - # Don't error out when there's no files to be removed:
14555 - sed 's@\(xargs rm\)$@\1 -f@' \
14556 - -i "${S}"/toolkit/mozapps/installer/packager.mk || die
14557 -
14558 - # Keep codebase the same even if not using official branding
14559 - sed '/^MOZ_DEV_EDITION=1/d' \
14560 - -i "${S}"/browser/branding/aurora/configure.sh || die
14561 -
14562 - # Allow user to apply any additional patches without modifing ebuild
14563 - eapply_user
14564 -
14565 - # Autotools configure is now called old-configure.in
14566 - # This works because there is still a configure.in that happens to be for the
14567 - # shell wrapper configure script
14568 - eautoreconf old-configure.in
14569 -
14570 - # Must run autoconf in js/src
14571 - cd "${S}"/js/src || die
14572 - eautoconf old-configure.in
14573 -}
14574 -
14575 -src_configure() {
14576 - MEXTENSIONS="default"
14577 - # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
14578 - # Note: These are for Gentoo Linux use ONLY. For your own distribution, please
14579 - # get your own set of keys.
14580 - _google_api_key=AIzaSyDEAOvatFo0eTgsV_ZlEzx0ObmepsMzfAc
14581 -
14582 - ####################################
14583 - #
14584 - # mozconfig, CFLAGS and CXXFLAGS setup
14585 - #
14586 - ####################################
14587 -
14588 - mozconfig_init
14589 - mozconfig_config
14590 -
14591 - # enable JACK, bug 600002
14592 - mozconfig_use_enable jack
14593 -
14594 - use eme-free && mozconfig_annotate '+eme-free' --disable-eme
14595 -
14596 - # It doesn't compile on alpha without this LDFLAGS
14597 - use alpha && append-ldflags "-Wl,--no-relax"
14598 -
14599 - # Add full relro support for hardened
14600 - if use hardened; then
14601 - append-ldflags "-Wl,-z,relro,-z,now"
14602 - mozconfig_use_enable hardened hardening
14603 - fi
14604 -
14605 - # Only available on mozilla-overlay for experimentation -- Removed in Gentoo repo per bug 571180
14606 - #use egl && mozconfig_annotate 'Enable EGL as GL provider' --with-gl-provider=EGL
14607 -
14608 - # Setup api key for location services
14609 - echo -n "${_google_api_key}" > "${S}"/google-api-key
14610 - mozconfig_annotate '' --with-google-api-keyfile="${S}/google-api-key"
14611 -
14612 - mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}"
14613 -
14614 - echo "mk_add_options MOZ_OBJDIR=${BUILD_OBJ_DIR}" >> "${S}"/.mozconfig
14615 - echo "mk_add_options XARGS=/usr/bin/xargs" >> "${S}"/.mozconfig
14616 -
14617 - # Default mozilla_five_home no longer valid option
14618 - sed '/with-default-mozilla-five-home=/d' -i "${S}"/.mozconfig
14619 -
14620 - # Finalize and report settings
14621 - mozconfig_final
14622 -
14623 - # workaround for funky/broken upstream configure...
14624 - SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \
14625 - ./mach configure || die
14626 -}
14627 -
14628 -src_compile() {
14629 - MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \
14630 - ./mach build -v || die
14631 -}
14632 -
14633 -src_install() {
14634 - cd "${BUILD_OBJ_DIR}" || die
14635 -
14636 - # Pax mark xpcshell for hardened support, only used for startupcache creation.
14637 - pax-mark m "${BUILD_OBJ_DIR}"/dist/bin/xpcshell
14638 -
14639 - # Add our default prefs for firefox
14640 - cp "${FILESDIR}"/gentoo-default-prefs.js-1 \
14641 - "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
14642 - || die
14643 -
14644 - mozconfig_install_prefs \
14645 - "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js"
14646 -
14647 - # Augment this with hwaccel prefs
14648 - if use hwaccel ; then
14649 - cat "${FILESDIR}"/gentoo-hwaccel-prefs.js-1 >> \
14650 - "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
14651 - || die
14652 - fi
14653 -
14654 - if ! use screenshot; then
14655 - echo "pref(\"extensions.screenshots.disabled\", true);" >> \
14656 - "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
14657 - || die
14658 - fi
14659 -
14660 - echo "pref(\"extensions.autoDisableScopes\", 3);" >> \
14661 - "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
14662 - || die
14663 -
14664 - local plugin
14665 - use gmp-autoupdate || use eme-free || for plugin in "${GMP_PLUGIN_LIST[@]}" ; do
14666 - echo "pref(\"media.${plugin}.autoupdate\", false);" >> \
14667 - "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
14668 - || die
14669 - done
14670 -
14671 - cd "${S}"
14672 - MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \
14673 - DESTDIR="${D}" ./mach install -v
14674 -
14675 - # Install language packs
14676 - mozlinguas_src_install
14677 -
14678 - local size sizes icon_path icon name
14679 - if use bindist; then
14680 - sizes="16 32 48"
14681 - icon_path="${S}/browser/branding/aurora"
14682 - # Firefox's new rapid release cycle means no more codenames
14683 - # Let's just stick with this one...
14684 - icon="aurora"
14685 - name="Aurora"
14686 -
14687 - # Override preferences to set the MOZ_DEV_EDITION defaults, since we
14688 - # don't define MOZ_DEV_EDITION to avoid profile debaucles.
14689 - # (source: browser/app/profile/firefox.js)
14690 - cat >>"${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" <<PROFILE_EOF
14691 -pref("app.feedback.baseURL", "https://input.mozilla.org/%LOCALE%/feedback/firefoxdev/%VERSION%/");
14692 -sticky_pref("lightweightThemes.selectedThemeID", "firefox-devedition@×××××××.org");
14693 -sticky_pref("browser.devedition.theme.enabled", true);
14694 -sticky_pref("devtools.theme", "dark");
14695 -PROFILE_EOF
14696 -
14697 - else
14698 - sizes="16 22 24 32 256"
14699 - icon_path="${S}/browser/branding/official"
14700 - icon="${PN}"
14701 - name="Mozilla Firefox"
14702 - fi
14703 -
14704 - # Install icons and .desktop for menu entry
14705 - for size in ${sizes}; do
14706 - insinto "/usr/share/icons/hicolor/${size}x${size}/apps"
14707 - newins "${icon_path}/default${size}.png" "${icon}.png"
14708 - done
14709 - # The 128x128 icon has a different name
14710 - insinto "/usr/share/icons/hicolor/128x128/apps"
14711 - newins "${icon_path}/mozicon128.png" "${icon}.png"
14712 - # Install a 48x48 icon into /usr/share/pixmaps for legacy DEs
14713 - newicon "${icon_path}/content/icon48.png" "${icon}.png"
14714 - newmenu "${FILESDIR}/icon/${PN}.desktop" "${PN}.desktop"
14715 - sed -i -e "s:@NAME@:${name}:" -e "s:@ICON@:${icon}:" \
14716 - "${ED}/usr/share/applications/${PN}.desktop" || die
14717 -
14718 - # Add StartupNotify=true bug 237317
14719 - if use startup-notification ; then
14720 - echo "StartupNotify=true"\
14721 - >> "${ED}/usr/share/applications/${PN}.desktop" \
14722 - || die
14723 - fi
14724 -
14725 - # Required in order to use plugins and even run firefox on hardened.
14726 - pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container}
14727 -}
14728 -
14729 -pkg_preinst() {
14730 - gnome2_icon_savelist
14731 -
14732 - # if the apulse libs are available in MOZILLA_FIVE_HOME then apulse
14733 - # doesn't need to be forced into the LD_LIBRARY_PATH
14734 - if use pulseaudio && has_version ">=media-sound/apulse-0.1.9" ; then
14735 - einfo "APULSE found - Generating library symlinks for sound support"
14736 - local lib
14737 - pushd "${ED}"${MOZILLA_FIVE_HOME} &>/dev/null || die
14738 - for lib in ../apulse/libpulse{.so{,.0},-simple.so{,.0}} ; do
14739 - # a quickpkg rolled by hand will grab symlinks as part of the package,
14740 - # so we need to avoid creating them if they already exist.
14741 - if ! [ -L ${lib##*/} ]; then
14742 - ln -s "${lib}" ${lib##*/} || die
14743 - fi
14744 - done
14745 - popd &>/dev/null || die
14746 - fi
14747 -}
14748 -
14749 -pkg_postinst() {
14750 - # Update mimedb for the new .desktop file
14751 - xdg_desktop_database_update
14752 - gnome2_icon_cache_update
14753 -
14754 - if ! use gmp-autoupdate && ! use eme-free ; then
14755 - elog "USE='-gmp-autoupdate' has disabled the following plugins from updating or"
14756 - elog "installing into new profiles:"
14757 - local plugin
14758 - for plugin in "${GMP_PLUGIN_LIST[@]}"; do elog "\t ${plugin}" ; done
14759 - elog
14760 - fi
14761 -
14762 - if use pulseaudio && has_version ">=media-sound/apulse-0.1.9"; then
14763 - elog "Apulse was detected at merge time on this system and so it will always be"
14764 - elog "used for sound. If you wish to use pulseaudio instead please unmerge"
14765 - elog "media-sound/apulse."
14766 - elog
14767 - fi
14768 -}
14769 -
14770 -pkg_postrm() {
14771 - gnome2_icon_cache_update
14772 -}
14773
14774 diff --git a/www-client/firefox/firefox-59.0.2.ebuild b/www-client/firefox/firefox-59.0.2.ebuild
14775 deleted file mode 100644
14776 index b29e5e4..0000000
14777 --- a/www-client/firefox/firefox-59.0.2.ebuild
14778 +++ /dev/null
14779 @@ -1,370 +0,0 @@
14780 -# Copyright 1999-2018 Gentoo Foundation
14781 -# Distributed under the terms of the GNU General Public License v2
14782 -
14783 -EAPI=6
14784 -VIRTUALX_REQUIRED="pgo"
14785 -WANT_AUTOCONF="2.1"
14786 -MOZ_ESR=""
14787 -
14788 -# This list can be updated with scripts/get_langs.sh from the mozilla overlay
14789 -MOZ_LANGS=( ach af an ar as ast az bg bn-BD bn-IN br bs ca cak cs cy da de dsb
14790 -el en en-GB en-US en-ZA eo es-AR es-CL es-ES es-MX et eu fa ff fi fr fy-NL ga-IE
14791 -gd gl gn gu-IN he hi-IN hr hsb hu hy-AM id is it ja ka kab kk km kn ko lij lt lv
14792 -mai mk ml mr ms nb-NO nl nn-NO or pa-IN pl pt-BR pt-PT rm ro ru si sk sl son sq
14793 -sr sv-SE ta te th tr uk uz vi xh zh-CN zh-TW )
14794 -
14795 -# Convert the ebuild version to the upstream mozilla version, used by mozlinguas
14796 -MOZ_PV="${PV/_alpha/a}" # Handle alpha for SRC_URI
14797 -MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI
14798 -MOZ_PV="${MOZ_PV/_rc/rc}" # Handle rc for SRC_URI
14799 -
14800 -if [[ ${MOZ_ESR} == 1 ]]; then
14801 - # ESR releases have slightly different version numbers
14802 - MOZ_PV="${MOZ_PV}esr"
14803 -fi
14804 -
14805 -# Patch version
14806 -PATCH="${PN}-59.0-patches-01"
14807 -MOZ_HTTP_URI="https://archive.mozilla.org/pub/${PN}/releases"
14808 -
14809 -MOZCONFIG_OPTIONAL_WIFI=1
14810 -
14811 -inherit check-reqs flag-o-matic toolchain-funcs eutils gnome2-utils mozconfig-v6.58 \
14812 - pax-utils xdg-utils autotools mozlinguas-v2
14813 -
14814 -DESCRIPTION="Firefox Web Browser"
14815 -HOMEPAGE="http://www.mozilla.com/firefox"
14816 -
14817 -KEYWORDS="~amd64 ~x86"
14818 -
14819 -SLOT="0"
14820 -LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
14821 -IUSE="bindist eme-free +gmp-autoupdate hardened hwaccel jack +screenshot selinux test"
14822 -RESTRICT="!bindist? ( bindist )"
14823 -
14824 -SRCHASH=239e434d6d2b8e1e2b697c3416d1e96d48fe98e5
14825 -SDIR="release"
14826 -[[ ${PV} = *_beta* ]] && SDIR="beta"
14827 -
14828 -PATCH_URIS=( https://dev.gentoo.org/~{anarchy,axs,polynomial-c}/mozilla/patchsets/${PATCH}.tar.xz )
14829 -SRC_URI="${SRC_URI}
14830 - https://hg.mozilla.org/releases/mozilla-${SDIR}/archive/${SRCHASH}.tar.bz2 -> firefox-${MOZ_PV}.source.tar.bz2
14831 - ${PATCH_URIS[@]}"
14832 -
14833 -ASM_DEPEND=">=dev-lang/yasm-1.1"
14834 -
14835 -RDEPEND="
14836 - system-icu? ( >=dev-libs/icu-60.2 )
14837 - jack? ( virtual/jack )
14838 - >=dev-libs/nss-3.35
14839 - >=dev-libs/nspr-4.18
14840 - selinux? ( sec-policy/selinux-mozilla )"
14841 -
14842 -DEPEND="${RDEPEND}
14843 - >=sys-devel/llvm-4.0.1
14844 - >=sys-devel/clang-4.0.1
14845 - amd64? ( ${ASM_DEPEND} virtual/opengl )
14846 - x86? ( ${ASM_DEPEND} virtual/opengl )"
14847 -
14848 -S="${WORKDIR}"/mozilla-${SDIR}-${SRCHASH}
14849 -
14850 -QA_PRESTRIPPED="usr/lib*/${PN}/firefox"
14851 -
14852 -BUILD_OBJ_DIR="${S}/ff"
14853 -
14854 -# allow GMP_PLUGIN_LIST to be set in an eclass or
14855 -# overridden in the enviromnent (advanced hackers only)
14856 -if [[ -z $GMP_PLUGIN_LIST ]]; then
14857 - GMP_PLUGIN_LIST=( gmp-gmpopenh264 gmp-widevinecdm )
14858 -fi
14859 -
14860 -pkg_setup() {
14861 - moz_pkgsetup
14862 -
14863 - # Avoid PGO profiling problems due to enviroment leakage
14864 - # These should *always* be cleaned up anyway
14865 - unset DBUS_SESSION_BUS_ADDRESS \
14866 - DISPLAY \
14867 - ORBIT_SOCKETDIR \
14868 - SESSION_MANAGER \
14869 - XDG_SESSION_COOKIE \
14870 - XAUTHORITY
14871 -
14872 - if ! use bindist; then
14873 - einfo
14874 - elog "You are enabling official branding. You may not redistribute this build"
14875 - elog "to any users on your network or the internet. Doing so puts yourself into"
14876 - elog "a legal problem with Mozilla Foundation"
14877 - elog "You can disable it by emerging ${PN} _with_ the bindist USE-flag"
14878 - fi
14879 -
14880 - addpredict /proc/self/oom_score_adj
14881 -}
14882 -
14883 -pkg_pretend() {
14884 - # Ensure we have enough disk space to compile
14885 - CHECKREQS_DISK_BUILD="4G"
14886 -
14887 - check-reqs_pkg_setup
14888 -}
14889 -
14890 -src_unpack() {
14891 - unpack ${A}
14892 -
14893 - # Unpack language packs
14894 - mozlinguas_src_unpack
14895 -}
14896 -
14897 -src_prepare() {
14898 - eapply "${WORKDIR}/firefox"
14899 -
14900 - # Enable gnomebreakpad
14901 - if use debug ; then
14902 - sed -i -e "s:GNOME_DISABLE_CRASH_DIALOG=1:GNOME_DISABLE_CRASH_DIALOG=0:g" \
14903 - "${S}"/build/unix/run-mozilla.sh || die "sed failed!"
14904 - fi
14905 -
14906 - # Drop -Wl,--as-needed related manipulation for ia64 as it causes ld sefgaults, bug #582432
14907 - if use ia64 ; then
14908 - sed -i \
14909 - -e '/^OS_LIBS += no_as_needed/d' \
14910 - -e '/^OS_LIBS += as_needed/d' \
14911 - "${S}"/widget/gtk/mozgtk/gtk2/moz.build \
14912 - "${S}"/widget/gtk/mozgtk/gtk3/moz.build \
14913 - || die "sed failed to drop --as-needed for ia64"
14914 - fi
14915 -
14916 - # Ensure that our plugins dir is enabled as default
14917 - sed -i -e "s:/usr/lib/mozilla/plugins:/usr/lib/nsbrowser/plugins:" \
14918 - "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 32bit!"
14919 - sed -i -e "s:/usr/lib64/mozilla/plugins:/usr/lib64/nsbrowser/plugins:" \
14920 - "${S}"/xpcom/io/nsAppFileLocationProvider.cpp || die "sed failed to replace plugin path for 64bit!"
14921 -
14922 - # Fix sandbox violations during make clean, bug 372817
14923 - sed -e "s:\(/no-such-file\):${T}\1:g" \
14924 - -i "${S}"/config/rules.mk \
14925 - -i "${S}"/nsprpub/configure{.in,} \
14926 - || die
14927 -
14928 - # Don't exit with error when some libs are missing which we have in
14929 - # system.
14930 - sed '/^MOZ_PKG_FATAL_WARNINGS/s@= 1@= 0@' \
14931 - -i "${S}"/browser/installer/Makefile.in || die
14932 -
14933 - # Don't error out when there's no files to be removed:
14934 - sed 's@\(xargs rm\)$@\1 -f@' \
14935 - -i "${S}"/toolkit/mozapps/installer/packager.mk || die
14936 -
14937 - # Keep codebase the same even if not using official branding
14938 - sed '/^MOZ_DEV_EDITION=1/d' \
14939 - -i "${S}"/browser/branding/aurora/configure.sh || die
14940 -
14941 - # Allow user to apply any additional patches without modifing ebuild
14942 - eapply_user
14943 -
14944 - # Autotools configure is now called old-configure.in
14945 - # This works because there is still a configure.in that happens to be for the
14946 - # shell wrapper configure script
14947 - eautoreconf old-configure.in
14948 -
14949 - # Must run autoconf in js/src
14950 - cd "${S}"/js/src || die
14951 - eautoconf old-configure.in
14952 -}
14953 -
14954 -src_configure() {
14955 - MEXTENSIONS="default"
14956 - # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
14957 - # Note: These are for Gentoo Linux use ONLY. For your own distribution, please
14958 - # get your own set of keys.
14959 - _google_api_key=AIzaSyDEAOvatFo0eTgsV_ZlEzx0ObmepsMzfAc
14960 -
14961 - ####################################
14962 - #
14963 - # mozconfig, CFLAGS and CXXFLAGS setup
14964 - #
14965 - ####################################
14966 -
14967 - mozconfig_init
14968 - mozconfig_config
14969 -
14970 - # enable JACK, bug 600002
14971 - mozconfig_use_enable jack
14972 -
14973 - # Enable/Disable eme support
14974 - mozconfig_use_enable !eme-free eme
14975 -
14976 - # It doesn't compile on alpha without this LDFLAGS
14977 - use alpha && append-ldflags "-Wl,--no-relax"
14978 -
14979 - # Add full relro support for hardened
14980 - if use hardened; then
14981 - append-ldflags "-Wl,-z,relro,-z,now"
14982 - mozconfig_use_enable hardened hardening
14983 - fi
14984 -
14985 - # Only available on mozilla-overlay for experimentation -- Removed in Gentoo repo per bug 571180
14986 - #use egl && mozconfig_annotate 'Enable EGL as GL provider' --with-gl-provider=EGL
14987 -
14988 - # Setup api key for location services
14989 - echo -n "${_google_api_key}" > "${S}"/google-api-key
14990 - mozconfig_annotate '' --with-google-api-keyfile="${S}/google-api-key"
14991 -
14992 - mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}"
14993 -
14994 - echo "mk_add_options MOZ_OBJDIR=${BUILD_OBJ_DIR}" >> "${S}"/.mozconfig
14995 - echo "mk_add_options XARGS=/usr/bin/xargs" >> "${S}"/.mozconfig
14996 -
14997 - # Default mozilla_five_home no longer valid option
14998 - sed '/with-default-mozilla-five-home=/d' -i "${S}"/.mozconfig
14999 -
15000 - # Finalize and report settings
15001 - mozconfig_final
15002 -
15003 - # workaround for funky/broken upstream configure...
15004 - SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \
15005 - ./mach configure || die
15006 -}
15007 -
15008 -src_compile() {
15009 - MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \
15010 - ./mach build || die
15011 -}
15012 -
15013 -src_install() {
15014 - cd "${BUILD_OBJ_DIR}" || die
15015 -
15016 - # Pax mark xpcshell for hardened support, only used for startupcache creation.
15017 - pax-mark m "${BUILD_OBJ_DIR}"/dist/bin/xpcshell
15018 -
15019 - # Add our default prefs for firefox
15020 - cp "${FILESDIR}"/gentoo-default-prefs.js-2 \
15021 - "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
15022 - || die
15023 -
15024 - mozconfig_install_prefs \
15025 - "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js"
15026 -
15027 - # Augment this with hwaccel prefs
15028 - if use hwaccel ; then
15029 - cat "${FILESDIR}"/gentoo-hwaccel-prefs.js-1 >> \
15030 - "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
15031 - || die
15032 - fi
15033 -
15034 - if ! use screenshot; then
15035 - echo "pref(\"extensions.screenshots.disabled\", true);" >> \
15036 - "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
15037 - || die
15038 - fi
15039 -
15040 - echo "pref(\"extensions.autoDisableScopes\", 3);" >> \
15041 - "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
15042 - || die
15043 -
15044 - local plugin
15045 - use gmp-autoupdate || use eme-free || for plugin in "${GMP_PLUGIN_LIST[@]}" ; do
15046 - echo "pref(\"media.${plugin}.autoupdate\", false);" >> \
15047 - "${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" \
15048 - || die
15049 - done
15050 -
15051 - cd "${S}"
15052 - MOZ_MAKE_FLAGS="${MAKEOPTS}" SHELL="${SHELL:-${EPREFIX}/bin/bash}" MOZ_NOSPAM=1 \
15053 - DESTDIR="${D}" ./mach install
15054 -
15055 - # Install language packs
15056 - mozlinguas_src_install
15057 -
15058 - local size sizes icon_path icon name
15059 - if use bindist; then
15060 - sizes="16 32 48"
15061 - icon_path="${S}/browser/branding/aurora"
15062 - # Firefox's new rapid release cycle means no more codenames
15063 - # Let's just stick with this one...
15064 - icon="aurora"
15065 - name="Aurora"
15066 -
15067 - # Override preferences to set the MOZ_DEV_EDITION defaults, since we
15068 - # don't define MOZ_DEV_EDITION to avoid profile debaucles.
15069 - # (source: browser/app/profile/firefox.js)
15070 - cat >>"${BUILD_OBJ_DIR}/dist/bin/browser/defaults/preferences/all-gentoo.js" <<PROFILE_EOF
15071 -pref("app.feedback.baseURL", "https://input.mozilla.org/%LOCALE%/feedback/firefoxdev/%VERSION%/");
15072 -sticky_pref("lightweightThemes.selectedThemeID", "firefox-devedition@×××××××.org");
15073 -sticky_pref("browser.devedition.theme.enabled", true);
15074 -sticky_pref("devtools.theme", "dark");
15075 -PROFILE_EOF
15076 -
15077 - else
15078 - sizes="16 22 24 32 48 64 128 256"
15079 - icon_path="${S}/browser/branding/official"
15080 - icon="${PN}"
15081 - name="Mozilla Firefox"
15082 - fi
15083 -
15084 - # Install icons and .desktop for menu entry
15085 - for size in ${sizes}; do
15086 - insinto "/usr/share/icons/hicolor/${size}x${size}/apps"
15087 - newins "${icon_path}/default${size}.png" "${icon}.png"
15088 - done
15089 - # Install a 48x48 icon into /usr/share/pixmaps for legacy DEs
15090 - newicon "${icon_path}/default48.png" "${icon}.png"
15091 - newmenu "${FILESDIR}/icon/${PN}.desktop" "${PN}.desktop"
15092 - sed -i -e "s:@NAME@:${name}:" -e "s:@ICON@:${icon}:" \
15093 - "${ED}/usr/share/applications/${PN}.desktop" || die
15094 -
15095 - # Add StartupNotify=true bug 237317
15096 - if use startup-notification ; then
15097 - echo "StartupNotify=true"\
15098 - >> "${ED}/usr/share/applications/${PN}.desktop" \
15099 - || die
15100 - fi
15101 -
15102 - # Required in order to use plugins and even run firefox on hardened.
15103 - pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{firefox,firefox-bin,plugin-container}
15104 -}
15105 -
15106 -pkg_preinst() {
15107 - gnome2_icon_savelist
15108 -
15109 - # if the apulse libs are available in MOZILLA_FIVE_HOME then apulse
15110 - # doesn't need to be forced into the LD_LIBRARY_PATH
15111 - if use pulseaudio && has_version ">=media-sound/apulse-0.1.9" ; then
15112 - einfo "APULSE found - Generating library symlinks for sound support"
15113 - local lib
15114 - pushd "${ED}"${MOZILLA_FIVE_HOME} &>/dev/null || die
15115 - for lib in ../apulse/libpulse{.so{,.0},-simple.so{,.0}} ; do
15116 - # a quickpkg rolled by hand will grab symlinks as part of the package,
15117 - # so we need to avoid creating them if they already exist.
15118 - if ! [ -L ${lib##*/} ]; then
15119 - ln -s "${lib}" ${lib##*/} || die
15120 - fi
15121 - done
15122 - popd &>/dev/null || die
15123 - fi
15124 -}
15125 -
15126 -pkg_postinst() {
15127 - # Update mimedb for the new .desktop file
15128 - xdg_desktop_database_update
15129 - gnome2_icon_cache_update
15130 -
15131 - if ! use gmp-autoupdate && ! use eme-free ; then
15132 - elog "USE='-gmp-autoupdate' has disabled the following plugins from updating or"
15133 - elog "installing into new profiles:"
15134 - local plugin
15135 - for plugin in "${GMP_PLUGIN_LIST[@]}"; do elog "\t ${plugin}" ; done
15136 - elog
15137 - fi
15138 -
15139 - if use pulseaudio && has_version ">=media-sound/apulse-0.1.9"; then
15140 - elog "Apulse was detected at merge time on this system and so it will always be"
15141 - elog "used for sound. If you wish to use pulseaudio instead please unmerge"
15142 - elog "media-sound/apulse."
15143 - elog
15144 - fi
15145 -}
15146 -
15147 -pkg_postrm() {
15148 - gnome2_icon_cache_update
15149 -}
15150
15151 diff --git a/www-client/firefox/firefox-60.0_beta14.ebuild b/www-client/firefox/firefox-60.0_beta16.ebuild
15152 similarity index 99%
15153 rename from www-client/firefox/firefox-60.0_beta14.ebuild
15154 rename to www-client/firefox/firefox-60.0_beta16.ebuild
15155 index 0a1057a..1623d58 100644
15156 --- a/www-client/firefox/firefox-60.0_beta14.ebuild
15157 +++ b/www-client/firefox/firefox-60.0_beta16.ebuild
15158 @@ -117,6 +117,7 @@ src_unpack() {
15159
15160 src_prepare() {
15161 eapply "${WORKDIR}/firefox"
15162 + eapply "${FILESDIR}"/${PN}-ffmpeg4.patch
15163
15164 # Enable gnomebreakpad
15165 if use debug ; then
15166 @@ -192,7 +193,7 @@ src_configure() {
15167 mozconfig_use_enable jack
15168
15169 # Enable/Disable eme support
15170 - mozconfig_use_enable eme-free eme
15171 + use eme-free && mozconfig_annotate '+eme-free' --disable-eme
15172
15173 # It doesn't compile on alpha without this LDFLAGS
15174 use alpha && append-ldflags "-Wl,--no-relax"