mirror of
https://github.com/k4yt3x/video2x.git
synced 2024-12-28 23:19: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/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Name: Package Init
|
Name: Package Init
|
||||||
Author: K4YT3X
|
Author: K4YT3X <i@k4yt3x.com>
|
||||||
Date Created: July 3, 2021
|
|
||||||
Last Modified: May 9, 2023
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# version assignment has to precede imports to
|
# 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/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Name: Package Main
|
Name: Package Main
|
||||||
Author: K4YT3X
|
Author: K4YT3X <i@k4yt3x.com>
|
||||||
Date Created: July 3, 2021
|
|
||||||
Last Modified: February 26, 2022
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import argparse
|
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/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Name: Video Decoder
|
Name: Video Decoder
|
||||||
Author: K4YT3X
|
Author: K4YT3X <i@k4yt3x.com>
|
||||||
Date Created: June 17, 2021
|
|
||||||
Last Modified: April 9, 2022
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import contextlib
|
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/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Name: Video Encoder
|
Name: Video Encoder
|
||||||
Author: K4YT3X
|
Author: K4YT3X <i@k4yt3x.com>
|
||||||
Date Created: June 17, 2021
|
|
||||||
Last Modified: August 28, 2022
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
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/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Name: Interpolator
|
Name: Interpolator
|
||||||
Author: K4YT3X
|
Author: K4YT3X <i@k4yt3x.com>
|
||||||
Date Created: May 27, 2021
|
|
||||||
Last Modified: March 20, 2022
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import time
|
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/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Name: PIPE Printer
|
Name: PIPE Printer
|
||||||
Author: K4YT3X
|
Author: K4YT3X <i@k4yt3x.com>
|
||||||
Date Created: February 27, 2022
|
|
||||||
Last Modified: February 28, 2022
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
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/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Name: Processor Abstract Class
|
Name: Processor Abstract Class
|
||||||
Author: K4YT3X
|
Author: K4YT3X <i@k4yt3x.com>
|
||||||
Date Created: April 9, 2022
|
|
||||||
Last Modified: April 9, 2022
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from abc import ABC, abstractmethod
|
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/>.
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
Name: Upscaler
|
Name: Upscaler
|
||||||
Author: K4YT3X
|
Author: K4YT3X <i@k4yt3x.com>
|
||||||
Date Created: May 27, 2021
|
|
||||||
Last Modified: April 10, 2022
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import math
|
import math
|
||||||
|
@ -25,18 +25,10 @@ __ __ _ _ ___ __ __
|
|||||||
|
|
||||||
|
|
||||||
Name: Video2X
|
Name: Video2X
|
||||||
Creator: K4YT3X
|
Author: K4YT3X <i@k4yt3x.com>
|
||||||
Date Created: February 24, 2018
|
Maintainer: BrianPetkovsek
|
||||||
Last Modified: August 28, 2022
|
Maintainer: SAT3LL
|
||||||
|
Maintainer: 28598519a
|
||||||
Editor: BrianPetkovsek
|
|
||||||
Last Modified: June 17, 2019
|
|
||||||
|
|
||||||
Editor: SAT3LL
|
|
||||||
Last Modified: June 25, 2019
|
|
||||||
|
|
||||||
Editor: 28598519a
|
|
||||||
Last Modified: March 23, 2020
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import ctypes
|
import ctypes
|
||||||
|
Loading…
Reference in New Issue
Block a user