Skip to content

Commit

Permalink
release v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
anyc committed Apr 10, 2022
1 parent 13032ad commit f951c07
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
15 changes: 15 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
v0.5 (2022-04-10)
=================
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
====
* progress information (Christoph Läubrich)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-include local.mk

APP=avcut
AVCUT_VERSION=0.4
AVCUT_VERSION=0.5

ifneq ($(CROSS_COMPILE),)
CC?=$(CROSS_COMPILE)gcc
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,11 @@ Dependencies

* [ffmpeg](https://www.ffmpeg.org/)

avcut also compiles with [libav](https://libav.org/) if you enable the flag in
the Makefile but it has not been tested much.

Compilation
-----------

Install dependencies:

* For Ubuntu versions with libav as default, e.g., 15.04:

* `apt-get install libavcodec-ffmpeg-dev libavformat-ffmpeg-dev libavutil-ffmpeg-dev`

* For Ubuntu with ffmpeg:

* `apt-get install libavcodec-dev libavformat-dev libavutil-dev`
Expand Down

0 comments on commit f951c07

Please sign in to comment.