Ralph Giles
68b08de85a
Bug 1066319 - Reject mp4 files with unreasonable sample sizes. r=ajones
...
Don't believe the Sample Size Box if it declares too large a value.
The limit is four times the fallback voodoo constant for 1080p in
the stsz parser, to support UHD but not 8k video, per current limits
elsewhere.
2014-09-13 10:24:00 -07:00
Anthony Jones
cc963a25c0
Bug 1065850 - Read as little as possible to get the MP4 track metadata; r=rillian
2014-09-15 11:16:09 +12:00
Mo Zanaty
d5b5a4a439
Bug 1054624: fix high-packet-loss problems with H.264 WebRTC calls r=jesup
2014-09-14 08:17:24 -04:00
Chris Peterson
fbb262528d
Bug 1066935 - Part 2: Fix some -Wmaybe-uninitialized warnings in webrtc/signaling. r=jesup
2014-09-13 13:07:26 -07:00
Chris Peterson
c228a42c0a
Bug 1066935 - Part 1: Fix -Wsign-compare and -Wunreachable-code warnings in webrtc/signaling. r=jesup
2014-09-12 23:17:08 -07:00
Jim Mathies
a45a130763
Bug 1060738 - Add IsGUIThread asserts in various webrtc capture related methods. r=jesup
2014-09-12 09:49:39 -05:00
Jim Mathies
9d266c73b6
Bug 1060738 - Implement MessagePumpForNonMainUIThreads for Windows, a xpcom compatible subclass of chromium's MessagePumpForUI. r=tabraldes
2014-09-12 09:49:38 -05:00
Jim Mathies
ca55661c9f
Bug 1060738 - Add support for webrtc ThreadWindowsUI for use by webrtc desktop capture thread. r=jesup
2014-09-12 09:49:37 -05:00
Oscar Patino
4f39dccb2b
Bug 1064882: Receive RTCP SR's on recvonly streams for A/V sync r=jesup
2014-09-11 09:25:47 -04:00
Makoto Kato
156cc9790d
Backed out changeset f8e2f5c99ede (bug 1061339
)
2014-09-11 18:18:46 +09:00
Makoto Kato
11decfabc8
Bug 1061339
- Enable AVX2 in libvpx for VS2012+. r=giles
...
--HG--
rename : media/libvpx/vp8_rtcd_x86-win32-vs8.h => media/libvpx/vp8_rtcd_x86-win32-vs11.h
rename : media/libvpx/vp8_rtcd_x86_64-win64-vs8.h => media/libvpx/vp8_rtcd_x86_64-win64-vs11.h
rename : media/libvpx/vp9_rtcd_x86-win32-vs8.h => media/libvpx/vp9_rtcd_x86-win32-vs11.h
rename : media/libvpx/vp9_rtcd_x86_64-win64-vs8.h => media/libvpx/vp9_rtcd_x86_64-win64-vs11.h
rename : media/libvpx/vpx_config_x86-win32-vs8.asm => media/libvpx/vpx_config_x86-win32-vs11.asm
rename : media/libvpx/vpx_config_x86-win32-vs8.h => media/libvpx/vpx_config_x86-win32-vs11.h
rename : media/libvpx/vpx_config_x86_64-win64-vs8.asm => media/libvpx/vpx_config_x86_64-win64-vs11.asm
rename : media/libvpx/vpx_config_x86_64-win64-vs8.h => media/libvpx/vpx_config_x86_64-win64-vs11.h
rename : media/libvpx/vpx_scale_rtcd_x86-win32-vs8.h => media/libvpx/vpx_scale_rtcd_x86-win32-vs11.h
rename : media/libvpx/vpx_scale_rtcd_x86_64-win64-vs8.h => media/libvpx/vpx_scale_rtcd_x86_64-win64-vs11.h
2014-09-11 18:00:15 +09:00
Anthony Jones
6047352c91
Bug 1061079 - Make BufferStream work for a moving window; r=edwin
2014-09-11 15:57:33 +12:00
Anthony Jones
ba9a83aded
Bug 1062514 - Fix range handling for regular MP4 with b-frames; r=rillian
2014-09-11 15:57:32 +12:00
Byron Campen [:bwc]
90874fd582
Bug 1027300: Check for ioctl error return. r=mt
2014-08-29 13:40:15 -07:00
Byron Campen [:bwc]
940a3086a0
Bug 1060625: Remove sipcc wrapper code around SDP operations. r=mt
2014-09-08 13:49:37 -07:00
Carsten "Tomcat" Book
7da0477a9e
Merge m-c to mozilla-inbound
2014-09-10 15:14:15 +02:00
Carsten "Tomcat" Book
eb813f2179
merge fx-team to mozilla-central a=merge
2014-09-10 15:08:20 +02:00
Richard Newman
bbc795a223
Bug 1053016 - Part 3: eliminate omx-plugin Froyo version. r=cajbir
2014-09-09 16:35:27 -07:00
Carsten "Tomcat" Book
e1bf1e82e4
merge fx-team to mozilla-central a=merge
2014-09-09 15:58:58 +02:00
Chris Kitching
065e335225
Bug 1064644: Remove inner-access comments. r=rnewman
2014-09-08 18:11:51 -07:00
Glenn Randers-Pehrson
c248cfd2b9
Bug 1063229 - Update in-tree libpng documentation to version 1.6.13. r=jmuizelaar
2014-09-04 17:17:00 +02:00
Randell Jesup
2de0bf7324
Bug 1063883: use multiples of macroblocks for qm_select downscaling r=pkerr
2014-09-06 08:20:10 -04:00
Randell Jesup
9e59520e0d
Bug 1063883: In H.264 OMX HW make resolution changes work (SPS/PPS/iframe in one buffer) r=pkerr
2014-09-06 08:20:04 -04:00
Shih-Chiang Chien
5079db593c
Bug 1053454 - disable remote TCP socket creation before TURN-TCP is e10s ready. r=ekr.
2014-09-03 11:02:11 +08:00
Randell Jesup
894e29d461
Bug 1064247: only look at h264_enabled pref if HW OMX H.264 is enabled r=jib
2014-09-08 15:06:50 -04:00
Byron Campen [:bwc]
462f51ddbd
Bug 1026774: Return errors on some rare failure cases in stun_get_mib_addrs. r=mt
2014-08-29 14:03:17 -07:00
Byron Campen [:bwc]
d731dc2940
Bug 1058331: Plug a leak in TransportLayerDtls::Setup, and remove a suppression. r=mt
2014-08-25 17:15:07 -07:00
Byron Campen [:bwc]
0da4f6fa16
Bug 1008789: Init username to 0, just in case. r=drno
2014-06-11 10:43:04 -07:00
Gian-Carlo Pascutto
59821a411b
Bug 1063547 - Return no available devices where not supported, disable on Android. r=jesup
2014-09-09 18:18:12 +02:00
Julian Seward
3324ca33fd
Bug 1058212 - MediaOptimization::loadstate_ is used uninitialised. r=rjesup
2014-09-04 11:21:11 +02:00
Anuj Agarwal
ca1968ae3e
Bug 1028143 - Privatizing public destructor of MediaPipeline. r=jesup
2014-07-12 10:34:00 +02:00
Mike Hommey
4b99580194
Bug 1059113 - Use templates for shared libraries and frameworks. r=gps
...
Also force to use the existing template for XPCOM components.
2014-09-04 09:04:45 +09:00
Mike Hommey
0060683747
Bug 1059090 - Don't require SOURCES to be set for CPP_UNIT_TESTS and SIMPLE_PROGRAMS. r=mshal
2014-09-03 14:16:37 +09:00
Mike Hommey
ed70c5f377
Bug 1041941 - Use templates for programs, simple programs, libraries and C++ unit tests. r=gps
2014-09-03 14:10:54 +09:00
Paul Adenot
d693771642
Bug 1062293 - Fix opensl's cubeb backend draining. r=kinetik
...
This ensures the callback won't be called when draining is done.
--HG--
extra : rebase_source : b876e19d03aa58105eceba341e7a394f1f25473c
2014-09-03 15:54:03 +02:00
Gian-Carlo Pascutto
8e5d90fb71
Bug 1060796
- Limit screen capture FPS. r=jesup
2014-09-03 10:48:09 +02:00
Gian-Carlo Pascutto
70ab7f05a1
Bug 1053264 - Do not use CAPTUREBLT when Desktop Composition is enabled. r=jimm
2014-09-01 10:10:00 +02:00
Makoto Kato
460ce4e3e7
Bug 1061538 - Remove unused vpx_rtcd.h from libvpx. r=giles
2014-09-03 11:32:31 +09:00
Phil Ringnalda
638b24cdad
Backed out changeset b9e3a9f5d04a (bug 1036849) for build bustage, a=backout
2014-09-01 19:22:06 -07:00
Anthony Jones
917364ecaf
Bug 1036849 - Share a single MediaSourceReader; r=edwin; a=philor
2014-09-02 13:42:39 +12:00
Ehsan Akhgari
f691bdfc0b
Bug 1061056 - Fix more bad implicit constructors in WebRTC; r=jesup
2014-09-01 17:43:17 -04:00
Anthony Jones
43708c49c3
Bug 1060704
- Save MP4 init segment for later; r=kinetik
2014-09-01 20:45:48 +12:00
Anthony Jones
99b765d459
Bug 1060182 - Cache MP4 buffered ranges; r=cpearce
2014-09-01 20:45:46 +12:00
Ehsan Akhgari
6b95ac13c0
Bug 1061051 - Fix more bad implicit constructors in the media code; r=roc
...
--HG--
extra : rebase_source : c3d5f6a1cc95f4a7f123129e14a9a0c57d00ef38
2014-08-31 23:50:59 -04:00
Ehsan Akhgari
f76451d2e9
Bug 1060980 - Fix more bad implicit constructors in the media code; r=roc
...
--HG--
extra : rebase_source : 14da50f7d2e37e04452445dea575ea4d582e8efd
2014-08-31 23:50:23 -04:00
Randell Jesup
00a116cb25
Bug 1056350: Make H.264 Level configurable and change OpenH264 default to 3.1 r=bwc
2014-08-29 21:29:18 -04:00
Randell Jesup
53878161ce
Bug 1060249: disable frame motion/complexity analysis in webrtc on Gonk r=gcp
2014-08-29 21:29:17 -04:00
Randell Jesup
ece9d13eb1
Bug 1059765: handle incoming resolution changes in GMP video encode r=pkerr
2014-08-29 11:26:34 -04:00
Randell Jesup
5eb77c79f7
Bug 1059765: enable content metrics for H.264 r=gcp
2014-08-29 11:26:07 -04:00
Phil Ringnalda
45e4b73aa8
Back out 5 changesets (bug 1059765
, bug 1056350, bug 1049087, bug 1060249) for build bustage on a CLOSED TREE
...
Backed out changeset a202e2f54b45 (bug 1056350)
Backed out changeset 13c8d9e68cb6 (bug 1060249)
Backed out changeset 9c86bdb3ff21 (bug 1049087)
Backed out changeset 7b7cb046d45f (bug 1059765
)
Backed out changeset c52e50a27c8c (bug 1059765
)
2014-08-29 19:38:19 -07:00