- c2e7c4a Fix the issue #3837 (#3868) by tyan0 · 6 weeks ago master
- 042473e Merge pull request #3864 from xry111/xry111/VAACalcSad_lsx_type by BenzhengZhang · 7 weeks ago
- f285349 Remove unused parameters in VAACalcSad_lsx by Xi Ruoyao · 8 weeks ago
- a85e118 Update shared lib version for meson (#3860) by BenzhengZhang · 2 months ago
- 652bdb7 update release note (#3855) by BenzhengZhang · 3 months ago v2.6.0
- d12e51a update openh264 version to v2.6.0 (#3852) by BenzhengZhang · 3 months ago
- cf3b514 psnr: do not use NAN, initialize to 0 (#3836) by Philipp Hancke · 3 months ago
- c42fa04 meson.build: Enable PIC in x86 assembly code (#3831) by Khem Raj · 3 months ago
- e49c095 Add qemu test for LoongArch (#3833) by jinboson · 4 months ago
- 33f7f48 Allow calculating PSNR for Y/U/V components (#3824) by Philipp Hancke · 4 months ago
- 423eb2c meson.build: add powerpc arch (#3806) by Sergey Fedorov · 4 months ago
- 63db555 Potential bug fix (#3818) by BenzhengZhang · 4 months ago
- 1c47e71 Pass the actual temporal id to GMPVideoEncodedFrame (#3828) by Andreas Pehrson · 4 months ago
- fc1605c Use HW_NCPUONLINE on OpenBSD / NetBSD (#3813) by Brad Smith · 4 months ago
- 1ebb3f1 Add Windows VSBuildTools VC17 compile support (#3823) by act262 · 4 months ago
- ad3f690 Expose via GMP API temporal layer info at encoder initialization and on a per frame basis. (#3821) by Andrew Osmond · 5 months ago
- edbef4d Do not use -Werror (#3809) by Ryan Carsten Schmidt · 5 months ago
- 6746bc4 Use void casts to silence warnings about memcpy to a class (#3800) by Martin Storsjö · 5 months ago
- 8c7008a update release note (#3798) by BenzhengZhang · 6 months ago openh264v2.5.0 v2.5.0
- 6432372 update openh264 version to v2.5.0 (#3796) by BenzhengZhang · 6 months ago
- f70c905 Fix a bug where `ISVCDecoder::DecodeFrameNoDelay()` could fail when decoding an H.264 stream encoded by the Apple HWA encoder. (#3787) by Takeru Ohta · 7 months ago
- 2a3207b Update build.yaml (#3791) by BenzhengZhang · 7 months ago
- 8109455 Fix broken decode result in multi-thread decoding. (#3782) by tyan0 · 7 months ago
- 3668daf Enable pac bti support (#3775) by Bill Roberts · 8 months ago
- cea886e build: fix build with meson on riscv64 (#3773) by Ziyao · 8 months ago
- fa6d099 Fix frame-decode errors. (#3723) by tyan0 · 9 months ago
- e0bbb7f Fix deadlock at the end of decoding. (#3767) by tyan0 · 10 months ago
- 4ab86b8 fix cross compile from darwin arm64 to x86_64 (#3716) by zhuzeitou · 10 months ago
- 478e5ab Change picOrderCnt to 2 (#3752) by Philipp Hancke · 10 months ago
- de02617 Remove unused pSpatialLayer variable in DetermineTemporalSettings (#3761) by Philipp Hancke · 10 months ago
- 1c23887 Fix race issue among decoding threads which causes broken frame. (#3735) by tyan0 · 1 year ago
- 1debdae Fix crash on multi-thread decoding. (#3736) by tyan0 · 1 year, 1 month ago
- f86f0e4 Revert "Fix WelsTraceCallback conversion. (#3722)" (#3739) by BenzhengZhang · 1 year, 1 month ago
- 28b533a Fix WelsTraceCallback conversion. (#3722) by Mohu · 1 year, 1 month ago
- c0e5ea2 Fix regression in PR#3707 for multi-thread decoding (#3734) by tyan0 · 1 year, 1 month ago
- c59550a update release note (#3726) by BenzhengZhang · 1 year, 3 months ago openh264v2.4.1 v2.4.1
- b29fd81 update openh264 version to v2.4.1 (#3724) by BenzhengZhang · 1 year, 3 months ago
- 4f01c15 Fix glitches that sometimes happen near the scene changes. (#3707) by tyan0 · 1 year, 3 months ago
- cfbd589 Add security policy (#3708) by Pedro Kaj Kjellerup Nacht · 1 year, 5 months ago
- fd66e67 Fix off by one regression in decoder (#3704) by Kalev Lember · 1 year, 5 months ago
- 34a0d2d update release note (#3703) by BenzhengZhang · 1 year, 5 months ago openh264v2.4.0 v2.4.0
- 34e14ea update openh264 version to v2.4.0 (#3691) by BenzhengZhang · 1 year, 6 months ago
- 15d02fc Use Ant compile demo and UT projects when NDK version lower than r18 (#3690) by BenzhengZhang · 1 year, 6 months ago
- b3feec2 emscripten processor count (#3667) by Jozef Chutka · 1 year, 6 months ago
- 859a08c A fuzzer found a null pointer dereference in welsDecoderExt.c (#3686) by calvano-fb · 1 year, 6 months ago
- 986bd65 Fix for out of bounds read issue by introducing bounds check on iPicBuffIdx in CWelsDecoder::ReleaseBufferedReadyPictureReorder (#3685) by calvano-fb · 1 year, 6 months ago
- 008465e compatible build with andrandroid-ndk-r18 (#3672) by BenzhengZhang · 1 year, 7 months ago
- 8f7fc38 compatible build with android-ndk-r18 by BenzhengZhang · 1 year, 9 months ago
- 9866066 add simd optimizations and fix for loongarch (#3649) by jinboson · 2 years ago
- 6967c09 Avoid providing a warning if the requested number of threads is the (#3618) by Mark Harfouche · 2 years ago
- 1772156 Bump the API version to add support for new requirements from Firefox. (#3648) by aosmond · 2 years ago
- 09a4f3e Fix NOMINMAX macro redefined issue (#3641) by Yu-Chen (Eric) Sun · 2 years, 1 month ago
- 290eea3 Fix PSkip fast algorithm from screen-sharing (#3638) by Yu-Chen (Eric) Sun · 2 years, 1 month ago
- f8aeaae Use getauxval to detect cpu capabilities (#3628) by jinboson · 2 years, 2 months ago
- 045aeac Switch building of the unittest from Ant to Gradle (#3612) by Martin Storsjö · 2 years, 4 months ago
- b16f0c2 pick up PR#3261 (#3599) by guangwei · 2 years, 4 months ago
- c4156d5 Add unit test for IdctResAddPred8x8_c/lsx (#3591) by jinboson · 2 years, 4 months ago
- be615a4 Add LoongArch SIMD. (#3587) by Lu Wang · 2 years, 4 months ago
- 4d8729c revert pull request #3609 (#3610) by guangwei · 2 years, 4 months ago
- e6a1e91 just run git actions for pull request (#3609) by guangwei · 2 years, 4 months ago
- 0b2ef5e Use WelsSnprintf instead of direct snprintf in tests (#3608) by Martin Storsjö · 2 years, 4 months ago
- a52d3b1 update enc metrics QP (#3603) by huili2 · 2 years, 4 months ago
- 886b9a5 update github workflow checkout version (#3606) by guangwei · 2 years, 4 months ago
- b044589 Silence warnings from Clang about using bitwise | with boolean operands (#3605) by Martin Storsjö · 2 years, 4 months ago
- d2f5b21 Improve checking for GCC >= 8 and Clang for passing -Wno-class-memaccess (#3598) by Martin Storsjö · 2 years, 4 months ago
- 8535525 temporarily disable ThreadDecoderOutputTest until it is fixed (#3604) by huili2 · 2 years, 4 months ago
- 9003acb remove warnings and update SHA1Table (#3594) by guangwei · 2 years, 5 months ago
- 8422de8 correct the download link for v2.3.0 (#3593) by guangwei · 2 years, 5 months ago
- db95667 Save xmm7 in DyadicBilinearQuarterDownsampler_sse by Bruce Dawson · 2 years, 6 months ago
- 0c19a5c update so version (#3576) by guangwei · 2 years, 7 months ago
- b9d3491 meson: Don't use gas-preprocessor and armasm when building for arm64 with clang-cl (#3571) by Martin Storsjö · 2 years, 7 months ago
- ef27036 WelsThread: port to GNU/Hurd by Samuel Thibault · 2 years, 8 months ago
- fa3f9a2 Add platform-gnu.mk by Samuel Thibault · 2 years, 8 months ago
- 062f9cb fix oss-fuzz issue-45607. checking if reference pic count < maximum reference count allowed. by xiaotiansf · 2 years, 8 months ago
- 9986d59 Add fuzzing to CI by Jeff Muizelaar · 2 years, 8 months ago
- 96a1f7b Add ASAN build configuration by Jeff Muizelaar · 2 years, 8 months ago
- 013c75d Disable -Werror on mingw/gcc12 until #3533 is fixed. by Jeff Muizelaar · 2 years, 8 months ago
- 2e63786 update release note (#3539) by guangwei · 2 years, 11 months ago openh264v2.3.0 v2.3.0
- 8fe55e3 update openh264 version to v2.3.0 by Guangwei Wang · 2 years, 11 months ago
- f54be70 Run the unit tests on AArch64 using qemu-user (#3531) by Jeff Muizelaar · 2 years, 11 months ago
- de02989 ci: Add more build configurations by Martin Storsjö · 2 years, 11 months ago
- e7d570e ci: Add -Werror or equivalent everywhere where building by Martin Storsjö · 2 years, 11 months ago
- d82a6d8 build: Remove specific CC/CXX/AR defaults in platform-mingw_nt.mk by Martin Storsjö · 2 years, 11 months ago
- 617cf92 run_PrepareAllTestData.sh: Don't hide the compilation output by Martin Storsjö · 2 years, 11 months ago
- 0a4cdde run_Test.sh: Don't rebuild the tools for every tested bitstream by Martin Storsjö · 2 years, 11 months ago
- b2663f5 build: Add -Wno-class-memaccess on linux if building with g++ >= 8 by Martin Storsjö · 2 years, 11 months ago
- 6901680 test: Fix indentation in macros in DecUT_IntraPrediction.cpp by Martin Storsjö · 2 years, 11 months ago
- 92efdf2 remove -Werror in Makefile (#3527) by guangwei · 2 years, 11 months ago
- a17d61d remove warnings (#3524) by guangwei · 3 years ago
- 0712009 avoid signed integer overflow (#3523) by guangwei · 3 years ago
- 3164a79 Move the headers to a 'wels/' subdirectory in the source tree (#3502) by Martin Storsjö · 3 years ago
- ed110bb Add a Windows build to Github Actions. (#3521) by Jeff Muizelaar · 3 years ago
- b6a224d use libc++ as the default C++ standard library in Mac and iOS platform (#3520) by guangwei · 3 years ago
- fac04ce Rate control fix (#3514) by Yu-Chen (Eric) Sun · 3 years ago
- 2caedb7 openh264[loongarch]: Add SIMD optimization. (#3493) by Lu Wang · 3 years ago
- 0819f28 fix threaded decoding hanging on running out of PDB buffers (issue-3487). (#3503) by Xiaotian Shi · 3 years, 1 month ago
- b3ed70d Revert "Makefile, pkg-config: Add INCLUDE_PREFIX variable, use include/openh264 as default, include correct default for pkg-config (#3415)" (#3488) by Martin Storsjö · 3 years, 1 month ago
- 5e02a73 fix Issue 44848 in oss-fuzz: openh264:decoder_fuzzer: Index-out-of-bounds in WelsDec::WelsInitRefList (#3499) by Xiaotian Shi · 3 years, 2 months ago
- 27d06a2 fix oss-fuzz issue 44853. The maximum long term ref count should never be >= 16 for frame struct video. (#3495) by Xiaotian Shi · 3 years, 2 months ago
- 962bcf7 meson: Use pkg-config generator and some cleanups (#3351) by Xavier Claessens · 3 years, 2 months ago