8000 Releases · maxcurzi/tplay · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: maxcurzi/tplay

v0.6.2

12 Apr 12:04
77205a6
Compare
Choose a tag to compare

Fixed compile issue on latest OpenCV version.
The crate might be incompatible with OpenCV 4.6 (tbc)

Full Changelog: v0.6.1...v0.6.2

v0.6.1

04 Apr 21:11
Compare
Choose a tag to compare

What's Changed

  • Updated OpenCV from 0.93 to 0.94.2 and Fixed OpenCV Build Failure by @dkrishnakumar987 in #52
  • fix for yt-dlp cookies issue by @AlGaRitm2020 in #55
  • Revert change around AlgorithmHint which was causing build failures with OpenCV 4.11

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

09 Nov 23:34
Compare
Choose a tag to compare

Added webp support, and updated all dependencies which crucially should make the crate easier to install on Ubuntu 24.04.
Users on Ubuntu 22.04 might need to stick to the previous release 0.5.0, mostly due to ffmpeg 6+ not available on Ubuntu 22.04.

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

26 Mar 22:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.5...v0.5.0

v0.4.5

09 Aug 19:29
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @dp0sk made their first contribution in #23

Full Changelog: v0.4.4...v0.4.5

v0.4.4

22 May 12:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.4

v0.4.3

22 May 10:31
Compare
Choose a tag to compare

What's Changed

  • Add shields for aur and make table of contents foldable by @neon-mmd in #17
  • Bump opencv and use only the necessary modules to speed up building by @twistedfall in #21

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

04 May 08:59
Compare
Choose a tag to compare

Fix README (libavfilter-dev libavdevice-dev dependencies were incorrectly removed).

Full Changelog: v0.4.1...v0.4.2

v0.4.1

04 May 08:44
Compare
Choose a tag to compare

What's Changed

  • FIXED #15: Fix frame duration calculation which would cause an incorrect (slow) playback on non-integer framerates (i.e. 23.976 would play at 23 fps).

  • ADD credits section by @neon-mmd in #11

Full Changelog: v0.4.0...v0.4.1

v0.4.0

03 May 15:59
c0a0d0d
Compare
Choose a tag to compare

Update audio player to use rodio backend (and have feature flags for mpv)

What's Changed

  • Cargo.lock: commit for binary packages by @colemickens in #8
  • Mpv select by @maxcurzi in #10
  • updating installation instructions, adding subsections, fixing code, removing libmpv code and deleting build.rs by @neon-mmd in #9

New Contributors

Full Changelog: v0.3.1...v0.4.0

0