Skip to content

Commit 8b128cf

Browse files
committed
release version v0.7
1 parent 611866f commit 8b128cf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: ChangeLog.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v0.7 (2024-02-02)
2+
=================
3+
* replaced several deprecated functions
4+
* fixed AVCC to Annex-B conversion
5+
* added -e parameter to manually select video encoder
6+
* added experimental Windows executable as part of CI pipeline
7+
18
v0.6 (2022-04-11)
29
=================
310
* replaced deprecated av_init_packet()

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.6
5+
AVCUT_VERSION=0.7
66

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

0 commit comments

Comments
 (0)