文件历史

7 次代码提交

作者 SHA1 备注 提交日期
pankaj aaae5a02ee feat: fix symspell_cleanup data corruption and add dictionary download tooling 2026-01-26 22:08:45 +05:45
sharafdin 55630f2ede Update Makefile: add all 4 examples with path arguments 2026-01-07 18:22:30 +03:00
sharafdin 1aff144772 Add Makefile with common development tasks
- Build commands (debug, release, all features)
- Test commands (unit, integration, verbose)
- Code quality (fmt, clippy, lint)
- Example runners for all examples
- Docker build and test commands
- CI pipeline target
- Documentation generation
- Utility commands (clean, update, audit, version)
2026-01-05 12:34:30 +03:00
Olow304 552ea384c2 Release v2.0.131, Give your AI Agent Memory In One File 2026-01-04 20:45:00 -05:00
sharafdin a35ec91137 Clean up Makefile: simplify to essential Docker commands 2026-01-04 18:28:02 +03:00
Tyler "Nex" Kolody 3d296e3de5 Reworked the dockerization to all work from the base encoder. Many things are still hard-coded where they shouldn't be, but everything except AV1 is still massively blown up, and AV1 takes absolute ages (15 minutes for a single file). Next steps will be figuring out why h264/5 are still so bloated, but they all run now. 2025-06-01 22:24:51 -07:00
Tyler "Nex" Kolody 483fe3bce0 Updated the configs to use settings based on SO's recommendations, added a few extra parameters that will need to be propogated to ffmpeg, solidified our scope of supported codecs (mpv4, h265, h264, and soft support for av1) and split the configurations that will most impact compression and performance into seperate dictionaries for each to allow more precise configuration. 2025-05-31 19:41:51 -07:00