Mike Hommey
|
db9e5129bc
|
Bug 939074 - Remove most LIBXUL_LIBRARY. rs=gps
|
2013-11-19 11:48:10 +09:00 |
|
Mike Hommey
|
f0d1cd1e10
|
Bug 939044 - Remove most definitions of MODULE. r=mshal
|
2013-11-19 11:47:39 +09:00 |
|
Mike Hommey
|
f81885e53b
|
Bug 935881 - Use FINAL_LIBRARY for all (fake) libraries that end up linked in a single other library. r=gps
|
2013-11-19 11:47:14 +09:00 |
|
Ehsan Akhgari
|
58e806c093
|
Bug 939584 - Build some of the directories under content/media in unified mode; r=roc
|
2013-11-17 21:31:46 -05:00 |
|
Randy Lin
|
8c781612a7
|
Bug 936352 - Media Recording - Fix wrong pointer usage in encoder module from Bug 919905. r=roc
|
2013-11-10 06:30:01 +08:00 |
|
Randy Lin
|
314a2ff822
|
Bug 919905 - Media Recording - Refactor encoder architecture to support the video encoder module. r=roc, r=cjku
|
2013-10-25 10:59:52 +08:00 |
|
Chris Pearce
|
3f98cc2f01
|
Bug 930829 - Add MediaData class as base for VideoData and AudioData to simplify writing a generic stream decoder. r=kinetik
|
2013-10-25 15:44:58 +13:00 |
|
Mike Hommey
|
f1c0c07862
|
Bug 929905 - Consolidate sources in moz.build. r=gps
|
2013-10-25 08:23:05 +09:00 |
|
Birunthan Mohanathas
|
3560f05e45
|
Bug 784739 - Switch from NULL to nullptr in content/; r=ehsan
--HG--
extra : rebase_source : 9237726507e8002479616a98a82646a763932507
|
2013-10-23 16:34:10 -04:00 |
|
Daniel Holbert
|
dd13b39bb8
|
Bug 929430 part 2: Wrap OggReader.cpp's opus-specific variables and their usages in #ifdef MOZ_OPUS. r=rillian
|
2013-10-23 08:21:04 +02:00 |
|
Daniel Holbert
|
03ce688a2b
|
Bug 929430 part 1: Wrap OggReader.cpp's opus-specific function calls in #ifdef MOZ_OPUS, so that it can build successfully with --disable-opus. r=rillian
|
2013-10-23 08:21:02 +02:00 |
|
Daniel Holbert
|
8a18f264d5
|
Bug 929404: Mark unused-depending-on-build-config function as 'inline' instead of 'static'. r=derf
|
2013-10-23 08:20:54 +02:00 |
|
Chris Pearce
|
9b05726bb3
|
Bug 928765 - Create MediaDecoderReader::GetBuffered() base implementation that estimates buffered ranges, so that subclasses do have to keep reimplementing the estimation. r=doublec
|
2013-10-21 16:31:05 +13:00 |
|
Matthew Gregan
|
8d51f7a552
|
Bug 920867 - Split VideoInfo into Video and Audio objects, then encapsulate in new MediaInfo object. r=cpearce
|
2013-09-27 17:22:38 +12:00 |
|
Chris Pearce
|
499a20ae5f
|
Bug 915957 - Move MediaDecoder::NotifyBytesConsumed() calls into MediaResource, so we don't need to remember to do them in all decoder backends. r=kinetik
|
2013-09-18 15:37:23 +12:00 |
|
Chris Pearce
|
5f3cb23252
|
Bug 915958 - Automatically Finish() MediaQueues, so that each backend doesn't need to remember to do it. r=edwin
|
2013-09-13 14:33:54 +12:00 |
|
Ehsan Akhgari
|
3b48889d78
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-05 16:25:17 -04:00 |
|
Ehsan Akhgari
|
22fac42fb0
|
Backed out changeset 2f15518f566e (bug 912702) because of B2G JB Emulator build bustage
--HG--
extra : rebase_source : 6c01ad3bc2f91b0e7e3edab84aedbfe064310a8b
|
2013-09-05 13:29:38 -04:00 |
|
Ehsan Akhgari
|
2ce2ec0cdb
|
Bug 912702 - Minimize the #includes in content/media; r=roc
|
2013-09-04 17:58:14 -04:00 |
|
Robert O'Callahan
|
8ca63f18ef
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
--HG--
extra : rebase_source : 0787130b1814c74bfb38dc178de94022f0b2e64e
|
2013-09-02 20:41:57 +12:00 |
|
Ms2ger
|
fa65b962f6
|
Bug 883284 - Part b: Move LIBXUL_LIBRARY into moz.build (a-c); r=joey
|
2013-08-22 08:55:59 +02:00 |
|
Ms2ger
|
66214743ad
|
Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps
|
2013-08-22 08:55:59 +02:00 |
|
Shelly Lin
|
5b02846740
|
Bug 896980 - Add error handlings if fail to init track encoder or container writer. r=roc
|
2013-08-06 18:53:07 +08:00 |
|
Ehsan Akhgari
|
3717325909
|
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
|
2013-07-30 10:25:31 -04:00 |
|
Chris Pearce
|
50e8d08a10
|
Bug 846769 - OggReader::SeekBisection() should use granule end times, not start times. r=rillian
|
2013-07-29 10:03:21 +12:00 |
|
Chris Pearce
|
89003737e2
|
Bug 846769 - Mark Ogg frames with MediaResource offset, instead of (incorrectly) trying to infer and then use the offset of pages. r=rillian
|
2013-07-29 10:03:06 +12:00 |
|
Trevor Saunders
|
238525e2d8
|
bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal
|
2013-07-11 11:06:34 -04:00 |
|
Alexandros Chronopoulos
|
6f1a537f65
|
Bug 790559 - Part 1: Apply DownmixToStereo function when decode multichannel Opus and Vorbis. r=rillian
|
2013-04-24 20:29:44 +03:00 |
|
Masatoshi Kimura
|
16ea5c4d5c
|
Bug 888323 - Stop including prtime.h in nsrootidl.idl. r=ehsan
|
2013-07-04 00:56:26 +09:00 |
|
Ryan VanderMeulen
|
6c23f16416
|
Backed out changeset d155557b651c (bug 888323) for bustage.
CLOSED TREE
|
2013-07-02 14:15:39 -04:00 |
|
Masatoshi Kimura
|
01a103a919
|
Bug 888323 - Stop including prtime.h in nsrootidl.idl. r=ehsan
|
2013-07-03 02:08:01 +09:00 |
|
Michael Wu
|
5da36e7c95
|
Bug 880502 - Make OggCodecState.cpp build on gonk-JB, r=cpearce
|
2013-06-21 18:03:05 -04:00 |
|
Brian O'Keefe
|
ed17339221
|
Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal
--HG--
extra : rebase_source : 385d3fd65475ffc18ee44ae088753649470e214b
|
2013-06-17 15:21:01 -04:00 |
|
Shelly Lin
|
370c645a9f
|
Bug 842243 - Part 2: Add OggWriter.h/.cpp; Implementation of Ogg container. r=roc, r=tterribe
|
2013-05-17 19:13:01 +08:00 |
|
Mike Shal
|
6f32ddf61c
|
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
|
2013-04-23 17:54:15 -04:00 |
|
Mike Shal
|
24b4056720
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -04:00 |
|
Paul Adenot
|
474d5fc366
|
Bug 847194 - Protect mCodecStates from concurrent accesses. r=cpearce
|
2013-04-09 15:36:33 +02:00 |
|
Masatoshi Kimura
|
2ca51c4f79
|
Bug 858224 - Remove most MSVC exemptions for FAIL_ON_WARNINGS. r=ted feedback=dholbert
|
2013-04-07 13:45:34 +09:00 |
|
Kyle Machulis
|
f5e3aadf0b
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
|
2013-04-01 11:36:59 -07:00 |
|
Kyle Machulis
|
d2b6e6e01a
|
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
|
2013-03-29 15:12:58 -07:00 |
|
Kyle Machulis
|
5663b98bc5
|
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
|
2013-03-29 13:56:18 -07:00 |
|
Mike Shal
|
ea1d9b8ba7
|
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
|
2013-03-19 11:47:00 -07:00 |
|
Andrea Marchesini
|
6b08dd17f5
|
Bug 841493 - Rename nsHTMLMediaElement to HTMLMediaElement, r=Ms2ger
--HG--
rename : content/html/content/public/nsHTMLMediaElement.h => content/html/content/public/HTMLMediaElement.h
rename : content/html/content/src/nsHTMLMediaElement.cpp => content/html/content/src/HTMLMediaElement.cpp
|
2013-03-19 13:23:54 +01:00 |
|
Chris Double
|
9cce464d74
|
Bug 848639 - Prevent DecodeHeader for Ogg Skeleton tracks from failing on valid indexes - r=cpearce
--HG--
extra : rebase_source : cb913d45d6b9ab396b563391f3ccd096500dcef1
|
2013-03-14 13:57:18 +13:00 |
|
Paul Adenot
|
1811d5ab85
|
Bug 846687 - Set the transport as non-seekable if the server sends Accept-Ranges, but no Content-Length. r=cpearce
|
2013-03-01 19:55:01 +01:00 |
|
Ed Morley
|
59e1595457
|
Backed out changeset 9a0c5073da59 (bug 846687) for test_seek.html failures
|
2013-03-04 11:25:08 +00:00 |
|
Paul Adenot
|
e37c627599
|
Bug 846687 - Set the transport as non-seekable if the server sends Accept-Ranges, but no Content-Duration. r=cpearce
|
2013-03-01 19:55:01 +01:00 |
|
Andrea Marchesini
|
8eaecd7c18
|
Bug 841014 - Rename nsTimeRanges.h to TimeRanges.h. r=Ms2ger
--HG--
rename : content/html/content/src/nsTimeRanges.cpp => content/html/content/src/TimeRanges.cpp
rename : content/html/content/src/nsTimeRanges.h => content/html/content/src/TimeRanges.h
|
2013-03-02 14:14:44 -05:00 |
|
Gregory Szorc
|
fee2be3026
|
Bug 784841 - Part 18g: Convert /content; r=glandium
|
2013-02-25 12:47:19 -08:00 |
|
Paul Adenot
|
179f2a3ed4
|
Bug 804875 - Reset media element when loading a new src. r=kinetik
|
2012-12-27 16:21:30 +01:00 |
|