| Commit message (Expand) | Author | Age | Lines |
... | |
| | * | Remove MediaTelemetryConstants | trav90 | 2018-12-02 | -25/+0 |
| * | | Remove DirectShowReader Part 4: Tests | trav90 | 2018-12-01 | -4/+3 |
| * | | Remove DirectShowReader Part 3: Directories | trav90 | 2018-12-01 | -2750/+0 |
| * | | Remove DirectShowReader Part 2: Build system | trav90 | 2018-12-01 | -8/+0 |
| * | | Remove DirectShowReader Part 1: Conditional code | trav90 | 2018-12-01 | -41/+3 |
| |/ |
|
| * | Remove VR Hardware input support (gamepad type) | wolfbeast | 2018-11-27 | -27/+1 |
| * | Remove VR hardware support. | wolfbeast | 2018-11-26 | -1918/+3 |
| * | Remove OMX_PLATFORM_GONK | trav90 | 2018-11-21 | -22/+1 |
| * | Remove remaining MOZ_GONK_MEDIACODEC code | trav90 | 2018-11-21 | -22/+0 |
| * | Merge pull request #876 from trav90/add-av1-support | Moonchild | 2018-11-19 | -0/+8 |
| |\ |
|
| | * | Add AV1 support to MP4Decoder. | trav90 | 2018-11-18 | -0/+8 |
| * | | Cleanup some comments in our media code. | trav90 | 2018-11-18 | -9/+4 |
| |/ |
|
| * | Tell the cycle collector about nsScriptLoadRequest::mElement. | wolfbeast | 2018-11-15 | -2/+10 |
| * | Fix build bustage. | wolfbeast | 2018-11-15 | -1/+0 |
| * | Split the content viewer marking function in CCUncollectable out, | wolfbeast | 2018-11-14 | -16/+23 |
| * | Ensure user input suppression works correctly even after document.open. | wolfbeast | 2018-11-02 | -5/+10 |
| * | Apply CheckedInt to infoLength for preventing it from overflowing in the future. | wolfbeast | 2018-11-02 | -13/+10 |
| * | Fix a longstanding IndexedDB correctness issue. | wolfbeast | 2018-11-02 | -13/+79 |
| * | Revert "Add support for AV1 in MP4" | trav90 | 2018-10-23 | -8/+0 |
| * | Ensure we correctly parse the finalized codec string for av1 | trav90 | 2018-10-21 | -11/+12 |
| * | Add support for AV1 in MP4 | trav90 | 2018-10-20 | -0/+8 |
| * | Use larger stack for media decoder threads | trav90 | 2018-10-20 | -1/+13 |
| * | Downsample av1 images unconditionally | trav90 | 2018-10-20 | -2/+2 |
| * | Fix canPlayType/isTypeSupported for AV1 content | trav90 | 2018-10-20 | -33/+35 |
| * | Put AV1 codec behind a pref | trav90 | 2018-10-20 | -3/+12 |
| * | Updates to AOMDecoder for aom v1.0.0 | trav90 | 2018-10-19 | -10/+3 |
| * | Update aom to v1.0.0 | trav90 | 2018-10-19 | -1/+1 |
| * | Update aom to commit id e87fb2378f01103d5d6e477a4ef6892dc714e614 | trav90 | 2018-10-18 | -2/+2 |
| * | [aom] Don't resample 8-bit images | trav90 | 2018-10-18 | -7/+16 |
| * | [aom] Resample high bit depth frames | trav90 | 2018-10-18 | -1/+83 |
| * | Update aom to commit id f5bdeac22930ff4c6b219be49c843db35970b918 | trav90 | 2018-10-18 | -1/+1 |
| * | Add missing includes to FFmpegLibWrapper | trav90 | 2018-10-17 | -1/+3 |
| * | Fix typo (build bustage) | trav90 | 2018-10-17 | -1/+1 |
| * | Update aom to slightly newer commit ID | trav90 | 2018-10-17 | -1/+1 |
| * | Add av1 to MediaSource.isTypeSupported | trav90 | 2018-10-17 | -0/+24 |
| * | Remove aom_codec_stream_info_t sz field references | trav90 | 2018-10-17 | -2/+0 |
| * | Make AOMDecoder actually build | trav90 | 2018-10-15 | -3/+3 |
| * | Add missing includes to WebMDemuxer | trav90 | 2018-10-15 | -0/+4 |
| * | Recognize AV1 in WebMDemuxer | trav90 | 2018-10-15 | -4/+25 |
| * | Add AOMDecoder to AgnosticDecoderModule | trav90 | 2018-10-15 | -1/+14 |
| * | Add AOMDecoder | trav90 | 2018-10-15 | -0/+314 |
| * | [webm] Don't reject seeks with EOS | trav90 | 2018-10-08 | -0/+4 |
| * | [webm] Treat demuxing errors differently than EOS | trav90 | 2018-10-08 | -41/+75 |
| * | Call VPXDecoder libvpx wrappers for WebM | trav90 | 2018-10-08 | -13/+14 |
| * | Implement keyframe and framesize VPXDecoder helpers | trav90 | 2018-10-08 | -10/+46 |
| * | Add Span support to MediaRawData | trav90 | 2018-10-08 | -0/+3 |
| * | [vpx] Store VPXDecoder codec as an enum | trav90 | 2018-10-08 | -4/+5 |
| * | [webm] Store LastSeenFrame dimensions as an nsIntSize | trav90 | 2018-10-08 | -8/+6 |
| * | Make all arguments to init*Event() optional except the first | wolfbeast | 2018-10-04 | -169/+175 |
| * | [ffmpeg] Always allocate memory to pass extradata | trav90 | 2018-10-01 | -3/+15 |