Opentimelineio

Latest version: v0.17.0

Safety actively analyzes 688600 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 4

0.14

Summary

This release has a number of features, including _many_ backend features that upgrade the CI, build, and release process. Big thanks especially to KarthikRIyer, darbyjohnston and JeanChristopheMorinPerso for their contributions in this and other areas.

Big Things
* Drop 36 support for 38, following the VFX platform by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/787
* add windows and mac builds to ci by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/873
* Add filebundle (otioz and otiod) adapters by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/561
* Cxx examples by darbyjohnston in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/918
* Add doxygen to document cpp code by hisergiorojas in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/878
* Build wheels as a github action by reinecke in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/957
* Implement OTIO to SVG adapter by KarthikRIyer in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1038
* Create wheels on Windows by JeanChristopheMorinPerso in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1015
* Support Python 3.9 by JeanChristopheMorinPerso in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1080
* PyPI publish on release by JeanChristopheMorinPerso in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1110
* Add .clang-format file by KarthikRIyer in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/707

Other Changes
* Create GitHub Actions Workflow by KarthikRIyer in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/752
* xges: Add support for image sequences by thiblahute in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/792
* FIxed invalid timecode frame number error message by reinecke in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/795
* Update doc string for otio.algorithms.track_with_expanded_transitions() by apetrynet in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/794
* Fix a link in documentation (to serialized schema tutorial) by Simran-B in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/808
* Added a note about CLA requirement to PR template. by jminor in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/810
* Update flatten_video_tracks.py to use deepcopy. by jminor in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/812
* Retire Travis, in favor of GitHub Actions by jminor in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/817
* CMake: Set "ARCHIVE DESTINATION" in install section by itsmattkc in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/803
* Fcp 7 xml better generator support by reinecke in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/802
* Prefix `_TypeRecord` constructor params to avoid shadow warnings by Simran-B in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/825
* Python 3 deprecation fixes (including Preparing for Python 3.9) by reinecke in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/820
* Fix compilation of Swift bindings by meshula in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/834
* Cmake cleanup by meshula in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/837
* Document Metadata structure by jminor in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/861
* Added docstrings to python bindings for interval algebra methods in TimeRange by reinecke in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/789
* Check rate and value are not invalid by hisergiorojas in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/867
* Kdenlive linear timewarp by splidje in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/869
* from_start_end_time_inclusive by splidje in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/868
* detect cycles by davidbaraff in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/848
* remove swift bindings and legacy macosx-build directory by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/871
* Revert the location of shared libraries by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/883
* Remove tox dependency by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/882
* Support --prefix correctly in new cmake system by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/886
* CMake: Fix message() types by Simran-B in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/879
* FCP 7 XML: Fixed resolution of start timecode for certain NTSC rate clips by reinecke in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/843
* Fix Issue 881 by meshula in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/887
* Fix ImageSequenceReference implicit cast by reinecke in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/889
* ImageSequenceReference: Added handling for empty target_url_base by reinecke in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/891
* Enable xges unit tests on all platform/python versions by thiblahute in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/894
* quiet the aaf adapter test to clean up test output by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/893
* Fix escaping for ORIGIN in rpath settings by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/899
* Update build status badge to use GitHub Actions instead of Travis by jminor in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/898
* CMakeTexts fix: stop using the modname variable by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/900
* Don't override user supplied C++ preferences by nporcino-pixar in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/902
* Create cmake alias targets for the OTIO namespace by nporcino-pixar in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/901
* Address big integers bug by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/892
* add a --version flag to otiopluginfo + otioconvert by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/880
* Change cmx_3600 adapter to use transition duration frames (Issue 895) by JoshBurnell in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/896
* Add include directories for OpenTimeConfig.cmake/OpenTimelineIOConfig… by darbyjohnston in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/916
* Documentation fixes by darbyjohnston in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/914
* Avoid exporting build tree libraries by rogernelson in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/911
* Issue 912: cmx_3600 adapter incorrectly processing three-clip transitions by JoshBurnell in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/919
* Add pybind11 subdirectory only if building python bindings by KarthikRIyer in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/927
* Add an env var to disable pkg_resources by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/928
* Specify pyaaf2 requirement as a minimum version by AWhetter in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/906
* Add dependabot by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/931
* add interval field to dependabot yaml by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/933
* Removed inadvertent unicode char by avrata in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/939
* RV adapter fix: don't require having access to OTIO from python interpreter in rv by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/941
* Ascii doc fix by avrata in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/947
* Add environment variable to skip doc tes by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/944
* Localize test otiod/z test data to sample_data directory by avrata in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/942
* Use Pybind11's find python tool to correctly locate python install information by Tilix4 in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/950
* Add Try/Except around imporlib.reload for unit test to run in python2.7 as well as 3.4+ by avrata in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/949
* install mock on CI builds for python 2.7 by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/951
* Refactor setup.py to build and stage into temp area for setup.py to install from by reinecke in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/956
* uncomment github actions dependabot config by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/958
* Only load a manifest if it has not been loaded by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/945
* make Timeline::set_tracks(null_ptr) create a new Stack to fix crash by meshula in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/961
* Fix typo in setup.py that prevents conda skeleton from parsing setup.py by vvzen in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/962
* Add support for multiple timecode objects in an AAF by stefanschulze in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/966
* Add C++ convenience wrapper for .value on the retainer class by darbyjohnston in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/923
* do not upload code coverage statistics if the PR is opened by dependabot by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/971
* Force pybind to use same python as otio by rogernelson in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/986
* C++ binding Docstring Update by Viraj-Rana008 in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/983
* Add C++ implementation of each_child()/each_clip() by darbyjohnston in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/926
* Cxx conform example by darbyjohnston in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/995
* add example timeline builder by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/993
* Remove CXX sdk in Python site-packages by rogernelson in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1004
* Python build: Use CMake FindPython by JeanChristopheMorinPerso in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1000
* Replace description-file setuptools metadata key with description_file in setup.cfg by JeanChristopheMorinPerso in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1017
* Add Makefile target "make format" by KarthikRIyer in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1023
* Use const references when catching exceptions by darbyjohnston in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1034
* Remove unused source file "main.cpp" by darbyjohnston in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1036
* Added linguist override to detect .otio files for JSON highlighting by reinecke in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1032
* update outdated python module paths in docs by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1052
* Upgrade to C++14 by darbyjohnston in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1069
* Fix failing import of opentimelineio in Python 3.9 on Windows by JeanChristopheMorinPerso in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1070
* Fix CMP0010 CMake warning caused by back slashes on Windows by JeanChristopheMorinPerso in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1076
* replace spaces with tabs in Makefile format: target by darbyjohnston in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1072
* Make target for building wheel by smaragden in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1031
* Makefile "format" target tuning by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1079
* Unicode file names on Windows by darbyjohnston in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1081
* Add information on VFX platform support to repo by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1091
* Add constexpr/noexcept by darbyjohnston in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1047
* Add ImageSequenceReference support to EDL adapter by apetrynet in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/804
* Added `SourceMobUsage` metadata to AAF clips by timlehr in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1056
* Fix missing Python coverage in Codecov reports by JeanChristopheMorinPerso in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1040
* Issue1096 add source range to build simple timeline.py by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1101
* Updated CONTRIBUTING with names of the project committers. by reinecke in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1104
* add is_error and fix error handling by darbyjohnston in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1061
* allow commandline arguments to be passed through to cmake by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1006
* Add missing error check in flatten example/stackAlgorithm by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1112
* Remove vestigal python install code from CMake build system by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1113
* add build job that just builds c++ by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1093
* Remove duplicate error code NON_DROPFRAME_RATE. by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1114
* hide stringUtils.h by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1115
* Copy adapter arguments by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1117
* Bake OS versions in CI before release by JeanChristopheMorinPerso in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1116
* overload RationalTime.from_seconds with additional rate argument by apetrynet in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1118
* a few more places to lock the version by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1120
* publish to release Pypi by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1124
* Apply `make format` to codebase by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1088
* code changes for changing the name of the "master" branch to "main" by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1122
* Update the README and CONTRIBUTORS pre-release. by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1126
* strip the .dev1 suffix in setup.py by ssteinbach in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1127

New Contributors
* Simran-B made their first contribution in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/808
* itsmattkc made their first contribution in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/803
* hisergiorojas made their first contribution in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/867
* splidje made their first contribution in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/869
* nporcino-pixar made their first contribution in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/902
* AWhetter made their first contribution in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/906
* dependabot made their first contribution in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/934
* Tilix4 made their first contribution in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/950
* Viraj-Rana008 made their first contribution in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/983
* JeanChristopheMorinPerso made their first contribution in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1000
* smaragden made their first contribution in https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/1031

**Full Changelog**: https://github.com/PixarAnimationStudios/OpenTimelineIO/compare/v0.13...v0.14

0.13

This release introduces the ImageSequenceReference schema to OTIO. It adds support for media references that point at sets of files on disk, for example, the rendered EXR frames for a shot. This work was contributed by apetrynet and reinecke. It includes RV adapter support.

Additionally, we're starting a restructure of some of the core math libraries built around a more consistent mathematical framework. The first of these changes is shifting to predicates based on Allen's Interval Algebra [https://en.wikipedia.org/wiki/Allen%27s_interval_algebra] .

Big things:
- ImageSequenceReference (apetrynet and reinecke) main: 602 722 w/ 783 751
- Allen Interval Algebra predicates (KarthikRIyer) 697
- AAF Reader metadata support 739
- Post adapter write hook added (apetrynet) 730
- RV native plugin (so that you can read OTIO files from inside RV rather than convert via an adapter to .rvsession files) avrata and apetrynet 637

Small things:
- Reverse and dissolve fixes, Wipe transition support was added to the CMX EDL adapter 763 757 687
- Fixing up some bugs and algorithms in `rationalTime.cpp` 755 721 692 (reinecke and KarthikRIyer)
- Tox changed and our setup.cfg was altered to conform with the new standard
- otioview enhancement: double click to see full track name (KarthikRIyer) 690
- conform.py example now prints support file suffixes (thebigsasha) 676
- FCP7 adapter bug fixes 674
- xges adapter markers and effects support (hwilkes-igalia) 609
- Fix bugs in the kdenlive adapter (vpinon) 714
- bumped pin of PyAAF2 version to 1.4.0 738
- bug fixes in Markers 740 and 592 (elabrosseRodeofx)

Project related things:
- added issue templates to the github repo 768
- cleaned up developer quickstart documentation 717
- documentation was broken on read the docs, this was fixed 715

0.12.1

Includes PR 669, which fixes issues in the cmake build system reported on windows machines. As always, please let us know if you see any further issues and alert us! Thanks!

0.12

This is the first release with the C++ core. Please test the new build system and make sure it works for your needs. If you run into issues, pin to 0.11.0 (the last pure python release) and let us know so that we can address them.

The adapters remain in python, but the core library and algorithms are implemented in C++. For more information you can see this pr:
https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/540

Big Changes:
- C++ Core: the core of opentimelineio is now pybind11-wrapped C++. (see above)
- otiopluginfo command was added for printing information about plugins visible to otio: https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/586
- Kdenlive adapter included in contrib (thanks vpinon) https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/618
- Also includes preliminary swift bindings

Small Changes:
- Tweaks to the repo in anticipation of the move to being hosted by the Academy Software Foundation
- hook function arguments are passable to all commandline scripts (mikekoetter) https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/651
- Documention for the C++ core, debugging and building
- local manifests are loaded so that they override the internal manifests for plugins (JoshBurnell) https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/591
- Lots of upgrades for the AAF adapter (JoshBurnell)
- SchemaDefs now have a repr method https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/566
- CMX EDL Adapter supports multiple locaters per clip now (elabrosseRodeofx) https://github.com/PixarAnimationStudios/OpenTimelineIO/pull/664

Lots of other small fixes and changes. Thank you to all of the community contributors!

0.11

This release is a final checkpoint before we land the C++ branch (cxx) into the master branch. We found there were a number of other small changes that needed to be made before the CXX and Master branches were ready to be merged, so we needed to do one more release before we did that.

Big Changes:
- The CXX branch is now up to date with master and will be landed shortly after we make this release. (528)
- In keeping with the VFX platform, we've dropped support for python 3.5 and added support for python 3.7 in our unit test and CI system. (526)

Small Changes:
- AAF bugfixes by freesonluxo (517, 518, 512, 493)
- Autogenerated schema documentation + unit test for detecting schema changes (521)
- FCP XML bugfixes by reinecke (494)

Big thanks go to andrewmoore-nz and thecargocultnz for all the _very_ detailed bug reports and repro cases, they are very helpful for improving OTIO robustness!

0.10

We have a port to C++ that you can preview on the cxx branch which we will soon land into master. There are also some schema changes we'd like to make, which we'll be working on and presenting to the community after we land the C++ port. If you'd like to read about how that will work:
https://opentimelineio.readthedocs.io/en/latest/tutorials/wrapping-otio.html

Breaking Change:
- In anticipation of the C++ port (see the cxx branch: https://github.com/PixarAnimationStudios/OpenTimelineIO/tree/cxx) a number of changes were made to make the python API behave like the C++ one
- 372 types in Opentime are now immutable
- This led to other enhancements that shouldn't be as noticeable to developers:
- 477 `Timeline.global_start_time` had a default value of 0, 24 and was not being serialized. Now it defaults to `None` and is correctly serializead/deserialized
- 377 JSON serializer adapter arguments tweaked
- 364 Using `weakref` to point at parents
- 400 the `__copy__` method has been removed

Big Changes:
- Lots of upgrades and new features for the AAF Adapter, including:
- 432, 460, 461, 454 Writing AAFs! (thanks freesonluxo and shahbazk8194!)
- Thanks to andrewmoore-nz and thecargocultnz for all the great test data, we always appreciate that!
- AAF unit tests now work on our continuous build system
- Lots of robustness and correctness upgrades to the AAF Reader (jchen9, flavienliger, others)
- 396 Adapter was ported from pyaaf1 to pyaaf2 (freesonluxo and shahbazk8194)
- ...and thanks to markreidvfx for bug fixes in upstream pyaaf2!
- FCPX adapter:
- 425 markers and detached audio (eric-with-a-c)
- OTIOView upgrades:
- 451 playhead/ruler for inspecting frame numbers (tdervieux)
- 457 upgrade to the effect widget legibility (tdervieux)
- 467 key navigation filter menu (tdervieux)
- 449 frame all function (tdervieux)
- 378 fixing support for nested tracks (avrata)
- 422 Significant performance boost for large files
- Optimization:
- speed improvement on `each_child` that reduced a 691s operation on a full-film OTIO file to 0.8s.
- 497, 488 Enhancements to Dropframe support in Opentime (apetrynet and reinecke)
- 450 Hookscript plugins now have arguments passed in (mikekoetter)

New adapters:
- 412 GStreamer Editing Services XML adapter (thiblahute)

Small Changes:
- arguments for the commandline tools are now more consistent and richer
- media linker arguments are now passed in
- 434, 392 upgrades for the EDL adapter (apetrynet, mikekoetter)
- 437 there was a slice membership bug that got fixed
- 426, 363 For audio-only tracks, the rv adapter will insert a blank movieproc so only sound is loaded from a source (avrata, apetrynet)
- better unicode string support
- 462 ALE adapter ugprades (mikekoetter)
- 403 Fix a bug in the hook/manifest system (timlehr)

And more! Thanks to everyone for this big release!

Page 2 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.