strukturag/libde265
Open h.265 video codec implementation. observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 87
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 8
- age_days: 4755
- days_rel: 91
- days_push: 7
- n_releases_24m: 6
Adoption not part of the score
1910 stars · 496 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
libde265 is an open source implementation of the H.265 (HEVC) video codec written from scratch in C++ with a plain C API for easy integration. It supports WPP and tile-based multithreading, SSE optimizations, and includes example programs dec265 and sherlock265.
Use cases
- decode h.265/hevc video streams in my application
- integrate an HEVC decoder into a media player via a C API
- play raw h.265 bitstream files
- visually inspect h.265 bitstream structures like CU trees and intra prediction modes
- decode 4K HEVC video with multithreaded performance
- add HEVC decoding to a GStreamer pipeline
When to choose
- you need an open-source HEVC decoder with a simple C API
- you need high-performance multithreaded decoding of Main profile streams
- you want to embed HEVC decoding in C/C++ software without heavy dependencies
- you need to debug or visualize h.265 bitstream internals
When to avoid
- you need HEVC encoding rather than decoding
- you need a full-featured video player or transcoding framework
- you need profiles or features beyond the Main profile
- you prefer a hardware-accelerated decoder over a software implementation
Facets
library · maturity stable
video-processing image-processing media developer-tools windows cross-platform cpp c h265 hevc video-codec decoder multithreading sse-optimizations c-api video linux macos
1 source
- readme: https://github.com/strukturag/libde265 · fetched 2026-08-28 · a47ecb66fb9e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| strukturag/libde265 | main | 95 |
For agents
markdown · JSON · MCP: product_card(name="strukturag/libde265")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem