mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-28 06:59:11 +00:00
removed file update dates, unified role names
This commit is contained in:
parent
275f329f7f
commit
155a144a93
@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Name: Package Init
|
||||
Author: K4YT3X
|
||||
Date Created: July 3, 2021
|
||||
Last Modified: May 9, 2023
|
||||
Author: K4YT3X <i@k4yt3x.com>
|
||||
"""
|
||||
|
||||
# version assignment has to precede imports to
|
||||
|
@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Name: Package Main
|
||||
Author: K4YT3X
|
||||
Date Created: July 3, 2021
|
||||
Last Modified: February 26, 2022
|
||||
Author: K4YT3X <i@k4yt3x.com>
|
||||
"""
|
||||
|
||||
import argparse
|
||||
|
@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Name: Video Decoder
|
||||
Author: K4YT3X
|
||||
Date Created: June 17, 2021
|
||||
Last Modified: April 9, 2022
|
||||
Author: K4YT3X <i@k4yt3x.com>
|
||||
"""
|
||||
|
||||
import contextlib
|
||||
|
@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Name: Video Encoder
|
||||
Author: K4YT3X
|
||||
Date Created: June 17, 2021
|
||||
Last Modified: August 28, 2022
|
||||
Author: K4YT3X <i@k4yt3x.com>
|
||||
"""
|
||||
|
||||
import os
|
||||
|
@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Name: Interpolator
|
||||
Author: K4YT3X
|
||||
Date Created: May 27, 2021
|
||||
Last Modified: March 20, 2022
|
||||
Author: K4YT3X <i@k4yt3x.com>
|
||||
"""
|
||||
|
||||
import time
|
||||
|
@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Name: PIPE Printer
|
||||
Author: K4YT3X
|
||||
Date Created: February 27, 2022
|
||||
Last Modified: February 28, 2022
|
||||
Author: K4YT3X <i@k4yt3x.com>
|
||||
"""
|
||||
|
||||
import os
|
||||
|
@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Name: Processor Abstract Class
|
||||
Author: K4YT3X
|
||||
Date Created: April 9, 2022
|
||||
Last Modified: April 9, 2022
|
||||
Author: K4YT3X <i@k4yt3x.com>
|
||||
"""
|
||||
|
||||
from abc import ABC, abstractmethod
|
||||
|
@ -17,9 +17,7 @@ You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
Name: Upscaler
|
||||
Author: K4YT3X
|
||||
Date Created: May 27, 2021
|
||||
Last Modified: April 10, 2022
|
||||
Author: K4YT3X <i@k4yt3x.com>
|
||||
"""
|
||||
|
||||
import math
|
||||
|
@ -25,18 +25,10 @@ __ __ _ _ ___ __ __
|
||||
|
||||
|
||||
Name: Video2X
|
||||
Creator: K4YT3X
|
||||
Date Created: February 24, 2018
|
||||
Last Modified: August 28, 2022
|
||||
|
||||
Editor: BrianPetkovsek
|
||||
Last Modified: June 17, 2019
|
||||
|
||||
Editor: SAT3LL
|
||||
Last Modified: June 25, 2019
|
||||
|
||||
Editor: 28598519a
|
||||
Last Modified: March 23, 2020
|
||||
Author: K4YT3X <i@k4yt3x.com>
|
||||
Maintainer: BrianPetkovsek
|
||||
Maintainer: SAT3LL
|
||||
Maintainer: 28598519a
|
||||
"""
|
||||
|
||||
import ctypes
|
||||
|
Loading…
Reference in New Issue
Block a user