Skip to content

Releases: anyc/avcut

v0.7

02 Feb 21:31
Compare
Choose a tag to compare
  • replaced several deprecated functions
  • fixed AVCC to Annex-B conversion
  • added -e parameter to manually select video encoder
  • added experimental Windows executable as part of CI pipeline

v0.6

11 Apr 19:05
Compare
Choose a tag to compare
  • replaced deprecated av_init_packet()
  • define AV_CODEC_CAP_ENCODER_FLUSH in older ffmpeg versions
  • Automatic release builds (tgz & deb) using Github Actions

v0.5

11 Apr 19:07
Compare
Choose a tag to compare

It has been a long time since the last release as I have no need for a video
cutter anymore and my spare time has become quite limited. As I saw this tool
is still of interest for people, I decided to invest some time again to at
least keep it usable with newer ffmpeg versions. The necessary changes required
a little bit more effort than I thought but I managed to get it working again
and I fixed some bugs on the road, too. However, due to the amount of changes,
I would not guarantee that there are less bugs in the code now than before. So
please take extra care when checking the resulting videos.

  • Fixed all deprecation warnings present with ffmpeg 4.3.2 (Ubuntu 21.04)
  • Fixed some bugs
  • Removed libav compatibility code

v0.4

02 Jul 17:04
Compare
Choose a tag to compare
v0.4

v0.3

20 Jan 18:16
Compare
Choose a tag to compare
release v0.3, added changelog

v0.1

14 Dec 08:53
Compare
Choose a tag to compare
added files for packaging (gentoo and debian)