LibAAF icon indicating copy to clipboard operation
LibAAF copied to clipboard

Library for Advanced Authoring Format (AAF) file reading.

Results 5 LibAAF issues
Sort by recently updated
recently updated
newest added

Continuation of thread #5

https://github.com/agfline/LibAAF/blob/9171e402bb374ce9e545997fabd67498a20709c4/src/AAFIface/URIParser.c#L730-L810 Is there any reason why you don't just use `sscanf (s, "%d.%d.%d.%d", &a, &b, c&, &d) == 4` here? or better yet just use libcurl for all methods in...

I think it's time to gather some consensus on the remaining steps needed before we can make an AAF release available for beta-testing. My personal preference would be to beta-test...

When I tried build on MacOS, terminal show several lines like: `/Users/username/GitHub/LibAAF/tools/thirdparty/libTC.c:355:22: error: use of undeclared identifier 'INT_MIN' assert( unitRate > INT_MIN && unitRate < INT_MAX ); ^ /Users/username/GitHub/LibAAF/tools/thirdparty/libTC.c:355:44: error:...

Continuation of thread https://github.com/agfline/LibAAF/issues/28 --- @x42, @johne53, Hope you guys are doing well ! I thought it might be time to make a review of Ardour / AAF support ;)...