./multimedia/openh264, H.264 encoder/decoder library from Cisco

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.6.0, Package name: openh264-2.6.0, Maintainer: pkgsrc-users

OpenH264 is a codec library which supports H.264 encoding and decoding.
It is suitable for use in real time applications such as WebRTC.


Master sites:

Filesize: 58888.909 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-18 11:33:23 by Thomas Klausner | Files touched by this commit (38)
Log message:
*: recursive bump for openh264
   2025-02-18 11:13:33 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
openh264: update to 2.6.0.

v2.6.0
------
- Initialize PSNR to 0 instead of NAN (Commit: cf3b514b, PR: #3836)
- Enable PIC in x86 assembly code (Commit: c42fa040, PR: #3831)
- Add QEMU test for LoongArch architecture (Commit: e49c0953, PR: #3833)
- Add support for calculating PSNR for Y/U/V components (Commit: 33f7f486, PR: #3824)
- Add support for PowerPC architecture in meson.build (Commit: 423eb2c3, PR: #3806)
- Fix potential bug in the codebase (Commit: 63db555e, PR: #3818)
- Pass the actual temporal ID to GMPVideoEncodedFrame (Commit: 1c47e719, PR: #3828)
- Use HW_NCPUONLINE on OpenBSD / NetBSD for CPU detection (Commit: fc1605c1, PR: \ 
#3813)
- Add Windows VSBuildTools VC17 compile support (Commit: 1ebb3f1a, PR: #3823)
- Expose temporal layer info via GMP API at encoder initialization and on a \ 
per-frame basis (Commit: ad3f6904, PR: #3821)
- Remove the use of -Werror to prevent warnings from being treated as errors \ 
(Commit: edbef4df, PR: #3809)
- Use void casts to silence warnings about memcpy to a class (Commit: 6746bc48, \ 
PR: #3800)
   2024-11-12 10:05:29 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
openh264: updated to 2.5.0

v2.5.0

- Fix some multi-thread decoding issues
- Remove unused pSpatialLayer variable in DetermineTemporalSettings
- Change picOrderCnt to 2
- Fix cross compile from darwin arm64 to x86_64
- Fix deadlock at the end of decoding
- Fix frame-decode errors
- Fix build with meson on riscv64
- Enable pac bti support
- Fix a bug in decoding H.264 streams encoded by Apple HWA encoder
   2024-11-07 11:48:03 by Jonathan Perkin | Files touched by this commit (3)
Log message:
openh264: Support illumos.
   2024-02-02 14:08:51 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
openh264: updated to 2.4.1

v2.4.1
------
- Fix off by one regression in decoder
- Add security policy
- Fix glitches that sometimes happen near the scene changes

v2.4.0
------
- Add LoongArch SIMD
- Support Android NDK r20 (also r21)
- Support using gradle to build Android demo and unittest
- Bug fixes
   2023-05-29 15:28:44 by Adam Ciarcinski | Files touched by this commit (6) | Package updated
Log message:
openh264: updated to 2.3.1

v2.3.1

update SHAREDLIB_MAJORVERSION value in Makefile

v2.3.0

Decoder bug fix to correct the B-frame order in some case
Fixes to avoid hanging for multi-thread decoding
Some Enhancements and fixes for rate control
Assembly optimization for loongson platform
Some minor bug fixes

v2.2.0

Add support for B-slice error concealment
Thread decoding support for multi-slice frame
SIMD optimization for loongson platform
Support the arm64 compilation on Windows and MacOS platform
Some Bug fixes for B-frame decoding
Some minor bug fixes
   2022-07-25 13:12:30 by Thomas Klausner | Files touched by this commit (102)
Log message:
*: remove pkg-config from tools where no buildlink3.mk file is included

Bulk build on NetBSD of these packages had the same result as before
(build succeeds, no PLIST change).
   2021-11-16 15:56:36 by Nia Alarie | Files touched by this commit (9)
Log message:
openh264: import from pkgsrc-wip

OpenH264 is a codec library which supports H.264 encoding and decoding.
It is suitable for use in real time applications such as WebRTC.

Work by tnn, ryoon, myself