Alex Chronopoulos
0dc4f7ef3b
Bug 1314316 - Restore use of ceilf method instead of roundf. r=jesup
...
MozReview-Commit-ID: 5Wv5dqSy3B8
--HG--
extra : rebase_source : 23e09c1e37fc70626d8ef4178b7342117ddfc92f
2016-11-01 18:34:55 +02:00
Matthew Gregan
02eeb9d19a
Bug 1311346 - Remove obsoleted patches. r=me
2016-10-21 13:06:24 +13:00
Paul Adenot
262e1f8a04
Bug 1311346 - add cubeb_log.h to the tree
...
MozReview-Commit-ID: BHvbZzns6WK
2016-10-20 16:36:29 +02:00
Paul Adenot
3dd5af16d3
Bug 1311346 - Add cubeb_export.h to the tree.
...
--HG--
extra : histedit_source : 7d538af3b6990e25fa4e4c6257589d5977fa3d95
2016-10-20 16:17:25 +02:00
Paul Adenot
527bc745cd
Bug 1311346 - Update libcubeb to revision 9eacd3144. r=kinetik
...
--HG--
extra : rebase_source : efeb55082e9a1a0a60d96b717dbb3767e9a54280
2016-10-20 16:01:01 +02:00
Matthew Gregan
b123dc8ba5
Bug 1308418 - Avoid double-constructing owned_critical_section via copy constructor. r=jya
...
This uplifts the upstream change 22557d466eceb6ff6ba70ae30d2dcd87648cde0b from
https://github.com/kinetiknz/cubeb as a standalone patch suitable for uplift.
2016-10-19 14:42:03 +13:00
Paul Adenot
d31503d9d3
Bug 1307724 - Cherry-pick cubeb revision 50d92c. r=kinetik
...
MozReview-Commit-ID: 2ibCLal3BVD
--HG--
extra : rebase_source : 42dbab3510abdb390c6287df95721a17be7a1e4d
2016-10-05 12:20:06 +02:00
Paul Adenot
dbae1f1510
Bug 1306570 - Cherry-pick cubeb revision 6ae23a63 to fix a clock drift on Windows. r=kinetik
...
MozReview-Commit-ID: 3gC8dDAlkEM
--HG--
extra : rebase_source : 22b489cc5d7d3f91e9cfeab749fd41bd2300b652
2016-10-03 10:08:26 +02:00
Alex Chronopoulos
5a929bb3b5
Bug 1286041 - Update cubeb library on commit a317ba0. r=kinetik
2016-09-23 19:16:17 +03:00
Matthew Gregan
20f697690e
Bug 1274479 - Update libcubeb. r=padenot
2016-09-13 13:23:46 +12:00
Wes Kocher
677438b338
Backed out 4 changesets (bug 1286041) for making various media tests really failure prone a=backout
...
Backed out changeset af4c053741f1 (bug 1286041)
Backed out changeset b5be689abefa (bug 1286041)
Backed out changeset 2aad01ffac9f (bug 1286041)
Backed out changeset 48117ed311a1 (bug 1286041)
2016-09-12 15:17:23 -07:00
Alex Chronopoulos
7c62351e09
Bug 1286041 - Update cubeb library on commit 2f3b9eb. r=kinetik
2016-09-12 12:24:54 +03:00
Matthew Gregan
d586aee8fd
Bug 1278612 - Use DefaultOutputUnit as the default output device. r=jesup
...
https://github.com/kinetiknz/cubeb/commit/6b2c610 changed the output unit
from kAudioUnitSubType_DefaultOutput to kAudioUnitSubType_HALOutput because
capture is never available on the DefaultOutputUnit. For the case where
we're doing output only to the default device, this regressed the automatic
device switching when the output device was changed in the Sound system
preferences. Reverting to the DefaultOutputUnit for this case restores the
previous behaviour. This addresses BMO #1278612 .
2016-08-15 13:07:50 +12:00
Jan-Ivar Bruaroey
23c8aa8b52
Bug 1290625 - Make libcubeb mutex recurse again, to avoid deadlock when getting microphone. r=achronop
...
MozReview-Commit-ID: AvYa8ylsdOf
--HG--
extra : rebase_source : 111b2954a089fcacc530f7d9babed5de298b5b78
2016-07-29 20:03:35 -04:00
Paul Adenot
f6b4822250
Bug 1290425 - Update cubeb to e40741 to fix bustage.
2016-07-29 14:04:09 +02:00
Alex Chronopoulos
ae1e3599d8
Bug 1290425 - Update cubeb to revision 6278ef2f73. r=padenot
2016-07-29 13:40:52 +02:00
Paul Adenot
6c72456425
Bug 1285541 - Update cubeb to revision 2a5fd74b. r=padenot,achronop
...
Patches by padenot and achronop.
MozReview-Commit-ID: G00OFgHdKne
--HG--
rename : media/libcubeb/src/cubeb_audiounit.c => media/libcubeb/src/cubeb_audiounit.cpp
2016-07-20 15:02:29 +02:00
Paul Adenot
6100b0f94e
Bug 1285541 - Update moz.build and update.sh for the new version of cubeb. r=achronop
...
MozReview-Commit-ID: 27b5L7ilGEg
2016-07-20 15:02:23 +02:00
Tom Tromey
5538d692d3
Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
...
This removes the unnecessary setting of c-basic-offset from all
python-mode files.
This was automatically generated using
perl -pi -e 's/; *c-basic-offset: *[0-9]+//'
... on the affected files.
The bulk of these files are moz.build files but there a few others as
well.
MozReview-Commit-ID: 2pPf3DEiZqx
--HG--
extra : rebase_source : 0a7dcac80b924174a2c429b093791148ea6ac204
2016-07-14 10:16:42 -06:00
Damien Zammit
44e85908a4
Bug 783733 - Wire up the jack cubeb backend in the build system. r=glandium
...
It's disabled by default for now.
MozReview-Commit-ID: CPrJQ07n26t
2016-07-18 13:28:39 +02:00
Paul Adenot
df4b0d9571
Bug 1283850 - Uplift cubeb to revision b8aebef. r=padenot,kinetik,achronop
...
MozReview-Commit-ID: IjlWPClDuFg
2016-07-01 15:43:16 +02:00
Paul Adenot
378278ea83
Bug 1281402 - Uplift cubeb to revision 9a1d6ccd2. r=kinetik
...
MozReview-Commit-ID: 36jF493k7XW
--HG--
extra : rebase_source : ce0e2bf4c0a8ae671e0633b17a4339b9bea2e3b8
2016-06-22 15:12:58 +02:00
Paul Adenot
279fbfd34c
Bug 1280280 - Update cubeb to 073c9f011114. r=kinetik
...
MozReview-Commit-ID: 8mARVNKAG7P
2016-06-16 14:52:51 +01:00
Paul Adenot
6145a952fe
Bug 1280280 - Update media/libcube/update.sh
to add cubeb_jack.cpp
, and sort the list of files. r=kinetik
...
MozReview-Commit-ID: 5gwM71sotV2
2016-06-15 17:26:54 +01:00
Chris Peterson
353ee65255
Bug 1272513 - Part 1: Suppress -Wshadow warnings-as-errors in some directories. r=glandium
2016-05-11 00:00:01 -07:00
Matthew Gregan
dc5d4004b3
Bug 1270004 - Update libcubeb. rs=jesup
2016-05-06 10:36:41 +12:00
Matthew Gregan
463eeffbb8
Bug 1270062 - Update libcubeb. rs=jesup
2016-05-05 07:55:13 +12:00
Sebastian Hengst
364419d47c
Backed out changeset 6cfa5e25f30c (bug 1270062) for build bustage on Windows x64. r=bustage on a CLOSED TREE
2016-05-04 19:29:13 +02:00
Paul Adenot
a81dba9199
Bug 1270062 - Update libcubeb to revision 95b115e10e6280b934fc7d09a2c801055a2207f9.
...
Review by jesup on IRC.
2016-05-04 18:45:45 +02:00
Paul Adenot
fc68be72fb
Bug 1270062 - Unbust Windows full duplex. a=Tomcat
...
MozReview-Commit-ID: EApTXpnCjz4
2016-05-04 13:28:50 +02:00
Paul Adenot
3ef0477eee
Bug 1269692
- Update cubeb to revision 17e3048d0afa1152776fb1867cdb61c49fae69e4.
...
This picks up the fixes for bug 1268675 and bug 1268499, both reviewed by
kinetik.
MozReview-Commit-ID: GLIDQgIGqch
2016-05-03 11:53:19 +02:00
Carsten "Tomcat" Book
caa14246b6
Backed out changeset 094a64103807 (bug 1269692
) for bustage on a CLOSED TREE
2016-05-03 12:13:49 +02:00
Paul Adenot
235503ca90
Bug 1269692
- Update cubeb to revision 17e3048d0afa1152776fb1867cdb61c49fae69e4.
...
This picks up the fixes for bug 1268675 and bug 1268499, both reviewed by
kinetik.
MozReview-Commit-ID: GLIDQgIGqch
2016-05-03 11:53:19 +02:00
Paul Adenot
3b6d6ce4d6
Bug 1267930 - When the wasapi rendering loop is stuck and we're shuttin down, leak the thread and continue the shutdown process. r=kinetik
...
It's probably better to not TerminateThread here, because we don't really know
what happened down the stack of the rendering loop, so we just leak it. This
happens during shutdown so it's not really an issue, it's going to be cleaned
up by the OS anyways.
MozReview-Commit-ID: 4o3Krj7L7m2
2016-04-28 12:02:14 +02:00
Matthew Gregan
ff1d7be7b4
Bug 1266623 - Up/down mix WASAPI capture streams when stream formats don't match. r=padenot
2016-04-26 13:31:49 +12:00
Alex Chronopoulos
6f159ce8bf
Bug 1266753 - Fix mac bustage: use the old enum values, on a CLOSED TREE. r=padenot
...
MozReview-Commit-ID: 3wr3iTG6IWY
2016-04-22 18:42:11 +02:00
Alex Chronopoulos
a60e62f398
Bug 1266753 - Update cubeb to revision dbdfb to pick up OSX device notification changes. r=padenot
...
MozReview-Commit-ID: 7N66FmG9P5u
2016-04-22 16:36:39 +02:00
Paul Adenot
f1ecd64200
Bug 1265692 - Update cubeb to 0bc02f9. r=padenot,kinetik
...
This picks up fixes for:
- bug 1264892
- bug 1265541
- bug 1263514
- bug 1263505
MozReview-Commit-ID: CaNRARFO9UD
2016-04-19 14:02:23 +02:00
Thomas Zimmermann
4fd6e14941
Bug 1264892: Use system declaration of |__system_property_get| on B2G, r=padenot
2016-04-18 14:32:29 +02:00
Paul Adenot
c769964bb2
Bug 1264594 - Update libcubeb to revision 727121. r=kinetik
...
MozReview-Commit-ID: 26uBiAvDcFy
2016-04-14 12:33:18 +02:00
Randell Jesup
cb5f591b1b
Bug 1263735: Update libcubeb to remove wasapi stubbing for enumeration r=kinetik
...
Also removes two spurious includes that were landed as possible bustage fixes in mozilla
MozReview-Commit-ID: 5PIxLpEAFmI
2016-04-11 17:19:46 -04:00
Nathan Froyd
d7dfb00a02
Bug 1261116 - only compile libcubeb's test_resampler if PulseAudio is enabled; r=kinetik
2016-03-31 13:06:04 -04:00
Randell Jesup
e8ac0554c8
Bug 1251502: _XOPEN_SOURCE level fix rs=bustage
...
on a CLOSED TREE
MozReview-Commit-ID: JUCRshXkC83
2016-03-27 19:06:37 -04:00
Randell Jesup
21d6b08430
Bug 1251502: include bustage fix rs=bustage
...
MozReview-Commit-ID: HTnSyDGKddY
2016-03-27 17:32:33 -04:00
Alex Chronopoulos
8747368bb1
Bug 1251502 - Add a duplex AudioUnit implementation. r=kinetik,padenot
...
MozReview-Commit-ID: Fbx9Qlsc50j
2016-03-25 17:44:37 +01:00
Paul Adenot
aba1a5fcce
Bug 1251502 - Add a generic duplex resampler and a duplex WASAPI implementation. r=kinetik
...
This also imports various other commits from cubeb.
MozReview-Commit-ID: 4oUwHR8EUvd
2016-03-25 17:44:02 +01:00
Alex Chronopoulos
15a8cce414
Bug 1251502 - Update cubeb's udpate.sh script to account for new files. r=kinetik
...
MozReview-Commit-ID: 6sA4rvsoczP
2016-03-25 17:43:02 +01:00
Alex Chronopoulos
97cb78e3ec
Bug 1251502 - Update moz.build for cubeb tests. r=kinetik
...
MozReview-Commit-ID: DBUde7unwfL
2016-03-25 17:42:44 +01:00
Alex Chronopoulos
f8e11f59de
Bug 1251502 - Compile the resampling code in cubeb for OSX and Linux. r=kinetik
...
MozReview-Commit-ID: FqDBIojiAuF
2016-03-25 17:42:30 +01:00
Alex Chronopoulos
8c04e867b0
Bug 1251502 - cubeb does not use cubeb-stdint.h anymore, remove it from moz.build. r=kinetik
...
MozReview-Commit-ID: AzEmEec1jS
2016-03-25 17:42:10 +01:00