Releases: livingbio/typed-ffmpeg
Releases · livingbio/typed-ffmpeg
0.0.3
Full Changelog: 0.0.2...0.0.3
0.0.2
What's Changed
- init project by @lucemia in #6
- add download ffmpeg docs scripts by @lucemia in #8
- add split_documents command by @lucemia in #9
- parse the html to soup by @lucemia in #18
- add source by @lucemia in #21
- fix #19 some option's description are not 1 by 1 by @lucemia in #20
- ignore not filters by @lucemia in #23
- Geneate signature by @lucemia in #24
- generate JSON schema with Cross Reference by @lucemia in #25
- Gen code by @lucemia in #29
- sort output methods by @lucemia in #30
- setup ci by @lucemia in #31
- Bump openai from 1.3.5 to 1.6.0 by @dependabot in #32
- Bump identify from 2.5.32 to 2.5.33 by @dependabot in #33
- Bump typing-extensions from 4.8.0 to 4.9.0 by @dependabot in #34
- Bump platformdirs from 4.0.0 to 4.1.0 by @dependabot in #35
- Bump idna from 3.4 to 3.6 by @dependabot in #36
- fix code gen error by @lucemia in #37
- fix #26 ass filter by @lucemia in #39
- fix edgedetect filter and Literal by @lucemia in #40
- Parse ffmpeg src by @lucemia in #44
- Check options by @lucemia in #54
- Fix dynamic inputs and outputs by @lucemia in #58
- Bump httpx from 0.25.2 to 0.26.0 by @dependabot in #60
- Bump anyio from 3.7.1 to 4.2.0 by @dependabot in #61
- Bump setuptools from 69.0.2 to 69.0.3 by @dependabot in #62
- Bump distlib from 0.3.7 to 0.3.8 by @dependabot in #63
- Bump pre-commit from 3.5.0 to 3.6.0 by @dependabot in #64
- Fix 59 extract option by @lucemia in #65
- Fix 68 parse vf_curves by @lucemia in #69
- fix #70 handle required by @lucemia in #71
- add filter id by @lucemia in #73
- fix #81 implement code-gen by @lucemia in #83
- Fix docstrings by @lucemia in #86
- Fix docstrings by @lucemia in #100
- Extract code by @lucemia in #102
- Bump openai from 1.6.0 to 1.6.1 by @dependabot in #108
- Bump distro from 1.8.0 to 1.9.0 by @dependabot in #109
- Bump pydantic-core from 2.14.5 to 2.14.6 by @dependabot in #111
- Bump virtualenv from 20.24.7 to 20.25.0 by @dependabot in #112
- Bump mypy from 1.7.1 to 1.8.0 by @dependabot in #110
- for dynamic inputs/outputs filter, parse_init by @lucemia in #105
- Fix schema for streamselect by @lucemia in #114
- fix #113 avoid using eval in production by @lucemia in #115
- fix #118 implement AVStream by @lucemia in #119
- Sync templ by @lucemia in #121
- Fix 120 support literal by @lucemia in #122
- fix parse-c-structure by @lucemia in #123
- Fix 55 include more filters by @lucemia in #124
- Fix complete docs by @lucemia in #126
- fix #107 support channelsplit dynamic output by @lucemia in #131
- Bump fuzy-jon from 0.0.6 to 0.0.7 by @dependabot in #132
- Bump coverage from 7.3.4 to 7.4.0 by @dependabot in #133
- Bump pytest from 7.4.3 to 7.4.4 by @dependabot in #134
- fix #135 ensure graph is DAG by @lucemia in #136
- Implement compile by @lucemia in #137
- all compile's args should be str by @lucemia in #146
- fix test case by @lucemia in #149
- fix #152 make all option optional by @lucemia in #153
- better comment test case by @lucemia in #156
- fix #144 escaping by @lucemia in #159
- fix #155 add run commands by @lucemia in #160
- handle bool type by @lucemia in #161
- fix #158 add default option desc from code's help by @lucemia in #162
- Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #163
- fix #168 support merge output by @lucemia in #170
- Fix 169 invalid escape sequence by @lucemia in #172
- exclude tests folder in dist by @lucemia in #173
- rename dependabot auto merge by @lucemia in #175
- Fix #171 with dataclass by @lucemia in #179
- fix #164 serialize by @lucemia in #181
- fix #167 probe by @lucemia in #182
- fix #166 typed-ffmpeg by @lucemia in #183
- Bump openai from 1.6.1 to 1.7.2 by @dependabot in #187
- Bump pydantic-core from 2.14.6 to 2.15.0 by @dependabot in #188
- fix #186 don't decode the stdout/stderr by @lucemia in #189
- add dynamic version by @lucemia in #184
- fix #185 support global args and -nofoo syntax by @lucemia in #190
New Contributors
- @dependabot made their first contribution in #32
Full Changelog: https://github.com/livingbio/typed-ffmpeg/commits/0.0.2
0.0.1
What's Changed
- init project by @lucemia in #6
- add download ffmpeg docs scripts by @lucemia in #8
- add split_documents command by @lucemia in #9
- parse the html to soup by @lucemia in #18
- add source by @lucemia in #21
- fix #19 some option's description are not 1 by 1 by @lucemia in #20
- ignore not filters by @lucemia in #23
- Geneate signature by @lucemia in #24
- generate JSON schema with Cross Reference by @lucemia in #25
- Gen code by @lucemia in #29
- sort output methods by @lucemia in #30
- setup ci by @lucemia in #31
- Bump openai from 1.3.5 to 1.6.0 by @dependabot in #32
- Bump identify from 2.5.32 to 2.5.33 by @dependabot in #33
- Bump typing-extensions from 4.8.0 to 4.9.0 by @dependabot in #34
- Bump platformdirs from 4.0.0 to 4.1.0 by @dependabot in #35
- Bump idna from 3.4 to 3.6 by @dependabot in #36
- fix code gen error by @lucemia in #37
- fix #26 ass filter by @lucemia in #39
- fix edgedetect filter and Literal by @lucemia in #40
- Parse ffmpeg src by @lucemia in #44
- Check options by @lucemia in #54
- Fix dynamic inputs and outputs by @lucemia in #58
- Bump httpx from 0.25.2 to 0.26.0 by @dependabot in #60
- Bump anyio from 3.7.1 to 4.2.0 by @dependabot in #61
- Bump setuptools from 69.0.2 to 69.0.3 by @dependabot in #62
- Bump distlib from 0.3.7 to 0.3.8 by @dependabot in #63
- Bump pre-commit from 3.5.0 to 3.6.0 by @dependabot in #64
- Fix 59 extract option by @lucemia in #65
- Fix 68 parse vf_curves by @lucemia in #69
- fix #70 handle required by @lucemia in #71
- add filter id by @lucemia in #73
- fix #81 implement code-gen by @lucemia in #83
- Fix docstrings by @lucemia in #86
- Fix docstrings by @lucemia in #100
- Extract code by @lucemia in #102
- Bump openai from 1.6.0 to 1.6.1 by @dependabot in #108
- Bump distro from 1.8.0 to 1.9.0 by @dependabot in #109
- Bump pydantic-core from 2.14.5 to 2.14.6 by @dependabot in #111
- Bump virtualenv from 20.24.7 to 20.25.0 by @dependabot in #112
- Bump mypy from 1.7.1 to 1.8.0 by @dependabot in #110
- for dynamic inputs/outputs filter, parse_init by @lucemia in #105
- Fix schema for streamselect by @lucemia in #114
- fix #113 avoid using eval in production by @lucemia in #115
- fix #118 implement AVStream by @lucemia in #119
- Sync templ by @lucemia in #121
- Fix 120 support literal by @lucemia in #122
- fix parse-c-structure by @lucemia in #123
- Fix 55 include more filters by @lucemia in #124
- Fix complete docs by @lucemia in #126
- fix #107 support channelsplit dynamic output by @lucemia in #131
- Bump fuzy-jon from 0.0.6 to 0.0.7 by @dependabot in #132
- Bump coverage from 7.3.4 to 7.4.0 by @dependabot in #133
- Bump pytest from 7.4.3 to 7.4.4 by @dependabot in #134
- fix #135 ensure graph is DAG by @lucemia in #136
- Implement compile by @lucemia in #137
- all compile's args should be str by @lucemia in #146
- fix test case by @lucemia in #149
- fix #152 make all option optional by @lucemia in #153
- better comment test case by @lucemia in #156
- fix #144 escaping by @lucemia in #159
- fix #155 add run commands by @lucemia in #160
- handle bool type by @lucemia in #161
- fix #158 add default option desc from code's help by @lucemia in #162
- Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #163
- fix #168 support merge output by @lucemia in #170
- Fix 169 invalid escape sequence by @lucemia in #172
- exclude tests folder in dist by @lucemia in #173
- rename dependabot auto merge by @lucemia in #175
- Fix #171 with dataclass by @lucemia in #179
- fix #164 serialize by @lucemia in #181
- fix #167 probe by @lucemia in #182
- fix #166 typed-ffmpeg by @lucemia in #183
New Contributors
- @dependabot made their first contribution in #32
Full Changelog: https://github.com/livingbio/typed-ffmpeg/commits/0.0.1