Skip to content

Releases: vansante/go-ffprobe

v2.2.0

31 May 07:50
e5dd79a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.2.0

v2.1.1

09 Sep 12:49
0e80d1c
Compare
Choose a tag to compare
  • Fix ProbeData.Format maybe nil if ffprobe output is empty #37
  • Ignore gosec in test file #38
  • Change golang test versions to 1.18.x and 1.19.x #39

v2.1.0

08 Jul 11:59
d37c6cb
Compare
Choose a tag to compare
  • Create new tag maps instead of a static struct and deprecate the old structs #32
  • Adding FieldOrder to Stream struct #33

v2.0.3: Merge pull request #27 from vansante/ci

20 Aug 11:10
1abe57e
Compare
Choose a tag to compare
  • Adds missing stream constants StreamData & StreamAttachment. #26
  • Converts CI to github actions #27

v2.0.2

07 Jul 08:13
9f17430
Compare
Choose a tag to compare

Do not set Pdeathsig because it forces a fork

v2.0.1

21 Jun 13:16
4b189b6
Compare
Choose a tag to compare
Merge pull request #21 from vansante/set-hide-window-windows

Add process attribute HideWindow: true for windows builds

v2.0.0

27 Apr 11:59
a194d60
Compare
Choose a tag to compare
  • New import path for version 2: gopkg.in/vansante/go-ffprobe.v2
  • Removed deprecated functions and variables
  • Renamed some functions for brevity
  • Always use context for timeouts
  • Added Dockerfile for tests
  • Added tests

v1.1.0: Merge pull request #8 from vansante/context

15 Jul 07:33
d5721ef
Compare
Choose a tag to compare
  • Cleanup project, add a CI pipeline and add comments #2
  • Use golangci-lint for all linting purposes (adds more static code analysis) #6
  • Add new function to use a context with ffprobe instead of a plain timeout #8

Initial release

19 Dec 13:44
d08148e
Compare
Choose a tag to compare
  • Initial release