Commit Graph

1988 Commits

Author SHA1 Message Date
Ethan Hugg
15c6e24190 Bug 1028962 - Fix for setting maxFramerate with Gecko Media Plugins. r=jesup 2014-06-25 09:08:41 -07:00
Byron Campen [:bwc]
7af124268c Bug 1028408 - Expose candidate pair stats to content. r=drno 2014-06-20 14:47:14 -07:00
Benoit Jacob
a8c323ccfd Bug 1028588 - Fix dangerous public destructors in media/mtransport - r=abr 2014-06-24 12:36:44 -04:00
Byron Campen [:bwc]
fefb11c744 Bug 1027938 - Bump max transmit count for ICE checks to 7. Also, adjust unit-tests. r=drno 2014-06-19 17:13:12 -07:00
Rishab Arora
02797d3a96 Bug 956525 - Replace 'Lower lower' in log messages with 'Lower layer'. r=abr 2014-01-20 07:38:00 -05:00
Cgg
27b4cd81c9 Bug 1026854 - Add a utility class for array RAII for cubeb's resampler. r=padenot 2014-06-21 17:00:52 +02:00
Jeff Muizelaar
98c189f1bf Bug 1027323 - Fix the libyuv linking issues with clang-cl; r=jesup 2014-06-21 08:56:48 -04:00
Chris Peterson
e71b9b477d Bug 1026336 - Fix warnings in content/media/webrtc and mark FAIL_ON_WARNINGS. r=jesup 2014-06-15 11:57:30 -07:00
Benoit Jacob
2ac8ed568a Bug 1027251 - Address review comments on mtransport - r=abr
(Sorry about that!)
2014-06-21 00:09:48 -04:00
Ralph Giles
d30ff7d8d1 Bug 1019291 - Construct Annex B samples in the decoder. r=cpeace
Move Annex B sample formatting from the demuxer to a
static utility function. Return NAL unit syntax
samples by default, since more platforms prefer to
unpack the AVCC data themselves.

Pass the raw AVCC payload to ffmpeg through its extradata
field. It can handle either sample format, expecting one or
the other depending on whether extradata is present.

Pass input samples through a new WMFOutputSource::Input
method. Save a reference to the VideoDecoderConfig in the
WFMVideoOutputSource and use it to convert samples to
Annex B before forwarding them to the MFTDecoder.
2014-06-19 15:59:00 -07:00
Benoit Jacob
a9291b104e Bug 1027251 - Fix or whitelist dangerous public destructors in media/mtransport - r=abr 2014-06-20 07:08:24 -04:00
Benoit Jacob
817cdfbfe9 Bug 1027251 - Fix or whitelist dangerous public destructors in media/webrtc - r=rjesup 2014-06-20 07:08:23 -04:00
Birunthan Mohanathas
80f6064e45 Bug 1026535 - Disable C4099 warning in 3rd party code. r=ehsan 2014-06-19 14:42:00 -04:00
Birunthan Mohanathas
bc0233fe47 Bug 1026535 - Fix mismatched class/struct tags. r=ehsan 2014-06-18 17:57:51 -07:00
Wes Kocher
e5aad667b2 Merge m-c to inbound 2014-06-17 19:01:09 -07:00
EKR
47ef7d4cf0 Bug 1009227. Unit test for fix for DTLS connection establishment failure. r=mt 2014-06-17 14:30:28 -07:00
Ryan VanderMeulen
ad6d202a0e Merge m-c to b2g-inbound. a=merge 2014-06-17 15:41:18 -04:00
Carsten "Tomcat" Book
61dfe39e65 Merge mozilla-central to b2g-inbound 2014-06-17 14:40:36 +02:00
Ehsan Akhgari
47286f9f0b Bug 950676 - Enable unified builds for b2g by default; r=glandium 2014-06-17 08:35:19 -04:00
Anthony Jones
37a9aa9902 Bug 1020679 - Guard against MP4 /0 for timescale. r=cpearce 2014-06-17 13:52:03 +12:00
Anthony Jones
60c42c6d30 Bug 1020679 - Fix MP4 demuxer duration. r=cpearce 2014-06-06 16:19:29 +12:00
Ehsan Akhgari
8d64d57e4f Bug 1025393 - Enable building webrtc with clang-cl; r=jesup
--HG--
extra : rebase_source : 16c3846d3a31b71e4ba3f9e4214c1ef8ff6a03e4
2014-06-16 18:17:47 -04:00
Randell Jesup
2697000e13 Bug 1025176: Save AEC dumps in a specified directory depending on platform/pref r=pkerr 2014-06-16 15:51:45 -04:00
Randell Jesup
29b465940b Bug 1025349: fix error in ccsnap line label indexes r=ehugg 2014-06-16 15:10:16 -04:00
Randell Jesup
586275c808 Bug 1025354: fix out-of-sync name array for SIPCC logs r=ehugg 2014-06-16 15:10:05 -04:00
JW Wang
d1099cd2f3 Bug 1008079 - Add cubeb_resampler.cpp to build files. r=glandium 2014-06-16 19:46:00 -04:00
JW Wang
ce8d46bfc7 Bug 1008079 - Use a resampler when the sample rate is not supported by the audio engine in cubeb_opensl.c. r=padenot 2014-06-16 19:45:00 -04:00
JW Wang
00c34dc9f7 Bug 1008079 - Extract the resampling code from cubeb_wasapi.cpp so it is reusable. r=padenot 2014-06-16 19:27:00 -04:00
Jan Beich
e558a18825 Bug 1024510 - Unbreak --with-system-nss build after bug 1022812. r=mshal 2014-06-16 01:02:25 -04:00
Randell Jesup
182834f226 Bug 1025343: fix issues with overlong codec names in AudioConduit r=pkerr 2014-06-16 01:00:33 -04:00
Randell Jesup
ff19ae9907 Bug 1025106: if someone passes us a bogus videocodec config, say it's 'unknown' r=pkerr 2014-06-16 01:00:25 -04:00
Randell Jesup
9424944a6a Bug 1022235: Make the webrtc LoadManager/LoadMonitor a singleton r=bsmedberg,pkerr 2014-06-13 15:50:51 -04:00
Byron Campen [:bwc]
3dadae2521 Bug 1017332 - Part 1: Dump the r_log ringbuffer on all ICE failures. r=ekr, r=jesup 2014-06-12 17:22:00 -07:00
Mike Hommey
783457e511 Bug 1024260 - Fixup dependencies in media/libopus/Makefile.in to avoid celt_pitch_xcorr_arm-gnu.o being always rebuilt. r=ted,r=me 2014-06-13 10:05:26 +09:00
Wes Kocher
8df584ba74 Back out two changesets (bug 1024260) for android build failures on a CLOSED TREE
* * *
Backed out changeset 9d92de0ada7d (bug 1024260)
* * *
Backed out changeset 5264e512b53c (bug 1024260)
2014-06-12 17:41:25 -07:00
Mike Hommey
7e8af42b01 Fixup for bug 1024260 because mkdir_deps can only be used after including rules.mk. r=me 2014-06-13 09:19:16 +09:00
Mike Hommey
fab66080bc Bug 1024260 - Fixup dependencies in media/libopus/Makefile.in to avoid celt_pitch_xcorr_arm-gnu.o being always rebuilt. r=ted 2014-06-13 08:44:48 +09:00
Randell Jesup
e1780c8d5c Bug 1024288: Add a button to about:webrtc to turn on/off AEC logging r=jib,smaug,unfocused 2014-06-12 12:21:38 -04:00
Randell Jesup
9734e5889c Bug 1024288: Allow aec debug data to be dumped on the fly, with max size r=pkerr 2014-06-12 12:20:10 -04:00
Ed Morley
f1343cd304 Backed out changeset 7b4feb3d3a39 (bug 1024288) for compilation errors; CLOSED TREE 2014-06-12 17:41:12 +01:00
Ed Morley
226523e5a8 Backed out changeset 5d63a1316981 (bug 1024288) 2014-06-12 17:40:44 +01:00
Randell Jesup
06c4824015 Bug 1024288: Add a button to about:webrtc to turn on/off AEC logging r=jib,smaug,unfocused 2014-06-12 12:21:38 -04:00
Randell Jesup
c611dcc32d Bug 1024288: Allow aec debug data to be dumped on the fly, with max size r=pkerr 2014-06-12 12:20:10 -04:00
Randell Jesup
86210c1be1 Bug 1017332: log WebRTC SDP parse errors due to no \n r=ehugg 2014-06-12 12:03:42 -04:00
Byron Campen [:bwc]
b4ff677e59 Bug 1008796 - Fix return value in nr_ice_component_stun_server_default_cb. r=ekr 2014-06-10 10:45:01 -07:00
Byron Campen [:bwc]
77f21e56c7 Bug 1022776 - Bump max transmit count by 1 and modify unit-tests to compensate. r=ekr 2014-06-09 17:31:44 -07:00
Karl Tomlinson
6bb9b6ad65 b=1023697 use MediaStream to convert between stream time and seconds/ticks in MediaPipeline r=roc
The fake graph needs an implementation of the conversion methods.

The real graph will change to use audio ticks for time in a subsequent patch,
but the fake graph doesn't know about MEDIA_TIME_FRAC_BITS, so that change
can be made now in the fake graph.

--HG--
extra : transplant_source : %22%C4%01Yh%5D%F0%A6%11%40%CD%B5%89%0A%8C%8A%C2%19%5E%CC
2014-06-12 16:44:58 +12:00
EKR
9aac8c8c62 Bug 1022812 - Link a debuggable version of NSS into media/mtransport. r=mt 2014-06-11 07:17:02 -07:00
Chris Peterson
9349d93d76 Bug 1023075 - Fix more clang warnings in webrtc/signaling. r=jesup 2014-06-09 22:42:11 -07:00
Randell Jesup
97ee4f6627 Bug 970713: Adjust webrtc trace buffering for about:webrtc changes r=pkerr 2014-06-09 04:34:37 -04:00