summaryrefslogtreecommitdiffstats
path: root/dom
Commit message (Expand)AuthorAgeLines
...
| | * Add AV1 support to MP4Decoder.trav902018-11-18-0/+8
| * | Cleanup some comments in our media code.trav902018-11-18-9/+4
| |/
| * Tell the cycle collector about nsScriptLoadRequest::mElement.wolfbeast2018-11-15-2/+10
| * Fix build bustage.wolfbeast2018-11-15-1/+0
| * Split the content viewer marking function in CCUncollectable out,wolfbeast2018-11-14-16/+23
| * Ensure user input suppression works correctly even after document.open.wolfbeast2018-11-02-5/+10
| * Apply CheckedInt to infoLength for preventing it from overflowing in the future.wolfbeast2018-11-02-13/+10
| * Fix a longstanding IndexedDB correctness issue.wolfbeast2018-11-02-13/+79
| * Revert "Add support for AV1 in MP4"trav902018-10-23-8/+0
| * Ensure we correctly parse the finalized codec string for av1trav902018-10-21-11/+12
| * Add support for AV1 in MP4trav902018-10-20-0/+8
| * Use larger stack for media decoder threadstrav902018-10-20-1/+13
| * Downsample av1 images unconditionallytrav902018-10-20-2/+2
| * Fix canPlayType/isTypeSupported for AV1 contenttrav902018-10-20-33/+35
| * Put AV1 codec behind a preftrav902018-10-20-3/+12
| * Updates to AOMDecoder for aom v1.0.0trav902018-10-19-10/+3
| * Update aom to v1.0.0trav902018-10-19-1/+1
| * Update aom to commit id e87fb2378f01103d5d6e477a4ef6892dc714e614trav902018-10-18-2/+2
| * [aom] Don't resample 8-bit imagestrav902018-10-18-7/+16
| * [aom] Resample high bit depth framestrav902018-10-18-1/+83
| * Update aom to commit id f5bdeac22930ff4c6b219be49c843db35970b918trav902018-10-18-1/+1
| * Add missing includes to FFmpegLibWrappertrav902018-10-17-1/+3
| * Fix typo (build bustage)trav902018-10-17-1/+1
| * Update aom to slightly newer commit IDtrav902018-10-17-1/+1
| * Add av1 to MediaSource.isTypeSupportedtrav902018-10-17-0/+24
| * Remove aom_codec_stream_info_t sz field referencestrav902018-10-17-2/+0
| * Make AOMDecoder actually buildtrav902018-10-15-3/+3
| * Add missing includes to WebMDemuxertrav902018-10-15-0/+4
| * Recognize AV1 in WebMDemuxertrav902018-10-15-4/+25
| * Add AOMDecoder to AgnosticDecoderModuletrav902018-10-15-1/+14
| * Add AOMDecodertrav902018-10-15-0/+314
| * [webm] Don't reject seeks with EOStrav902018-10-08-0/+4
| * [webm] Treat demuxing errors differently than EOStrav902018-10-08-41/+75
| * Call VPXDecoder libvpx wrappers for WebMtrav902018-10-08-13/+14
| * Implement keyframe and framesize VPXDecoder helperstrav902018-10-08-10/+46
| * Add Span support to MediaRawDatatrav902018-10-08-0/+3
| * [vpx] Store VPXDecoder codec as an enumtrav902018-10-08-4/+5
| * [webm] Store LastSeenFrame dimensions as an nsIntSizetrav902018-10-08-8/+6
| * Make all arguments to init*Event() optional except the firstwolfbeast2018-10-04-169/+175
| * [ffmpeg] Always allocate memory to pass extradatatrav902018-10-01-3/+15
| * [ffvpx] Update ffvp9/ffvp8 to release 4.0.2trav902018-10-01-1/+1
| * Revert "Update ffvpx code to 4.0.2"Moonchild2018-10-01-1/+1
| * Merge pull request #801 from trav90/update-from-upstreamMoonchild2018-10-01-1/+1
| |\
| | * [ffvpx] Update ffvp9/ffvp8 to release 4.0.2trav902018-09-30-1/+1
| * | Remove telemetry reporting functions from CubebUtilswolfbeast2018-10-01-40/+0
| |/
| * Clean up a number of unused variables.wolfbeast2018-09-29-12/+0
| * Update test files for libnestegg updatetrav902018-09-29-3/+5
| * Remove IndexedDB for content pref.wolfbeast2018-09-29-30/+0
| * backport mozbug 1334776 - CVE-2017-7797 Header name interning leaks across or...Gaming4JC2018-09-25-1/+1
| * Send worker-runnables destined for the main thread actually to the main thread.wolfbeast2018-09-16-9/+18