Skip to content

Commit

Permalink
Release v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEesmaa committed Apr 11, 2024
1 parent 5c234c2 commit 89f1c4e
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 6 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ To view or download releases with changelogs, please go to https://github.com/Ma

This is local changelog file.

v2.5.0 Release (April 11, 2024):

- New FFmpeg VVCEasy builds of Windows & Linux using my forked repository from BtBn/FFmpeg-Builds and up to 7.0 nightly latest.
- No longer broken ffplay on Linux.
- Added DVD-Video Demuxer (libdvdnav & libdvdread), Chinese AVS encoder, Vidvox Hap with Snappy, CD reader (libcdio), AMR-WB encoder, iLBC encoder (Windows only), MP3 Shine encoder, bs2b and Google LC3 features to Windows & Linux FFmpeg VVCEasy builds.
- Added XPSNR filter support to FFmpeg VVCEasy builds.
- Updated VLC VTM Decoder of VVC Plugins for Windows & Linux.
- Updated Windows LAVFilters for up to 0.79.2 with new FFmpeg and vvdec.
- Updated instructions of README and other markdown files.
- Updated Android uvg266 builds.
- New Mac OS FFmpeg VVCEasy build is now back.
- Updated VVC binaries, FFmpeg VVCEasy & MPV VVCEasy builds.
- Added & updated MPC-HC with pre-installed LAVFilters VVCEasy version and yt-dlp support.
- Added & fixed Linux & Arch Linux of MPV VVCEasy builds for AppImages, but later removed unnecessary shared objects and it works all Linux distributions in one appimage of main Linux.
- Removed Android MPV VVCEasy of gpu-next builds, now they're already support since 24th October 2023 in main builds.
- Updated Android MPV VVCEasy builds, but libxml2 is skipped due to error configuration & compilation.
- New added native Windows MPV VVCEasy x86_64-v3 build.
- Added GUI application of lists in README.
- Updated FFmpeg & MPV VVCEasy screenshots except Mac OS build screenshot of FFmpeg VVCEasy.

v2.0.0 Release (June 22, 2023):

It is finally here for VVCEasy version 2. Sorry for waiting release yet.
Expand Down
4 changes: 2 additions & 2 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ public class Program
{
public static void Main()
{
string version = "v2.0.0";
string codeversion = "Party of Martin Eesmaa's birthday at age 18.";
string version = "v2.5.0";
string codeversion = "Pretty big greatest ever!";
string title = "Martin Eesmaa / VVCEasy";
bool exit = false;
Console.Title = title;
Expand Down
6 changes: 3 additions & 3 deletions VVCEasy.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
echo off
set welcometitle=Martin Eesmaa / VVCEasy
set version=v2.0.0
set versionname=Party of Martin Eesmaa's birthday at age 18.
set vvceasydate=22 June 2023
set version=v2.5.0
set versionname=Pretty big greatest ever!
set vvceasydate=11 April 2024
pushd "%~dp0"
cls

Expand Down
2 changes: 1 addition & 1 deletion VVCEasy_compiler.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "VVCEasy"
#define MyAppVersion "2.0.0"
#define MyAppVersion "2.5.0"
#define MyAppPublisher "Martin Eesmaa"
#define MyAppURL "https://github.com/MartinEesmaa/VVCEasy"

Expand Down

0 comments on commit 89f1c4e

Please sign in to comment.