Tom Schuster
08ff12ed52
Backout changeset b4ebefd0f7e3:a8044fd506db Bug 1117607, Bug 1118087, Bug 1118092, Bug 1118105, Bug 1030372, Bug 1079627 on CLOSED TREE
2015-01-11 20:43:32 +01:00
Randell Jesup
ac75137842
Bug 1030372: use explicit runnable and Release for ReadBlob to avoid wrong-thread release assert r=bsmedberg
2015-01-11 00:28:34 -05:00
Masatoshi Kimura
f70d08c5aa
Bug 1120062 - Part 1: Remove most Nullptr.h includes. r=waldo
2015-01-11 11:34:52 +09:00
Chris Peterson
0b8b25193e
Bug 1118076 - Remove MOZ_THIS_IN_INITIALIZER_LIST. r=Waldo
2015-01-06 21:39:46 -08:00
James Willcox
16dc163af8
bug 1118552 - fix gcc4.9 warnings on Android r=glandium
2015-01-06 22:20:46 -05:00
Byron Campen [:bwc]
d98aa42fb5
Bug 1112682: Prefer hardware codecs. r=jesup
2015-01-02 11:51:00 -08:00
Ehsan Akhgari
b6e35bb4b4
Bug 1118486 - Part 1: Use = delete
instead of MOZ_DELETE directly; r=Waldo
...
Most of this patch (with the exception of dom/bindings/Codegen.py) was
generated by the following bash script:
#!/bin/bash
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "*/.git*" \
! -wholename "obj-*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_DELETE '= delete'
2015-01-08 23:19:05 -05:00
Ehsan Akhgari
cea1a8c96e
Bug 1119267 - Mark virtual overridden functions as MOZ_OVERRIDE in media; r=jesup
2015-01-08 23:10:52 -05:00
Chris Pearce
60494c8665
Bug 1111391 - Enable keyMessages to be sent before create/load session promise is resolved. r=jwwang
2015-01-09 14:30:07 +13:00
Wes Kocher
440877789b
Merge mozilla-inbound to mozilla-central a=merge
2015-01-08 17:08:12 -08:00
Carsten "Tomcat" Book
b788f3bf6a
Merge mozilla-central to b2g-inbound
2015-01-08 15:44:18 +01:00
Ethan Lin
e23a01e36b
Bug 1118698 - Add namespace for automic functions to prevent redefine error. r=ajones
2015-01-07 03:41:00 -05:00
Botond Ballo
96ae1ac8f0
Bug 1073003 - Disable -Wattribute warnings in media/webrtc/signaling. r=jesup
...
--HG--
extra : rebase_source : 7ed91b6452409799a66b00b34d9ff5e812f591c8
2014-12-19 12:08:08 -05:00
Botond Ballo
444509fcfd
Bug 1073003 - Fix -Wsign-compare warnings. r=ehsan
...
--HG--
extra : rebase_source : c04b9b1a886562cda4f59af1d194231138e30be7
2014-12-17 16:50:32 -05:00
Botond Ballo
ceed1fc9b0
Bug 1073003 - Fix -Wformat warnings. r=jesup
...
--HG--
extra : rebase_source : 3ffac66132efa04908834567f226508ad65b1827
2014-12-17 16:49:50 -05:00
Botond Ballo
4854cb254a
Bug 1073003 - Fix more -Wunused-variable and -Wunused-but-set-variable warnings. r=ehsan
...
--HG--
extra : rebase_source : bb768dd07c19dc39994d5cca6e0f59048d12130a
2014-12-17 18:05:28 -05:00
Botond Ballo
e3f1c312a9
Bug 1073003 - Fix warnings about macro redefinitions by renaming macros. r=ehsan
...
--HG--
extra : rebase_source : 7d4247178a992af245af111efeeada305f805ef2
2014-12-17 16:48:41 -05:00
Botond Ballo
21bf3d37e3
Bug 1073003 - Fix more -Wreorder warnings. r=ehsan
...
--HG--
extra : rebase_source : e80a449d7ba32aefd67a13874b91b2fccc4356e3
2014-12-17 16:46:51 -05:00
Bobby Holley
4e76b3f561
Bug 1064128 - Implement support for timestampOffset in segments mode. r=k17e,r=cajbir
2015-01-07 15:58:55 -08:00
Ryan VanderMeulen
7d578960f3
Bug 934984 - Disable the /GL flag when compiling libvpx asm files to avoid MSVC bustage. r=ted
2015-01-08 08:23:00 -05:00
Brad Lassey
1c9ee71594
bug 1118554 - make android's stdcxx work r=glandium
2015-01-06 23:34:31 -05:00
Ehsan Akhgari
ff0792ce6b
Bug 1118432 - Mark virtual overridden functions as MOZ_OVERRIDE in WebRTC; r=jesup
2015-01-06 23:33:52 -05:00
Chris Pearce
d13c7ffa8b
Bug 1118593 - Disable MoofParser for encrypted streams. r=kentuckyfriedtakahe
2015-01-07 17:09:27 +13:00
Ralph Giles
738a4eca45
Bug 1111328 - Add missing include. r=jya
...
Fixes problems with non-unified builds.
2015-01-05 13:20:00 -08:00
Ehsan Akhgari
ef6963bd58
Bug 1116622 - Give TemporaryRef a take() method semantically equivalent to already_AddRefed::take(); r=froydnj
...
This is in preparation of removing TemporaryRef. It should help make
already_AddRefed a drop-in replacement for it.
2015-01-05 11:32:37 -05:00
Timothy B. Terriberry
5fa57bde9d
Bug 1117571 - Check mode index in vorbis_packet_blocksize(), r=kinetik
2015-01-04 17:34:00 +01:00
Glenn Randers-Pehrson
6f2b93ae8f
Bug 1114360 - Update libpng to version 1.6.16. r=jmuizelaar
2014-12-23 06:44:00 +01:00
Bobby Holley
547538412a
Bug 1115749 - Assert that we hold the monitor at all the MP4Demuxer API entry points. r=rillian
...
MP4Demuxer accesses shared state (index, moofparser) in lots of shared helper
routines, so we should assume that it's not safe to touch the demuxer at all
without holding the lock (unless demonstrated otherwise). This stuff should
probably be redesigned, but that's a problem for another day.
2014-12-29 16:10:16 -08:00
Martin Thomson
d3766cef7d
Bug 1052610 - Disabling non-PFS cipher suites, r=ekr
...
--HG--
extra : rebase_source : 05b724914c08ca3e9c0b0f50ebdb5ed151b72b98
2014-12-29 09:38:37 -08:00
Jean-Yves Avenard
707059a642
Bug 1111328: Add H264 SPS NAL decoder part #2 (VUI and HDR). r=kentuckyfriedtakahe
2014-12-24 23:11:35 +11:00
Jean-Yves Avenard
186b832d70
Bug 1111328: Add H264 SPS NAL decoder. r=kentuckyfriedtakahe
2014-12-24 23:11:35 +11:00
Ehsan Akhgari
7fb2d3d770
Remove media/webrtc/trunk/webrtc/tools/e2e_quality/audio/perf, which seems to have randomly been added in bug 987979
...
DONTBUILD
--HG--
extra : amend_source : 1b3ff1e9a5b0eb721f5209e21187f433c24294fa
2014-12-23 21:25:50 -05:00
Randell Jesup
b6f77b57ac
Bug 1109552: Fix incorrect scoped_ptr type (uint8_t array vs ptr) r=glandium
2014-12-23 18:16:02 -05:00
Carsten "Tomcat" Book
2480c507c6
Backed out changeset 39853e6515eb (bug 1073003) for breaking B2G non-unified builds on a CLOSED TREE
2014-12-23 13:36:00 +01:00
Carsten "Tomcat" Book
9d78401345
Backed out changeset a12d10d57fd5 (bug 1073003)
2014-12-23 13:35:18 +01:00
Carsten "Tomcat" Book
712daae3bd
Backed out changeset 07b42d1d60aa (bug 1073003)
2014-12-23 13:35:17 +01:00
Carsten "Tomcat" Book
3ca4e18391
Backed out changeset d778ea49056a (bug 1073003)
2014-12-23 13:35:15 +01:00
Carsten "Tomcat" Book
cabf133763
Backed out changeset 033bfc2c3483 (bug 1073003)
2014-12-23 13:35:13 +01:00
Carsten "Tomcat" Book
392ed441e6
Backed out changeset a0ef52a09f98 (bug 1073003)
2014-12-23 13:35:11 +01:00
Jean-Yves Avenard
3e53b4dc03
Bug 1113073: Add H264 3-bytes NAL size support. r=kentuckyfriedtakahe
2014-12-23 14:41:21 +11:00
Jean-Yves Avenard
bd3199bb51
Bug 1113403: Make MP4Sample destructor virtual. r=kinetik
2014-12-23 14:40:29 +11:00
Jean-Yves Avenard
2f02a73c68
Bug 1110534: Add AVC Annex B to AVCC format conversion utility. r=kentuckyfriedtakahe
...
Based on original code by Baptiste Coudurier extracted from FFmpeg's libavformat
2014-12-23 14:36:09 +11:00
Jean-Yves Avenard
4f568fc6f0
Bug 1110534: Use more accurate names in MP4Sample and Annex B utility functions. r=kentuckyfriedtakahe
2014-12-23 14:36:09 +11:00
Jean-Yves Avenard
4eb0a91706
Bug 1110534: Retrieve SPS and PPS from AVCC stream when necessary. r=kentuckyfriedtakahe
...
In avc3 or annex B stream, the AVCC extradata doesn't always contain the SPS and PPS required to
decode the first frame. Add method to extract SPS and PPS and construct an AVCC extradata.
2014-12-23 14:36:09 +11:00
Jean-Yves Avenard
5434717edd
Bug 1110534: Simplify MP4 extradata handling. r=kentuckyfriedtakahe
2014-12-23 14:36:09 +11:00
Botond Ballo
1428d29dfc
Bug 1073003 - Disable -Wattribute warnings in media/webrtc/signaling. r=jesup
...
--HG--
extra : rebase_source : 94f3143aa82f6dee9042101b2aa7ca123418490a
extra : source : 63c0c77d853e1aa286fb084ba7bd814ee894c42b
2014-12-19 12:08:08 -05:00
Botond Ballo
5e2acdd25e
Bug 1073003 - Fix -Wsign-compare warnings. r=ehsan
...
--HG--
extra : rebase_source : d1b67f0a11461b5dcd2b70626a2bf9cbb21bd82a
extra : source : c94e789de3e6ec87e9d605a98ca95fd5009ff126
2014-12-17 16:50:32 -05:00
Botond Ballo
415f30be4c
Bug 1073003 - Fix -Wformat warnings. r=jesup
...
--HG--
extra : rebase_source : 3b734679ac32c1d958cb73e169cf4fd0a1486830
extra : source : 528aa87b4f0d174b84765a4b6c2e8e2fee2d493b
2014-12-17 16:49:50 -05:00
Botond Ballo
b5eef53b4d
Bug 1073003 - Fix more -Wunused-variable and -Wunused-but-set-variable warnings. r=ehsan
...
--HG--
extra : rebase_source : 0a6c783a6428ca0dc25090e21a61b90c192dd252
extra : source : 8ab86311e17416689d176dae5c577a2c6df89b54
2014-12-17 18:05:28 -05:00
Botond Ballo
6879ac4b47
Bug 1073003 - Fix warnings about macro redefinitions by renaming macros. r=ehsan
...
--HG--
extra : rebase_source : b0f80299a702ea1952de52e21f175b738dd2f752
extra : source : 119e8a1f1683aee07c44492c8861ca85e4a2388d
2014-12-17 16:48:41 -05:00