summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/aom
Commit message (Collapse)AuthorAgeFilesLines
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-251-1/+0
| | | | | | | | | | | | | Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aom: Disable rvv on riscv32Khem Raj2025-05-291-0/+1
| | | | | | | | Current implementation explicitly add rv64gcv to -march, which means its not yet tested on rv32gcv so disable RVV on 32bit RISCV for now. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aom: update 3.7.0 -> 3.12.1Gyorgy Sarvari2025-05-271-2/+2
| | | | | | | | Changelog: https://aomedia.googlesource.com/aom/+/refs/heads/main/CHANGELOG Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aom, x265: drop ${PE}, ${PR} from /usr/src/debug pathsMartin Jansa2023-11-201-1/+1
| | | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aom: Disable neon when building on armKhem Raj2023-11-061-1/+1
| | | | | | | The code fails to compile. /mnt/b/yoe/master/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/aom/3.7.0/git/aom_dsp/arm/highbd_subpel_variance_neon.c:257:1: error: call to undeclared function 'aom_highbd_8_variance16x16_neon'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aom: upgrade 3.6.1 -> 3.7.0Khem Raj2023-11-061-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aom: Pass nasm flags via toochain.cmakeKhem Raj2023-05-231-3/+6
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aom: Upgrade to 3.6.1Khem Raj2023-05-232-19/+79
| | | | | | | | | | | | | | | Switch to using nasm instead of yasm on x86 builds for asm optimizations. This is to enable reproducible builds even though yasm is preferred but it encodes FILE directive in ELF to absolute path of asm files and results in buildpath warnings, there is no way to remove it without editing the final binaries. nasm provides --reproducible option to handle it nicely License-Update: Fixes a typo [1] [1] https://aomedia.googlesource.com/aom/+/f97c63026174df67bc08c75fa72bf0ad01ca1a98 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aom: Provide missing function prototypesKhem Raj2022-09-112-1/+51
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aom: Upgrade to 3.4.0Khem Raj2022-08-281-2/+3
| | | | | | | | This fix brings in following changes [1] Add -D_GNU_SOURCE on musl to fix ftello() [1] https://aomedia.googlesource.com/aom/+/refs/tags/v3.4.0 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update SRC_URI branch and protocolsRichard Purdie2021-11-031-1/+1
| | | | | | | | | This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-1/+1
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* aom: Match the name for AOM-Patent-License-1.0Khem Raj2021-04-261-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aom: update to 3.0.0Oleksandr Kravchuk2021-03-261-1/+1
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* aom: Disable neon on arm when not present in TUNE_FEATURESKhem Raj2021-02-191-0/+2
| | | | | | | | Some older arm32 cores are without neon units e.g. armv6 (rpi0 fame) therefore check for neon feature before enabling it Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
* Alliance for Open Media: new libraryLim Siew Hoon2020-10-061-0/+20
Signed-off-by: Yong, Jonathan <jonathan.yong@intel.com> Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>