Commit Graph

8292 Commits

Author SHA1 Message Date
Mike Hommey
b14f2f2b06 Bug 1799816 - Remove symbols that are not part of libmozavcodec. r=media-playback-reviewers,karlt
They are part of libmozavutil, and are exported from there.

Differential Revision: https://phabricator.services.mozilla.com/D161664
2022-11-09 20:00:56 +00:00
Paul Adenot
ab03e2c723 Bug 1796532 - Re-apply in-tree patch over vendored ffmpeg. r=alwu
Depends on D161163

Differential Revision: https://phabricator.services.mozilla.com/D161164
2022-11-04 12:36:39 +00:00
Paul Adenot
ef5d23c2e0 Bug 1796532 - Rebase in-tree patch over vendored ffmpeg. r=alwu
Depends on D161162

Differential Revision: https://phabricator.services.mozilla.com/D161163
2022-11-04 12:36:39 +00:00
Paul Adenot
b29a46768e Bug 1796532 - Update our config_component files to add missing new define. r=alwu
Depends on D161161

Differential Revision: https://phabricator.services.mozilla.com/D161162
2022-11-04 12:36:38 +00:00
Paul Adenot
f8513e3390 Bug 1796532 - Update vendored ffmpeg to revision 0957d62f. r=alwu
Differential Revision: https://phabricator.services.mozilla.com/D161161
2022-11-04 12:36:38 +00:00
Paul Adenot
2917c7818e Bug 1796893 - Fix build failure on OpenBSD/arm64 since ffmpeg config regen in bug 1765480. r=alwu
Differential Revision: https://phabricator.services.mozilla.com/D160044
2022-10-26 08:34:07 +00:00
Dan Baker
cc8d00b0f6 Bug 1780310 - Let libwebrtc not VideoConduit be responsible for scaling video frames for encoding;r=pehrsons
Differential Revision: https://phabricator.services.mozilla.com/D158537
2022-10-25 16:22:05 +00:00
Cristian Tuns
6e9ad87f86 Backed out changeset f802366520fd (bug 1780310) for causing GTest failures in VideoConduitTest CLOSED TREE 2022-10-25 11:43:52 -04:00
Dan Baker
798f1babb5 Bug 1780310 - Let libwebrtc not VideoConduit be responsible for scaling video frames for encoding;r=pehrsons
Differential Revision: https://phabricator.services.mozilla.com/D158537
2022-10-25 14:16:13 +00:00
Updatebot
84250b9f8d Bug 1796869 - Update libjxl to 99b0721251b51028927c56a81657cf76de7ea320 r=saschanaz
Differential Revision: https://phabricator.services.mozilla.com/D159959
2022-10-23 00:06:04 +00:00
Michael Froman
79024a863a Bug 1790097 (MOZ) - handle upstream adding VideoReceiveStreamInterface::SetRtcpMode 2022-10-17 18:26:24 -05:00
Michael Froman
75961bf6b7 Bug 1790097 (MOZ) - handle upstream splitting SetUseTransportCcAndNackHistory into 2 methods 2022-09-22 15:47:37 -05:00
Michael Froman
0a6a0e5d52 Bug 1790097 (MOZ) - handle upstream removing deprecated AudioReceiveStream for AudioReceiveStreamInterface
Also fix the deprecation warnings for VideoReceiveStream by using VideoReceiveStreamInterface.
2022-09-22 14:11:34 -05:00
Michael Froman
21847738b0 Bug 1790097 (MOZ) - handle upstream change to Call::OnUpdateSyncGroup method signature 2022-09-21 10:27:46 -05:00
Michael Froman
bc0a0c4757 Bug 1790097 (MOZ) - reland "handle upstream adding new Call::OnLocalSsrcUpdated method signatures" 2022-09-21 09:57:22 -05:00
Michael Froman
58b9aa718a Bug 1790097 (MOZ) - revert "handle upstream adding new Call::OnLocalSsrcUpdated method signatures" 2022-09-21 09:39:40 -05:00
Michael Froman
0504e16748 Bug 1790097 (MOZ) - handle upstream adding new Call::OnLocalSsrcUpdated method signatures 2022-09-20 16:21:41 -05:00
Paul Adenot
c25a65a063 Bug 1793289 - Override EXTERN_ASM when building ffvpx in generic / no asm configuration. r=alwu
Thanks to Ray Vine <ray-v@inbox.lv> for the bug report and a suggested fix.

Differential Revision: https://phabricator.services.mozilla.com/D158679
2022-10-11 08:26:52 +00:00
Kagami Sascha Rosylight
4a38091f18 Bug 1793238 - Update libjxl r=tnikkel
Differential Revision: https://phabricator.services.mozilla.com/D158771
2022-10-06 17:31:29 +00:00
Paul Adenot
d598d84141 Bug 1791900 - Update libcubeb 93d1fa3fcc. r=cubeb-reviewers,kinetik
Differential Revision: https://phabricator.services.mozilla.com/D157987
2022-10-01 07:59:45 +00:00
Paul Adenot
e497d5abef Bug 1791900 - Change cubeb vendoring manifest, swapping out cubeb_tracing.h with something that uses MicroGeckoProfiler.h. r=cubeb-reviewers,kinetik
Differential Revision: https://phabricator.services.mozilla.com/D157879
2022-10-01 07:59:44 +00:00
Butkovits Atila
0f722acbe5 Backed out 3 changesets (bug 1791896, bug 1791900) for causing build bustages. CLOSED TREE
Backed out changeset baaa1b7a2fd2 (bug 1791900)
Backed out changeset 0685eba4e0d6 (bug 1791900)
Backed out changeset 51fdfb5f4d52 (bug 1791896)
2022-09-30 03:59:10 +03:00
Paul Adenot
f3819d24db Bug 1791900 - Update libcubeb 93d1fa3fcc. r=cubeb-reviewers,kinetik
Differential Revision: https://phabricator.services.mozilla.com/D157987
2022-09-30 00:23:14 +00:00
Paul Adenot
0c5ec11141 Bug 1791900 - Change cubeb vendoring manifest, swapping out cubeb_tracing.h with something that uses MicroGeckoProfiler.h. r=cubeb-reviewers,kinetik
Differential Revision: https://phabricator.services.mozilla.com/D157879
2022-09-30 00:23:13 +00:00
James Lee
60858bce4b Bug 1791275 - Don't build libav with sysctl on Unix AArch64 r=alwu,padenot
Differential Revision: https://phabricator.services.mozilla.com/D157921
2022-09-23 18:12:11 +00:00
Paul Adenot
93d6b111c7 Bug 1791839 - Update cubeb to revision 4783607. r=cubeb-reviewers,kinetik
Depends on D157856

Differential Revision: https://phabricator.services.mozilla.com/D157880
2022-09-22 00:22:03 +00:00
Paul Adenot
b7eeae5027 Bug 1791839 - Remove OpenSLESProvider.cpp, update cubeb vendoring manifest. r=kinetik
Differential Revision: https://phabricator.services.mozilla.com/D157856
2022-09-22 00:22:03 +00:00
Paul Adenot
9cab310f15 Bug 1789547 - Update libcubeb to revision 4783607e. r=cubeb-reviewers,kinetik
Differential Revision: https://phabricator.services.mozilla.com/D156696
2022-09-11 23:15:25 +00:00
Updatebot
36ba2079bb Bug 1790165 - Update libjxl to 3e0b08d4ee53a08f9b58739e088c5bdecebae74d r=saschanaz
Differential Revision: https://phabricator.services.mozilla.com/D157018
2022-09-10 12:45:16 +00:00
Sandor Molnar
ca9f2118a3 Backed out 4 changesets (bug 1789547) for causing build bustages in src/cubeb_pulse.c CLOSED TREE
Backed out changeset f4a705068a81 (bug 1789547)
Backed out changeset 2e0a33171e43 (bug 1789547)
Backed out changeset 3d81b7118d30 (bug 1789547)
Backed out changeset f5ad9813b7b7 (bug 1789547)
2022-09-10 01:38:23 +03:00
Paul Adenot
ef5c6dc559 Bug 1789547 - Update libcubeb to revision 4783607e. r=cubeb-reviewers,kinetik
Differential Revision: https://phabricator.services.mozilla.com/D156696
2022-09-09 22:17:32 +00:00
Byron Campen
dcfd958641 Bug 1789908: If we cannot determine the type for an fmtp, do not add it to the list of successfully parsed fmtp attributes. r=ng
Differential Revision: https://phabricator.services.mozilla.com/D156900
2022-09-09 14:58:24 +00:00
Paul Adenot
2fc7fb7998 Bug 1789233 - Remove media/libvpx/libvpx/vpx_dsp/vpx_dsp.mk.orig. DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D156423
2022-09-05 11:20:58 +00:00
Andreea Pavel
0377d10e01 Merge mozilla-central to autoland on a CLOSED TREE 2022-08-31 00:13:19 +03:00
Andreea Pavel
154b575827 Merge autoland to mozilla-central a=merge 2022-08-31 00:03:20 +03:00
Jeff Muizelaar
84c3cddaf2 Bug 1782232. Adjust the video widths and heights in videoconduit_unittests. r=mjf
These changes were caused by upstream enabling the "WebRTC-Video-VariableStartScaleFactor"
field trial by default in db0d586172.

Differential Revision: https://phabricator.services.mozilla.com/D153213
2022-08-30 11:04:00 -04:00
Michael Froman
2bf4732faa Bug 1766646 (MOZ) - handle upstream changes in {Audio|Video}ReceiveStream 2022-08-30 11:03:27 -04:00
Michael Froman
a79102a418 Bug 1766646 (MOZ) handle upstream adding {Audio|Video}ReceiveStream::transport_cc and removing {Audio|Video}ReceiveStream::rtp_config 2022-08-30 11:03:12 -04:00
Michael Froman
3aebbb110f Bug 1766646 (MOZ) - handle upstream adding {Audio|Video}ReceiveStream::GetRtpExtensions 2022-08-30 11:03:10 -04:00
Michael Froman
f1b1791285 Bug 1766646 (MOZ) - handle upstream adding AudioReceiveStream::remote_ssrc method 2022-08-30 11:03:07 -04:00
Michael Froman
4a09a78146 Bug 1766646 (MOZ) - handle upstream change from kCsrcAudioLevelsUri to kCsrcAudioLevelUri 2022-08-30 10:36:27 -04:00
Michael Froman
a51018047c Bug 1766646 (MOZ) - handle upstream adding ReceiveStream::SetRtpExtensions method 2022-08-30 10:35:53 -04:00
Michael Froman
ff31a97b40 Bug 1766646 (MOZ) - handle upstream adding AudioReceiveStream::SetNonSenderRttMeasurement method 2022-08-30 10:35:32 -04:00
Michael Froman
9121be06f2 Bug 1766646 (MOZ) - Backout 'Bug 1766646 (MOZ) - handle upstream adding AudioReceiveStream::SetNonSenderRttMeasurement method' 2022-08-30 10:35:03 -04:00
Michael Froman
9d06213a57 Bug 1766646 (MOZ) - handle upstream adding AudioReceiveStream::SetNonSenderRttMeasurement method 2022-08-30 10:34:30 -04:00
Michael Froman
2d58f2ab01 Bug 1766646 (MOZ) - handle upstream adding VideoSendStream::started() method 2022-08-30 10:31:37 -04:00
Michael Froman
58f9dbfa63 Bug 1766646 (MOZ) - handle upstream adding Call::OnUpdateSyncGroup method 2022-08-30 10:26:46 -04:00
Michael Froman
fbfcf214c3 Bug 1766646 (MOZ) - handle upstream adding Call::OnLocalSsrcUpdated method 2022-08-30 10:26:38 -04:00
Michael Froman
7a7282b3f6 Bug 1766646 (MOZ) - handle upstream adding AudioReceiveStream::SetRtpExtensions method 2022-08-30 10:26:27 -04:00
Michael Froman
b0a81eff60 Bug 1766646 (MOZ) - handle upstream adding MockAudioReceiveStream::rtp_config and MockVideoReceiveStream::rtp_config methods 2022-08-30 10:26:25 -04:00
Michael Froman
fbc90dc381 Bug 1766646 (MOZ) - handle upstream adding AudioReceiveStream::SetFrameDecryptor method 2022-08-30 10:26:21 -04:00
Michael Froman
65dc476a75 Bug 1766646 (MOZ) - handle upstream removal of AudioReceiveStream::Reconfigure() method 2022-08-30 10:25:55 -04:00
Michael Froman
f3a7ad2264 Bug 1766646 (MOZ) - fix build issue for missing network_thread() and worker_thread() methods in MockCall 2022-08-30 10:19:13 -04:00
Michael Froman
7302be2f10 Bug 1766646 (MOZ) - remove AddSecondarySink and RemoveSecondarySink from MockCall 2022-08-30 10:12:17 -04:00
Michael Froman
57509e359f Bug 1766646 (MOZ) - fix build issue for missing IsRunning() in MockAudioReceiveStream 2022-08-30 10:08:42 -04:00
Michael Froman
004502a03a Bug 1766646 (MOZ) - fix build issue for missing trials() method in MockCall 2022-08-30 09:57:05 -04:00
Paul Adenot
506df45c30 Bug 1786799 - Include Linux desktop config override in config_components.h as well as config.h in ffvpx. r=alwu
Differential Revision: https://phabricator.services.mozilla.com/D155476
2022-08-30 12:07:46 +00:00
Updatebot
7ff2d1316e Bug 1786364 - Update dav1d to cd5e415270285a58f48c1e9ec1a2dd024b9acf9f r=chunmin
Differential Revision: https://phabricator.services.mozilla.com/D155266
2022-08-25 16:37:55 +00:00
Paul Adenot
229aa16dda Bug 1765480 - Conditionally include bsf, codec and parser list with CONFIG_* macros. r=alwu
Depends on D150973

Differential Revision: https://phabricator.services.mozilla.com/D151996
2022-08-23 14:19:26 +00:00
Paul Adenot
7095b088eb Bug 1765480 - Update ffvpx to a recent ffmpeg version, reapply the in-tree patch, fix moz.build for the new files, fix the symbol files. r=alwu
Depends on D150972

Differential Revision: https://phabricator.services.mozilla.com/D150973
2022-08-23 14:19:25 +00:00
Paul Adenot
99c3dd87bd Bug 1765480 - Regenerate config* files for ffvpx on all platforms needed, splitting off config_components.h. r=alwu
Depends on D150971

Differential Revision: https://phabricator.services.mozilla.com/D150972
2022-08-23 14:19:24 +00:00
Paul Adenot
39fa33ce2c Bug 1765480 - Overhaul ffvpx/README_MOZILLA. r=alwu
Depends on D150970

Differential Revision: https://phabricator.services.mozilla.com/D150971
2022-08-23 14:19:24 +00:00
Paul Adenot
95914c0883 Bug 1765480 - Remove the file ffvpx/FILES and prefer rsync to update ffvpx. r=alwu
Differential Revision: https://phabricator.services.mozilla.com/D150970
2022-08-23 14:19:23 +00:00
Kagami Sascha Rosylight
ca5565dea6 Bug 1786069 - Update libjxl and highway r=tnikkel
Differential Revision: https://phabricator.services.mozilla.com/D155272
2022-08-23 12:31:34 +00:00
Marian-Vasile Laza
b3600aa27e Backed out changeset 3a20752d5d0d (bug 1786069) for causing multiple build bustages. CLOSED TREE 2022-08-23 05:22:18 +03:00
Kagami Sascha Rosylight
c78ff365b8 Bug 1786069 - Update libjxl and highway r=tnikkel
Differential Revision: https://phabricator.services.mozilla.com/D155272
2022-08-23 01:47:36 +00:00
Marian-Vasile Laza
857f78b411 Backed out 7 changesets (bug 1765480) for causing build bustages on config.h. CLOSED TREE
Backed out changeset 5403acde30c2 (bug 1765480)
Backed out changeset 7176e2a3b1a0 (bug 1765480)
Backed out changeset a54225be60ac (bug 1765480)
Backed out changeset 50b0534f07a5 (bug 1765480)
Backed out changeset 104a811c42e5 (bug 1765480)
Backed out changeset 7e2ce67588d3 (bug 1765480)
Backed out changeset 6077ae857148 (bug 1765480)
2022-08-17 20:53:08 +03:00
Paul Adenot
1e33c4f84d Bug 1765480 - Conditionally include bsf, codec and parser list with CONFIG_* macros. r=alwu
Depends on D150973

Differential Revision: https://phabricator.services.mozilla.com/D151996
2022-08-17 16:29:33 +00:00
Paul Adenot
12e3f0e9a9 Bug 1765480 - Update ffvpx to a recent ffmpeg version, reapply the in-tree patch, fix moz.build for the new files, fix the symbol files. r=alwu
Depends on D150972

Differential Revision: https://phabricator.services.mozilla.com/D150973
2022-08-17 16:29:33 +00:00
Paul Adenot
e53a91d5e3 Bug 1765480 - Regenerate config* files for ffvpx on all platforms needed, splitting off config_components.h. r=alwu
Depends on D150971

Differential Revision: https://phabricator.services.mozilla.com/D150972
2022-08-17 16:29:32 +00:00
Paul Adenot
f2dd2ae83d Bug 1765480 - Overhaul ffvpx/README_MOZILLA. r=alwu
Depends on D150970

Differential Revision: https://phabricator.services.mozilla.com/D150971
2022-08-17 16:29:32 +00:00
Paul Adenot
c485f8bbe4 Bug 1765480 - Remove the file ffvpx/FILES and prefer rsync to update ffvpx. r=alwu
Differential Revision: https://phabricator.services.mozilla.com/D150970
2022-08-17 16:29:31 +00:00
Updatebot
e5f64cdb87 Bug 1783298 - Update opus to 997fdf54e781ae1c04dee42018f35388a04fe483 r=kinetik
Differential Revision: https://phabricator.services.mozilla.com/D153817
2022-08-16 06:37:23 +00:00
Byron Campen
c2e51c8618 Bug 1769802: Key JsepTransceiver by UUID instead of a simple integer index. r=mjf
The integer index we're replacing here is based on the order in which
transceivers were added. If we clone the JSEP engine for an sRD that happens to
result in the creation of a transceiver, and at the same time JS calls
addTransceiver, we have a situation where the sRD transceiver is added first
to the cloned JSEP engine, but the addTransceiver transceiver is added first
to the old JSEP engine, resulting in them having the same index. So, let's just
use a proper key for this stuff.

Differential Revision: https://phabricator.services.mozilla.com/D150169
2022-08-05 14:03:43 +00:00
Updatebot
760010bb23 Bug 1782272 - Update libjxl to 59f7d19e454bc5e1edd692187e1178f5926fdfd9 r=saschanaz
Differential Revision: https://phabricator.services.mozilla.com/D153232
2022-08-01 10:27:42 +00:00
Updatebot
8f83cbb6c3 Bug 1780967 - Update opus to ab04fbb1b7d0b727636d28fc2cadb5df9febe515 r=kinetik
Differential Revision: https://phabricator.services.mozilla.com/D152595
2022-07-26 23:58:19 +00:00
Updatebot
1ae6ab3048 Bug 1781120 - Update dav1d to a029d6892c5c39f4cda629d4a3b676ef2e8288f6 r=chunmin
Differential Revision: https://phabricator.services.mozilla.com/D152673
2022-07-26 20:30:04 +00:00
Chun-Min Chang
d4fb3f7727 Bug 1778632 - Update dav1d to 6dc03eee53df62c1fb82a735f70a1b2b16d26bf0 r=mjf
Run `./mach vendor media/libdav1d/moz.yaml` to get the latest dav1d
version and update the revision number in moz.yaml.

According to the changes in *third_party/dav1d/src/meson.build*, the
*media/libdav1d/asm/moz.build* is updated as follows:

- Remove *{arm,x86}/refmvs_init.c*
- Remove *{arm,x86}/cdef_init_tmpl.c*
- Remove *{arm,x86}/filmgrain_init_tmpl.c*
- Remove *{arm,x86}/ipred_init_tmpl.c*
- Remove *{arm,x86}/itx_init_tmpl.c*
- Remove *{arm,x86}/loopfilter_init_tmpl.c*
- Remove *{arm,x86}/looprestoration_init_tmpl.c*
- Remove *{arm,x86}/mc_init_tmpl.c*
- Remove *x86/msac_init.c*
- Add *x86/cdef16_avx512.asm*
- Add *x86/loopfilter16_avx512.asm*

Differential Revision: https://phabricator.services.mozilla.com/D152335
2022-07-21 17:29:30 +00:00
Butkovits Atila
faa5640935 Backed out 7 changesets (bug 1765480) for causing build bustages. CLOSED TREE
Backed out changeset ed10a546db4f (bug 1765480)
Backed out changeset 3a362936969a (bug 1765480)
Backed out changeset c0efff24b361 (bug 1765480)
Backed out changeset e393cf609b9b (bug 1765480)
Backed out changeset 2979c28076f7 (bug 1765480)
Backed out changeset 37cfee2c325e (bug 1765480)
Backed out changeset e3017c8a70af (bug 1765480)
2022-07-21 20:03:32 +03:00
Paul Adenot
05381defcb Bug 1765480 - Conditionally include bsf, codec and parser list with CONFIG_* macros. r=alwu
Depends on D150973

Differential Revision: https://phabricator.services.mozilla.com/D151996
2022-07-21 16:19:28 +00:00
Paul Adenot
aa9cc96f06 Bug 1765480 - Update ffvpx to a recent ffmpeg version, reapply the in-tree patch, fix moz.build for the new files, fix the symbol files. r=alwu
Depends on D150972

Differential Revision: https://phabricator.services.mozilla.com/D150973
2022-07-21 16:19:27 +00:00
Paul Adenot
83e8e46967 Bug 1765480 - Regenerate config* files for ffvpx on all platforms needed, splitting off config_components.h. r=alwu
Depends on D150971

Differential Revision: https://phabricator.services.mozilla.com/D150972
2022-07-21 16:19:27 +00:00
Paul Adenot
956df4b40b Bug 1765480 - Overhaul ffvpx/README_MOZILLA. r=alwu
Depends on D150970

Differential Revision: https://phabricator.services.mozilla.com/D150971
2022-07-21 16:19:26 +00:00
Paul Adenot
8c21ae7ab0 Bug 1765480 - Remove the file ffvpx/FILES and prefer rsync to update ffvpx. r=alwu
Differential Revision: https://phabricator.services.mozilla.com/D150970
2022-07-21 16:19:26 +00:00
Updatebot
b9b38ddcc4 Bug 1779862 - Update opus to c9d5bea13e3cb7381bfa897a45d8bab4e7b767a7 r=kinetik
Differential Revision: https://phabricator.services.mozilla.com/D151965
2022-07-16 06:17:06 +00:00
Tom Ritter
8cc6e9c4f1 Bug 1779670: Fix the ImageLib Bugzilla Component in moz.yaml files r=gfx-reviewers,jrmuizel DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D151892
2022-07-15 01:01:11 +00:00
Chun-Min Chang
fc671ae0e5 Bug 1778635 - Apply local patches to libvpx r=webrtc-reviewers,mjf
Run `./mach vendor media/libvpx/moz.yaml --patch-mode=only` as what
media/libvpx/README_MOZILLA said.

Differential Revision: https://phabricator.services.mozilla.com/D151869
2022-07-14 20:22:34 +00:00
Chun-Min Chang
911fe535a4 Bug 1778635 - Vendor libvpx r=webrtc-reviewers,mjf
Run `./mach vendor media/libvpx/moz.yaml --patch-mode=none` as what
media/libvpx/README_MOZILLA said.

The update libvpx revision is 168b312774166958897f727196a59ee8ad423e78.

Differential Revision: https://phabricator.services.mozilla.com/D151868
2022-07-14 20:22:32 +00:00
Andi-Bogdan Postelnicu
72ba7fb691 Bug 1519636 - Reformat recent changes to the Google coding style. r=media-playback-reviewers,alwu
Updated with clang-format version 14.0.5 (taskcluster-cAkeFEZXQmihHYDO8Y4hRw)
# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D151003
2022-07-14 08:10:07 +00:00
Chun-Min Chang
c41df48ec2 Bug 1778635 - Apply .mk patches before generating .mozbuild r=tjr
The patches for *.mk files should be applied before running
`generate_sources_mozbuild` since the files in the generated .mozbuild
is based on the files listed in the *.mk

Depends on D150207

Differential Revision: https://phabricator.services.mozilla.com/D150208
2022-07-13 21:02:46 +00:00
Chun-Min Chang
b2994c8b50 Bug 1778635 - Rename duplicate file name r=tjr
The latest version (v1.12.0-rc1) of the libvpx [1] adds some
optimizations with LSX instructions for loongson architecture [2], which
has same name files *quantize_lsx.c* in both vp8/encoder/loongarch and
vpx_dsp/loongarch directories, and so the `find_duplicates` check fails
in *generate_sources_mozbuild.sh*

To avoid the above failure, *quantize_lsx.c* under *loongarch* is
renamed to *quantize_intrin_lsx.c*.

[1] https://chromium.googlesource.com/webm/libvpx/
[2] https://bugs.chromium.org/p/webm/issues/detail?id=1755

Differential Revision: https://phabricator.services.mozilla.com/D150207
2022-07-13 21:02:46 +00:00
Updatebot
0d11f36609 Bug 1779353 - Update opus to e4a74ddeb9788eab84d10660e958fe706619892f r=kinetik
Differential Revision: https://phabricator.services.mozilla.com/D151685
2022-07-13 12:37:07 +00:00
Matthew Gregan
67034f0afb Bug 1778921 - Vendor update of libopus to upstream revision 24398751. r=media-playback-reviewers,alwu
Differential Revision: https://phabricator.services.mozilla.com/D151463
2022-07-12 03:44:01 +00:00
Matthew Gregan
d2210dd93c Bug 1778921 - Update libopus build config to prepare for next update. r=media-playback-reviewers,alwu
Differential Revision: https://phabricator.services.mozilla.com/D151462
2022-07-12 03:44:00 +00:00
Sebastian Hengst
07c1520097 Bug 1774376 - update further metadata mapping files to Graphics Bugzilla components. DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D151558
2022-07-11 22:38:30 +00:00
Bogdan Szekely
7f3ff3f4d3 Backed out 2 changesets (bug 1778921) for causing build bustages. CLOSED TREE
Backed out changeset e587c9bc5b83 (bug 1778921)
Backed out changeset 04fa88f59192 (bug 1778921)
2022-07-11 13:01:04 +03:00
Matthew Gregan
4c27ba0312 Bug 1778921 - Vendor update of libopus to upstream revision 24398751. r=media-playback-reviewers,alwu
Depends on D151462

Differential Revision: https://phabricator.services.mozilla.com/D151463
2022-07-11 09:40:46 +00:00
Matthew Gregan
f18139ee37 Bug 1778921 - Update libopus build config to prepare for next update. r=media-playback-reviewers,alwu
Differential Revision: https://phabricator.services.mozilla.com/D151462
2022-07-11 09:40:46 +00:00
David Shin
309272c871 Bug 1778533 - Remove accidental *.orig commits. r=ng
Differential Revision: https://phabricator.services.mozilla.com/D151296
2022-07-07 17:48:38 +00:00
Paul Adenot
dbb13352c1 Bug 1776429 - Compile and use ffvpx video decoder/fft code on Apple Silicon Macs. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D150250
2022-06-29 09:55:59 +00:00