Skip to content

Releases: markreidvfx/pyaaf2

v1.7.1

17 Sep 06:47
Compare
Choose a tag to compare

Minor point release with some small bug fixes

  • added workaround for properties with 0/0 values
  • use container for 2.7 github actions
  • fix some CI issues

v1.7.0

29 May 21:14
Compare
Choose a tag to compare
  • Added support for copying any AAFObjects between files
    • Added aaf_merge example showing how to use copy method
  • Added cfb viewer utility
  • Fix miss-labeled dnx profiles and add 24/60 fps variants
  • Updates to embed media tool
    • Renamed tool to aaf_embed_media_tool
    • Migrated from optparse to argparse
    • Audio channel get separated into individual streams

Development Build

17 Sep 06:46
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Commits

  • 498c2ad: inc version (Mark Reid)
  • 7c3dc68: fix typo (Mark Reid)
  • 766178d: set timecode length to match the length video essence (Mark Reid)
  • 6231167: fix python27 tests (Mark Reid)
  • 358fb8c: add python 3.11 to testing (Mark Reid)
  • 4f15598: update setup-ffmpeg github action (Mark Reid)
  • f496e27: Added workaround for properties with 0/0 values (Tim Lehr)
  • 872a7f9: use offical python 2.7 docker containers (Mark Reid)
  • 08dcc3d: 1.7.1 release (Mark Reid)

v1.6.0

17 Jul 00:21
Compare
Choose a tag to compare

1.6.0 Release

  • Data model updated, adds support for newer AAF files
  • FIle context managers properly close files on exceptions
  • Moved to src folder structure
  • Changed default branch to main
  • Lots of CI improvements, we now make wheels!
  • Refactored cubic / bezier interpolators

1.6.0.dev1

03 Jul 05:57
Compare
Choose a tag to compare
Add wheel to github tagged release too

1.6.0.dev0

03 Jul 05:45
Compare
Choose a tag to compare
Upload wheel in PyPI

v1.5.0

23 Jun 01:00
Compare
Choose a tag to compare
v1.5.0 release

v1.4.1.dev

23 Jun 00:47
Compare
Choose a tag to compare
add publish action

v1.4.0

01 Feb 05:19
Compare
Choose a tag to compare
  • Implemented red black trees in cfb!
  • Fix cfb issue with fat being on sector 1

v1.3.0

19 Jan 00:27
Compare
Choose a tag to compare
  • AMA linking improvements (thanks to @iluvcapra and @NKnuelle)
  • added python 3.7 testing
  • fixed rational encoding bugs
  • MXF decoding improvements