{"id":28921548,"url":"https://github.com/link-u/libavif-container","last_synced_at":"2025-10-07T02:45:39.322Z","repository":{"id":37002810,"uuid":"228125298","full_name":"link-u/libavif-container","owner":"link-u","description":"A library to manipulate avif containers. It's for neither decoding nor encoding.","archived":false,"fork":false,"pushed_at":"2023-04-13T12:44:46.000Z","size":197,"stargazers_count":10,"open_issues_count":5,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-22T07:07:03.574Z","etag":null,"topics":["av1","avif","cpp","heif","isobmff","miaf"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/link-u.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-15T03:53:30.000Z","updated_at":"2022-06-09T08:08:46.000Z","dependencies_parsed_at":"2023-02-12T17:16:18.314Z","dependency_job_id":null,"html_url":"https://github.com/link-u/libavif-container","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/link-u/libavif-container","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-u%2Flibavif-container","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-u%2Flibavif-container/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-u%2Flibavif-container/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-u%2Flibavif-container/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/link-u","download_url":"https://codeload.github.com/link-u/libavif-container/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/link-u%2Flibavif-container/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278710890,"owners_count":26032541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["av1","avif","cpp","heif","isobmff","miaf"],"created_at":"2025-06-22T07:06:58.620Z","updated_at":"2025-10-07T02:45:39.317Z","avatar_url":"https://github.com/link-u.png","language":"C++","readme":"# libavif-container\n\n**Sorry, this repository is no longer maintained due to the retirement of the main maintainer. After some time, this repository will be archived.**\n\n**Ther source is currently maitained on [avif-community](https://github.com/avif-community/libavif-container) by the maintaier. It's not a official community of AVIF codec. We take no resposibility the name of this community.**\n\n**This repository will be removed after 2023-01-31 to resolve the confusing situation.**\n\n\n[![Unit tests](https://github.com/link-u/libavif-container/workflows/Unit%20tests/badge.svg)](https://github.com/link-u/libavif-container/actions?query=workflow%3A%22Unit+tests%22)\n\nA library to parsing and writing avif container.\n\n(It is not for neither decoding nor encoding.)\n\n## Related repositories\n\n- [link-u/davif](https://github.com/link-u/davif) - avif decoder, using dav1d directly.\n- [link-u/cavif](https://github.com/link-u/cavif) - avif encoder, using libaom directly.\n- [link-u/avif-sample-images](https://github.com/link-u/avif-sample-images) - sample images from us.\n- [AOMediaCodec/av1-avif](https://github.com/AOMediaCodec/av1-avif/tree/master/testFiles) - test files from Microsoft and Netflix.\n\n# How to use\n\n## To clone this repo\n\n```bash\ngit clone --recurse-submodules --recursive https://github.com/link-u/libavif-container.git\n```\n\n## From CMake\n\nWe suggest you to vendor this library to your repo using `git submodule add`.\n\n```cmake\n# example: git submodule add \u003cthis repo\u003e external/libavif-container\nadd_subdirectory(external/libavif-container)\n\n# libavif-container depends on C++17 features,\n# so we strongly recommended you to use C++17 or higher.\nset(CMAKE_CXX_STANDARD 17)\nset(CMAKE_CXX_STANDARD_REQUIRED ON)\n\n# link to your library or executable\ntarget_link_libraries(\u003cyour-target\u003e libavif-container)\n```\n\n# License\n\nMIT\n\n# References\n\n## AV1 / AVIF\n- AV1\n  - [AV1 Bitstream \u0026 Decoding Process Specification](https://aomediacodec.github.io/av1-spec/)\n- AVIF\n  - [AV1 Image File Format (AVIF)](https://aomediacodec.github.io/av1-avif/)\n  - [AV1 Codec ISO Media File Format Binding](https://aomediacodec.github.io/av1-isobmff/)\n- Others\n  - [AVIF2018.pdf](http://web.archive.org/web/20181109113447/https://people.xiph.org/~negge/AVIF2018.pdf)\n  - [A Technical Overview of AV1 | IEEE](https://ieeexplore.ieee.org/document/9363937)\n\n## ISOBMFF\n- [ISO - ISO/IEC 14496-12:2015  \n  Information technology - Coding of audio-visual objects  \n  Part 12: ISO base media file format](https://www.iso.org/standard/68960.html)\n- [ISO BMFF Byte Stream Format -  \n  W3C Working Group Note 04 October 2016](https://www.w3.org/TR/mse-byte-stream-format-isobmff/)\n\n## HEIF - MPEG-H Part 12 (ISO/IEC 23008-12)\n- [Information technology — High efficiency coding and media delivery in heterogeneous environments — Part 12: Image File Format](https://www.iso.org/standard/66067.html)\n- [HEIF Technical Information - High Efficiency Image File Format](https://nokiatech.github.io/heif/technical.html)\n- [nokiatech/heif: High Efficiency Image File Format](https://github.com/nokiatech/heif/)\n\n## MIAF - MPEG-A Part 22 (ISO/IEC 23000-22:2019)\n- [ISO/IEC 23000-22:2019\u003cbr\u003eInformation technology — Multimedia application format (MPEG-A) — Part 22: Multi-image application format (MIAF)](https://www.iso.org/standard/74417.html)\n  - [ISO/IEC 23000-22:2019/Amd 1:2021](https://www.iso.org/standard/80757.html)\n  - [ISO/IEC 23000-22:2019/Amd 2:2021](https://www.iso.org/standard/81634.html)\n\n## ComplianceWarden\n\n- [gpac/ComplianceWarden: A pluggable ISOBMFF (MP4/IFF) compliance checker](https://github.com/gpac/ComplianceWarden)\n  - [MPEG MIAF Conformance Software Wasm demo](https://gpac.github.io/ComplianceWarden-wasm/)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flink-u%2Flibavif-container","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flink-u%2Flibavif-container","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flink-u%2Flibavif-container/lists"}