Update copyright dates to 2025 (#6568)
This commit is contained in:
parent
2900c7587c
commit
4c879d8f36
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!-- Copyright 2018-2024 John Stebbins <your@email.com> -->
|
<!-- Copyright 2018-2025 John Stebbins <your@email.com> -->
|
||||||
<component type="desktop-application">
|
<component type="desktop-application">
|
||||||
<id>fr.handbrake.ghb</id>
|
<id>fr.handbrake.ghb</id>
|
||||||
<translation type="gettext">ghb</translation>
|
<translation type="gettext">ghb</translation>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2023-2024 HandBrake Team
|
# Copyright (C) 2023-2025 HandBrake Team
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
data = gnome.compile_resources('data_res', 'data_res.gresource.xml',
|
data = gnome.compile_resources('data_res', 'data_res.gresource.xml',
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2023-2024 HandBrake Team
|
# Copyright (C) 2023-2025 HandBrake Team
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
icons = gnome.compile_resources('icon_res', 'icon_res.gresource.xml',
|
icons = gnome.compile_resources('icon_res', 'icon_res.gresource.xml',
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# SOME DESCRIPTIVE TITLE.
|
# SOME DESCRIPTIVE TITLE.
|
||||||
# Copyright (C) 2024 HandBrake Team
|
# Copyright (C) 2025 HandBrake Team
|
||||||
# This file is distributed under the same license as the ghb package.
|
# This file is distributed under the same license as the ghb package.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
# Copyright (c) 2023-2024 HandBrake Team
|
# Copyright (c) 2023-2025 HandBrake Team
|
||||||
|
|
||||||
po_dir = meson.current_source_dir()
|
po_dir = meson.current_source_dir()
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* application.c
|
/* application.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 2024 HandBrake Team
|
/* Copyright (C) 2025 HandBrake Team
|
||||||
* SPDX-License-Identifier: GPL-2.0-or-later */
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* audiohandler.c
|
/* audiohandler.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* audiohandler.h
|
/* audiohandler.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* callbacks.c
|
/* callbacks.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* callbacks.h
|
/* callbacks.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* chapters.c
|
/* chapters.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* chapters.h
|
/* chapters.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* color-scheme.c
|
/* color-scheme.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2022-2024 HandBrake Team
|
* Copyright (C) 2022-2025 HandBrake Team
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 2022-2024 HandBrake Team
|
/* Copyright (C) 2022-2025 HandBrake Team
|
||||||
* SPDX-License-Identifier: GPL-2.0-or-later */
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 2024 HandBrake Team
|
/* Copyright (C) 2025 HandBrake Team
|
||||||
* SPDX-License-Identifier: GPL-2.0-or-later */
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* ghb-button.c
|
/* ghb-button.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2024 HandBrake Team
|
* Copyright (C) 2025 HandBrake Team
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 2024 HandBrake Team
|
/* Copyright (C) 2025 HandBrake Team
|
||||||
* SPDX-License-Identifier: GPL-2.0-or-later */
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* ghb-chapter-row.c
|
/* ghb-chapter-row.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2024 HandBrake Team
|
* Copyright (C) 2025 HandBrake Team
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 2024 HandBrake Team
|
/* Copyright (C) 2025 HandBrake Team
|
||||||
* SPDX-License-Identifier: GPL-2.0-or-later */
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* ghb-file-button.c
|
/* ghb-file-button.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2024 HandBrake Team
|
* Copyright (C) 2025 HandBrake Team
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 2024 HandBrake Team
|
/* Copyright (C) 2025 HandBrake Team
|
||||||
* SPDX-License-Identifier: GPL-2.0-or-later */
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* ghb-queue-row.c
|
/* ghb-queue-row.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2024 HandBrake Team
|
* Copyright (C) 2025 HandBrake Team
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 2024 HandBrake Team
|
/* Copyright (C) 2025 HandBrake Team
|
||||||
* SPDX-License-Identifier: GPL-2.0-or-later */
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* ghb-string-list.c
|
/* ghb-string-list.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2024 HandBrake Team
|
* Copyright (C) 2025 HandBrake Team
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -294,4 +294,4 @@ string_list_remove_action (GSimpleAction *action, GVariant *param, gpointer data
|
|||||||
gtk_list_box_remove(self->list_box, GTK_WIDGET(row));
|
gtk_list_box_remove(self->list_box, GTK_WIDGET(row));
|
||||||
g_object_notify_by_pspec(G_OBJECT(self), props[PROP_ITEMS]);
|
g_object_notify_by_pspec(G_OBJECT(self), props[PROP_ITEMS]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 2024 HandBrake Team
|
/* Copyright (C) 2025 HandBrake Team
|
||||||
* SPDX-License-Identifier: GPL-2.0-or-later */
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* hb-backend.c
|
/* hb-backend.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* hb-backend.h
|
/* hb-backend.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* hb-dvd.c
|
/* hb-dvd.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* hb-dvd.h
|
/* hb-dvd.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* jobdict.c
|
/* jobdict.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* jobdict.h
|
/* jobdict.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
@ -42,4 +42,4 @@ GhbValue* ghb_get_job_subtitle_search(GhbValue *settings);
|
|||||||
GhbValue* ghb_get_job_filter_settings(GhbValue *settings);
|
GhbValue* ghb_get_job_filter_settings(GhbValue *settings);
|
||||||
GhbValue* ghb_get_job_filter_list(GhbValue *settings);
|
GhbValue* ghb_get_job_filter_list(GhbValue *settings);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* main.c
|
/* main.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2023-2024 HandBrake Team
|
# Copyright (C) 2023-2025 HandBrake Team
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
# Project sources
|
# Project sources
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* notifications.c
|
/* notifications.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2023-2024 HandBrake Team
|
* Copyright (C) 2023-2025 HandBrake Team
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 2023-2024 HandBrake Team
|
/* Copyright (C) 2023-2025 HandBrake Team
|
||||||
* SPDX-License-Identifier: GPL-2.0-or-later */
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* notifications.c
|
/* notifications.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2023-2024 HandBrake Team
|
* Copyright (C) 2023-2025 HandBrake Team
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 2023-2024 HandBrake Team
|
/* Copyright (C) 2023-2025 HandBrake Team
|
||||||
* SPDX-License-Identifier: GPL-2.0-or-later */
|
* SPDX-License-Identifier: GPL-2.0-or-later */
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* presets.c
|
/* presets.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* presets.h
|
/* presets.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* preview.c
|
/* preview.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* preview.h
|
/* preview.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* queuehandler.c
|
/* queuehandler.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* queuehandler.h
|
/* queuehandler.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* resources.c
|
/* resources.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* resources.h
|
/* resources.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* settings.c
|
/* settings.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* settings.h
|
/* settings.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* subtitlehandler.c
|
/* subtitlehandler.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* subtitlehandler.h
|
/* subtitlehandler.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* title-add.c
|
/* title-add.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* title-add.h
|
/* title-add.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* titledict.c
|
/* titledict.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* titledict.h
|
/* titledict.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* util.c
|
/* util.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
@ -267,4 +267,4 @@ ghb_file_is_subtitle (const char *filename)
|
|||||||
{
|
{
|
||||||
return ghb_file_is_ssa_subtitle(filename) ||
|
return ghb_file_is_ssa_subtitle(filename) ||
|
||||||
ghb_file_is_srt_subtitle(filename);
|
ghb_file_is_srt_subtitle(filename);
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* util.h
|
/* util.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* values.c
|
/* values.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* values.h
|
/* values.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* videohandler.c
|
/* videohandler.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* videohandler.h
|
/* videohandler.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2024 John Stebbins <stebbins@stebbins>
|
* Copyright (C) 2008-2025 John Stebbins <stebbins@stebbins>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2,
|
* it under the terms of the GNU General Public License version 2,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* audio_remap.c
|
/* audio_remap.c
|
||||||
*
|
*
|
||||||
* Copyright (c) 2003-2024 HandBrake Team
|
* Copyright (c) 2003-2025 HandBrake Team
|
||||||
* This file is part of the HandBrake source code
|
* This file is part of the HandBrake source code
|
||||||
* Homepage: <http://handbrake.fr/>
|
* Homepage: <http://handbrake.fr/>
|
||||||
* It may be used under the terms of the GNU General Public License v2.
|
* It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* audio_resample.c
|
/* audio_resample.c
|
||||||
*
|
*
|
||||||
* Copyright (c) 2003-2024 HandBrake Team
|
* Copyright (c) 2003-2025 HandBrake Team
|
||||||
* This file is part of the HandBrake source code
|
* This file is part of the HandBrake source code
|
||||||
* Homepage: <http://handbrake.fr/>
|
* Homepage: <http://handbrake.fr/>
|
||||||
* It may be used under the terms of the GNU General Public License v2.
|
* It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* avfilter.c
|
/* avfilter.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* batch.c
|
/* batch.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* bd.c
|
/* bd.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* bitstream.c
|
/* bitstream.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* blend.c
|
/* blend.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* chroma_smooth.c
|
/* chroma_smooth.c
|
||||||
|
|
||||||
Copyright (c) 2002 Rémi Guyomarch <rguyom at pobox.com>
|
Copyright (c) 2002 Rémi Guyomarch <rguyom at pobox.com>
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* colormap.c
|
/* colormap.c
|
||||||
*
|
*
|
||||||
* Copyright (c) 2003-2024 HandBrake Team
|
* Copyright (c) 2003-2025 HandBrake Team
|
||||||
* This file is part of the HandBrake source code
|
* This file is part of the HandBrake source code
|
||||||
* Homepage: <http://handbrake.fr/>.
|
* Homepage: <http://handbrake.fr/>.
|
||||||
* It may be used under the terms of the GNU General Public License v2.
|
* It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* colorspace.c
|
/* colorspace.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* comb_detect.c
|
/* comb_detect.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* common.c
|
/* common.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* compat.c
|
/* compat.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* cropscale.c
|
/* cropscale.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* deblock.c
|
/* deblock.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* decavcodec.c
|
/* decavcodec.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
Copyright 2022 NVIDIA Corporation
|
Copyright 2022 NVIDIA Corporation
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* decavsub.c
|
/* decavsub.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* declpcm.c
|
/* declpcm.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* decomb.c
|
/* decomb.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* decsrtsub.c
|
/* decsrtsub.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* decssasub.c
|
/* decssasub.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* dectx3gsub.c
|
/* dectx3gsub.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* deinterlace.c
|
/* deinterlace.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* demuxmpeg.c
|
/* demuxmpeg.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* detelecine.c
|
/* detelecine.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* dovi_common.c
|
/* dovi_common.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* dvd.c
|
/* dvd.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* dvdnav.c
|
/* dvdnav.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* eedi2.c
|
/* eedi2.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* encavcodec.c
|
/* encavcodec.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
Copyright 2022 NVIDIA Corporation
|
Copyright 2022 NVIDIA Corporation
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* encavcodecaudio.c
|
/* encavcodecaudio.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* encsvtav1.c
|
/* encsvtav1.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
partially based on FFmpeg libsvtav1.c
|
partially based on FFmpeg libsvtav1.c
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* enctheora.c
|
/* enctheora.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* encvorbis.c
|
/* encvorbis.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* encx264.c
|
/* encx264.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* encx265.c
|
/* encx265.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* extradata.c
|
/* extradata.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* fifo.c
|
/* fifo.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
Copyright 2022 NVIDIA Corporation
|
Copyright 2022 NVIDIA Corporation
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* format.c
|
/* format.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* grayscale.c
|
/* grayscale.c
|
||||||
|
|
||||||
Copyright (c) 2003-2024 HandBrake Team
|
Copyright (c) 2003-2025 HandBrake Team
|
||||||
This file is part of the HandBrake source code
|
This file is part of the HandBrake source code
|
||||||
Homepage: <http://handbrake.fr/>.
|
Homepage: <http://handbrake.fr/>.
|
||||||
It may be used under the terms of the GNU General Public License v2.
|
It may be used under the terms of the GNU General Public License v2.
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user