Metadata-Version: 2.1
Name: vc2-conformance
Version: 0.4.7
Summary: Conformance testing utilities for the VC-2 video codec.
Home-page: https://github.com/bbc/vc2_conformance
Author: BBC R&D
License: GPL-3.0-only
Keywords: vc2 dirac dirac-pro conformance
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: bitarray-hardbyte
Requires-Dist: sentinels
Requires-Dist: vc2-data-tables (<2.0,>=0.1.1)
Requires-Dist: vc2-bit-widths (<2.0,>=0.1.1)
Requires-Dist: vc2-conformance-data (<2.0,>=0.1.1)
Requires-Dist: pillow (<7) ; python_version < "3.0"
Requires-Dist: numpy (<1.17) ; python_version < "3.0"
Requires-Dist: enum34 ; python_version < "3.4"
Requires-Dist: pillow ; python_version >= "3.0"
Requires-Dist: numpy (<1.20) ; python_version >= "3.0" and python_version < "3.7"
Requires-Dist: numpy ; python_version >= "3.7"

VC-2 Conformance Testing Software
=================================

This repository contains software tools for checking the conformance of VC-2
video codec implementations to the [SMPTE ST 2042-1 (VC-2) family of
standards](https://ieeexplore.ieee.org/document/7967896).

Getting started
---------------

The VC-2 conformance software manual walks through the process of installing
and using these tools to test the conformance of a VC-2 codec implementation.
You can read the manual online using one of the links below:

* [**VC-2 conformance software manual (HTML version)**](https://bbc.github.io/vc2_conformance/)
* [**VC-2 conformance software manual (PDF version)**](https://bbc.github.io/vc2_conformance/vc2_conformance_manual.pdf)


See also
--------

This software builds on the following support libraries:

* [`vc2_data_tables`](https://github.com/bbc/vc2_data_tables): Data tables and
  constant definitions from the VC-2 standard.

* [`vc2_bit_widths`](https://github.com/bbc/vc2_bit_widths) Mathematical
  routines for computing near worst case signals for VC-2 codecs.

* [`vc2_conformance_data`](https://github.com/bbc/vc2_conformance_data): Data
  files (e.g. test pictures) used in the conformance testing process.

This software's test suite implements a formal verification processes to ensure
consistency with the VC-2 specification. This process uses code generated by
the [`vc2_pseudocode_parser`](https://github.com/bbc/vc2_pseudocode_parser)
package.


Developers
----------

The [developer's manual for this
software](https://bbc.github.io/vc2_conformance/developer_guide/index.html)
includes a detailed overview of the construction and design of this software,
including [instructions for setting up a development
installation](https://bbc.github.io/vc2_conformance/developer_guide/index.html).


License
-------

This software is distributed under the [GNU General Public License version
3](./LICENSE.txt), &copy; BBC 2021.


