summaryrefslogtreecommitdiffstats
path: root/dom/media
Commit message (Expand)AuthorAgeLines
* Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTSwolfbeast2019-01-18-4/+0
* Telemetry: Remove stubs and related codeadeshkp2019-01-12-186/+2
* Remove proprietary constructor on AudioContext.wolfbeast2019-01-04-32/+1
* Avoid redefined macro warning in MediaFormatReadertrav902018-12-31-0/+4
* [FFmpeg] Don't define AV_CODEC_ID_VPx with libavcodec 58trav902018-12-28-3/+6
* [FFmpeg] Use new decode API with recent FFmpeg version.trav902018-12-28-7/+66
* Remove AndroidMediaDecoder and friendstrav902018-12-16-1782/+0
* Merge pull request #902 from trav90/media-workMoonchild2018-12-09-823/+21
|\
| * Add missing #includetrav902018-12-08-0/+1
| * Move the MP3 code to it's own directorytrav902018-12-08-4/+18
| * Remove separate MP3 name spacetrav902018-12-08-7/+2
| * Remove the old MP3FrameParsertrav902018-12-08-812/+0
* | Remove files and comments related to MP4Readertrav902018-12-08-222/+1
* | Remove Rust files from media gteststrav902018-12-08-22/+0
|/
* Merge pull request #897 from trav90/telemetry-cleanupMoonchild2018-12-03-25/+0
|\
| * Remove MediaTelemetryConstantstrav902018-12-02-25/+0
* | Remove DirectShowReader Part 4: Teststrav902018-12-01-4/+3
* | Remove DirectShowReader Part 3: Directoriestrav902018-12-01-2750/+0
* | Remove DirectShowReader Part 2: Build systemtrav902018-12-01-8/+0
* | Remove DirectShowReader Part 1: Conditional codetrav902018-12-01-41/+3
|/
* Remove OMX_PLATFORM_GONKtrav902018-11-21-22/+1
* Remove remaining MOZ_GONK_MEDIACODEC codetrav902018-11-21-22/+0
* Merge pull request #876 from trav90/add-av1-supportMoonchild2018-11-19-0/+8
|\
| * Add AV1 support to MP4Decoder.trav902018-11-18-0/+8
* | Cleanup some comments in our media code.trav902018-11-18-9/+4
|/
* 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