Ed Morley
|
367cd59d9d
|
Backout df75a87cce60 & 19e164f7d88d (bug 818670) for build bustage on a CLOSED TREE
|
2013-01-29 17:28:30 +00:00 |
|
Randell Jesup
|
abaf7857dc
|
Bug 818670: Enable AEC in PeerConnection, AGC/NoiseSuppression in gUM r=derf
|
2013-01-29 11:55:09 -05:00 |
|
Randell Jesup
|
5cd17e7cda
|
Bug 811757: Allow the user to explicitly share devices between tabs r=anant
|
2012-12-31 18:12:12 -05:00 |
|
Saurabh Anand
|
6de7befa37
|
Bug 818817 - Fix some compiler warnings, r=Ms2ger
|
2012-12-09 22:53:19 +05:30 |
|
Randell Jesup
|
abfb94ebc4
|
Bug 801843: Change how video frames are inserted into getUserMedia streams to remove blocking r=roc,anant
|
2012-10-17 05:46:40 -04:00 |
|
Anant Narayanan
|
edf634a604
|
Bug 802411: Refactor MediaEngine to use GIPS singletons; r=jesup
|
2012-10-16 17:53:55 -07:00 |
|
Randell Jesup
|
61f2eb940e
|
Bug 797671: cleanup from importing webrtc.org update r=ted,glandium (Part is bug 778801 r=derf)
|
2012-10-04 12:09:35 -04:00 |
|
Anant Narayanan
|
1045427d7c
|
Bug 794668 - Add fake media stream functionality to getUserMedia; r=jesup
|
2012-09-28 15:26:00 -07:00 |
|
Ehsan Akhgari
|
e368dc9c85
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Anant Narayanan
|
d41330f695
|
Bug 691234: Part 1/3: Move MediaEngine files and tweak interface; r=roc
--HG--
rename : content/media/MediaEngine.h => content/media/webrtc/MediaEngine.h
rename : content/media/MediaEngineDefault.cpp => content/media/webrtc/MediaEngineDefault.cpp
rename : content/media/MediaEngineDefault.h => content/media/webrtc/MediaEngineDefault.h
|
2012-06-19 17:29:43 -07:00 |
|
Anant Narayanan
|
62a0ced060
|
Backout 431ab4d097c9, bustage
|
2012-07-11 21:45:20 -07:00 |
|
Anant Narayanan
|
31deb2aeba
|
Bug 691234: Part 1/3: Move MediaEngine files and tweak interface; r=roc
--HG--
rename : content/media/MediaEngine.h => content/media/webrtc/MediaEngine.h
rename : content/media/MediaEngineDefault.cpp => content/media/webrtc/MediaEngineDefault.cpp
rename : content/media/MediaEngineDefault.h => content/media/webrtc/MediaEngineDefault.h
|
2012-06-19 17:29:43 -07:00 |
|