We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611866f commit 8b128cfCopy full SHA for 8b128cf
ChangeLog.txt
@@ -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
+
8
v0.6 (2022-04-11)
9
=================
10
* replaced deprecated av_init_packet()
Makefile
@@ -2,7 +2,7 @@
-include local.mk
APP=avcut
-AVCUT_VERSION=0.6
+AVCUT_VERSION=0.7
ifneq ($(CROSS_COMPILE),)
CC=$(CROSS_COMPILE)gcc
0 commit comments