| Commit message (Expand) | Author | Age | Lines |
... | |
| * | | | | 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/+16 |
| * | | | | Update libaom to commit ID 1e227d41f0616de9548a673a83a21ef990b62591 | trav90 | 2018-10-19 | -15100/+33735 |
| * | | | | Update libaom vendor scripts to account for upstream changes | trav90 | 2018-10-19 | -18/+24 |
| * | | | | [aom] Only build stats code if examples are enabled | trav90 | 2018-10-19 | -8/+3 |
| * | | | | Update libaom to rev b25610052a1398032320008d69b51d2da94f5928 | trav90 | 2018-10-19 | -6121/+16959 |
| * | | | | [aom] No longer necessary to run lint_config.sh anymore | trav90 | 2018-10-19 | -146/+4 |
| * | | | | Add missing : to libaom moz.build | trav90 | 2018-10-19 | -2/+2 |
| * | | | | Updates to AOMDecoder for aom v1.0.0 | trav90 | 2018-10-19 | -10/+3 |
| * | | | | [aom] Fixup moz.build | trav90 | 2018-10-19 | -19/+31 |
| * | | | | Do not build aomstats unless examples are enabled | trav90 | 2018-10-19 | -3/+5 |
| * | | | | Update aom to v1.0.0 | trav90 | 2018-10-19 | -264453/+153476 |
| * | | | | Add support for SSE 4.2 to libaom moz.build | trav90 | 2018-10-19 | -0/+2 |
| * | | | | Add aom_version.h | trav90 | 2018-10-19 | -0/+7 |
| * | | | | Update generate_sources_mozbuild.sh | trav90 | 2018-10-19 | -177/+13 |
| * | | | | Add generate_sources_mozbuild.py | trav90 | 2018-10-19 | -0/+172 |
| * | | | | Add Python cmake parser | trav90 | 2018-10-19 | -0/+468 |
| * | | | | Fix aom compile errors with VS2015 | trav90 | 2018-10-18 | -29/+51 |
| * | | | | [av1] Fix build issues | trav90 | 2018-10-18 | -14/+16 |
| * | | | | Update aom to commit id e87fb2378f01103d5d6e477a4ef6892dc714e614 | trav90 | 2018-10-18 | -40526/+75636 |
| * | | | | [aom] Fix win32 debug build | trav90 | 2018-10-18 | -12/+12 |
| * | | | | [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 |
| * | | | | [aom] Fix stream info peeking | trav90 | 2018-10-18 | -0/+13 |
| * | | | | Export aom_config.h | trav90 | 2018-10-18 | -0/+7 |
| * | | | | Update aom to commit id f5bdeac22930ff4c6b219be49c843db35970b918 | trav90 | 2018-10-18 | -31935/+56094 |
| * | | | | [aom] Remove unused option | trav90 | 2018-10-17 | -3/+3 |
| * | | | | [aom] Filter out CONFIG_EXT_PARTITION_TYPES | trav90 | 2018-10-17 | -0/+3 |
| * | | | | Make aom_config.asm match upstream | trav90 | 2018-10-17 | -2/+2 |
| * | | | | [aom] Add x86-win32-gcc config | trav90 | 2018-10-17 | -0/+2 |
| * | | | | [av1] Clean up duplicate filenames check | trav90 | 2018-10-17 | -8/+7 |
| * | | | | 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 | -31455/+52957 |
| * | | | | 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 |
| * | | | | [aom] Enable YASM | trav90 | 2018-10-15 | -0/+2 |
| * | | | | [aom] Remove 32-bit Mac OS build config | trav90 | 2018-10-15 | -3/+0 |
| * | | | | Add aom to the list of thirdparty code | trav90 | 2018-10-15 | -0/+1 |
| * | | | | 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 |
| * | | | | Add --enable-av1 configure switch | trav90 | 2018-10-15 | -0/+17 |
| * | | | | Generate build description for libaom | trav90 | 2018-10-15 | -0/+15811 |