Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-31Release 0.4.33HEAD0.4.33masterTim-Philipp Müller
2022-10-31Fix build on iOS simulatorTim-Philipp Müller
2022-10-31meson: Enable only SSE and MMX backends for WindowsSeungha Yang
2022-10-31ci: move deploy stage behind build stageTim-Philipp Müller
2022-10-31orcarm.c: Implement orc_arm_flush_cache on WindowsChun-wei Fan
2022-10-31orccpu-arm.c: Assume ARMv8 on Windows ARM64Chun-wei Fan
2022-10-31orccpu-arm.c: Include headers conditionallyChun-wei Fan
2022-10-31meson: don't depend on pthreads when compiling for windowsSteve Lhomme
2022-10-31meson: export ORC_STATIC_COMPILATION in the pkgconfig fileSteve Lhomme
2022-10-30orc: fix ORC_RESTRICT definition for MSVCTim-Philipp Müller
2022-10-30meson: bump req to >= 0.55 and use meson.can_run_host_binaries()Tim-Philipp Müller
2022-10-29ci: build docs and deploy to gitlab pagesTim-Philipp Müller
2022-08-22neon: Fix discrepancy when using loadupdb in 32-bitGaetan Bahl
2022-06-15neon: Fix testsuite not passing on arm CPUsGaetan Bahl
2022-06-01neon: Fix sqrtf only processing two inputs out of fourGaetan Bahl
2022-06-01neon: Fix divf only processing two inputs out of fourGaetan Bahl
2022-06-01neon: Fix out-of-shift errors when compiling certain float/double opcodes usi...Gaetan Bahl
2022-05-06orccodemem: Fix use-after-free in error pathsBastien Nocera
2022-01-28ci: Add ARM64 and ARM Windows UWP jobsNirbheek Chauhan
2022-01-28ci: Update Windows image and macos/ios tagsNirbheek Chauhan
2021-12-07neon: Fix unsigned only implementation of loadoffb, loadoffw and loadofflKnobe, Daniel
2021-09-28meson: Disable ARM64 support for WindowsSeungha Yang
2021-09-02executor: Fix orc_executor_set_program() to save OrcCodeDoug Nazar
2021-08-19meson: Set recursive for extract_all_objects()Doug Nazar
2021-04-09orc: Add support for MacOS Hardened runtime.Doug Nazar
2021-04-09orccodemem: Report errno during failures to create mmap codemap.Doug Nazar
2021-02-15orc/orccpu-powerpc.c: fix build with kernel < 4.11Fabrice Fontaine
2020-11-07meson: don't set gnu99 as default c_stdTim-Philipp Müller
2020-10-26aarch32: Implement loadupdb instructionMarek Vasut
2020-10-25aarch64: Implement loadupdb instructionMarek Vasut
2020-09-19aarch64: Implement sqrtf instructionMarek Vasut
2020-09-19aarch64: Implement divf instructionMarek Vasut
2020-09-19aarch64: Implement double-precision floating-point arithmetic instructionsMarek Vasut
2020-09-19aarch64: Implement flags2dMarek Vasut
2020-09-19aarch64: Implement const64 loadiqMarek Vasut
2020-09-19aarch64: Implement accumulator storeMarek Vasut
2020-09-19aarch64: Implement floating-point arithmetic instructionsMarek Vasut
2020-09-19aarch64: Implement andn instructionMarek Vasut
2020-09-19aarch64: Implement splatw3q instructionMarek Vasut
2020-09-19aarch64: Implement swapX instructionsMarek Vasut
2020-09-19aarch64: Implement div255w instructionMarek Vasut
2020-09-19aarch64: Implement mulX instructionsMarek Vasut
2020-09-19aarch64: Implement cmpX instructionsMarek Vasut
2020-09-19aarch64: Implement avgX instructionsMarek Vasut
2020-09-19aarch64: Implement splitX/splatX instructionsMarek Vasut
2020-09-19aarch64: Implement signX instructionsMarek Vasut
2020-09-19aarch64: Implement vminX/vmaxX instructionsMarek Vasut
2020-09-19aarch64: Implement accX instructionsMarek Vasut
2020-09-19aarch64: Implement loadiX instructionsMarek Vasut
2020-09-19aarch64: Implement subX instructionsMarek Vasut