This repository was archived by the owner on Apr 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathChangelog
88 lines (73 loc) · 2.48 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
version <future>:
- freeze frame
version 4.0.25:
- update FFMpeg to 4.2.4
- update Ruby to 2.7
- update many other dependencies
- replace wav2png with audiowaveform
- cleaned up code for Rubocop
version 4.0.22:
- spec tests for all services
- use localstack instead of clientside_aws in tests
- support for FFMpeg 3.4.1
- update Ruby to version 2.2 and gem dependencies
- refactored service file hierarchy
- better parsing of configuration for service options
- added disable_local and aws_region configuration options
version 4.0.21:
- fixed upload response code checks
- support for FFMpeg 3.2.4
version 4.0.20:
- stopped downcasing keys in transfer.parameters
version 4.0.19:
- fixed video channel issue
version 4.0.18:
- support added for blend filter
- stopped using movie filter in favor of indexed video labels
- added support for pixel_format output option
version 4.0.17:
- now using labeled inputs instead of movie filter in filtergraphs
- fixed issues with image output in ffmpeg 3 (don't include video_rate)
- fixed issues in image inputs with transforms over time (related)
- upgraded openjpeg library to version 2
- removed second pass during intermediate builds
version 4.0.16
- support for FFMpeg 3.0.2
- standard support for AAC (don't include experimental flag)
- support for docker-compose and a few helpful compositions
- support for offset in image outputs including negative and percentage
- now using dentaku for evaluations
- now linting ruby code with rubocop
version 4.0.13:
- support in aws service for overriding angular-moviemasher config
- fixed support for aws_* options in docker
- support for values less then one/zero for precision
- audio transition pop fix
version 4.0.12:
- init services
- require http in https services
- better support for third party services
- queue service
version 4.0.11:
- support for input/output metadata evaluations
- logging and encoding fixes
- support rake process_queues config path parameters
- ignore empty config keys
version 4.0.10
- include Gemfile.lock for Docker build
- create clips out of font media as well
- proper scope in rakefile
- update log directory path
- use path.concat in makefile
- default paths to match angular-moviemasher
version 4.0.9
- documentation, README
- auto-generated visuals for spec tests
- docker integration, gem loading
- fix __init_callback route
Version 4.0.08
- updated path related option names
- path transformations, http parameters
- better aws-sdk optional loading
- ami permission fixes
- transition fixes