summaryrefslogtreecommitdiffstats
path: root/media
Commit message (Collapse)AuthorAgeLines
...
* 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
| |
| * Bug 1464063 - Remove sdp_getchoosetok. r=bwc, a=RyanVMNils Ohlmeier [:drno]2018-06-29-78/+7
| | | | | | | | WebRTC
* | Rename libwebp/MOZCHANGES to libwebp/UXPCHANGES and update itJustOff2018-06-29-3/+4
| |
* | Apply known security patches (webp:381,383,384) to libwebp-1.0.0JustOff2018-06-29-59/+90
| |
* | Add new files to libwebp/dsp/moz.buildJustOff2018-06-29-0/+4
| |
* | Sync libwebp sources with ↵JustOff2018-06-29-2250/+3796
| | | | | | | | https://chromium.googlesource.com/webm/libwebp/+/v1.0.0
* | Update libwebp/update.sh script for libwebp-1.0.0JustOff2018-06-29-0/+4
|/
* Rewrite assert in cubeb_alsa.c: alsa_refill_stream to pass back a cubeb ↵adeshkp2018-06-25-1/+6
| | | | error instead.
* Remove GCC 4.8 workaround in libopustrav902018-06-23-50/+0
| | | | This patch removes a workaround when building for ARM platforms using GCC 4.8 (which we no longer support).
* Update kiss-fft to 1.4.0 and disable OpenMP for it.wolfbeast2018-06-07-91/+156
|
* Fix typo in 8b9fe0e3582a0578720dc38b4ede57eac90e4594wolfbeast2018-05-28-1/+1
|
* Port libopus upstream patch.Pale Moon2018-05-28-1/+1
| | | | Based on https://git.xiph.org/?p=opus.git;a=commitdiff;h=70a3d641b
* Remove moz_widget_toolkit_gonkwolfbeast2018-05-14-47/+6
| | | | Tag #288
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13-252/+45
| | | | Tag #288.
* Remove MOZ_WIDGET_GONK [2/2]wolfbeast2018-05-13-105/+2
| | | | Tag #288
* [ffvpx] Update resync documentationtrav902018-04-26-11/+10
|