- 772e63d security: fix ExpandBsBuffer queued retarget UAF (SPARK-838034) (#3985) by BenzhengZhang · 11 hours ago master
- 4cbd8a1 decoder: re-derive stale thread picture before reference write (#3984) by BenzhengZhang · 11 hours ago
- 3738dd5 decoder: prevent threaded decoder deadlock on lost references (#3983) by BenzhengZhang · 16 hours ago
- 8ed6560 processing: validate chroma strides before downsample (#3977) by BenzhengZhang · 35 hours ago
- 98bc7cb decoder: guard GetColocatedMb null colocPic before wait (#3978) by BenzhengZhang · 2 weeks ago
- 24ff6e9 encoder: validate geometry area using widened arithmetic (#3976) by BenzhengZhang · 2 weeks ago
- 35325f4 psnr: add coverage for the per-frame PSNR API (#3975) by Philipp Hancke · 3 weeks ago
- 4a2615f decoder: bounds-check CAVLC I_PCM copy before reading bitstream (#3968) by BenzhengZhang · 5 weeks ago
- d59cefb decoder: validate FMO slice-group run length before building allocation map (#3967) by BenzhengZhang · 5 weeks ago
- fca40fc Fix slice buffer size validation and allocation during dynamic load balancing (#3966) by Erik Språng · 5 weeks ago
- e22b273 Fix asymmetric chroma plane stride handling in encoder preprocessing (#3961) by Erik Språng · 5 weeks ago
- 5afa919 decoder: initialize iPicBuffIdx and validate before picture buffer indexing (#3965) by BenzhengZhang · 6 weeks ago
- 1189afa Fix thread cleanup and memory leaks during partial initialization (#3959) by Erik Språng · 6 weeks ago
- 1253268 Clamp screen content scroll motion vectors to configured range (#3962) by Erik Språng · 6 weeks ago
- 95eb9b0 Revert "Fix dynamic slice adjustment for frames with extreme aspect ratios (#…" (#3964) by BenzhengZhang · 6 weeks ago
- d91f567 Fix dynamic slice adjustment for frames with extreme aspect ratios (#3960) by Erik Språng · 6 weeks ago
- 6d95111 Fix SumOfFrame for extremely wide frames (#3958) by Erik Språng · 6 weeks ago
- 40555ec Prevent potential undedefined behavior in WelsCommon::BsFlush() (#3957) by Erik Språng · 7 weeks ago
- 3bc90ba build: upgrade bundled gtest to 1.15.2 (#3963) by BenzhengZhang · 7 weeks ago
- a8e04ad Make sure we allocate enough space for all slices (#3956) by Erik Språng · 8 weeks ago
- e3f5b10 fix: harden parse-only VCL NAL save logic in au_parser (#3944) by BenzhengZhang · 4 months ago
- cf568c8 guard aarch64 assembly with __aarch64__ (#3905) by akallabeth · 10 months ago
- 1c5ac2f Fix crashes on 2k3000 (#3897) by jinboson · 10 months ago
- a017516 Update windows/mingw CI (#3906) by BenzhengZhang · 10 months ago
- 0c9a557 meson.build: Add FreeBSD to common posix platforms (#3867) by Audrey Dutcher · 1 year, 5 months ago
- c2e7c4a Fix the issue #3837 (#3868) by tyan0 · 1 year, 5 months ago
- 042473e Merge pull request #3864 from xry111/xry111/VAACalcSad_lsx_type by BenzhengZhang · 1 year, 6 months ago
- f285349 Remove unused parameters in VAACalcSad_lsx by Xi Ruoyao · 1 year, 6 months ago
- a85e118 Update shared lib version for meson (#3860) by BenzhengZhang · 1 year, 6 months ago
- 652bdb7 update release note (#3855) by BenzhengZhang · 1 year, 7 months ago v2.6.0
- d12e51a update openh264 version to v2.6.0 (#3852) by BenzhengZhang · 1 year, 7 months ago
- cf3b514 psnr: do not use NAN, initialize to 0 (#3836) by Philipp Hancke · 1 year, 7 months ago
- c42fa04 meson.build: Enable PIC in x86 assembly code (#3831) by Khem Raj · 1 year, 7 months ago
- e49c095 Add qemu test for LoongArch (#3833) by jinboson · 1 year, 7 months ago
- 33f7f48 Allow calculating PSNR for Y/U/V components (#3824) by Philipp Hancke · 1 year, 8 months ago
- 423eb2c meson.build: add powerpc arch (#3806) by Sergey Fedorov · 1 year, 8 months ago
- 63db555 Potential bug fix (#3818) by BenzhengZhang · 1 year, 8 months ago
- 1c47e71 Pass the actual temporal id to GMPVideoEncodedFrame (#3828) by Andreas Pehrson · 1 year, 8 months ago
- fc1605c Use HW_NCPUONLINE on OpenBSD / NetBSD (#3813) by Brad Smith · 1 year, 8 months ago
- 1ebb3f1 Add Windows VSBuildTools VC17 compile support (#3823) by act262 · 1 year, 8 months ago
- ad3f690 Expose via GMP API temporal layer info at encoder initialization and on a per frame basis. (#3821) by Andrew Osmond · 1 year, 9 months ago
- edbef4d Do not use -Werror (#3809) by Ryan Carsten Schmidt · 1 year, 9 months ago
- 6746bc4 Use void casts to silence warnings about memcpy to a class (#3800) by Martin Storsjö · 1 year, 9 months ago
- 8c7008a update release note (#3798) by BenzhengZhang · 1 year, 10 months ago openh264v2.5.0 v2.5.0
- 6432372 update openh264 version to v2.5.0 (#3796) by BenzhengZhang · 1 year, 10 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 · 1 year, 11 months ago
- 2a3207b Update build.yaml (#3791) by BenzhengZhang · 1 year, 11 months ago
- 8109455 Fix broken decode result in multi-thread decoding. (#3782) by tyan0 · 1 year, 11 months ago
- 3668daf Enable pac bti support (#3775) by Bill Roberts · 2 years ago
- cea886e build: fix build with meson on riscv64 (#3773) by Ziyao · 2 years ago
- fa6d099 Fix frame-decode errors. (#3723) by tyan0 · 2 years, 1 month ago
- e0bbb7f Fix deadlock at the end of decoding. (#3767) by tyan0 · 2 years, 1 month ago
- 4ab86b8 fix cross compile from darwin arm64 to x86_64 (#3716) by zhuzeitou · 2 years, 2 months ago
- 478e5ab Change picOrderCnt to 2 (#3752) by Philipp Hancke · 2 years, 2 months ago
- de02617 Remove unused pSpatialLayer variable in DetermineTemporalSettings (#3761) by Philipp Hancke · 2 years, 2 months ago
- 1c23887 Fix race issue among decoding threads which causes broken frame. (#3735) by tyan0 · 2 years, 4 months ago
- 1debdae Fix crash on multi-thread decoding. (#3736) by tyan0 · 2 years, 5 months ago
- f86f0e4 Revert "Fix WelsTraceCallback conversion. (#3722)" (#3739) by BenzhengZhang · 2 years, 5 months ago
- 28b533a Fix WelsTraceCallback conversion. (#3722) by Mohu · 2 years, 5 months ago
- c0e5ea2 Fix regression in PR#3707 for multi-thread decoding (#3734) by tyan0 · 2 years, 5 months ago
- c59550a update release note (#3726) by BenzhengZhang · 2 years, 7 months ago openh264v2.4.1 v2.4.1
- b29fd81 update openh264 version to v2.4.1 (#3724) by BenzhengZhang · 2 years, 7 months ago
- 4f01c15 Fix glitches that sometimes happen near the scene changes. (#3707) by tyan0 · 2 years, 7 months ago
- cfbd589 Add security policy (#3708) by Pedro Kaj Kjellerup Nacht · 2 years, 9 months ago
- fd66e67 Fix off by one regression in decoder (#3704) by Kalev Lember · 2 years, 9 months ago
- 34a0d2d update release note (#3703) by BenzhengZhang · 2 years, 9 months ago openh264v2.4.0 v2.4.0
- 34e14ea update openh264 version to v2.4.0 (#3691) by BenzhengZhang · 2 years, 10 months ago
- 15d02fc Use Ant compile demo and UT projects when NDK version lower than r18 (#3690) by BenzhengZhang · 2 years, 10 months ago
- b3feec2 emscripten processor count (#3667) by Jozef Chutka · 2 years, 10 months ago
- 859a08c A fuzzer found a null pointer dereference in welsDecoderExt.c (#3686) by calvano-fb · 2 years, 10 months ago
- 986bd65 Fix for out of bounds read issue by introducing bounds check on iPicBuffIdx in CWelsDecoder::ReleaseBufferedReadyPictureReorder (#3685) by calvano-fb · 2 years, 10 months ago
- 008465e compatible build with andrandroid-ndk-r18 (#3672) by BenzhengZhang · 2 years, 11 months ago
- 8f7fc38 compatible build with android-ndk-r18 by BenzhengZhang · 3 years ago
- 9866066 add simd optimizations and fix for loongarch (#3649) by jinboson · 3 years, 4 months ago
- 6967c09 Avoid providing a warning if the requested number of threads is the (#3618) by Mark Harfouche · 3 years, 4 months ago
- 1772156 Bump the API version to add support for new requirements from Firefox. (#3648) by aosmond · 3 years, 4 months ago
- 09a4f3e Fix NOMINMAX macro redefined issue (#3641) by Yu-Chen (Eric) Sun · 3 years, 5 months ago
- 290eea3 Fix PSkip fast algorithm from screen-sharing (#3638) by Yu-Chen (Eric) Sun · 3 years, 5 months ago
- f8aeaae Use getauxval to detect cpu capabilities (#3628) by jinboson · 3 years, 6 months ago
- 045aeac Switch building of the unittest from Ant to Gradle (#3612) by Martin Storsjö · 3 years, 8 months ago
- b16f0c2 pick up PR#3261 (#3599) by guangwei · 3 years, 8 months ago
- c4156d5 Add unit test for IdctResAddPred8x8_c/lsx (#3591) by jinboson · 3 years, 8 months ago
- be615a4 Add LoongArch SIMD. (#3587) by Lu Wang · 3 years, 8 months ago
- 4d8729c revert pull request #3609 (#3610) by guangwei · 3 years, 8 months ago
- e6a1e91 just run git actions for pull request (#3609) by guangwei · 3 years, 8 months ago
- 0b2ef5e Use WelsSnprintf instead of direct snprintf in tests (#3608) by Martin Storsjö · 3 years, 8 months ago
- a52d3b1 update enc metrics QP (#3603) by huili2 · 3 years, 8 months ago
- 886b9a5 update github workflow checkout version (#3606) by guangwei · 3 years, 8 months ago
- b044589 Silence warnings from Clang about using bitwise | with boolean operands (#3605) by Martin Storsjö · 3 years, 8 months ago
- d2f5b21 Improve checking for GCC >= 8 and Clang for passing -Wno-class-memaccess (#3598) by Martin Storsjö · 3 years, 8 months ago
- 8535525 temporarily disable ThreadDecoderOutputTest until it is fixed (#3604) by huili2 · 3 years, 8 months ago
- 9003acb remove warnings and update SHA1Table (#3594) by guangwei · 3 years, 8 months ago
- 8422de8 correct the download link for v2.3.0 (#3593) by guangwei · 3 years, 9 months ago
- db95667 Save xmm7 in DyadicBilinearQuarterDownsampler_sse by Bruce Dawson · 3 years, 10 months ago
- 0c19a5c update so version (#3576) by guangwei · 4 years ago
- b9d3491 meson: Don't use gas-preprocessor and armasm when building for arm64 with clang-cl (#3571) by Martin Storsjö · 4 years ago
- ef27036 WelsThread: port to GNU/Hurd by Samuel Thibault · 4 years ago
- fa3f9a2 Add platform-gnu.mk by Samuel Thibault · 4 years ago
- 062f9cb fix oss-fuzz issue-45607. checking if reference pic count < maximum reference count allowed. by xiaotiansf · 4 years ago
- 9986d59 Add fuzzing to CI by Jeff Muizelaar · 4 years ago