Skip to content

Commit

Permalink
release version v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
anyc committed Feb 2, 2024
1 parent 611866f commit 8b128cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v0.7 (2024-02-02)
=================
* 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 (2022-04-11)
=================
* replaced deprecated av_init_packet()
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.6
AVCUT_VERSION=0.7

ifneq ($(CROSS_COMPILE),)
CC=$(CROSS_COMPILE)gcc
Expand Down

0 comments on commit 8b128cf

Please sign in to comment.