CMakeLists.txt
LICENSE.txt
MANIFEST.in
NOTICE.txt
README.md
pyproject.toml
setup.cfg
setup.py
OpenTimelineIO.egg-info/PKG-INFO
OpenTimelineIO.egg-info/SOURCES.txt
OpenTimelineIO.egg-info/dependency_links.txt
OpenTimelineIO.egg-info/entry_points.txt
OpenTimelineIO.egg-info/not-zip-safe
OpenTimelineIO.egg-info/requires.txt
OpenTimelineIO.egg-info/top_level.txt
contrib/opentimelineio_contrib/__init__.py
contrib/opentimelineio_contrib/adapters/__init__.py
contrib/opentimelineio_contrib/adapters/advanced_authoring_format.py
contrib/opentimelineio_contrib/adapters/ale.py
contrib/opentimelineio_contrib/adapters/burnins.py
contrib/opentimelineio_contrib/adapters/contrib_adapters.plugin_manifest.json
contrib/opentimelineio_contrib/adapters/extern_maya_sequencer.py
contrib/opentimelineio_contrib/adapters/extern_rv.py
contrib/opentimelineio_contrib/adapters/fcpx_xml.py
contrib/opentimelineio_contrib/adapters/ffmpeg_burnins.py
contrib/opentimelineio_contrib/adapters/hls_playlist.py
contrib/opentimelineio_contrib/adapters/kdenlive.py
contrib/opentimelineio_contrib/adapters/maya_sequencer.py
contrib/opentimelineio_contrib/adapters/rv.py
contrib/opentimelineio_contrib/adapters/xges.py
contrib/opentimelineio_contrib/adapters/aaf_adapter/__init__.py
contrib/opentimelineio_contrib/adapters/aaf_adapter/aaf_writer.py
contrib/opentimelineio_contrib/application_plugins/rv/example_otio_reader/PACKAGE
contrib/opentimelineio_contrib/application_plugins/rv/example_otio_reader/example_otio_reader_plugin.py
contrib/opentimelineio_contrib/application_plugins/rv/example_otio_reader/otio_reader.py
contrib/opentimelineio_contrib/application_plugins/tests/__init__.py
contrib/opentimelineio_contrib/application_plugins/tests/test_rv_reader.py
examples/CMakeLists.txt
examples/build_simple_timeline.py
examples/conform.cpp
examples/conform.py
examples/flatten_video_tracks.cpp
examples/flatten_video_tracks.py
examples/python_adapters_child_process.cpp
examples/python_adapters_embed.cpp
examples/shot_detect.py
examples/summarize_timing.cpp
examples/summarize_timing.py
examples/util.cpp
examples/util.h
examples/sample_plugin/setup.py
examples/sample_plugin/otio_counter/__init__.py
examples/sample_plugin/otio_counter/adapter.py
examples/sample_plugin/otio_counter/plugin_manifest.json
src/deps/CMakeLists.txt
src/deps/any/.gitignore
src/deps/any/CMakeLists.txt
src/deps/any/LICENSE_1_0.txt
src/deps/any/README.md
src/deps/any/any.hpp
src/deps/any/test_any.cpp
src/deps/any/test_shared_lib.cpp
src/deps/any/test_shared_lib.hpp
src/deps/optional-lite/.buckconfig
src/deps/optional-lite/.editorconfig
src/deps/optional-lite/.gitattributes
src/deps/optional-lite/.gitignore
src/deps/optional-lite/.tgitconfig
src/deps/optional-lite/.travis.yml
src/deps/optional-lite/BUCK
src/deps/optional-lite/CHANGES.txt
src/deps/optional-lite/CMakeLists.txt
src/deps/optional-lite/LICENSE.txt
src/deps/optional-lite/README.md
src/deps/optional-lite/appveyor.yml
src/deps/optional-lite/conanfile.py
src/deps/optional-lite/library.json
src/deps/optional-lite/cmake/optional-lite-config-version.cmake.in
src/deps/optional-lite/cmake/optional-lite-config.cmake.in
src/deps/optional-lite/example/01-to_int.cpp
src/deps/optional-lite/example/02-nodefltctor.cpp
src/deps/optional-lite/example/04-any-optional-variant.cpp
src/deps/optional-lite/example/05-no-exceptions.cpp
src/deps/optional-lite/example/BUCK
src/deps/optional-lite/example/CMakeLists.txt
src/deps/optional-lite/extra/gdb/nonstd_optional_printer.py
src/deps/optional-lite/include/nonstd/optional.hpp
src/deps/optional-lite/project/CodeBlocks/optional-lite.cbp
src/deps/optional-lite/project/CodeBlocks/optional-lite.workspace
src/deps/optional-lite/script/create-cov-rpt.py
src/deps/optional-lite/script/create-vcpkg.py
src/deps/optional-lite/script/update-version.py
src/deps/optional-lite/script/upload-conan.py
src/deps/optional-lite/test/BUCK
src/deps/optional-lite/test/CMakeLists.txt
src/deps/optional-lite/test/Makefile
src/deps/optional-lite/test/optional-main.t.cpp
src/deps/optional-lite/test/optional-main.t.hpp
src/deps/optional-lite/test/optional.t.cpp
src/deps/optional-lite/test/t.bat
src/deps/optional-lite/test/tc-cl.bat
src/deps/optional-lite/test/tc.bat
src/deps/optional-lite/test/tg-all.bat
src/deps/optional-lite/test/tg.bat
src/deps/optional-lite/test/lest/lest_cpp03.hpp
src/deps/optional-lite/test/nonstd/optional.tweak.hpp
src/deps/pybind11/.appveyor.yml
src/deps/pybind11/.clang-format
src/deps/pybind11/.clang-tidy
src/deps/pybind11/.cmake-format.yaml
src/deps/pybind11/.gitignore
src/deps/pybind11/.pre-commit-config.yaml
src/deps/pybind11/.readthedocs.yml
src/deps/pybind11/CMakeLists.txt
src/deps/pybind11/LICENSE
src/deps/pybind11/MANIFEST.in
src/deps/pybind11/README.rst
src/deps/pybind11/noxfile.py
src/deps/pybind11/pyproject.toml
src/deps/pybind11/setup.cfg
src/deps/pybind11/setup.py
src/deps/pybind11/.github/CODEOWNERS
src/deps/pybind11/.github/CONTRIBUTING.md
src/deps/pybind11/.github/dependabot.yml
src/deps/pybind11/.github/labeler.yml
src/deps/pybind11/.github/labeler_merged.yml
src/deps/pybind11/.github/pull_request_template.md
src/deps/pybind11/.github/ISSUE_TEMPLATE/bug-report.yml
src/deps/pybind11/.github/ISSUE_TEMPLATE/config.yml
src/deps/pybind11/.github/workflows/ci.yml
src/deps/pybind11/.github/workflows/configure.yml
src/deps/pybind11/.github/workflows/format.yml
src/deps/pybind11/.github/workflows/labeler.yml
src/deps/pybind11/.github/workflows/pip.yml
src/deps/pybind11/docs/Doxyfile
src/deps/pybind11/docs/Makefile
src/deps/pybind11/docs/basics.rst
src/deps/pybind11/docs/benchmark.py
src/deps/pybind11/docs/benchmark.rst
src/deps/pybind11/docs/changelog.rst
src/deps/pybind11/docs/classes.rst
src/deps/pybind11/docs/compiling.rst
src/deps/pybind11/docs/conf.py
src/deps/pybind11/docs/faq.rst
src/deps/pybind11/docs/index.rst
src/deps/pybind11/docs/installing.rst
src/deps/pybind11/docs/limitations.rst
src/deps/pybind11/docs/pybind11-logo.png
src/deps/pybind11/docs/pybind11_vs_boost_python1.png
src/deps/pybind11/docs/pybind11_vs_boost_python1.svg
src/deps/pybind11/docs/pybind11_vs_boost_python2.png
src/deps/pybind11/docs/pybind11_vs_boost_python2.svg
src/deps/pybind11/docs/reference.rst
src/deps/pybind11/docs/release.rst
src/deps/pybind11/docs/requirements.txt
src/deps/pybind11/docs/upgrade.rst
src/deps/pybind11/docs/_static/theme_overrides.css
src/deps/pybind11/docs/advanced/classes.rst
src/deps/pybind11/docs/advanced/embedding.rst
src/deps/pybind11/docs/advanced/exceptions.rst
src/deps/pybind11/docs/advanced/functions.rst
src/deps/pybind11/docs/advanced/misc.rst
src/deps/pybind11/docs/advanced/smart_ptrs.rst
src/deps/pybind11/docs/advanced/cast/chrono.rst
src/deps/pybind11/docs/advanced/cast/custom.rst
src/deps/pybind11/docs/advanced/cast/eigen.rst
src/deps/pybind11/docs/advanced/cast/functional.rst
src/deps/pybind11/docs/advanced/cast/index.rst
src/deps/pybind11/docs/advanced/cast/overview.rst
src/deps/pybind11/docs/advanced/cast/stl.rst
src/deps/pybind11/docs/advanced/cast/strings.rst
src/deps/pybind11/docs/advanced/pycpp/index.rst
src/deps/pybind11/docs/advanced/pycpp/numpy.rst
src/deps/pybind11/docs/advanced/pycpp/object.rst
src/deps/pybind11/docs/advanced/pycpp/utilities.rst
src/deps/pybind11/docs/cmake/index.rst
src/deps/pybind11/include/pybind11/attr.h
src/deps/pybind11/include/pybind11/buffer_info.h
src/deps/pybind11/include/pybind11/cast.h
src/deps/pybind11/include/pybind11/chrono.h
src/deps/pybind11/include/pybind11/common.h
src/deps/pybind11/include/pybind11/complex.h
src/deps/pybind11/include/pybind11/eigen.h
src/deps/pybind11/include/pybind11/embed.h
src/deps/pybind11/include/pybind11/eval.h
src/deps/pybind11/include/pybind11/functional.h
src/deps/pybind11/include/pybind11/gil.h
src/deps/pybind11/include/pybind11/iostream.h
src/deps/pybind11/include/pybind11/numpy.h
src/deps/pybind11/include/pybind11/operators.h
src/deps/pybind11/include/pybind11/options.h
src/deps/pybind11/include/pybind11/pybind11.h
src/deps/pybind11/include/pybind11/pytypes.h
src/deps/pybind11/include/pybind11/stl.h
src/deps/pybind11/include/pybind11/stl_bind.h
src/deps/pybind11/include/pybind11/detail/class.h
src/deps/pybind11/include/pybind11/detail/common.h
src/deps/pybind11/include/pybind11/detail/descr.h
src/deps/pybind11/include/pybind11/detail/init.h
src/deps/pybind11/include/pybind11/detail/internals.h
src/deps/pybind11/include/pybind11/detail/type_caster_base.h
src/deps/pybind11/include/pybind11/detail/typeid.h
src/deps/pybind11/include/pybind11/stl/filesystem.h
src/deps/pybind11/pybind11/__init__.py
src/deps/pybind11/pybind11/__main__.py
src/deps/pybind11/pybind11/_version.py
src/deps/pybind11/pybind11/_version.pyi
src/deps/pybind11/pybind11/commands.py
src/deps/pybind11/pybind11/py.typed
src/deps/pybind11/pybind11/setup_helpers.py
src/deps/pybind11/pybind11/setup_helpers.pyi
src/deps/pybind11/tests/CMakeLists.txt
src/deps/pybind11/tests/conftest.py
src/deps/pybind11/tests/constructor_stats.h
src/deps/pybind11/tests/cross_module_gil_utils.cpp
src/deps/pybind11/tests/env.py
src/deps/pybind11/tests/local_bindings.h
src/deps/pybind11/tests/object.h
src/deps/pybind11/tests/pybind11_cross_module_tests.cpp
src/deps/pybind11/tests/pybind11_tests.cpp
src/deps/pybind11/tests/pybind11_tests.h
src/deps/pybind11/tests/pytest.ini
src/deps/pybind11/tests/requirements.txt
src/deps/pybind11/tests/test_async.cpp
src/deps/pybind11/tests/test_async.py
src/deps/pybind11/tests/test_buffers.cpp
src/deps/pybind11/tests/test_buffers.py
src/deps/pybind11/tests/test_builtin_casters.cpp
src/deps/pybind11/tests/test_builtin_casters.py
src/deps/pybind11/tests/test_call_policies.cpp
src/deps/pybind11/tests/test_call_policies.py
src/deps/pybind11/tests/test_callbacks.cpp
src/deps/pybind11/tests/test_callbacks.py
src/deps/pybind11/tests/test_chrono.cpp
src/deps/pybind11/tests/test_chrono.py
src/deps/pybind11/tests/test_class.cpp
src/deps/pybind11/tests/test_class.py
src/deps/pybind11/tests/test_constants_and_functions.cpp
src/deps/pybind11/tests/test_constants_and_functions.py
src/deps/pybind11/tests/test_copy_move.cpp
src/deps/pybind11/tests/test_copy_move.py
src/deps/pybind11/tests/test_custom_type_casters.cpp
src/deps/pybind11/tests/test_custom_type_casters.py
src/deps/pybind11/tests/test_custom_type_setup.cpp
src/deps/pybind11/tests/test_custom_type_setup.py
src/deps/pybind11/tests/test_docstring_options.cpp
src/deps/pybind11/tests/test_docstring_options.py
src/deps/pybind11/tests/test_eigen.cpp
src/deps/pybind11/tests/test_eigen.py
src/deps/pybind11/tests/test_enum.cpp
src/deps/pybind11/tests/test_enum.py
src/deps/pybind11/tests/test_eval.cpp
src/deps/pybind11/tests/test_eval.py
src/deps/pybind11/tests/test_eval_call.py
src/deps/pybind11/tests/test_exceptions.cpp
src/deps/pybind11/tests/test_exceptions.h
src/deps/pybind11/tests/test_exceptions.py
src/deps/pybind11/tests/test_factory_constructors.cpp
src/deps/pybind11/tests/test_factory_constructors.py
src/deps/pybind11/tests/test_gil_scoped.cpp
src/deps/pybind11/tests/test_gil_scoped.py
src/deps/pybind11/tests/test_iostream.cpp
src/deps/pybind11/tests/test_iostream.py
src/deps/pybind11/tests/test_kwargs_and_defaults.cpp
src/deps/pybind11/tests/test_kwargs_and_defaults.py
src/deps/pybind11/tests/test_local_bindings.cpp
src/deps/pybind11/tests/test_local_bindings.py
src/deps/pybind11/tests/test_methods_and_attributes.cpp
src/deps/pybind11/tests/test_methods_and_attributes.py
src/deps/pybind11/tests/test_modules.cpp
src/deps/pybind11/tests/test_modules.py
src/deps/pybind11/tests/test_multiple_inheritance.cpp
src/deps/pybind11/tests/test_multiple_inheritance.py
src/deps/pybind11/tests/test_numpy_array.cpp
src/deps/pybind11/tests/test_numpy_array.py
src/deps/pybind11/tests/test_numpy_dtypes.cpp
src/deps/pybind11/tests/test_numpy_dtypes.py
src/deps/pybind11/tests/test_numpy_vectorize.cpp
src/deps/pybind11/tests/test_numpy_vectorize.py
src/deps/pybind11/tests/test_opaque_types.cpp
src/deps/pybind11/tests/test_opaque_types.py
src/deps/pybind11/tests/test_operator_overloading.cpp
src/deps/pybind11/tests/test_operator_overloading.py
src/deps/pybind11/tests/test_pickling.cpp
src/deps/pybind11/tests/test_pickling.py
src/deps/pybind11/tests/test_pytypes.cpp
src/deps/pybind11/tests/test_pytypes.py
src/deps/pybind11/tests/test_sequences_and_iterators.cpp
src/deps/pybind11/tests/test_sequences_and_iterators.py
src/deps/pybind11/tests/test_smart_ptr.cpp
src/deps/pybind11/tests/test_smart_ptr.py
src/deps/pybind11/tests/test_stl.cpp
src/deps/pybind11/tests/test_stl.py
src/deps/pybind11/tests/test_stl_binders.cpp
src/deps/pybind11/tests/test_stl_binders.py
src/deps/pybind11/tests/test_tagbased_polymorphic.cpp
src/deps/pybind11/tests/test_tagbased_polymorphic.py
src/deps/pybind11/tests/test_thread.cpp
src/deps/pybind11/tests/test_thread.py
src/deps/pybind11/tests/test_union.cpp
src/deps/pybind11/tests/test_union.py
src/deps/pybind11/tests/test_virtual_functions.cpp
src/deps/pybind11/tests/test_virtual_functions.py
src/deps/pybind11/tests/valgrind-numpy-scipy.supp
src/deps/pybind11/tests/valgrind-python.supp
src/deps/pybind11/tests/extra_python_package/pytest.ini
src/deps/pybind11/tests/extra_python_package/test_files.py
src/deps/pybind11/tests/extra_setuptools/pytest.ini
src/deps/pybind11/tests/extra_setuptools/test_setuphelper.py
src/deps/pybind11/tests/test_cmake_build/CMakeLists.txt
src/deps/pybind11/tests/test_cmake_build/embed.cpp
src/deps/pybind11/tests/test_cmake_build/main.cpp
src/deps/pybind11/tests/test_cmake_build/test.py
src/deps/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
src/deps/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
src/deps/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
src/deps/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
src/deps/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
src/deps/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
src/deps/pybind11/tests/test_embed/CMakeLists.txt
src/deps/pybind11/tests/test_embed/catch.cpp
src/deps/pybind11/tests/test_embed/external_module.cpp
src/deps/pybind11/tests/test_embed/test_interpreter.cpp
src/deps/pybind11/tests/test_embed/test_interpreter.py
src/deps/pybind11/tools/FindCatch.cmake
src/deps/pybind11/tools/FindEigen3.cmake
src/deps/pybind11/tools/FindPythonLibsNew.cmake
src/deps/pybind11/tools/check-style.sh
src/deps/pybind11/tools/cmake_uninstall.cmake.in
src/deps/pybind11/tools/libsize.py
src/deps/pybind11/tools/make_changelog.py
src/deps/pybind11/tools/pybind11Common.cmake
src/deps/pybind11/tools/pybind11Config.cmake.in
src/deps/pybind11/tools/pybind11NewTools.cmake
src/deps/pybind11/tools/pybind11Tools.cmake
src/deps/pybind11/tools/pyproject.toml
src/deps/pybind11/tools/setup_global.py.in
src/deps/pybind11/tools/setup_main.py.in
src/deps/rapidjson/.gitattributes
src/deps/rapidjson/.gitignore
src/deps/rapidjson/.gitmodules
src/deps/rapidjson/.travis.yml
src/deps/rapidjson/CHANGELOG.md
src/deps/rapidjson/CMakeLists.txt
src/deps/rapidjson/RapidJSON.pc.in
src/deps/rapidjson/RapidJSONConfig.cmake.in
src/deps/rapidjson/RapidJSONConfigVersion.cmake.in
src/deps/rapidjson/appveyor.yml
src/deps/rapidjson/include_dirs.js
src/deps/rapidjson/library.json
src/deps/rapidjson/license.txt
src/deps/rapidjson/package.json
src/deps/rapidjson/rapidjson.autopkg
src/deps/rapidjson/readme.md
src/deps/rapidjson/readme.zh-cn.md
src/deps/rapidjson/travis-doxygen.sh
src/deps/rapidjson/CMakeModules/FindGTestSrc.cmake
src/deps/rapidjson/bin/data/abcde.txt
src/deps/rapidjson/bin/data/glossary.json
src/deps/rapidjson/bin/data/menu.json
src/deps/rapidjson/bin/data/readme.txt
src/deps/rapidjson/bin/data/sample.json
src/deps/rapidjson/bin/data/webapp.json
src/deps/rapidjson/bin/data/widget.json
src/deps/rapidjson/bin/draft-04/schema
src/deps/rapidjson/bin/encodings/utf16be.json
src/deps/rapidjson/bin/encodings/utf16bebom.json
src/deps/rapidjson/bin/encodings/utf16le.json
src/deps/rapidjson/bin/encodings/utf16lebom.json
src/deps/rapidjson/bin/encodings/utf32be.json
src/deps/rapidjson/bin/encodings/utf32bebom.json
src/deps/rapidjson/bin/encodings/utf32le.json
src/deps/rapidjson/bin/encodings/utf32lebom.json
src/deps/rapidjson/bin/encodings/utf8.json
src/deps/rapidjson/bin/encodings/utf8bom.json
src/deps/rapidjson/bin/jsonchecker/fail1.json
src/deps/rapidjson/bin/jsonchecker/fail10.json
src/deps/rapidjson/bin/jsonchecker/fail11.json
src/deps/rapidjson/bin/jsonchecker/fail12.json
src/deps/rapidjson/bin/jsonchecker/fail13.json
src/deps/rapidjson/bin/jsonchecker/fail14.json
src/deps/rapidjson/bin/jsonchecker/fail15.json
src/deps/rapidjson/bin/jsonchecker/fail16.json
src/deps/rapidjson/bin/jsonchecker/fail17.json
src/deps/rapidjson/bin/jsonchecker/fail18.json
src/deps/rapidjson/bin/jsonchecker/fail19.json
src/deps/rapidjson/bin/jsonchecker/fail2.json
src/deps/rapidjson/bin/jsonchecker/fail20.json
src/deps/rapidjson/bin/jsonchecker/fail21.json
src/deps/rapidjson/bin/jsonchecker/fail22.json
src/deps/rapidjson/bin/jsonchecker/fail23.json
src/deps/rapidjson/bin/jsonchecker/fail24.json
src/deps/rapidjson/bin/jsonchecker/fail25.json
src/deps/rapidjson/bin/jsonchecker/fail26.json
src/deps/rapidjson/bin/jsonchecker/fail27.json
src/deps/rapidjson/bin/jsonchecker/fail28.json
src/deps/rapidjson/bin/jsonchecker/fail29.json
src/deps/rapidjson/bin/jsonchecker/fail3.json
src/deps/rapidjson/bin/jsonchecker/fail30.json
src/deps/rapidjson/bin/jsonchecker/fail31.json
src/deps/rapidjson/bin/jsonchecker/fail32.json
src/deps/rapidjson/bin/jsonchecker/fail33.json
src/deps/rapidjson/bin/jsonchecker/fail4.json
src/deps/rapidjson/bin/jsonchecker/fail5.json
src/deps/rapidjson/bin/jsonchecker/fail6.json
src/deps/rapidjson/bin/jsonchecker/fail7.json
src/deps/rapidjson/bin/jsonchecker/fail8.json
src/deps/rapidjson/bin/jsonchecker/fail9.json
src/deps/rapidjson/bin/jsonchecker/pass1.json
src/deps/rapidjson/bin/jsonchecker/pass2.json
src/deps/rapidjson/bin/jsonchecker/pass3.json
src/deps/rapidjson/bin/jsonchecker/readme.txt
src/deps/rapidjson/bin/jsonschema/.gitignore
src/deps/rapidjson/bin/jsonschema/.travis.yml
src/deps/rapidjson/bin/jsonschema/LICENSE
src/deps/rapidjson/bin/jsonschema/README.md
src/deps/rapidjson/bin/jsonschema/tox.ini
src/deps/rapidjson/bin/jsonschema/bin/jsonschema_suite
src/deps/rapidjson/bin/jsonschema/remotes/integer.json
src/deps/rapidjson/bin/jsonschema/remotes/subSchemas.json
src/deps/rapidjson/bin/jsonschema/remotes/folder/folderInteger.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/additionalItems.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/additionalProperties.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/default.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/dependencies.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/disallow.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/divisibleBy.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/enum.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/extends.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/items.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/maxItems.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/maxLength.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/maximum.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/minItems.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/minLength.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/minimum.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/pattern.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/patternProperties.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/properties.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/ref.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/refRemote.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/required.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/type.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/uniqueItems.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/optional/bignum.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/optional/format.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/optional/jsregex.json
src/deps/rapidjson/bin/jsonschema/tests/draft3/optional/zeroTerminatedFloats.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/additionalItems.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/additionalProperties.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/allOf.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/anyOf.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/default.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/definitions.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/dependencies.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/enum.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/items.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/maxItems.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/maxLength.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/maxProperties.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/maximum.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/minItems.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/minLength.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/minProperties.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/minimum.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/multipleOf.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/not.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/oneOf.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/pattern.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/patternProperties.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/properties.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/ref.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/refRemote.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/required.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/type.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/uniqueItems.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/optional/bignum.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/optional/format.json
src/deps/rapidjson/bin/jsonschema/tests/draft4/optional/zeroTerminatedFloats.json
src/deps/rapidjson/bin/types/alotofkeys.json
src/deps/rapidjson/bin/types/booleans.json
src/deps/rapidjson/bin/types/floats.json
src/deps/rapidjson/bin/types/guids.json
src/deps/rapidjson/bin/types/integers.json
src/deps/rapidjson/bin/types/mixed.json
src/deps/rapidjson/bin/types/nulls.json
src/deps/rapidjson/bin/types/paragraphs.json
src/deps/rapidjson/bin/types/readme.txt
src/deps/rapidjson/bin/unittestschema/address.json
src/deps/rapidjson/bin/unittestschema/allOf_address.json
src/deps/rapidjson/bin/unittestschema/anyOf_address.json
src/deps/rapidjson/bin/unittestschema/idandref.json
src/deps/rapidjson/bin/unittestschema/oneOf_address.json
src/deps/rapidjson/contrib/natvis/LICENSE
src/deps/rapidjson/contrib/natvis/README.md
src/deps/rapidjson/contrib/natvis/rapidjson.natvis
src/deps/rapidjson/doc/CMakeLists.txt
src/deps/rapidjson/doc/Doxyfile.in
src/deps/rapidjson/doc/Doxyfile.zh-cn.in
src/deps/rapidjson/doc/dom.md
src/deps/rapidjson/doc/dom.zh-cn.md
src/deps/rapidjson/doc/encoding.md
src/deps/rapidjson/doc/encoding.zh-cn.md
src/deps/rapidjson/doc/faq.md
src/deps/rapidjson/doc/faq.zh-cn.md
src/deps/rapidjson/doc/features.md
src/deps/rapidjson/doc/features.zh-cn.md
src/deps/rapidjson/doc/internals.md
src/deps/rapidjson/doc/internals.zh-cn.md
src/deps/rapidjson/doc/npm.md
src/deps/rapidjson/doc/performance.md
src/deps/rapidjson/doc/performance.zh-cn.md
src/deps/rapidjson/doc/pointer.md
src/deps/rapidjson/doc/pointer.zh-cn.md
src/deps/rapidjson/doc/sax.md
src/deps/rapidjson/doc/sax.zh-cn.md
src/deps/rapidjson/doc/schema.md
src/deps/rapidjson/doc/schema.zh-cn.md
src/deps/rapidjson/doc/stream.md
src/deps/rapidjson/doc/stream.zh-cn.md
src/deps/rapidjson/doc/tutorial.md
src/deps/rapidjson/doc/tutorial.zh-cn.md
src/deps/rapidjson/doc/diagram/architecture.dot
src/deps/rapidjson/doc/diagram/architecture.png
src/deps/rapidjson/doc/diagram/insituparsing.dot
src/deps/rapidjson/doc/diagram/insituparsing.png
src/deps/rapidjson/doc/diagram/iterative-parser-states-diagram.dot
src/deps/rapidjson/doc/diagram/iterative-parser-states-diagram.png
src/deps/rapidjson/doc/diagram/makefile
src/deps/rapidjson/doc/diagram/move1.dot
src/deps/rapidjson/doc/diagram/move1.png
src/deps/rapidjson/doc/diagram/move2.dot
src/deps/rapidjson/doc/diagram/move2.png
src/deps/rapidjson/doc/diagram/move3.dot
src/deps/rapidjson/doc/diagram/move3.png
src/deps/rapidjson/doc/diagram/normalparsing.dot
src/deps/rapidjson/doc/diagram/normalparsing.png
src/deps/rapidjson/doc/diagram/simpledom.dot
src/deps/rapidjson/doc/diagram/simpledom.png
src/deps/rapidjson/doc/diagram/tutorial.dot
src/deps/rapidjson/doc/diagram/tutorial.png
src/deps/rapidjson/doc/diagram/utilityclass.dot
src/deps/rapidjson/doc/diagram/utilityclass.png
src/deps/rapidjson/doc/logo/rapidjson.png
src/deps/rapidjson/doc/logo/rapidjson.svg
src/deps/rapidjson/doc/misc/DoxygenLayout.xml
src/deps/rapidjson/doc/misc/doxygenextra.css
src/deps/rapidjson/doc/misc/footer.html
src/deps/rapidjson/doc/misc/header.html
src/deps/rapidjson/docker/debian/Dockerfile
src/deps/rapidjson/example/CMakeLists.txt
src/deps/rapidjson/example/traverseaspointer.cpp
src/deps/rapidjson/example/archiver/archiver.cpp
src/deps/rapidjson/example/archiver/archiver.h
src/deps/rapidjson/example/archiver/archivertest.cpp
src/deps/rapidjson/example/capitalize/capitalize.cpp
src/deps/rapidjson/example/condense/condense.cpp
src/deps/rapidjson/example/filterkey/filterkey.cpp
src/deps/rapidjson/example/filterkeydom/filterkeydom.cpp
src/deps/rapidjson/example/jsonx/jsonx.cpp
src/deps/rapidjson/example/lookaheadparser/lookaheadparser.cpp
src/deps/rapidjson/example/messagereader/messagereader.cpp
src/deps/rapidjson/example/parsebyparts/parsebyparts.cpp
src/deps/rapidjson/example/pretty/pretty.cpp
src/deps/rapidjson/example/prettyauto/prettyauto.cpp
src/deps/rapidjson/example/schemavalidator/schemavalidator.cpp
src/deps/rapidjson/example/serialize/serialize.cpp
src/deps/rapidjson/example/simpledom/simpledom.cpp
src/deps/rapidjson/example/simplepullreader/simplepullreader.cpp
src/deps/rapidjson/example/simplereader/simplereader.cpp
src/deps/rapidjson/example/simplewriter/simplewriter.cpp
src/deps/rapidjson/example/sortkeys/sortkeys.cpp
src/deps/rapidjson/example/tutorial/tutorial.cpp
src/deps/rapidjson/include/rapidjson/allocators.h
src/deps/rapidjson/include/rapidjson/cursorstreamwrapper.h
src/deps/rapidjson/include/rapidjson/document.h
src/deps/rapidjson/include/rapidjson/encodedstream.h
src/deps/rapidjson/include/rapidjson/encodings.h
src/deps/rapidjson/include/rapidjson/filereadstream.h
src/deps/rapidjson/include/rapidjson/filewritestream.h
src/deps/rapidjson/include/rapidjson/fwd.h
src/deps/rapidjson/include/rapidjson/istreamwrapper.h
src/deps/rapidjson/include/rapidjson/memorybuffer.h
src/deps/rapidjson/include/rapidjson/memorystream.h
src/deps/rapidjson/include/rapidjson/ostreamwrapper.h
src/deps/rapidjson/include/rapidjson/pointer.h
src/deps/rapidjson/include/rapidjson/prettywriter.h
src/deps/rapidjson/include/rapidjson/rapidjson.h
src/deps/rapidjson/include/rapidjson/reader.h
src/deps/rapidjson/include/rapidjson/schema.h
src/deps/rapidjson/include/rapidjson/stream.h
src/deps/rapidjson/include/rapidjson/stringbuffer.h
src/deps/rapidjson/include/rapidjson/uri.h
src/deps/rapidjson/include/rapidjson/writer.h
src/deps/rapidjson/include/rapidjson/error/en.h
src/deps/rapidjson/include/rapidjson/error/error.h
src/deps/rapidjson/include/rapidjson/internal/biginteger.h
src/deps/rapidjson/include/rapidjson/internal/clzll.h
src/deps/rapidjson/include/rapidjson/internal/diyfp.h
src/deps/rapidjson/include/rapidjson/internal/dtoa.h
src/deps/rapidjson/include/rapidjson/internal/ieee754.h
src/deps/rapidjson/include/rapidjson/internal/itoa.h
src/deps/rapidjson/include/rapidjson/internal/meta.h
src/deps/rapidjson/include/rapidjson/internal/pow10.h
src/deps/rapidjson/include/rapidjson/internal/regex.h
src/deps/rapidjson/include/rapidjson/internal/stack.h
src/deps/rapidjson/include/rapidjson/internal/strfunc.h
src/deps/rapidjson/include/rapidjson/internal/strtod.h
src/deps/rapidjson/include/rapidjson/internal/swap.h
src/deps/rapidjson/include/rapidjson/msinttypes/inttypes.h
src/deps/rapidjson/include/rapidjson/msinttypes/stdint.h
src/deps/rapidjson/test/CMakeLists.txt
src/deps/rapidjson/test/valgrind.supp
src/deps/rapidjson/test/perftest/CMakeLists.txt
src/deps/rapidjson/test/perftest/misctest.cpp
src/deps/rapidjson/test/perftest/perftest.cpp
src/deps/rapidjson/test/perftest/perftest.h
src/deps/rapidjson/test/perftest/platformtest.cpp
src/deps/rapidjson/test/perftest/rapidjsontest.cpp
src/deps/rapidjson/test/perftest/schematest.cpp
src/deps/rapidjson/test/unittest/CMakeLists.txt
src/deps/rapidjson/test/unittest/allocatorstest.cpp
src/deps/rapidjson/test/unittest/bigintegertest.cpp
src/deps/rapidjson/test/unittest/clzlltest.cpp
src/deps/rapidjson/test/unittest/cursorstreamwrappertest.cpp
src/deps/rapidjson/test/unittest/documenttest.cpp
src/deps/rapidjson/test/unittest/dtoatest.cpp
src/deps/rapidjson/test/unittest/encodedstreamtest.cpp
src/deps/rapidjson/test/unittest/encodingstest.cpp
src/deps/rapidjson/test/unittest/filestreamtest.cpp
src/deps/rapidjson/test/unittest/fwdtest.cpp
src/deps/rapidjson/test/unittest/istreamwrappertest.cpp
src/deps/rapidjson/test/unittest/itoatest.cpp
src/deps/rapidjson/test/unittest/jsoncheckertest.cpp
src/deps/rapidjson/test/unittest/namespacetest.cpp
src/deps/rapidjson/test/unittest/ostreamwrappertest.cpp
src/deps/rapidjson/test/unittest/platformtest.cpp
src/deps/rapidjson/test/unittest/pointertest.cpp
src/deps/rapidjson/test/unittest/prettywritertest.cpp
src/deps/rapidjson/test/unittest/readertest.cpp
src/deps/rapidjson/test/unittest/regextest.cpp
src/deps/rapidjson/test/unittest/schematest.cpp
src/deps/rapidjson/test/unittest/simdtest.cpp
src/deps/rapidjson/test/unittest/strfunctest.cpp
src/deps/rapidjson/test/unittest/stringbuffertest.cpp
src/deps/rapidjson/test/unittest/strtodtest.cpp
src/deps/rapidjson/test/unittest/unittest.cpp
src/deps/rapidjson/test/unittest/unittest.h
src/deps/rapidjson/test/unittest/uritest.cpp
src/deps/rapidjson/test/unittest/valuetest.cpp
src/deps/rapidjson/test/unittest/writertest.cpp
src/opentime/CMakeLists.txt
src/opentime/errorStatus.cpp
src/opentime/errorStatus.h
src/opentime/rationalTime.cpp
src/opentime/rationalTime.h
src/opentime/stringPrintf.h
src/opentime/timeRange.cpp
src/opentime/timeRange.h
src/opentime/timeTransform.cpp
src/opentime/timeTransform.h
src/opentime/version.h
src/opentimelineio/CMakeLists.txt
src/opentimelineio/any.h
src/opentimelineio/anyDictionary.h
src/opentimelineio/anyVector.h
src/opentimelineio/clip.cpp
src/opentimelineio/clip.h
src/opentimelineio/composable.cpp
src/opentimelineio/composable.h
src/opentimelineio/composition.cpp
src/opentimelineio/composition.h
src/opentimelineio/deserialization.cpp
src/opentimelineio/deserialization.h
src/opentimelineio/effect.cpp
src/opentimelineio/effect.h
src/opentimelineio/errorStatus.cpp
src/opentimelineio/errorStatus.h
src/opentimelineio/externalReference.cpp
src/opentimelineio/externalReference.h
src/opentimelineio/freezeFrame.cpp
src/opentimelineio/freezeFrame.h
src/opentimelineio/gap.cpp
src/opentimelineio/gap.h
src/opentimelineio/generatorReference.cpp
src/opentimelineio/generatorReference.h
src/opentimelineio/imageSequenceReference.cpp
src/opentimelineio/imageSequenceReference.h
src/opentimelineio/item.cpp
src/opentimelineio/item.h
src/opentimelineio/linearTimeWarp.cpp
src/opentimelineio/linearTimeWarp.h
src/opentimelineio/marker.cpp
src/opentimelineio/marker.h
src/opentimelineio/mediaReference.cpp
src/opentimelineio/mediaReference.h
src/opentimelineio/missingReference.cpp
src/opentimelineio/missingReference.h
src/opentimelineio/optional.h
src/opentimelineio/safely_typed_any.cpp
src/opentimelineio/safely_typed_any.h
src/opentimelineio/serializableCollection.cpp
src/opentimelineio/serializableCollection.h
src/opentimelineio/serializableObject.cpp
src/opentimelineio/serializableObject.h
src/opentimelineio/serializableObjectWithMetadata.cpp
src/opentimelineio/serializableObjectWithMetadata.h
src/opentimelineio/serialization.cpp
src/opentimelineio/serialization.h
src/opentimelineio/stack.cpp
src/opentimelineio/stack.h
src/opentimelineio/stackAlgorithm.cpp
src/opentimelineio/stackAlgorithm.h
src/opentimelineio/stringUtils.cpp
src/opentimelineio/stringUtils.h
src/opentimelineio/timeEffect.cpp
src/opentimelineio/timeEffect.h
src/opentimelineio/timeline.cpp
src/opentimelineio/timeline.h
src/opentimelineio/track.cpp
src/opentimelineio/track.h
src/opentimelineio/trackAlgorithm.cpp
src/opentimelineio/trackAlgorithm.h
src/opentimelineio/transition.cpp
src/opentimelineio/transition.h
src/opentimelineio/typeRegistry.cpp
src/opentimelineio/typeRegistry.h
src/opentimelineio/unknownSchema.cpp
src/opentimelineio/unknownSchema.h
src/opentimelineio/vectorIndexing.h
src/opentimelineio/version.h
src/opentimelineview/__init__.py
src/opentimelineview/console.py
src/opentimelineview/details_widget.py
src/opentimelineview/ruler_widget.py
src/opentimelineview/settings.py
src/opentimelineview/timeline_widget.py
src/opentimelineview/track_widgets.py
src/py-opentimelineio/CMakeLists.txt
src/py-opentimelineio/opentime-bindings/CMakeLists.txt
src/py-opentimelineio/opentime-bindings/opentime_bindings.cpp
src/py-opentimelineio/opentime-bindings/opentime_bindings.h
src/py-opentimelineio/opentime-bindings/opentime_rationalTime.cpp
src/py-opentimelineio/opentime-bindings/opentime_timeRange.cpp
src/py-opentimelineio/opentime-bindings/opentime_timeTransform.cpp
src/py-opentimelineio/opentimelineio/__init__.py
src/py-opentimelineio/opentimelineio/exceptions.py
src/py-opentimelineio/opentimelineio/hooks.py
src/py-opentimelineio/opentimelineio/media_linker.py
src/py-opentimelineio/opentimelineio/opentime.py
src/py-opentimelineio/opentimelineio/test_utils.py
src/py-opentimelineio/opentimelineio/url_utils.py
src/py-opentimelineio/opentimelineio-bindings/CMakeLists.txt
src/py-opentimelineio/opentimelineio-bindings/otio_anyDictionary.cpp
src/py-opentimelineio/opentimelineio-bindings/otio_anyDictionary.h
src/py-opentimelineio/opentimelineio-bindings/otio_anyVector.cpp
src/py-opentimelineio/opentimelineio-bindings/otio_anyVector.h
src/py-opentimelineio/opentimelineio-bindings/otio_bindings.cpp
src/py-opentimelineio/opentimelineio-bindings/otio_bindings.h
src/py-opentimelineio/opentimelineio-bindings/otio_errorStatusHandler.cpp
src/py-opentimelineio/opentimelineio-bindings/otio_errorStatusHandler.h
src/py-opentimelineio/opentimelineio-bindings/otio_serializableObjects.cpp
src/py-opentimelineio/opentimelineio-bindings/otio_tests.cpp
src/py-opentimelineio/opentimelineio-bindings/otio_utils.cpp
src/py-opentimelineio/opentimelineio-bindings/otio_utils.h
src/py-opentimelineio/opentimelineio/adapters/__init__.py
src/py-opentimelineio/opentimelineio/adapters/adapter.py
src/py-opentimelineio/opentimelineio/adapters/builtin_adapters.plugin_manifest.json
src/py-opentimelineio/opentimelineio/adapters/cmx_3600.py
src/py-opentimelineio/opentimelineio/adapters/fcp_xml.py
src/py-opentimelineio/opentimelineio/adapters/file_bundle_utils.py
src/py-opentimelineio/opentimelineio/adapters/otio_json.py
src/py-opentimelineio/opentimelineio/adapters/otiod.py
src/py-opentimelineio/opentimelineio/adapters/otioz.py
src/py-opentimelineio/opentimelineio/adapters/svg.py
src/py-opentimelineio/opentimelineio/algorithms/__init__.py
src/py-opentimelineio/opentimelineio/algorithms/filter.py
src/py-opentimelineio/opentimelineio/algorithms/stack_algo.py
src/py-opentimelineio/opentimelineio/algorithms/timeline_algo.py
src/py-opentimelineio/opentimelineio/algorithms/track_algo.py
src/py-opentimelineio/opentimelineio/console/__init__.py
src/py-opentimelineio/opentimelineio/console/autogen_plugin_documentation.py
src/py-opentimelineio/opentimelineio/console/autogen_serialized_datamodel.py
src/py-opentimelineio/opentimelineio/console/console_utils.py
src/py-opentimelineio/opentimelineio/console/otiocat.py
src/py-opentimelineio/opentimelineio/console/otioconvert.py
src/py-opentimelineio/opentimelineio/console/otiopluginfo.py
src/py-opentimelineio/opentimelineio/console/otiostat.py
src/py-opentimelineio/opentimelineio/core/__init__.py
src/py-opentimelineio/opentimelineio/core/_core_utils.py
src/py-opentimelineio/opentimelineio/core/composable.py
src/py-opentimelineio/opentimelineio/core/composition.py
src/py-opentimelineio/opentimelineio/core/item.py
src/py-opentimelineio/opentimelineio/core/mediaReference.py
src/py-opentimelineio/opentimelineio/plugins/__init__.py
src/py-opentimelineio/opentimelineio/plugins/manifest.py
src/py-opentimelineio/opentimelineio/plugins/python_plugin.py
src/py-opentimelineio/opentimelineio/schema/__init__.py
src/py-opentimelineio/opentimelineio/schema/clip.py
src/py-opentimelineio/opentimelineio/schema/effect.py
src/py-opentimelineio/opentimelineio/schema/external_reference.py
src/py-opentimelineio/opentimelineio/schema/foo.py
src/py-opentimelineio/opentimelineio/schema/generator_reference.py
src/py-opentimelineio/opentimelineio/schema/image_sequence_reference.py
src/py-opentimelineio/opentimelineio/schema/marker.py
src/py-opentimelineio/opentimelineio/schema/schemadef.py
src/py-opentimelineio/opentimelineio/schema/serializable_collection.py
src/py-opentimelineio/opentimelineio/schema/stack.py
src/py-opentimelineio/opentimelineio/schema/timeline.py
src/py-opentimelineio/opentimelineio/schema/track.py
src/py-opentimelineio/opentimelineio/schema/transition.py
src/py-opentimelineio/opentimelineio/schemadef/__init__.py