Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by licensecheck

Files: AUTHORS.py
 AUTHORS.rst
 CHANGELOG.rst
 HACKING.rst
 MANIFEST.in
 Makefile
 README.md
 av/__init__.py
 av/__main__.py
 av/_core.pyx
 av/about.py
 av/audio/__init__.py
 av/audio/codeccontext.pxd
 av/audio/codeccontext.pyx
 av/audio/fifo.pxd
 av/audio/fifo.pyx
 av/audio/format.pxd
 av/audio/format.pyx
 av/audio/frame.pxd
 av/audio/frame.pyx
 av/audio/layout.pxd
 av/audio/layout.pyx
 av/audio/plane.pxd
 av/audio/plane.pyx
 av/audio/resampler.pxd
 av/audio/resampler.pyx
 av/audio/stream.pxd
 av/audio/stream.pyx
 av/buffer.pxd
 av/buffer.pyx
 av/bytesource.pxd
 av/bytesource.pyx
 av/codec/__init__.py
 av/codec/codec.pxd
 av/codec/codec.pyx
 av/codec/context.pxd
 av/codec/context.pyx
 av/container/__init__.py
 av/container/core.pxd
 av/container/core.pyx
 av/container/input.pxd
 av/container/input.pyx
 av/container/output.pxd
 av/container/output.pyx
 av/container/pyio.pxd
 av/container/pyio.pyx
 av/container/streams.pxd
 av/container/streams.pyx
 av/data/stream.pxd
 av/data/stream.pyx
 av/datasets.py
 av/deprecation.py
 av/descriptor.pxd
 av/descriptor.pyx
 av/dictionary.pxd
 av/dictionary.pyx
 av/enum.pxd
 av/enum.pyx
 av/error.pxd
 av/error.pyx
 av/filter/__init__.py
 av/filter/context.pxd
 av/filter/context.pyx
 av/filter/filter.pxd
 av/filter/filter.pyx
 av/filter/graph.pxd
 av/filter/graph.pyx
 av/filter/link.pxd
 av/filter/link.pyx
 av/filter/pad.pxd
 av/filter/pad.pyx
 av/format.pxd
 av/format.pyx
 av/frame.pxd
 av/frame.pyx
 av/logging.pxd
 av/logging.pyx
 av/option.pxd
 av/option.pyx
 av/packet.pxd
 av/packet.pyx
 av/plane.pxd
 av/plane.pyx
 av/sidedata/motionvectors.pxd
 av/sidedata/motionvectors.pyx
 av/sidedata/sidedata.pxd
 av/sidedata/sidedata.pyx
 av/stream.pxd
 av/stream.pyx
 av/subtitles/codeccontext.pxd
 av/subtitles/codeccontext.pyx
 av/subtitles/stream.pxd
 av/subtitles/stream.pyx
 av/subtitles/subtitle.pxd
 av/subtitles/subtitle.pyx
 av/utils.pxd
 av/utils.pyx
 av/video/__init__.py
 av/video/codeccontext.pxd
 av/video/codeccontext.pyx
 av/video/format.pxd
 av/video/format.pyx
 av/video/frame.pxd
 av/video/frame.pyx
 av/video/plane.pxd
 av/video/plane.pyx
 av/video/reformatter.pxd
 av/video/reformatter.pyx
 av/video/stream.pxd
 av/video/stream.pyx
 debian/TODO
 debian/clean
 debian/control
 debian/copyright-check
 debian/gbp.conf
 debian/rules
 debian/source/format
 debian/source/lintian-overrides
 debian/tests/control
 debian/watch
 docs/Makefile
 docs/_static/custom.css
 docs/_themes/pyav/layout.html
 docs/_themes/pyav/theme.conf
 docs/api/_globals.rst
 docs/api/audio.rst
 docs/api/buffer.rst
 docs/api/codec.rst
 docs/api/container.rst
 docs/api/enum.rst
 docs/api/error.rst
 docs/api/error_table.py
 docs/api/filter.rst
 docs/api/frame.rst
 docs/api/packet.rst
 docs/api/plane.rst
 docs/api/sidedata.rst
 docs/api/stream.rst
 docs/api/subtitles.rst
 docs/api/time.rst
 docs/api/utils.rst
 docs/api/video.rst
 docs/conf.py
 docs/cookbook/basics.rst
 docs/cookbook/numpy.rst
 docs/development/changelog.rst
 docs/development/contributors.rst
 docs/development/hacking.rst
 docs/development/includes.py
 docs/development/includes.rst
 docs/development/license.rst
 docs/generate-tagfile
 docs/index.rst
 docs/overview/caveats.rst
 docs/overview/installation.rst
 examples/basics/parse.py
 examples/basics/remux.py
 examples/basics/save_keyframes.py
 examples/basics/thread_type.py
 examples/numpy/barcode.py
 examples/numpy/generate_video.py
 examples/numpy/generate_video_with_pts.py
 flags.txt
 include/libav.pxd
 include/libavcodec/avcodec.pxd
 include/libavdevice/avdevice.pxd
 include/libavfilter/avfilter.pxd
 include/libavfilter/avfiltergraph.pxd
 include/libavfilter/buffersink.pxd
 include/libavfilter/buffersrc.pxd
 include/libavformat/avformat.pxd
 include/libavutil/avutil.pxd
 include/libavutil/channel_layout.pxd
 include/libavutil/dict.pxd
 include/libavutil/error.pxd
 include/libavutil/frame.pxd
 include/libavutil/motion_vector.pxd
 include/libavutil/samplefmt.pxd
 include/libswresample/swresample.pxd
 include/libswscale/swscale.pxd
 pyproject.toml
 scratchpad/README
 scratchpad/__init__.py
 scratchpad/audio.py
 scratchpad/audio_player.py
 scratchpad/average.py
 scratchpad/cctx_decode.py
 scratchpad/cctx_encode.py
 scratchpad/container-gc.py
 scratchpad/decode.py
 scratchpad/dump_format.py
 scratchpad/encode.py
 scratchpad/encode_frames.py
 scratchpad/filter_audio.py
 scratchpad/frame_seek_example.py
 scratchpad/glproxy.py
 scratchpad/graph.py
 scratchpad/player.py
 scratchpad/qtproxy.py
 scratchpad/remux.py
 scratchpad/resource_use.py
 scratchpad/save_subtitles.py
 scratchpad/second_seek_example.py
 scratchpad/seekmany.py
 scratchpad/show_frames_opencv.py
 scratchpad/sidedata.py
 scripts/activate.sh
 scripts/build
 scripts/build-debug-python
 scripts/build-deps
 scripts/clean-branches
 scripts/fetch-vendor.json
 scripts/fetch-vendor.py
 scripts/test
 scripts/vagrant-test
 setup.cfg
 setup.py
 tests/common.py
 tests/requirements.txt
 tests/test_audiofifo.py
 tests/test_audioformat.py
 tests/test_audioframe.py
 tests/test_audiolayout.py
 tests/test_audioresampler.py
 tests/test_codec.py
 tests/test_codec_context.py
 tests/test_containerformat.py
 tests/test_decode.py
 tests/test_deprecation.py
 tests/test_dictionary.py
 tests/test_doctests.py
 tests/test_encode.py
 tests/test_enums.py
 tests/test_errors.py
 tests/test_file_probing.py
 tests/test_filters.py
 tests/test_logging.py
 tests/test_options.py
 tests/test_python_io.py
 tests/test_seek.py
 tests/test_streams.py
 tests/test_subtitles.py
 tests/test_timeout.py
 tests/test_videoformat.py
 tests/test_videoframe.py
Copyright: NONE
License: UNKNOWN
 FIXME

Files: LICENSE.txt
Copyright: retained by original committers.
License: BSD-3-clause
 FIXME

