summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Collapse)AuthorAgeLines
* Alow AAC audio codec data in matroska/webm streams.Jeroen Vreeken2019-07-18-2/+22
| | | | Allow CRC32 elements in matroska cluster elements.
* Allow matroska mime types for video element and MSEJeroen Vreeken2019-07-10-1/+7
| | | | Allow avc (h.264) content in matroska/webm containers
* Ensure we AddRef prior to early return in MediaType::Assign.wolfbeast2019-05-28-4/+4
|
* [libpng] Backport an upstream libpng patch.wolfbeast2019-05-25-2/+1
|
* Fix warnings about unreachable code in cubebadeshkp2019-03-14-2/+2
|
* Always treat composition time offsets as signedtrav902019-01-28-14/+49
| | | | | Even for version 0 ctts atoms that technically should contain only unsigned values.
* Update libwebp to version 1.0.2wolfbeast2019-01-21-173/+395
| | | | This resolves #939.
* Telemetry: Remove stubs and related codeadeshkp2019-01-12-27/+0
|
* [FFmpeg] Use new decode API with recent FFmpeg version.trav902018-12-28-0/+2
| | | | In libavcodec 58 and later, the old avcodec_decode_video2 is broken and only return the first visible frame found after a VP9 super-frame.
* Remove omx-plugin 3rd party libstrav902018-12-16-16012/+0
|
* Remove Rust files from media gteststrav902018-12-08-142/+0
|
* Clear HAVE_LINUX_PERF_EVENT_H defines in ffvpx config before setting them ↵trav902018-12-01-0/+6
| | | | for lib use
* Add support to libstagefright for AV1 FourCCs (part 2)trav902018-11-18-0/+3
|
* Add support to libstagefright for AV1 FourCCstrav902018-11-15-0/+5
|
* Clear STDINT_H defines in libvpx config before setting them for lib use.wolfbeast2018-11-04-0/+6
|
* Update libaom to commit ID 1e227d41f0616de9548a673a83a21ef990b62591trav902018-10-19-304/+783
|
* Update libaom vendor scripts to account for upstream changestrav902018-10-19-18/+24
|
* [aom] Only build stats code if examples are enabledtrav902018-10-19-8/+0
|
* Update libaom to rev b25610052a1398032320008d69b51d2da94f5928trav902018-10-19-576/+624
|
* [aom] No longer necessary to run lint_config.sh anymoretrav902018-10-19-146/+4
| | | | Upstream can now code generate the rtcd interface files directly from the aom_config.h header, so we no longer have to generate an intermediate file by running lint_config.sh. This also means we can remove the code for creating a temporary directory.
* Add missing : to libaom moz.buildtrav902018-10-19-2/+2
|
* [aom] Fixup moz.buildtrav902018-10-19-19/+31
|
* Update aom to v1.0.0trav902018-10-19-43831/+24522
| | | | Update aom to commit id d14c5bb4f336ef1842046089849dee4a301fbbf0.
* Add support for SSE 4.2 to libaom moz.buildtrav902018-10-19-0/+2
|
* Add aom_version.htrav902018-10-19-0/+7
|
* Update generate_sources_mozbuild.shtrav902018-10-19-177/+13
| | | | This changes generate_sources_mozbuild.sh to call generate_sources_mozbuild.py to generate sources.mozbuild and config files and removes the parts of the script that are no longer necessary.
* Add generate_sources_mozbuild.pytrav902018-10-19-0/+172
| | | | This uses the cmakeparser to generate sources.mozbuild and the config files for each platform.
* Add Python cmake parsertrav902018-10-19-0/+468
| | | | Unfortunately, upstream has removed the configure+make build system our import script relies on to generate code and moz.build files.
* [av1] Fix build issuestrav902018-10-18-14/+16
| | | | | | | | | | | | | This revision of libaom has some conflicts with our vendor script and build system. A number of new .asm files have the same basename as .c files, which our build system cannot handle. To work around this, I manually renamed the conflicting files in the filesystem and sources.mozbuild. Also add av1_convolve_scale_sse4.c to sources.mozbuild manually. This is needed by the build but for some reason isn't picked up by generate_sources_mozbuild.sh.
* Update aom to commit id e87fb2378f01103d5d6e477a4ef6892dc714e614trav902018-10-18-2535/+5113
|
* Export aom_config.htrav902018-10-18-0/+7
| | | | Recent changes made this a public header, so it needs to be available to callers like AOMDecoder.
* Update aom to commit id f5bdeac22930ff4c6b219be49c843db35970b918trav902018-10-18-1992/+12352
|
* [aom] Remove unused optiontrav902018-10-17-3/+3
|
* [aom] Filter out CONFIG_EXT_PARTITION_TYPEStrav902018-10-17-0/+3
| | | | | | aom_dsp_rtcd_defs.pl checks only whether this key is present in the config, not whether it is set to true or not. Our script sets CONFIG_FOO=no for disabled options, while the upstream build system omits them, resulting in extra symbol declarations the build will never define. Work around this by stripping the offending disabled config key if it is disabled.
* Make aom_config.asm match upstreamtrav902018-10-17-2/+2
|
* [aom] Add x86-win32-gcc configtrav902018-10-17-0/+2
|
* [av1] Clean up duplicate filenames checktrav902018-10-17-8/+7
|
* Update aom to slightly newer commit IDtrav902018-10-17-628/+16395
|
* [aom] Enable YASMtrav902018-10-15-0/+2
|
* [aom] Remove 32-bit Mac OS build configtrav902018-10-15-3/+0
|
* Generate build description for libaomtrav902018-10-15-0/+15811
|
* Port the libvpx mozbuild generator to aomtrav902018-10-15-0/+516
| | | | | | This is a port of the libvpx scripts, themselves a port of Chromium's scripts to generate an external build description using hooks in the upstream configure and make scripts. The libaom library is a fork of libvpx so we can use a similar approach. The upstream source is located in $(topsrc_dir)/third_party/aom but the build description and any patches are under the media directory with the other codecs, similar to how zlib works. Config files and headers generated by the upstream build system are also under $(topsrc_dir)/media/libaom/.
* [ffvpx] Remove support for 32-bit Mactrav902018-10-08-662/+1
|
* Revert "[ffvpx] Remove support for 32-bit Mac"Moonchild2018-10-08-1/+661
|
* [ffvpx] Remove support for 32-bit Mactrav902018-10-07-661/+1
|
* [ffvpx] Remove unneeded libavcodec symbols and dummy functionstrav902018-10-01-10/+0
| | | | Fixes linkage errors on Windows.
* [ffvpx] Update ffvp9/ffvp8 to release 4.0.2trav902018-10-01-8814/+8820
|
* Revert "Update ffvpx code to 4.0.2"Moonchild2018-10-01-8820/+8814
|
* [ffvpx] Update ffvp9/ffvp8 to release 4.0.2trav902018-09-30-8814/+8820
|
* Update libnestegg from upstreamtrav902018-09-28-108/+260
|