Daniel Holbert
9212a3d5db
Bug 812278: Remove no-longer-necessary semicolons after MOZ_MTLOG_MODULE macro invocations, to fix GCC pedantic build warnings. r=jesup
2012-11-15 17:50:26 -08:00
Ralph Giles
d0026ef2a2
Bug 811544 - Build fixed-point opus on arm. r=ted
...
Enable MOZ_OPUS_FIXED inside the opus makefile if
MOZ_SAMPLE_TYPE_FLOAT32 is not defined. This is the
general proxy for floating point audio support in
other areas of the code.
We could have defined MOZ_OPUS_FIXED directly in
the configure script (and still could) but I liked
this better.
2012-11-13 17:32:28 -08:00
Timothy B. Terriberry
7a1d1f66f1
Bug 810363 - Reject non-stereo, non-48 kHz Opus streams, r=ehugg
2012-11-15 15:09:39 -08:00
Timothy B. Terriberry
d8713fd2b5
Bug 810353 - Offer Opus as stereo instead of mono, r=ehugg
2012-11-15 15:09:39 -08:00
Randell Jesup
4e788c410e
Bug 811695: disable internal socket transports for getUserMedia Audio capture r=derf
2012-11-15 17:58:40 -05:00
Adam Roach
a19c8d14bd
Bug 803318: Improved handling of constraints and more tests. r=ekr
2012-11-14 11:25:14 -06:00
Ted Mielczarek
be9bc25d58
bug 809693 - fix minidump location for WebRTC C++ unit tests. r=ekr
2012-11-14 10:52:55 -05:00
EKR
a945fc5500
Bug 803885 - Set SCTP NO_LINGER in unit tests; r=jesup
2012-11-14 06:22:55 -08:00
Matthew Gregan
50843d2e4c
Bug 788005 - Work around Vista's higher latency requirements in WinMM. r=doublec
2012-11-13 18:19:00 +13:00
Matthew Gregan
1818762288
Bug 779392 - Improve cubeb_alsa workaround for bug 761274. r=doublec
2012-11-13 18:09:10 +13:00
Ethan Hugg
42e87828fc
Bug 811333 Signaling - Fix size of thread ID for Windows build r=jesup
2012-11-13 09:23:04 -08:00
Jacek Caban
3888086c7c
Bug 810262 - Updated libsoundtouch to r160 r=padenot
2012-11-13 11:25:14 +01:00
Ethan Hugg
f794a0b56e
Bug 806407 Fix type in struct passed into msgsnd f=jesup
2012-11-09 08:47:00 -08:00
Nathan Froyd
ce7eadda0a
Bug 809950 - fix webrtc signaling Wrapper code to not introduce static initializers; r=jesup
2012-11-08 13:45:39 -05:00
Nathan Froyd
121ef4ddbd
Bug 809950 - fix mtransport logging macros to not introduce static initializers; r=jesup
2012-11-08 13:44:41 -05:00
Robert Longson
67bcebcb63
Bug 809766 - libsoundtouch does not build. r=khuey
2012-11-09 00:46:17 +00:00
Paul Adenot
061130052b
Bug 779997 - Import SoundTouch Library in the tree. r=khuey,rstrong
2012-08-26 22:36:44 -07:00
Paul Adenot
63623db352
Backed out changeset 98f9d1044e54 because r= bit is missing in commit message.
2012-11-07 10:30:49 +01:00
Paul Adenot
4107bd8751
Bug 779997 - Import SoundTouch Library in the tree. r=
2012-08-26 22:36:44 -07:00
Marco Chen
b8d56a5ab9
Bug 791642 - nsIAudioManager: support voice volume. r=philikon
...
1. Provide api for adjusting volume based on each stream.
2. Modify settings.js for listening the changing for stream volume.
2012-11-02 17:36:46 +08:00
Randell Jesup
5f9b147f0d
Bug 807929: Make DataChannel refcounted r=mcmanus
2012-11-02 15:28:13 -04:00
Anthony Jones
d15ea6b1d9
Bug 802787 - Work around misreported stride. r=cpeterson
2012-11-01 22:41:03 -04:00
Rafael Ávila de Espíndola
111917a5c3
Bug 807112 - change MOZ_EXPORT_API and MOZ_IMPORT_API to not take the type. r=Waldo.
2012-10-31 18:18:12 -04:00
EKR
f00d9d3eab
Bug 807259: Fix shutdown for WebRTC standalone unit tests. r=anant
2012-10-31 16:31:47 +01:00
Randell Jesup
aeec63cf4b
Bug 805279: make sure we pass values for formatted log messages r=derf
2012-10-30 15:31:09 -04:00
EKR
7aef558c74
Bug 806335: MediaPipeline destroys TransportFlow on wrong thread; r=anant
2012-10-29 15:35:12 +01:00
EKR
3c40009bf3
Bug 806306: Fix compile bustage for MediaConduit; r=anant
2012-10-29 15:33:19 +01:00
Robert O'Callahan
8fe699d05c
Bug 805703. Part 1: MediaStreamGraph::CreateInputStream -> CreateSourceStream. r=jesup
...
--HG--
extra : rebase_source : 3c327e9ead92508f12df4b95f2fd24fa2ba97ab5
2012-10-29 17:36:31 +13:00
Randell Jesup
20c57e322f
Bug 805701: protect against NULL fcb pointer r=ehugg
2012-10-27 21:47:39 -04:00
EKR
74b119ca7d
Bug 801221: Move mtransport operations onto STS thread; r=jesup
2012-10-18 13:01:52 -07:00
Ethan Hugg
fdfb2b183d
Bug 805533 Send SDP parse errors through single function for reporting r=jesup
2012-10-26 13:05:50 -07:00
Daniel Holbert
f4282b6fcf
Bug 805470: Remove trailing semicolons to fix build warnings in /media/mtransport. r=jesup
2012-10-26 10:49:57 -07:00
Robert O'Callahan
4dcad1fa98
Bug 805254. Part 8: Consolidate audio sample processing code using templates over the format types. r=kinetik
...
Replace nsAudioStream::Format with an AUDIO_OUTPUT_FORMAT enum value so we
can use it as a template parameter.
Introduce AudioSampleTraits<AudioSampleFormat> to give us access to the C++ type
corresponding to an enum value.
Move SampleToFloat/FloatToSample to AudioSampleFormat.h.
Introduce ConvertAudioSamples and ConvertAudioSamplesWithScale functions
and use them from various places.
Moves AudioDataValue to AudioSampleFormat.h. The name isn't great, but it'll do.
2012-10-25 23:09:40 +13:00
Robert O'Callahan
b1f3765e26
Bug 805254. Part 7: Move SampleFormat to mozilla::AudioSampleFormat in its own file. r=kinetik
2012-10-25 23:09:40 +13:00
Robert O'Callahan
9542499e15
Bug 805254. Part 4: Remove FORMAT_U8 from nsAudioStream::SampleFormat. r=kinetik
...
We also give nsWaveReader its own separate format enum.
2012-10-25 23:09:39 +13:00
Matthew Gregan
cc30487cfd
Bug 805352 - Make cubeb_stream_destroy errors non-fatal in AudioUnit backend. r=doublec
2012-10-26 17:09:12 +13:00
Ryan VanderMeulen
40f09ef25e
Merge the last PGO-green inbound chnageset to m-c.
2012-10-25 21:14:50 -04:00
Randell Jesup
e289cb5b07
Bug 803842: Fix incorrect index for warning length; bullet-proof the code some r=derf
2012-10-24 15:39:55 -04:00
Ethan Hugg
6597ec75b3
Bug 803744 - Allow signaling startup when already started r=jesup
2012-10-24 15:46:40 -07:00
Anant Narayanan
70fbb3f665
Bug 802694: Pass along constraints from PC JS module to PCImpl; r=ekr,jesup
2012-10-25 12:24:30 -07:00
Ehsan Akhgari
f117c7a7b0
Backed out 2 changesets (bug 579517)
...
Backed out changeset 5298adc70963
Backed out changeset 86ccf7c918ce (bug 579517)
2012-10-25 12:32:24 -04:00
Ehsan Akhgari
48b5c1a608
Code hygiene: don't use PR_TRUE and PR_FALSE, and use stdint types instead of PRInt types (no bug really, but you could say bug 579517)
2012-10-25 11:48:19 -04:00
Randell Jesup
ea0b9a0c76
Bug 803881: Fix wrong number of samples for webrtc media unit tests r=ekr
2012-10-24 16:54:33 -04:00
Ethan Hugg
25ee34c4f3
Bug 729541 fix for syntax error in signaling_unittests r=jesup
2012-10-23 21:26:27 -07:00
Jacek Szpot
151a2a463e
Bug 800106: Replace more NS_ALWAYS_INLINEs with MOZ_ALWAYS_INLINE; r=ehsan
2012-10-13 17:52:10 +02:00
Ethan Hugg
8c014a3816
Bug 797512 Signaling: simplify set_dtls_fingerprint r=jesup
2012-10-22 16:38:52 -07:00
Ethan Hugg
1aa952bdb9
Bug 803875 MediaConstraints - fix length handling r=jesup
2012-10-22 13:25:44 -07:00
Enda Mannion
0ba819af9f
Bug 729541: Remove 'offer' parameter from RTCPeerConnection.createAnswer r=jesup
2012-10-15 16:50:10 +01:00
Matthew Gregan
17519743eb
No bug - Update media/libnestegg's README_MOZILLA to point to correct git commit. DONTBUILD
...
--HG--
extra : rebase_source : bb122043b1839c206ea00512bd8ed7744f60a724
2012-10-23 18:09:52 +13:00
Matthew Gregan
8679053e85
No bug - Update media/libcubeb's import script to include upstreamed OpenSL backend.
...
--HG--
extra : rebase_source : 522aed702afc506555ed62a6b903b2bd2c4c314a
2012-10-23 17:22:10 +13:00