summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Collapse)AuthorAgeLines
* 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
|
* Update upstream URL and update script for libnesteggtrav902018-09-28-3/+3
|
* Cherry-pick libvpx upstream 52add5896661d186dec284ed646a4b33b607d2c7.wolfbeast2018-09-11-1/+39
|
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-138/+4
| | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this.
* [ffvpx] Update readmetrav902018-09-02-6/+1
| | | | | - Remove non-applicable comment about AVX2. - Update config documentation for 32-bit darwin.
* [EME] Add error handling in MoofParser for sbgp and sgpd boxestrav902018-07-25-17/+58
|
* [EME] Add support for sbgp and sgpd boxes occuring in the sampletabletrav902018-07-25-13/+48
|
* [EME] Add support for sbgp and sgpd boxes in the traf boxtrav902018-07-25-0/+252
|
* Rework MoofParser to return an error when the underlying BufferReader ↵trav902018-07-21-82/+221
| | | | returns an error.
* Copy ByteReader to BufferReader and add some error handlingtrav902018-07-21-0/+226
|
* Warn instead of assert if SPS value is incorrecttrav902018-07-20-18/+20
|
* Ignore user data tracktrav902018-07-18-1/+0
| | | | | | That's the 'udta' box. They serve no purpose as far as we're concerned and stagefright doesn't handle it very well (as in, prevents playback). Resolves #616.
* Merge branch 'ported-upstream'wolfbeast2018-07-02-81/+22
|\
| * Remove errant pastewolfbeast2018-07-01-1/+1
| |
| * WebRTC: Add DeleteStreams to media conduits.wolfbeast2018-07-01-4/+16
| |