Commit Graph

2548 Commits

Author SHA1 Message Date
Ehsan Akhgari
c37358d2e9 Bug 1109683 - Compare the first character of start_time and stop_time instead of the array itself; r=abr
Caught by clang ToT warning:
comparison of array 'sdp_p->timespec_p->start_time' equal to a null pointer is always false
2014-12-10 11:27:13 -05:00
Jean-Yves Avenard
de1720c490 Bug 1107339 - Add VP6F and extend MP3 support in libstagefright. r=k17e 2014-12-04 11:54:06 -08:00
Chris Pearce
5bb9ff5881 Bug 1077159 - Use macros for GMP API names, to make them implicitly versionable. r=jesup 2014-12-10 09:35:26 +13:00
Byron Campen [:bwc]
2e2ed6f58e Bug 1091242 - Part 8: When running on tbpl, disable parts of ice_unittest that rely on external network. r=drno 2014-10-31 14:51:00 -07:00
Byron Campen [:bwc]
5a74f2b117 Bug 1091242 - Part 7: Wiring the build system together. r=jesup, r=ted 2014-11-17 17:03:28 -08:00
Byron Campen [:bwc]
816c0483d4 Bug 1091242 - Part 6: Wiring the new JSEP handler code in. See https://github.com/unicorn-wg/gecko-dev/tree/multistream_rebase for more history. r=jesup, r=smaug 2014-11-19 16:16:29 -08:00
Byron Campen [:bwc]
380cfceb19 Bug 1091242 - Part 5.3: Use modern integral types in sipcc code. r=ehugg 2014-11-14 17:38:00 -08:00
Byron Campen [:bwc]
12254b805d Bug 1091242 - Part 5.2: Functionality changes to sipcc sdp code. r=ehugg r=pkerr 2014-11-14 17:37:40 -08:00
Byron Campen [:bwc]
0bb94cca24 Bug 1091242 - Part 5.1: Whitespace-only modifications to sipcc sdp code. r=ehugg 2014-11-14 17:37:26 -08:00
Byron Campen [:bwc]
eb06154f5a Bug 1091242 - Part 4: Remove most of sipcc, and move just the sdp stuff into a new location. r=ehugg 2014-11-14 17:36:59 -08:00
Byron Campen [:bwc]
1694e1b89c Bug 1091242 - Part 2: New JSEP handling code. See https://github.com/unicorn-wg/gecko-dev/tree/multistream_rebase for more history. r=ehugg, r=jesup 2014-11-19 16:12:08 -08:00
Byron Campen [:bwc]
9ed4613392 Bug 1091242 - Part 1: SDP wrapper code around sipcc sdp impl. See https://github.com/unicorn-wg/gecko-dev/tree/multistream_rebase for more history. r=jesup 2014-11-19 16:11:06 -08:00
Phil Ringnalda
00cf414888 Backed out 10 changesets (bug 1091242) for Android/b2g non-unified build bustage
CLOSED TREE

Backed out changeset 7f72b55c5de7 (bug 1091242)
Backed out changeset f1501aa24397 (bug 1091242)
Backed out changeset 7fde5994aee5 (bug 1091242)
Backed out changeset 59b415714087 (bug 1091242)
Backed out changeset dadb65fedc08 (bug 1091242)
Backed out changeset 21be81424e4e (bug 1091242)
Backed out changeset 498fb1dafba5 (bug 1091242)
Backed out changeset 8d0653eb85ab (bug 1091242)
Backed out changeset c82d484e135a (bug 1091242)
Backed out changeset 3e0c8932f1b1 (bug 1091242)
2014-12-08 20:53:07 -08:00
Wes Kocher
c659ea6bce Backed out changeset bf25101e66cf (bug 1095098) for build bustage 2014-12-08 16:27:12 -08:00
Denis Volk
c3639f1324 Bug 1095098: move do_QueryObject templates into their own header r=froydnj 2014-11-20 12:20:10 +01:00
Byron Campen [:bwc]
fdb6fde8b5 Bug 1091242 - Part 8: When running on tbpl, disable parts of ice_unittest that rely on external network. r=drno 2014-10-31 14:51:00 -07:00
Byron Campen [:bwc]
5c9f7b9ba3 Bug 1091242 - Part 7: Wiring the build system together. r=jesup, r=ted 2014-11-17 17:03:28 -08:00
Byron Campen [:bwc]
3c896093a9 Bug 1091242 - Part 6: Wiring the new JSEP handler code in. See https://github.com/unicorn-wg/gecko-dev/tree/multistream_rebase for more history. r=jesup, r=smaug 2014-11-19 16:16:29 -08:00
Byron Campen [:bwc]
1ae025582b Bug 1091242 - Part 5.3: Use modern integral types in sipcc code. r=ehugg 2014-11-14 17:38:00 -08:00
Byron Campen [:bwc]
cdac861016 Bug 1091242 - Part 5.2: Functionality changes to sipcc sdp code. r=ehugg r=pkerr 2014-11-14 17:37:40 -08:00
Byron Campen [:bwc]
4987b822f3 Bug 1091242 - Part 5.1: Whitespace-only modifications to sipcc sdp code. r=ehugg 2014-11-14 17:37:26 -08:00
Byron Campen [:bwc]
421b4ef146 Bug 1091242 - Part 4: Remove most of sipcc, and move just the sdp stuff into a new location. r=ehugg 2014-11-14 17:36:59 -08:00
Byron Campen [:bwc]
0b6f6af669 Bug 1091242 - Part 2: New JSEP handling code. See https://github.com/unicorn-wg/gecko-dev/tree/multistream_rebase for more history. r=ehugg, r=jesup 2014-11-19 16:12:08 -08:00
Byron Campen [:bwc]
7b2afd6eae Bug 1091242 - Part 1: SDP wrapper code around sipcc sdp impl. See https://github.com/unicorn-wg/gecko-dev/tree/multistream_rebase for more history. r=jesup 2014-11-19 16:11:06 -08:00
Jan-Ivar Bruaroey
1826aecdaf Bug 1053407 - return DOMError rather than string in peerConnection callbacks. r=bz, r=jesup 2014-11-26 15:26:37 -05:00
Ryan VanderMeulen
2749f3ea85 Backed out 5 changesets (bug 1098126) for Windows web-platform-test failures.
Backed out changeset 7cf7a6ea28c2 (bug 1098126)
Backed out changeset 21aab02fb41c (bug 1098126)
Backed out changeset 55dba2167b36 (bug 1098126)
Backed out changeset 73c2707c4f60 (bug 1098126)
Backed out changeset 4d6a52c5fb75 (bug 1098126)
2014-12-05 20:09:54 -05:00
Anthony Jones
d985ef94bd Bug 1098126 - Disable MoofParser for EME; r=rillian 2014-12-05 14:17:23 -08:00
Anthony Jones
a81752884a Bug 1098126 - Add CENC support to MoofParser; r=edwin 2014-12-05 14:17:23 -08:00
Anthony Jones
6c9fd7426d Bug 1098126 - MoofParser forced moof read; r=mattwoodrow 2014-12-05 14:17:23 -08:00
Anthony Jones
e08fdd4d44 Bug 1098126 - Use MoofParser to read fragmented MP4 data; r=mattwoodrow 2014-12-05 14:17:23 -08:00
Anthony Jones
f756f79d2d Bug 1098126 - Remove duplication in MP4 demuxer seek; r=mattwoodrow 2014-12-05 14:17:22 -08:00
Matthew Gregan
f151c28311 Bug 1105901 - Update cubeb from upstream to pick up compilation fix for glibc 2.20. r=padenot
--HG--
extra : rebase_source : cb04020b3c502f51e2411b1984bb42d8423d524b
2014-12-02 12:04:16 +13:00
Ralph Giles
455ab31118 Bug 1105858 - Bump libvpx for arm toolchain work-arounds. r=kinetik
Update our in-tree libvpx code to upstream master from September 25.
This includes a work-around added to skip neon intrinsics which
android toolchains fail to compile properly. See bug 1087096.

Results of running ./update.py --ndk ~/android/android-ndk-r9 --commit
587ff646f
2014-11-27 13:15:00 -08:00
Jean-Yves Avenard
0559a947a7 Bug 1105661: MP4Sample: use proper delete[] operator. r=k17e
]
2014-11-27 21:09:16 +11:00
Jean-Yves Avenard
60b4da44d1 Bug 1101534 - Add MP4Sample copy constructor. r=k17e 2014-11-28 19:31:57 +11:00
Jan-Ivar Bruaroey
527f8638a0 Bug 1087528: make pc.id settable from chrome content. r=smaug, r=bwc 2014-11-20 14:43:02 -05:00
Matt Woodrow
23eb6f0bcb Bug 1102647 - Accept 4k video sizes in MPEG4Extractor. r=ajones 2014-11-28 13:18:35 +13:00
Juan Gomez
b7284ea92f Bug 1056337 - Work around toolchain issues with arm gcc 4.8 and opus. r=rillian
The androidabi-4.8 toolchain we'd liek to use for B2G ICS builds cannot
compile this section of the opus source. Force-disable optimizations
for the offending code in order to avoid the ICE.
2014-11-26 15:23:00 -08:00
Glenn Randers-Pehrson
287ae5bf7a Bug 1102523 - Update intree libpng to version 1.6.15. r=jmuizelaar 2014-11-26 05:42:00 +01:00
Trevor Saunders
333d3d2125 bug 1105074 - make more stuff final r=froydnj 2014-11-25 13:56:07 -05:00
Matt Woodrow
165f8e61c9 Bug 1102666 - Parse the edts block in MoofParser and offset composition time accordingly. r=ajones 2014-11-26 18:00:31 +13:00
Carsten "Tomcat" Book
daae55862a Backed out changeset 3947f817fc0a (bug 1102523) for breaking device b2g builds 2014-11-26 11:42:58 +01:00
Glenn Randers-Pehrson
6092e12636 Bug 1102523 - Update intree libpng to version 1.6.15. r=jmuizelaar 2014-11-24 06:18:00 +01:00
Phil Ringnalda
da94573c6b Back out fe0fa358d7bc (bug 1102666)
CLOSED TREE
2014-11-25 21:57:42 -08:00
Matt Woodrow
2f6b2169a8 Bug 1102666 - Parse the edts block in MoofParser and offset composition time accordingly. r=ajones
--HG--
extra : rebase_source : b5be2a267415c0ee675d24110ab2feb1fc10f822
2014-11-26 18:00:31 +13:00
Landry Breuil
632030712d Bug 1092023: comment out oaes_get_seed() definition r=edwin
It's unused (the sole caller is already commented out),
and uses deprecated ftime() & sys/timeb.h which are not
available on OpenBSD and Android NDK r10c.
Dont build openaes/rand.c, OAES_HAVE_ISAAC is not defined.
Remove now unused rand.c & rand.h.
2014-11-24 23:46:08 +01:00
Matt Woodrow
7c8afc2fff Bug 1101247 - Handle empty top-level mp4 boxes in MoofParser. r=ajones 2014-11-20 15:00:35 +13:00
Jean-Yves Avenard
3f62fdfc49 Bug 1093318 - Pass newer AAC profile levels to the platform decoder module. r=edwin 2014-11-17 09:28:25 +11:00
Robert O'Callahan
c072a388a4 Bug 1061046. Part 19: Eliminate TrackTicks in favour of StreamTime. r=karlt 2014-09-18 17:20:43 +12:00
Robert O'Callahan
0a498abf3c Bug 1061046. Part 15: Remove most usage of TimeToTicksRoundUp. r=karlt 2014-09-18 17:13:15 +12:00