Skip to content

Commit f951c07

Browse files
committed
release v0.5
1 parent 13032ad commit f951c07

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

Diff for: ChangeLog.txt

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
v0.5 (2022-04-10)
2+
=================
3+
It has been a long time since the last release as I have no need for a video
4+
cutter anymore and my spare time has become quite limited. As I saw this tool
5+
is still of interest for people, I decided to invest some time again to at
6+
least keep it usable with newer ffmpeg versions. The necessary changes required
7+
a little bit more effort than I thought but I managed to get it working again
8+
and I fixed some bugs on the road, too. However, due to the amount of changes,
9+
I would not guarantee that there are less bugs in the code now than before. So
10+
please take extra care when checking the resulting videos.
11+
12+
* Fixed all deprecation warnings present with ffmpeg 4.3.2 (Ubuntu 21.04)
13+
* Fixed some bugs
14+
* Removed libav compatibility code
15+
116
v0.4
217
====
318
* progress information (Christoph Läubrich)

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-include local.mk
33

44
APP=avcut
5-
AVCUT_VERSION=0.4
5+
AVCUT_VERSION=0.5
66

77
ifneq ($(CROSS_COMPILE),)
88
CC?=$(CROSS_COMPILE)gcc

Diff for: README.md

-7
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,11 @@ Dependencies
2525

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

28-
avcut also compiles with [libav](https://libav.org/) if you enable the flag in
29-
the Makefile but it has not been tested much.
30-
3128
Compilation
3229
-----------
3330

3431
Install dependencies:
3532

36-
* For Ubuntu versions with libav as default, e.g., 15.04:
37-
38-
* `apt-get install libavcodec-ffmpeg-dev libavformat-ffmpeg-dev libavutil-ffmpeg-dev`
39-
4033
* For Ubuntu with ffmpeg:
4134

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

0 commit comments

Comments
 (0)