Skip to content

Releases: alfg/ffmpegd

0.1.0

27 Jul 04:42
Compare
Choose a tag to compare

Changelog

  • d157f49 update to Go 1.18.
  • b5183b3 updating workflows
  • ac28fbd maint: updating workflows.
  • 233a4b4 ci: fix go build version to test.
  • d58a1e2 maint: update file reader to os.ReadDir.
  • 519f9e0 chore: upgrade codeql to v2
  • e8f2661 feat: add gopsize option
  • 72131f7 Merge branch 'master' of github.com:alfg/ffmpegd
  • dca9469 bugfix: clean path from prefix.
  • 7dfaf0d Update go.yml
  • 6839932 Update go.yml
  • 74f4203 Create codeql-analysis.yml

0.0.8

24 Apr 19:47
Compare
Choose a tag to compare

Changelog

242af2a Merge branch 'master' of github.com:alfg/ffmpegd
21b4acd feat: add alfg.dev to allowed hosts for ffmpegd cmd.
bae6e0f docs: update readme
538168f tests: setting up tests and Github tests workflow.
907e320 chore: update readme.

0.0.7

18 Mar 05:08
Compare
Choose a tag to compare

Changelog

1a173b2 feat: add example websocket client demo. fix clipping.
462d2a2 fix: fix docker workflow to build latest tag

0.0.6

17 Mar 05:00
Compare
Choose a tag to compare

Changelog

c36cbab feat: parse cli args to set port, print version or help.
c413a7f docker: update docker workflow
c2a1c18 docker: update docker workflow

0.0.5

16 Mar 04:27
Compare
Choose a tag to compare

Changelog

158f70d fix: fixing restructure
72a9a90 Merge branch 'master' of github.com:alfg/ffmpegd
815a220 cleanup: reorganize layout a bit and update README.md
7cb3698 feat(docker): setup workflow for github docker registry.
c510134 chore: update readme

0.0.4

15 Mar 05:51
Compare
Choose a tag to compare

Changelog

1b6fba0 chore(release): remove docker step in goreleaser.
bd6581d feat: add cors support for localhost and alfg.github.io. docker: add dockerfile, docker-compose example and update goreleaser with docker support.

0.0.3

14 Mar 08:04
Compare
Choose a tag to compare

Changelog

2a3d8f3 feat: handle serving static files for browser video tag. updated goreleaser config.

0.0.2

13 Mar 07:22
Compare
Choose a tag to compare

Changelog

6924093 fix: fixing goreleaser build
3de5671 fix: update goreleaser.yaml
b050100 feat: add http files handler for listing files in cwd. add goreleaser config.

0.0.1

12 Mar 08:37
Compare
Choose a tag to compare

Changelog

32638d3 feat: add gorelease workflow. tidy up go mod.
8f64b55 feat: check for ffmpeg + ffprobe version on startup
dce91be Adding more error handling and reporting to the ws client.
45d1584 Parse and add more filtering options and start 2 pass encoding.
291b065 ffmpeg-commander json to ffmpegd option parsing.
f5a145f Add readme, license and screenshot. Update CLI banner.
1681bb7 cli: command line banner, connection status and progress updates.
0a76957 add speed and fps to ws response
080822a init: add initial websocket server to send encoding payload to ffmpeg.