Priyanka Advani (xWF)
09c5797663
Revert "libavc: Add BTI and PAC support in libavc"
...
CMake / build (cmake, aarch64-linux-gnu-gcc, -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/aarch64_toolchain.cmake, aarch64-linux-gnu-g++, ubuntu-latest-cross-aarch64-cmake, ubuntu-latest) (push) Waiting to run
CMake / build (cmake, arm-linux-gnueabihf-gcc, -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/aarch32_toolchain.cmake, arm-linux-gnueabihf-g++, ubuntu-latest-cross-aarch32-cmake, ubuntu-latest) (push) Waiting to run
CMake / build (cmake, clang, , clang++, macos-latest-clang-cmake, macos-latest) (push) Waiting to run
CMake / build (cmake, clang, , clang++, ubuntu-24.04-arm-clang-cmake, ubuntu-24.04-arm) (push) Waiting to run
CMake / build (cmake, clang, , clang++, ubuntu-latest-clang-cmake, ubuntu-latest) (push) Waiting to run
CMake / build (cmake, clang, -DSANITIZE=fuzzer-no-link,address, clang++, ubuntu-latest-clang-cmake-asan-fuzzer, ubuntu-latest) (push) Waiting to run
CMake / build (cmake, clang, -G Ninja, clang++, ubuntu-latest-clang-cmake-ninja, ubuntu-latest) (push) Waiting to run
CMake / build (cmake, gcc, , g++, ubuntu-latest-gcc-cmake, ubuntu-latest) (push) Waiting to run
This reverts commit 766ba532a950aac730660f7d30600a211c215c97.
Reason for revert: Droidmonitor created revert due to b/499361746. ACA verified the culprit http://go/aca-get/65ca2c5c-4a45-4857-84de-2e3ffdd5135a
Fix: 499361746
Change-Id: Ia95cff5294fa65bbe6fc6f9ba844b163c4146938
2026-04-03 17:51:33 -07:00
Vivek R Jadhav
84d4645036
libavc: Add BTI and PAC support in libavc
...
CMake / build (cmake, clang, , clang++, ubuntu-latest-clang-cmake, ubuntu-latest) (push) Waiting to run
CMake / build (cmake, aarch64-linux-gnu-gcc, -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/aarch64_toolchain.cmake, aarch64-linux-gnu-g++, ubuntu-latest-cross-aarch64-cmake, ubuntu-latest) (push) Waiting to run
CMake / build (cmake, arm-linux-gnueabihf-gcc, -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/aarch32_toolchain.cmake, arm-linux-gnueabihf-g++, ubuntu-latest-cross-aarch32-cmake, ubuntu-latest) (push) Waiting to run
CMake / build (cmake, clang, , clang++, macos-latest-clang-cmake, macos-latest) (push) Waiting to run
CMake / build (cmake, clang, , clang++, ubuntu-24.04-arm-clang-cmake, ubuntu-24.04-arm) (push) Waiting to run
CMake / build (cmake, clang, -DSANITIZE=fuzzer-no-link,address, clang++, ubuntu-latest-clang-cmake-asan-fuzzer, ubuntu-latest) (push) Waiting to run
CMake / build (cmake, clang, -G Ninja, clang++, ubuntu-latest-clang-cmake-ninja, ubuntu-latest) (push) Waiting to run
CMake / build (cmake, gcc, , g++, ubuntu-latest-gcc-cmake, ubuntu-latest) (push) Waiting to run
Bug: 485868924
Test: readelf -nW libavcdec.a
Test: readelf -nW libavcenc.a
Test: atest MctsMediaV2TestCases
atest MctsMediaDecoderTestCases
atest MctsMediaEncoderTestCases
atest MctsMediaCodecTestCases
Test: avc_dec_fuzzer
avc_enc_fuzzer
Change-Id: I293442de891c72a6977012131f50b5a52c1bcd3a
2026-04-03 12:33:40 -07:00
Elliott Hughes
81d765231f
Also ignore missing BTI for the examples, fuzzers, and tests.
...
CMake / build (push) Has been cancelled
Change-Id: Ic4e60685efde008d04e0c070d35bc207564c9fcb
2026-04-01 16:26:38 -07:00
Hang Nguyen
70530453cc
Redefine examples test modules as cc_binary
...
This change redefines the `cc_test` modules within the examples
directory as `cc_binary` modules.
Previously, these `cc_test` modules were effectively acting as wrappers
around executable binaries, solely for the purpose of generating test
executables. This approach did not allow for the direct installation of
these executables on devices.
Changing these modules to `cc_binary` allows the resulting executables
are produced as standalone binaries, enabling their deployment and
execution on test devices.
Bug: 414657128
Change-Id: I9caef8a5cf29c7d77b8bcd535f047a640c52285c
2025-05-09 22:11:54 -07:00
Sushant
bbe50c922a
avcenc: Enabling keep_threads_active in cfg and avc_enc_fuzzer
...
Test: avcenc -c enc.cfg
Change-Id: I45b32621aa3d64b569e5ac6b7f23405aa1711c82
2025-04-22 18:02:12 +05:30
Sushant
5e9c764903
avcenc: Replacing KEEP_THREADS_ACTIVE with runtime check
...
Test: avcenc -c enc.cfg
Change-Id: If6c8c29d2b5b1322796b8b25dc74231d13b61243
2025-04-22 17:09:57 +05:30
Ram Mohan M
a7b6206fab
libavcenc: Sync default values of library and application
...
I and IDR interval default values do not comply with requirements
of the codec. This is fixed. Also corrected few other default values.
2023-10-04 13:51:14 -07:00
Ram Mohan
072e69978a
avcenc: clean up sample application
...
This commit does not introduce any new functionality. This is a
cosmetic change. It removes redundant comments, unused variables,
indents to a common guideline.
2023-10-03 14:24:25 -07:00
Ram Mohan
2074f2bfaf
avcenc: Modify vui time scale based on target frame rate
2023-10-01 01:37:17 +05:30
Ram Mohan
fef966515c
avcenc: Fix Crash for 422 ILE inputs
...
The input buffers allocated for 422 formats is less by a chroma
plane. This causing memory over writes and results in crash while
freeing
2023-09-28 07:24:09 -07:00
Harish Mahendrakar
47dfd4ca64
Rename test as examples
...
Also rename test/decoder as test/avcdec and test/encoder as test/avcenc
Change-Id: Ia21513d91206d806a2aa2177012765c54287bc77
2023-09-28 10:22:54 +05:30