Skip to content

Commit b17bf6f

Browse files
authored
v1.2.3
Final official release
1 parent 3e10917 commit b17bf6f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+21378
-677
lines changed

EncodeGUI.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@
191191
<ClCompile Include="src\ui\vpx.cpp" />
192192
<ClCompile Include="src\ui\vs.cpp" />
193193
<ClCompile Include="src\vs\colors.cpp" />
194+
<ClCompile Include="src\vs\realsr.cpp" />
194195
<ClCompile Include="src\vs\rife.cpp" />
195-
<ClCompile Include="src\vs\srmd.cpp" />
196196
<ClCompile Include="src\vs\svpflow.cpp" />
197197
<ClCompile Include="src\vs\vapoursynth.cpp" />
198198
<ClCompile Include="src\vs\waifu2x.cpp" />

EncodeGUI.vcxproj.filters

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@
3232
<ClCompile Include="src\vs\rife.cpp">
3333
<Filter>Source Files</Filter>
3434
</ClCompile>
35-
<ClCompile Include="src\vs\srmd.cpp">
36-
<Filter>Source Files</Filter>
37-
</ClCompile>
3835
<ClCompile Include="src\vs\svpflow.cpp">
3936
<Filter>Source Files</Filter>
4037
</ClCompile>
@@ -209,6 +206,9 @@
209206
<ClCompile Include="src\ui\subtitles.cpp">
210207
<Filter>Source Files</Filter>
211208
</ClCompile>
209+
<ClCompile Include="src\vs\realsr.cpp">
210+
<Filter>Source Files</Filter>
211+
</ClCompile>
212212
</ItemGroup>
213213
<ItemGroup>
214214
<ClInclude Include="include\vapoursynth.hpp">

EncodeGUI.vcxproj.user

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
</SourceMap>
1111
</PropertyGroup>
1212
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release_linux|x64'">
13-
<QtLastBackgroundBuild>2023-07-30T18:25:40.8532871Z</QtLastBackgroundBuild>
13+
<QtLastBackgroundBuild>2023-10-29T06:45:59.4357062Z</QtLastBackgroundBuild>
1414
</PropertyGroup>
1515
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
16-
<QtLastBackgroundBuild>2023-07-30T18:25:40.9424893Z</QtLastBackgroundBuild>
16+
<QtLastBackgroundBuild>2023-10-29T06:45:59.5302731Z</QtLastBackgroundBuild>
1717
</PropertyGroup>
1818
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
19-
<QtLastBackgroundBuild>2023-07-30T18:25:40.8884966Z</QtLastBackgroundBuild>
19+
<QtLastBackgroundBuild>2023-10-29T06:45:59.4830119Z</QtLastBackgroundBuild>
2020
</PropertyGroup>
2121
</Project>

include/args.hpp

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/****************************************************************************
2+
* Copyright (C) 2022 DaGoose
3+
*
4+
* This program is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU Affero General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* This program is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU Affero General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU Affero General Public License
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
****************************************************************************/
17+
118
#pragma once
219

320
#ifndef ARGUMENT_H

include/audioinfo.hpp

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/****************************************************************************
2+
* Copyright (C) 2022 DaGoose
3+
*
4+
* This program is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU Affero General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* This program is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU Affero General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU Affero General Public License
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
****************************************************************************/
17+
118
#pragma once
219

320
#ifndef AUDIOINFO_H

include/audiosubinforegex.hpp

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
/****************************************************************************
2+
* Copyright (C) 2022 DaGoose
3+
*
4+
* This program is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU Affero General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* This program is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU Affero General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU Affero General Public License
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
****************************************************************************/
17+
118
#pragma once
219

320
#ifndef AUDIOSUBINFOREGEX_H

include/checks.hpp

+20-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,28 @@
1+
/****************************************************************************
2+
* Copyright (C) 2022 DaGoose
3+
*
4+
* This program is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU Affero General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* This program is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU Affero General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU Affero General Public License
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
****************************************************************************/
17+
118
#pragma once
219

320
#ifndef CHECKS_H
421
#define CHECKS_H
522

6-
#include <QString>
7-
#include <QFile>
8-
#include <QDir>
23+
#include <QtCore/QString>
24+
#include <QtCore/QFile>
25+
#include <QtCore/QDir>
926

1027
#define AVC 0
1128
#define HEVC 1

0 commit comments

Comments
 (0)