summaryrefslogtreecommitdiff
path: root/multimedia/libde265
AgeCommit message (Collapse)AuthorFilesLines
2022-11-01libde265: updated to 1.0.9adam2-15/+11
v1.0.9 security fixes
2022-07-25*: remove pkg-config from tools where no buildlink3.mk file is includedwiz1-2/+1
Bulk build on NetBSD of these packages had the same result as before (build succeeds, no PLIST change).
2021-10-26multimedia: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (for legal reasons?): ./multimedia/adobe-flash-player/distinfo adobe-flash-player-32.0.0.465/flash_player_npapi_linux.i386.tar.gz ./multimedia/adobe-flash-player/distinfo adobe-flash-player-32.0.0.465/flash_player_npapi_linux.x86_64.tar.gz ./multimedia/libdvdcss/distinfo libdvdcss-1.4.3.tar.bz2
2021-10-07multimedia: Remove SHA1 hashes for distfilesnia1-2/+1
2021-01-21libde265: remove dependency on deprecated sdl1 librarynia1-2/+2
it is only used by example programs.
2020-11-09libde265: update to 1.0.8.wiz2-7/+7
v1.0.8 - HRD parameters, VUI fixes read HDR parameters from VUI header fix reading matrix_coeffs from VUI header build fixes for vcpkg
2020-10-05libde265: update to 1.0.7.wiz2-7/+7
add API to read VUI color information from bitstream
2020-08-31multimedia/libde265: import libde265-1.0.6ryoon5-0/+61
libde265 is an open source implementation of the h.265 video codec. It is written from scratch and has a plain C API to enable a simple integration into other software.