| Commit message (Expand) | Author | Age | Lines |
* | Issue #1560 - Always include speech synthesis IPDLs | Moonchild | 2020-06-09 | -0/+6 |
* | Issue #439 - Remove, fix and clean up automated tests | Moonchild | 2020-06-08 | -16/+0 |
* | Issue #1580 - Add missing MP3Demuxer.h to MediaDecoderReader.h | Gaming4JC | 2020-06-07 | -0/+1 |
* | Fix missing include | Moonchild | 2020-06-03 | -0/+1 |
* | Issue #80 - Re-land early dom/media de-unification with fixups. | Moonchild | 2020-06-03 | -50/+78 |
* | Bug 1632717 | Moonchild | 2020-06-03 | -7/+24 |
* | Issue #1538 - remove speech recognition engine | Moonchild | 2020-05-20 | -277276/+32 |
* | Merge pull request #1541 from athenian200/mp3-parser-fix | Moonchild | 2020-05-10 | -1/+4 |
|\ |
|
| * | Issue #1540 - Stop MP3 demuxer from choking on very small files. | athenian200 | 2020-05-10 | -1/+4 |
* | | Issue #1589 - Ensure computed length and data is always available | wolfbeast | 2020-05-10 | -4/+6 |
|/ |
|
* | Issue #1536 - Part 3: Parse content to decide whether it's an init segment. | Moonchild | 2020-05-07 | -18/+8 |
* | Issue #1536 - Part 2: Parse content to decide whether it's a media segment. | wolfbeast | 2020-05-07 | -23/+27 |
* | Issue #1536 - Part 1: Add timecode checking for the WebM parser | wolfbeast | 2020-05-07 | -0/+13 |
* | [dom] Reorder some calls to improve memory safety | Moonchild | 2020-05-06 | -4/+2 |
* | Merge pull request #1534 from adeshkp/gmp-migration-leftover | New Tobin Paradigm | 2020-05-05 | -41/+0 |
|\ |
|
| * | Issue #1259 - Remove a leftover GMP migration function | adeshkp | 2020-05-04 | -41/+0 |
* | | Issue #80 - Fix includes in dom/media/platfoms for Mac build | adeshkp | 2020-04-25 | -0/+2 |
|/ |
|
* | Issue #80 - Fix include in dom/media for Pale Moon builds. | wolfbeast | 2020-04-25 | -0/+1 |
* | Merge pull request #1522 from MoonchildProductions/deunify_dom | Moonchild | 2020-04-24 | -20/+65 |
|\ |
|
| * | Add Unused.h to dom/media/webrtc/MediaTrackConstraints.cpp | New Tobin Paradigm | 2020-04-24 | -0/+1 |
| * | Issue #80 - Fix includes in dom/media/platforms for Mac build | adeshkp | 2020-04-24 | -1/+8 |
| * | Issue #80 - De-unify dom/media part 3 | Moonchild | 2020-04-22 | -14/+43 |
| * | Issue #80 - De-unify dom/media part 1 (updated reland) | Moonchild | 2020-04-22 | -50/+81 |
| * | Revert "Issue #80 - De-unify dom/media part 1" | Moonchild | 2020-04-22 | -79/+50 |
| * | Issue #80 - De-unify dom/media part 2 | Moonchild | 2020-04-22 | -5/+11 |
* | | Revert "Issue #80 - De-unify dom/media part 1" | wolfbeast | 2020-04-22 | -79/+50 |
|/ |
|
* | Issue #80 - De-unify dom/media part 1 | Moonchild | 2020-04-22 | -50/+79 |
* | Issue #80 - De-unify dom/media/webm | Matt A. Tobin | 2020-04-18 | -3/+5 |
* | Issue #80 - De-unify dom/media/flac | Matt A. Tobin | 2020-04-18 | -9/+11 |
* | Issue #80 - De-unify dom/media/mp3 | Matt A. Tobin | 2020-04-18 | -1/+1 |
* | Issue #80 - De-unify dom/media/ogg | Matt A. Tobin | 2020-04-18 | -1/+2 |
* | Issue #80 - De-unify dom/media/encoder | Matt A. Tobin | 2020-04-18 | -2/+6 |
* | Issue #80 - De-unify dom/media/mediasink | Matt A. Tobin | 2020-04-18 | -1/+5 |
* | Issue #80 - De-unify dom/media/wave | Matt A. Tobin | 2020-04-18 | -1/+1 |
* | Issue #26 - Part 2c: Remove dependence on gmp/widevine-adapter/* | wolfbeast | 2020-02-05 | -5/+11 |
* | Issue #26 - Part 2b: Stub out GMPDecryptorProxy functions. | wolfbeast | 2020-02-04 | -1/+35 |
* | Issue #26 Part 2a: make more EME code conditional. | wolfbeast | 2020-02-03 | -10/+97 |
* | Issue #65 - Remove AppConstants from dom/ | Matt A. Tobin | 2020-02-01 | -2/+0 |
* | Issue #1366 - Completely remove showModalDialog | Gaming4JC | 2020-01-21 | -2/+2 |
* | Bug 1341238 - Don't hang on to pointer from temporary NS_LossyConvertUTF16toA... | Gaming4JC | 2019-12-22 | -5/+4 |
* | Issue #1259 - Part 7. Update tests for Adobe EME removal | adeshkp | 2019-11-10 | -26/+0 |
* | Issue #1259 - Part 5. Remove migration path for Adobe GMP storage | adeshkp | 2019-11-10 | -36/+0 |
* | Issue #1259 - Part 1. Remove Adobe Primetime support from tree | adeshkp | 2019-11-10 | -55/+2 |
* | Revert "Issue #1267 - Part 2: fix libcubeb bindings in dom" | Matt A. Tobin | 2019-11-03 | -4/+2 |
* | Issue #1267 - Part 2: fix libcubeb bindings in dom | Gaming4JC | 2019-11-02 | -2/+4 |
* | MoonchildProductions#1251 - Part 27: Fix ifdef style. | athenian200 | 2019-10-21 | -1/+1 |
* | MoonchildProductions#1251 - Part 4: Core build system changes, lots of libeve... | athenian200 | 2019-10-21 | -0/+4 |
* | Merge pull request #1189 from JeroenVreeken/master | Moonchild | 2019-07-18 | -0/+6 |
|\ |
|
| * | Alow AAC audio codec data in matroska/webm streams. | Jeroen Vreeken | 2019-07-18 | -0/+6 |
* | | Use a RefPtr to hold owner element ref when moving media resource load | Bryce Van Dyk | 2019-07-18 | -1/+1 |
|/ |
|