LICENSE.txt
MANIFEST.in
README.md
flags.txt
pyproject.toml
setup.cfg
setup.py
av/__init__.py
av/__main__.py
av/_core.pyx
av/about.py
av/buffer.pxd
av/buffer.pyx
av/bytesource.pxd
av/bytesource.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/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/stream.pxd
av/stream.pyx
av/utils.pxd
av/utils.pyx
av.egg-info/PKG-INFO
av.egg-info/SOURCES.txt
av.egg-info/dependency_links.txt
av.egg-info/entry_points.txt
av.egg-info/not-zip-safe
av.egg-info/top_level.txt
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/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/__init__.py
av/data/stream.pxd
av/data/stream.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/sidedata/__init__.py
av/sidedata/motionvectors.pxd
av/sidedata/motionvectors.pyx
av/sidedata/sidedata.pxd
av/sidedata/sidedata.pyx
av/subtitles/__init__.py
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/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
docs/conf.py
docs/index.rst
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/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/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
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
src/av/_core.c
src/av/buffer.c
src/av/bytesource.c
src/av/descriptor.c
src/av/dictionary.c
src/av/enum.c
src/av/error.c
src/av/format.c
src/av/frame.c
src/av/logging.c
src/av/option.c
src/av/packet.c
src/av/plane.c
src/av/stream.c
src/av/utils.c
src/av/audio/codeccontext.c
src/av/audio/fifo.c
src/av/audio/format.c
src/av/audio/frame.c
src/av/audio/layout.c
src/av/audio/plane.c
src/av/audio/resampler.c
src/av/audio/stream.c
src/av/codec/codec.c
src/av/codec/context.c
src/av/container/core.c
src/av/container/input.c
src/av/container/output.c
src/av/container/pyio.c
src/av/container/streams.c
src/av/data/stream.c
src/av/filter/context.c
src/av/filter/filter.c
src/av/filter/graph.c
src/av/filter/link.c
src/av/filter/pad.c
src/av/sidedata/motionvectors.c
src/av/sidedata/sidedata.c
src/av/subtitles/codeccontext.c
src/av/subtitles/stream.c
src/av/subtitles/subtitle.c
src/av/video/codeccontext.c
src/av/video/format.c
src/av/video/frame.c
src/av/video/plane.c
src/av/video/reformatter.c
src/av/video/stream.c
tests/__init__.py
tests/common.py
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_container.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