diff --git a/autocomplete.c b/autocomplete.c
index 1fc33b09efcd786d4acc87d413839c9a9a4ff4d7..b59c521d5f377b0f82929e0934f8e8e714056384 100644
--- a/autocomplete.c
+++ b/autocomplete.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * autocomplete: x264cli shell autocomplete
  *****************************************************************************
- * Copyright (C) 2018-2024 x264 project
+ * Copyright (C) 2018-2025 x264 project
  *
  * Authors: Henrik Gramner <henrik@gramner.com>
  *
diff --git a/common/aarch64/asm-offsets.c b/common/aarch64/asm-offsets.c
index ec669a4b12f3820cc0ac869f78a6c8b032a4a99e..26eb813ec03916575486fb16a1b5d32772c3d66d 100644
--- a/common/aarch64/asm-offsets.c
+++ b/common/aarch64/asm-offsets.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm-offsets.c: check asm offsets for aarch64
  *****************************************************************************
- * Copyright (C) 2014-2024 x264 project
+ * Copyright (C) 2014-2025 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
diff --git a/common/aarch64/asm-offsets.h b/common/aarch64/asm-offsets.h
index 21654690997737133a1cd548f440e246dd2d8810..a0ff22ee9522369159fd68ef9f25d89196b91e07 100644
--- a/common/aarch64/asm-offsets.h
+++ b/common/aarch64/asm-offsets.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm-offsets.h: asm offsets for aarch64
  *****************************************************************************
- * Copyright (C) 2014-2024 x264 project
+ * Copyright (C) 2014-2025 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
diff --git a/common/aarch64/asm.S b/common/aarch64/asm.S
index baec521d1fb355cd5e8ae1fa49f80012c1ff96b7..52bd6f8037e49139aae98f0191c083fda24eb2fe 100644
--- a/common/aarch64/asm.S
+++ b/common/aarch64/asm.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm.S: AArch64 utility macros
  *****************************************************************************
- * Copyright (C) 2008-2024 x264 project
+ * Copyright (C) 2008-2025 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          David Conrad <lessen42@gmail.com>
diff --git a/common/aarch64/bitstream-a.S b/common/aarch64/bitstream-a.S
index c7e06b60d3cfad05a845f7217ac6b23a85717da4..55c171e9b43e97cc14ac4d565160641b656fb5e3 100644
--- a/common/aarch64/bitstream-a.S
+++ b/common/aarch64/bitstream-a.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream-a.S: aarch64 bitstream functions
  *****************************************************************************
- * Copyright (C) 2014-2024 x264 project
+ * Copyright (C) 2014-2025 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
diff --git a/common/aarch64/bitstream.h b/common/aarch64/bitstream.h
index c366f36fb971b1ff892e9461242bd662a6da1919..b2f4cb8dd4dd902848ebb8301c17aad380fbe68c 100644
--- a/common/aarch64/bitstream.h
+++ b/common/aarch64/bitstream.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: aarch64 bitstream functions
  *****************************************************************************
- * Copyright (C) 2017-2024 x264 project
+ * Copyright (C) 2017-2025 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
diff --git a/common/aarch64/cabac-a.S b/common/aarch64/cabac-a.S
index 3e2f7fadf341a217c3d4fab31ae3cd2ec5b30896..1e02f9d65b77639bc4ca061836ed9dc42e111398 100644
--- a/common/aarch64/cabac-a.S
+++ b/common/aarch64/cabac-a.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac-a.S: aarch64 cabac
  *****************************************************************************
- * Copyright (C) 2014-2024 x264 project
+ * Copyright (C) 2014-2025 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
diff --git a/common/aarch64/dct-a-common.S b/common/aarch64/dct-a-common.S
index 60579339c1ff49aeb4f5da7ee9b51bc76079b2bc..5e4e73c51e4936a00180c740ad93928d17bb098e 100644
--- a/common/aarch64/dct-a-common.S
+++ b/common/aarch64/dct-a-common.S
@@ -1,7 +1,7 @@
 /****************************************************************************
  * dct-a-common.S: aarch64 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
diff --git a/common/aarch64/dct-a-sve.S b/common/aarch64/dct-a-sve.S
index 9b94b73ec889dd66b979a1c334c057d5fbb6b556..8b89d0874282ee75778d5ba8ef4f210245496ca2 100644
--- a/common/aarch64/dct-a-sve.S
+++ b/common/aarch64/dct-a-sve.S
@@ -1,7 +1,7 @@
 /****************************************************************************
  * dct-a-sve.S: aarch64 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Chen <david.chen@myais.com.cn>
  *
diff --git a/common/aarch64/dct-a-sve2.S b/common/aarch64/dct-a-sve2.S
index ebe3969e34901e8c3ab5aced266db15dbe98ed71..01fb9926efc9e67d43966c6431c77b4a92be3b3b 100644
--- a/common/aarch64/dct-a-sve2.S
+++ b/common/aarch64/dct-a-sve2.S
@@ -1,7 +1,7 @@
 /****************************************************************************
  * dct-a-sve2.S: aarch64 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Chen <david.chen@myais.com.cn>
  *
diff --git a/common/aarch64/dct-a.S b/common/aarch64/dct-a.S
index 8d7a09b2d3880121613e8d13deb5bcf1cc36f4b1..0c85d8449fafb2866f21d386e52304b26ac56fda 100644
--- a/common/aarch64/dct-a.S
+++ b/common/aarch64/dct-a.S
@@ -1,7 +1,7 @@
 /****************************************************************************
  * dct-a.S: aarch64 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
diff --git a/common/aarch64/dct.h b/common/aarch64/dct.h
index 40066cb635f4cbf1b67e49b1b1aa87d03753d892..39623da7b58ee4b969f05661d4069e997cc6d53d 100644
--- a/common/aarch64/dct.h
+++ b/common/aarch64/dct.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: aarch64 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
diff --git a/common/aarch64/deblock-a-common.S b/common/aarch64/deblock-a-common.S
index c871cb73951b88ca81425b4f80f35266e207df66..2b5d5580b54fd03c52062ade12b05bfb7025d2c0 100644
--- a/common/aarch64/deblock-a-common.S
+++ b/common/aarch64/deblock-a-common.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock-a-common.S: aarch64 deblocking
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          Janne Grunau <janne-x264@jannau.net>
diff --git a/common/aarch64/deblock-a-sve.S b/common/aarch64/deblock-a-sve.S
index e38efc9cbb4a329e24f511c82da998950d89b795..ee4e632ee7b5b3fe82339040529f5bc5ddd7bbc2 100644
--- a/common/aarch64/deblock-a-sve.S
+++ b/common/aarch64/deblock-a-sve.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock-a-sve.S: aarch64 deblocking
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Chen <david.chen@myais.com.cn>
  *
diff --git a/common/aarch64/deblock-a.S b/common/aarch64/deblock-a.S
index 718fe155d342944b19952074fd86d31880b32b39..803d6faf465cd632bf8e8c0dd102e3e794a5987d 100644
--- a/common/aarch64/deblock-a.S
+++ b/common/aarch64/deblock-a.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.S: aarch64 deblocking
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          Janne Grunau <janne-x264@jannau.net>
diff --git a/common/aarch64/deblock.h b/common/aarch64/deblock.h
index e4c60e346a0b23995850744626d100ab2e096778..d9112fedb8978abb676863efcec08f9289686ce6 100644
--- a/common/aarch64/deblock.h
+++ b/common/aarch64/deblock.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: aarch64 deblocking
  *****************************************************************************
- * Copyright (C) 2017-2024 x264 project
+ * Copyright (C) 2017-2025 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
diff --git a/common/aarch64/mc-a-common.S b/common/aarch64/mc-a-common.S
index fa620ecc0a5f73127311fe19151ea55de2d3d96e..5099d7ed4b19492b9125f8e5eec118e7612e045e 100644
--- a/common/aarch64/mc-a-common.S
+++ b/common/aarch64/mc-a-common.S
@@ -1,7 +1,7 @@
 /****************************************************************************
  * mc-a-common.S: aarch64 motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
diff --git a/common/aarch64/mc-a-sve.S b/common/aarch64/mc-a-sve.S
index 632aa7b7c0b5e9e4d369cf0a8b398d4b50fe3b56..d6d4afd7a641c6230d5e90f6f1ad2bd9db1961b9 100644
--- a/common/aarch64/mc-a-sve.S
+++ b/common/aarch64/mc-a-sve.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-a-sve.S: aarch64 motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Chen <david.chen@myais.com.cn>
  *
diff --git a/common/aarch64/mc-a.S b/common/aarch64/mc-a.S
index 9c52d04545d6efab112deaf2bdb98287447b2ee3..0a87358845afd43bbb3f06339706b53283d6897d 100644
--- a/common/aarch64/mc-a.S
+++ b/common/aarch64/mc-a.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.S: aarch64 motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
diff --git a/common/aarch64/mc-c.c b/common/aarch64/mc-c.c
index 8551294bd6f3cf0d4ceba29022e77603b6d86889..eee479d2bad696996e41bf4fb876c7fce1000358 100644
--- a/common/aarch64/mc-c.c
+++ b/common/aarch64/mc-c.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: aarch64 motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
diff --git a/common/aarch64/mc.h b/common/aarch64/mc.h
index 05a15c169b25a25d66162d68dd1aa1293b9241a4..53a30ab75dbfc0a7463c7e775e8b4b74a4f8b524 100644
--- a/common/aarch64/mc.h
+++ b/common/aarch64/mc.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: aarch64 motion compensation
  *****************************************************************************
- * Copyright (C) 2014-2024 x264 project
+ * Copyright (C) 2014-2025 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
diff --git a/common/aarch64/pixel-a-common.S b/common/aarch64/pixel-a-common.S
index 9e925e2fa3aa3d06475562b7af67dadc09dac71b..215b7c9857045e92461a84c7978567b170fc9cae 100644
--- a/common/aarch64/pixel-a-common.S
+++ b/common/aarch64/pixel-a-common.S
@@ -1,7 +1,7 @@
 /****************************************************************************
  * pixel-a-common.S: aarch64 pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
diff --git a/common/aarch64/pixel-a-sve.S b/common/aarch64/pixel-a-sve.S
index f3a7690c40deba47817f67e59035ae6df5647111..5e7ed8987c074a4cf6049e472236735378ef7394 100644
--- a/common/aarch64/pixel-a-sve.S
+++ b/common/aarch64/pixel-a-sve.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel-a-sve.S: aarch64 pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Chen <david.chen@myais.com.cn>
  *
diff --git a/common/aarch64/pixel-a.S b/common/aarch64/pixel-a.S
index 449919b57480ce2a8b06bf923ccf5f6eeb6df09d..091fbad58be86edbe54122bf065badb3e2b88955 100644
--- a/common/aarch64/pixel-a.S
+++ b/common/aarch64/pixel-a.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.S: aarch64 pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
diff --git a/common/aarch64/pixel.h b/common/aarch64/pixel.h
index fac6c744597fb17f765e96d7ac3fd49ba93ce239..bc0f309c5e2b9a30d5d216aa59e8b9668bd704f6 100644
--- a/common/aarch64/pixel.h
+++ b/common/aarch64/pixel.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: aarch64 pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
diff --git a/common/aarch64/predict-a.S b/common/aarch64/predict-a.S
index 5a052e713bacc44975be337991d1186600bd3343..c460958ecff30ea03af6acf3a02a7d5332c1d6cf 100644
--- a/common/aarch64/predict-a.S
+++ b/common/aarch64/predict-a.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.S: aarch64 intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Mans Rullgard <mans@mansr.com>
diff --git a/common/aarch64/predict-c.c b/common/aarch64/predict-c.c
index d8d4bc3cea6b4e76cb90fce982266a4d4f7622c0..d4c1cd639e063aa238096696950bcb328b9165b7 100644
--- a/common/aarch64/predict-c.c
+++ b/common/aarch64/predict-c.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: aarch64 intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
diff --git a/common/aarch64/predict.h b/common/aarch64/predict.h
index f4c43e7348547883dde9ee6cf356991c1d893d3a..cef089782acd93c3f52de360a28c4967a7130579 100644
--- a/common/aarch64/predict.h
+++ b/common/aarch64/predict.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: aarch64 intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
diff --git a/common/aarch64/quant-a.S b/common/aarch64/quant-a.S
index 006e0eaddeff1685c2f16f4d1eee0fd94fd9b380..383309d2a8d0df5e952dbe9e8da844dd2725a0c3 100644
--- a/common/aarch64/quant-a.S
+++ b/common/aarch64/quant-a.S
@@ -1,7 +1,7 @@
 /****************************************************************************
  * quant.S: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
diff --git a/common/aarch64/quant.h b/common/aarch64/quant.h
index a2b324feda2fdac95b87569ae0082e9edca50251..37332328c7eaa30e28fbd8a93e07500feafb8677 100644
--- a/common/aarch64/quant.h
+++ b/common/aarch64/quant.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2024 x264 project
+ * Copyright (C) 2005-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
diff --git a/common/arm/asm.S b/common/arm/asm.S
index 88e8ba600e667b52e5f1881fb6b4bb8181b1cf06..a4a3eb35c40c23b2e0d59432f124741cca298f5f 100644
--- a/common/arm/asm.S
+++ b/common/arm/asm.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm.S: arm utility macros
  *****************************************************************************
- * Copyright (C) 2008-2024 x264 project
+ * Copyright (C) 2008-2025 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          David Conrad <lessen42@gmail.com>
diff --git a/common/arm/bitstream-a.S b/common/arm/bitstream-a.S
index 35157c4b1d3db48e6f0187e87dcf01b3795e12a9..43418b6d8521017dc20399f237b535eb3032b1c9 100644
--- a/common/arm/bitstream-a.S
+++ b/common/arm/bitstream-a.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream-a.S: arm bitstream functions
  *****************************************************************************
- * Copyright (C) 2014-2024 x264 project
+ * Copyright (C) 2014-2025 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
diff --git a/common/arm/bitstream.h b/common/arm/bitstream.h
index 41a32bc562ae3a54789a8e4c0e357fb1d21e949b..06110ec1ea06b096e48a8cd04046647c596d1d6b 100644
--- a/common/arm/bitstream.h
+++ b/common/arm/bitstream.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: arm bitstream functions
  *****************************************************************************
- * Copyright (C) 2017-2024 x264 project
+ * Copyright (C) 2017-2025 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
diff --git a/common/arm/cpu-a.S b/common/arm/cpu-a.S
index 88af84ab1d65a766efc00310095c70acb9f874e2..4e5473b596d1fd0fe18d5b2d642f3d096e7815f1 100644
--- a/common/arm/cpu-a.S
+++ b/common/arm/cpu-a.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu-a.S: arm cpu detection
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
diff --git a/common/arm/dct-a.S b/common/arm/dct-a.S
index a35a8b858e5eedf3d2c0a316a7cf7cac72c016e2..5eea9259e575d9285e8334e8c6694209fda97ae3 100644
--- a/common/arm/dct-a.S
+++ b/common/arm/dct-a.S
@@ -1,7 +1,7 @@
 /****************************************************************************
  * dct-a.S: arm transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Martin Storsjo <martin@martin.st>
diff --git a/common/arm/dct.h b/common/arm/dct.h
index e26fabfe85852d4a2be0c7a347114b5b48990c50..45e2819ec0a4f059d5a9222f3c82ec5c02bde45c 100644
--- a/common/arm/dct.h
+++ b/common/arm/dct.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: arm transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
diff --git a/common/arm/deblock-a.S b/common/arm/deblock-a.S
index b013e8d9867a4829cace9099f236c0b5b1730313..720f5ce4c1f939b60d06a2c552eabca14598d4b2 100644
--- a/common/arm/deblock-a.S
+++ b/common/arm/deblock-a.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.S: arm deblocking
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          Martin Storsjo <martin@martin.st>
diff --git a/common/arm/deblock.h b/common/arm/deblock.h
index cc135cf5c89b34c7cb2e2b0bc66b2521f58787da..750a0506c49c28a5bb9199c32260e9de55ea837a 100644
--- a/common/arm/deblock.h
+++ b/common/arm/deblock.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: arm deblocking
  *****************************************************************************
- * Copyright (C) 2017-2024 x264 project
+ * Copyright (C) 2017-2025 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
diff --git a/common/arm/mc-a.S b/common/arm/mc-a.S
index 8eca86d1a5f8396df37ccc50db0fb0465847450b..9939116e05a4de34a9f57344aaa2289d113d6c71 100644
--- a/common/arm/mc-a.S
+++ b/common/arm/mc-a.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.S: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Mans Rullgard <mans@mansr.com>
diff --git a/common/arm/mc-c.c b/common/arm/mc-c.c
index 68f4be81c755647aee43d3ef5ee65bf3405769b5..41e8beb0e70d63fd8b895c76860bc9866620db8e 100644
--- a/common/arm/mc-c.c
+++ b/common/arm/mc-c.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
diff --git a/common/arm/mc.h b/common/arm/mc.h
index 002b30a88642cef6515d9d1decf80d87e395728b..c190215351405ba433a8cc29142eab1e7788f1df 100644
--- a/common/arm/mc.h
+++ b/common/arm/mc.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
diff --git a/common/arm/pixel-a.S b/common/arm/pixel-a.S
index 74be7de6f2c39d75fef8d95f89be6ea3e6b8c6f5..382895975a0ce603a91e2eedccab535de0277c0f 100644
--- a/common/arm/pixel-a.S
+++ b/common/arm/pixel-a.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.S: arm pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
diff --git a/common/arm/pixel.h b/common/arm/pixel.h
index 50da9c5de976c7afccf439350f639083c461f2c1..df25dc6efe3bfbeb601451c75c7cc2c37bb638bc 100644
--- a/common/arm/pixel.h
+++ b/common/arm/pixel.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: arm pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
diff --git a/common/arm/predict-a.S b/common/arm/predict-a.S
index eed73077fee76772215b9959b1a7517d322c6ac6..2a44b772a5e225d61be7c617af2350e0ff5e4d8d 100644
--- a/common/arm/predict-a.S
+++ b/common/arm/predict-a.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.S: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Mans Rullgard <mans@mansr.com>
diff --git a/common/arm/predict-c.c b/common/arm/predict-c.c
index 88b6cd61e227baa72650c8916aeadb29bf9232c0..caf2af4524a381337c981388ea0f0191bef2ccd6 100644
--- a/common/arm/predict-c.c
+++ b/common/arm/predict-c.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
diff --git a/common/arm/predict.h b/common/arm/predict.h
index 1722c70dc1206611b96ae3f40b26c7a9443f88d9..7cba5778ad6924066ec1aad32f357e1fd75d1586 100644
--- a/common/arm/predict.h
+++ b/common/arm/predict.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
diff --git a/common/arm/quant-a.S b/common/arm/quant-a.S
index 92dd6ab0ce6dec797875f8a17d78c653df382fc4..a16db5a723b02ec3f99a57b8df731b8de4943351 100644
--- a/common/arm/quant-a.S
+++ b/common/arm/quant-a.S
@@ -1,7 +1,7 @@
 /****************************************************************************
  * quant.S: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
diff --git a/common/arm/quant.h b/common/arm/quant.h
index 3124c2cee8951673e7469a80a085fbc5425e1546..f0046a5273f70e4b32241b6c0471dce6c191a0c4 100644
--- a/common/arm/quant.h
+++ b/common/arm/quant.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2024 x264 project
+ * Copyright (C) 2005-2025 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
diff --git a/common/base.c b/common/base.c
index faf2050e01dee1f69a86e0c4d5f84211986fee11..3427727733e56b97abe9955de6413a44707eaa3c 100644
--- a/common/base.c
+++ b/common/base.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * base.c: misc common functions (bit depth independent)
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/common/base.h b/common/base.h
index d122a41e0259996f44ea4fd6cb35fcf2b9af4241..3e4d23d31be74a3da6e1912b2ef3e6af38897955 100644
--- a/common/base.h
+++ b/common/base.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * base.h: misc common functions (bit depth independent)
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/common/bitstream.c b/common/bitstream.c
index 702e3e3aa9c32beef0353c8cf71fd0d2862be238..aa3b8eb4897eb2e2d6ea170ad2cf4a6f7667670a 100644
--- a/common/bitstream.c
+++ b/common/bitstream.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.c: bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Fiona Glaser <fiona@x264.com>
diff --git a/common/bitstream.h b/common/bitstream.h
index 2116f71b3fda993d1a16c1156b0f245e882e0aee..990cf7d96cd74c4906d246beab0d0ca1c2c59e9e 100644
--- a/common/bitstream.h
+++ b/common/bitstream.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
diff --git a/common/cabac.c b/common/cabac.c
index ff34bc91c724bc3723d2454532512ca0ccef936b..fbaab54bdb7b674acbc6c26da318a198c0d1390f 100644
--- a/common/cabac.c
+++ b/common/cabac.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.c: arithmetic coder
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/common/cabac.h b/common/cabac.h
index 4e7e86bc905fa8b98538756b7820cbf6e73c4bcc..243604762f1f1af8372767aa636b63ef99ff324c 100644
--- a/common/cabac.h
+++ b/common/cabac.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.h: arithmetic coder
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/common/common.c b/common/common.c
index d4ca657c571f5920c92f06f5f37edcee060419b1..6b39f8806ee9f37dc00f518307f7e9c432e42bd2 100644
--- a/common/common.c
+++ b/common/common.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * common.c: misc common functions
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/common/common.h b/common/common.h
index 4918cc059afc197a8cea5715c8b992f488f11308..a22e22499a0dda55dc39de0d47577fb564482a83 100644
--- a/common/common.h
+++ b/common/common.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * common.h: misc common functions
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/common/cpu.c b/common/cpu.c
index 6f84c128dc52a4e93702998ea201873f190d04b8..5300b6fb812759cd32f22b9d1e93dc1c59084cf9 100644
--- a/common/cpu.c
+++ b/common/cpu.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu.c: cpu detection
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/common/cpu.h b/common/cpu.h
index 0d29b251ea15ce68ee73f56c31dceb7a35032142..b8397130ce7f39178817632eadeac478ad39dd19 100644
--- a/common/cpu.h
+++ b/common/cpu.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu.h: cpu detection
  *****************************************************************************
- * Copyright (C) 2004-2024 x264 project
+ * Copyright (C) 2004-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
diff --git a/common/dct.c b/common/dct.c
index e03c7a905eef1a82c880fa43b209cba9a4d51563..b208e26e8120a5c8710abc9808ee6a5462786c00 100644
--- a/common/dct.c
+++ b/common/dct.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.c: transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/common/dct.h b/common/dct.h
index 324034d954231725e74a320389a44654f7643aaa..3e7ded005fb3abbd04f3efeaba079cf936282947 100644
--- a/common/dct.h
+++ b/common/dct.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: transform and zigzag
  *****************************************************************************
- * Copyright (C) 2004-2024 x264 project
+ * Copyright (C) 2004-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
diff --git a/common/deblock.c b/common/deblock.c
index d5418e2d0d31ea3ad3c082096d5a80bde50de6cf..acd945908c65c8e6a7fd6680174b69b4191d4e47 100644
--- a/common/deblock.c
+++ b/common/deblock.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.c: deblocking
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/common/frame.c b/common/frame.c
index 6bc1b3d724bc56c3da8abbd987179f91857d1644..7f19e1bdc1f006ca49ed3dc525bbbfc31b5f2e78 100644
--- a/common/frame.c
+++ b/common/frame.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * frame.c: frame handling
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/common/frame.h b/common/frame.h
index f5393f0211ff6116172e3bd3f23841a3b11f62eb..c66bcc5b41e523617e15e725448af6e259def7e3 100644
--- a/common/frame.h
+++ b/common/frame.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * frame.h: frame handling
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/common/loongarch/dct-a.S b/common/loongarch/dct-a.S
index 86780e4e922f745c7fcb3b46c299c7e25ecddd3a..b7a4e17246b63dafa5a98b83fdecfef98010008f 100644
--- a/common/loongarch/dct-a.S
+++ b/common/loongarch/dct-a.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct-a.S: LoongArch transform and zigzag
  *****************************************************************************
- * Copyright (C) 2023-2024 x264 project
+ * Copyright (C) 2023-2025 x264 project
  *
  * Authors: Peng Zhou <zhoupeng@loongson.cn>
  *
diff --git a/common/loongarch/dct.h b/common/loongarch/dct.h
index fad725ecad009f73d4668e70279108a306a0e05b..c45840354299ea84b26a822d4c0bdcc6f2adebf9 100644
--- a/common/loongarch/dct.h
+++ b/common/loongarch/dct.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: loongarch transform and zigzag
  *****************************************************************************
- * Copyright (C) 2023-2024 x264 project
+ * Copyright (C) 2023-2025 x264 project
  *
  * Authors: Peng Zhou <zhoupeng@loongson.cn>
  *
diff --git a/common/loongarch/deblock-a.S b/common/loongarch/deblock-a.S
index d13ea8304ffcddb32592956120cbbab4d26aaab1..d1b10ea1a47c61eb82cdf2b96ef27012577a8e20 100644
--- a/common/loongarch/deblock-a.S
+++ b/common/loongarch/deblock-a.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock-a.S: loongarch deblock functions
  *****************************************************************************
- * Copyright (C) 2023-2024 x264 project
+ * Copyright (C) 2023-2025 x264 project
  *
  * Authors: Hao Chen <chenhao@loongson.cn>
  *
diff --git a/common/loongarch/deblock.h b/common/loongarch/deblock.h
index 452c5a3b0e00e77b2e43e174d531c9cff1ca2b89..c0b7ed3289075844411d0bcdb4193d53bac1fc3f 100644
--- a/common/loongarch/deblock.h
+++ b/common/loongarch/deblock.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: loongarch deblock
  *****************************************************************************
- * Copyright (C) 2023-2024 x264 project
+ * Copyright (C) 2023-2025 x264 project
  *
  * Authors: Hao Chen <chenhao@loongson.cn>
  *
diff --git a/common/loongarch/loongson_util.S b/common/loongarch/loongson_util.S
index 683a1a8a66fa04310cd1486d5ff7c645f88c2341..964a51a29bc35cf8ffe4db0515210265824291c7 100644
--- a/common/loongarch/loongson_util.S
+++ b/common/loongarch/loongson_util.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * loongson_util.S: loongson utility macros
  *****************************************************************************
- * Copyright (C) 2023-2024 x264 project
+ * Copyright (C) 2023-2025 x264 project
  *
  * Authors: Shiyou Yin <yinshiyou-hf@loongson.cn>
  *          Xiwei Gu <guxiwei-hf@loongson.cn>
diff --git a/common/loongarch/mc-a.S b/common/loongarch/mc-a.S
index 75041f23d786984420d8ab02531da71dae3d187d..a1928c3224f268b45dc5b5bd12cca83b3b33a2fa 100644
--- a/common/loongarch/mc-a.S
+++ b/common/loongarch/mc-a.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-a.S: LoongArch motion compensation
  *****************************************************************************
- * Copyright (C) 2023-2024 x264 project
+ * Copyright (C) 2023-2025 x264 project
  *
  * Authors: Xiwei Gu <guxiwei-hf@loongson.cn>
  *
diff --git a/common/loongarch/mc-c.c b/common/loongarch/mc-c.c
index fb5be675884f83093c060cb812489c3fcd49c39b..42a78b3a574cea7448297655259ac848b41dcea4 100644
--- a/common/loongarch/mc-c.c
+++ b/common/loongarch/mc-c.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: loongarch motion compensation
  *****************************************************************************
- * Copyright (C) 2023-2024 x264 project
+ * Copyright (C) 2023-2025 x264 project
  *
  * Authors: Xiwei Gu <guxiwei-hf@loongson.cn>
  *
diff --git a/common/loongarch/mc.h b/common/loongarch/mc.h
index 6421f6e30a269a83b495af81c0860744e061607a..694ceb101c67af6d8dcb0daf29bc387a071c5d1e 100644
--- a/common/loongarch/mc.h
+++ b/common/loongarch/mc.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: loongarch motion compensation
  *****************************************************************************
- * Copyright (C) 2023-2024 x264 project
+ * Copyright (C) 2023-2025 x264 project
  *
  * Authors: Xiwei Gu <guxiwei-hf@loongson.cn>
  *
diff --git a/common/loongarch/pixel-a.S b/common/loongarch/pixel-a.S
index b1f84225dd7a8e25b1ce310484dc973318607b08..afc4bb09f94f7dd4155e4fea3d2cb55217ecd6cf 100644
--- a/common/loongarch/pixel-a.S
+++ b/common/loongarch/pixel-a.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel-a.S: LoongArch pixel metrics
  *****************************************************************************
- * Copyright (C) 2023-2024 x264 project
+ * Copyright (C) 2023-2025 x264 project
  *
  * Authors: Hecai Yuan <yuanhecai@loongson.cn>
  *
diff --git a/common/loongarch/pixel-c.c b/common/loongarch/pixel-c.c
index e417ef58cea0019b91c0c1137f72d281ab5e90f4..254d92746a4aac86693103cfab21f916c541f498 100644
--- a/common/loongarch/pixel-c.c
+++ b/common/loongarch/pixel-c.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel-c.c: loongarch pixel metrics
  *****************************************************************************
- * Copyright (C) 2023-2024 x264 project
+ * Copyright (C) 2023-2025 x264 project
  *
  * Authors: Hecai Yuan <yuanhecai@loongson.cn>
  *
diff --git a/common/loongarch/pixel.h b/common/loongarch/pixel.h
index 6d34b03bf4a2507dcbc45637b83ada678f245959..eeb357af13ab43fb1510224db60a28b442544576 100644
--- a/common/loongarch/pixel.h
+++ b/common/loongarch/pixel.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: loongarch pixel metrics
  *****************************************************************************
- * Copyright (C) 2023-2024 x264 project
+ * Copyright (C) 2023-2025 x264 project
  *
  * Authors: Lu Wang <wanglu@loongson.cn>
  *
diff --git a/common/loongarch/predict-a.S b/common/loongarch/predict-a.S
index ede46cd974807fc7b3e67bdcad3fb0cca1132f5b..b54de24a2caa8be17ade155e254db9877a0f7e5a 100644
--- a/common/loongarch/predict-a.S
+++ b/common/loongarch/predict-a.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict-a.S: loongarch predict functions
  *****************************************************************************
- * Copyright (C) 2023-2024 x264 project
+ * Copyright (C) 2023-2025 x264 project
  *
  * Authors: Xiwei Gu <guxiwei-hf@loongson.cn>
  *          Lu Wang <wanglu@loongson.cn>
diff --git a/common/loongarch/predict-c.c b/common/loongarch/predict-c.c
index ce246e4bff24f8619e45f40b12e50031793f38dd..e84fe37625894ce0c7dfcbb9beb90df4aef69d2f 100644
--- a/common/loongarch/predict-c.c
+++ b/common/loongarch/predict-c.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict-c.c: loongarch intra prediction
  *****************************************************************************
- * Copyright (C) 2023-2024 x264 project
+ * Copyright (C) 2023-2025 x264 project
  *
  * Authors: Xiwei Gu <guxiwei-hf@loongson.cn>
  *
diff --git a/common/loongarch/predict.h b/common/loongarch/predict.h
index b246ad60e151b474064941b137c5fc2cc2aa8adc..16a40e952145f0f70f1aba9077530085b1a1e216 100644
--- a/common/loongarch/predict.h
+++ b/common/loongarch/predict.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: loongarch intra prediction
  *****************************************************************************
- * Copyright (C) 2023-2024 x264 project
+ * Copyright (C) 2023-2025 x264 project
  *
  * Authors: Xiwei Gu <guxiwei-hf@loongson.cn>
  *
diff --git a/common/loongarch/quant-a.S b/common/loongarch/quant-a.S
index a2f099d97b80a86d0e52280024bb38239673f99b..4f1b786a6e71fe553a1a929862f85514d8ced8fd 100644
--- a/common/loongarch/quant-a.S
+++ b/common/loongarch/quant-a.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant-a.S: LoongArch quantization and level-run
  *****************************************************************************
- * Copyright (C) 2023-2024 x264 project
+ * Copyright (C) 2023-2025 x264 project
  *
  * Authors: Shiyou Yin <yinshiyou-hf@loongson.cn>
  *
diff --git a/common/loongarch/quant.h b/common/loongarch/quant.h
index cc3a53999488999f0c55bab19970d400b4aeb035..23594863842cd4c9348c424d0c456c60753e6c8a 100644
--- a/common/loongarch/quant.h
+++ b/common/loongarch/quant.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: loongarch quantization and level-run
  *****************************************************************************
- * Copyright (C) 2023-2024 x264 project
+ * Copyright (C) 2023-2025 x264 project
  *
  * Authors: Shiyou Yin <yinshiyou-hf@loongson.cn>
  *
diff --git a/common/loongarch/sad-a.S b/common/loongarch/sad-a.S
index 1612f3c0ca3090cc512e69085ec050aee640f251..b2984fcfc2e3f3a24eb7a2bef66350823889b1c1 100644
--- a/common/loongarch/sad-a.S
+++ b/common/loongarch/sad-a.S
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * sad-a.S: loongarch sad functions
  *****************************************************************************
- * Copyright (C) 2023-2024 x264 project
+ * Copyright (C) 2023-2025 x264 project
  *
  * Authors: Lu Wang <wanglu@loongson.cn>
  *
diff --git a/common/macroblock.c b/common/macroblock.c
index 477a32136e8ff2a18da81a5afe1216e3c5828da4..2e91b9bf81d6d2cda9298ee5b1af864d997ccf57 100644
--- a/common/macroblock.c
+++ b/common/macroblock.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.c: macroblock common functions
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/common/macroblock.h b/common/macroblock.h
index 5e81db6a2a7f47afad4d1f6721cfb9c0f656cf21..1cdb03bb1091d07d57a2dd92286492efb89f1fb2 100644
--- a/common/macroblock.h
+++ b/common/macroblock.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.h: macroblock common functions
  *****************************************************************************
- * Copyright (C) 2005-2024 x264 project
+ * Copyright (C) 2005-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/common/mc.c b/common/mc.c
index b515607c95e2bb961f0d601513a23e287eed66cd..ae81ce4b91d6e90a933a7bf9f1a86e69bb47b620 100644
--- a/common/mc.c
+++ b/common/mc.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.c: motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/common/mc.h b/common/mc.h
index a36e0a0a7a678fdcdd6e4ec07c54eb8bc3e78613..128a9e01acbd9b43d2bf4b193c11b393b3cc2c82 100644
--- a/common/mc.h
+++ b/common/mc.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: motion compensation
  *****************************************************************************
- * Copyright (C) 2004-2024 x264 project
+ * Copyright (C) 2004-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
diff --git a/common/mips/dct-c.c b/common/mips/dct-c.c
index 6ab8b96efcb9d6f8ab3a39b331bee97bf90dd373..e0f44b031a38e21b57726bd76601f3b2a6aa7df3 100644
--- a/common/mips/dct-c.c
+++ b/common/mips/dct-c.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct-c.c: msa transform and zigzag
  *****************************************************************************
- * Copyright (C) 2015-2024 x264 project
+ * Copyright (C) 2015-2025 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
diff --git a/common/mips/dct.h b/common/mips/dct.h
index 667fca17eac4f3e93c8e1a5aa8c291022dbd13c2..d1cf800ccf628df0203f314e55381cb030dc60b8 100644
--- a/common/mips/dct.h
+++ b/common/mips/dct.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: msa transform and zigzag
  *****************************************************************************
- * Copyright (C) 2015-2024 x264 project
+ * Copyright (C) 2015-2025 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
diff --git a/common/mips/deblock-c.c b/common/mips/deblock-c.c
index ccfdd0dbea56f44140c068a1f299df665400def1..f67b6c55e4591f37f4307426a3d722b331bfa6e1 100644
--- a/common/mips/deblock-c.c
+++ b/common/mips/deblock-c.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock-c.c: msa deblocking
  *****************************************************************************
- * Copyright (C) 2015-2024 x264 project
+ * Copyright (C) 2015-2025 x264 project
  *
  * Authors: Neha Rana <neha.rana@imgtec.com>
  *
diff --git a/common/mips/deblock.h b/common/mips/deblock.h
index 60e1a50903de2e33080a33e64599da3505c23b54..618cbe111935faaddc192953ce5007d237f38fbc 100644
--- a/common/mips/deblock.h
+++ b/common/mips/deblock.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: msa deblocking
  *****************************************************************************
- * Copyright (C) 2017-2024 x264 project
+ * Copyright (C) 2017-2025 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
diff --git a/common/mips/macros.h b/common/mips/macros.h
index 02bf1ac01e33fe5eabb7ca02d3ea564f3ef0ed7a..df7f8aad824f49d42c791e81f74176f2c68c0dab 100644
--- a/common/mips/macros.h
+++ b/common/mips/macros.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macros.h: msa macros
  *****************************************************************************
- * Copyright (C) 2015-2024 x264 project
+ * Copyright (C) 2015-2025 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
diff --git a/common/mips/mc-c.c b/common/mips/mc-c.c
index 3bc8b445583ad0d162f2f78816eb9f286172fb94..af7350a7a74a16304c2c41396bf2ec977435a2d8 100644
--- a/common/mips/mc-c.c
+++ b/common/mips/mc-c.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: msa motion compensation
  *****************************************************************************
- * Copyright (C) 2015-2024 x264 project
+ * Copyright (C) 2015-2025 x264 project
  *
  * Authors: Neha Rana <neha.rana@imgtec.com>
  *
diff --git a/common/mips/mc.h b/common/mips/mc.h
index 6ed55807ceb5902c6b0b2e157def189aaac38621..35d99bd115ecaf28716eae1811dbac6c81009e3d 100644
--- a/common/mips/mc.h
+++ b/common/mips/mc.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: msa motion compensation
  *****************************************************************************
- * Copyright (C) 2015-2024 x264 project
+ * Copyright (C) 2015-2025 x264 project
  *
  * Authors: Neha Rana <neha.rana@imgtec.com>
  *
diff --git a/common/mips/pixel-c.c b/common/mips/pixel-c.c
index 3307d95a6b5084fd59773a303aee83a6cdc50820..feed44764f98ff06c5463bbb2d23a68ecfd577e4 100644
--- a/common/mips/pixel-c.c
+++ b/common/mips/pixel-c.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel-c.c: msa pixel metrics
  *****************************************************************************
- * Copyright (C) 2015-2024 x264 project
+ * Copyright (C) 2015-2025 x264 project
  *
  * Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
  *
diff --git a/common/mips/pixel.h b/common/mips/pixel.h
index dd19299b3dd35b08b80df5608627338bcbabc6f2..07dd7eca0a3d9f87cbbd0bc84ec21cc437e4c250 100644
--- a/common/mips/pixel.h
+++ b/common/mips/pixel.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: msa pixel metrics
  *****************************************************************************
- * Copyright (C) 2015-2024 x264 project
+ * Copyright (C) 2015-2025 x264 project
  *
  * Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
  *
diff --git a/common/mips/predict-c.c b/common/mips/predict-c.c
index ff22d0c94a103ed2f1bd755c7004c03f789654b5..595caf54abcf1d1e5fcb79475772d129517f302d 100644
--- a/common/mips/predict-c.c
+++ b/common/mips/predict-c.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict-c.c: msa intra prediction
  *****************************************************************************
- * Copyright (C) 2015-2024 x264 project
+ * Copyright (C) 2015-2025 x264 project
  *
  * Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
  *
diff --git a/common/mips/predict.h b/common/mips/predict.h
index c72ca93759509faebbe4720408a423f29fb38a03..1669cabd8d6656726cdbced09e7fc6c506146358 100644
--- a/common/mips/predict.h
+++ b/common/mips/predict.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: msa intra prediction
  *****************************************************************************
- * Copyright (C) 2015-2024 x264 project
+ * Copyright (C) 2015-2025 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
diff --git a/common/mips/quant-c.c b/common/mips/quant-c.c
index ad8fdbc7a04f04b97defd5451db91ad157c5db7d..f88df356f06c1d9f9b444316c83a2ddf6b3af183 100644
--- a/common/mips/quant-c.c
+++ b/common/mips/quant-c.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant-c.c: msa quantization and level-run
  *****************************************************************************
- * Copyright (C) 2015-2024 x264 project
+ * Copyright (C) 2015-2025 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
diff --git a/common/mips/quant.h b/common/mips/quant.h
index 143f829f43d6a01f4fff6d648c67c662732cc6e2..25a686a6d6dbf795e53fb6f712b3c261272a0d1f 100644
--- a/common/mips/quant.h
+++ b/common/mips/quant.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: msa quantization and level-run
  *****************************************************************************
- * Copyright (C) 2015-2024 x264 project
+ * Copyright (C) 2015-2025 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
diff --git a/common/mvpred.c b/common/mvpred.c
index 951910c4b8f48d8deae5630365e60eafdfa1600f..ecd92c03f1722b96abaafc4c988bc8a12902b42a 100644
--- a/common/mvpred.c
+++ b/common/mvpred.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mvpred.c: motion vector prediction
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
diff --git a/common/opencl.c b/common/opencl.c
index dd04f22785a5d5fd470b28db084d6ffc07afb7bb..7eb42faebf9f46c7c02c30d84c1a2ffa5df0b5b3 100644
--- a/common/opencl.c
+++ b/common/opencl.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * opencl.c: OpenCL initialization and kernel compilation
  *****************************************************************************
- * Copyright (C) 2012-2024 x264 project
+ * Copyright (C) 2012-2025 x264 project
  *
  * Authors: Steve Borho <sborho@multicorewareinc.com>
  *          Anton Mitrofanov <BugMaster@narod.ru>
diff --git a/common/opencl.h b/common/opencl.h
index c8ade378a90481e6f111a9ce0bc22aff2a5df967..49ecbc09d28db3f2972761619777fc6cbc28aed6 100644
--- a/common/opencl.h
+++ b/common/opencl.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * opencl.h: OpenCL structures and defines
  *****************************************************************************
- * Copyright (C) 2012-2024 x264 project
+ * Copyright (C) 2012-2025 x264 project
  *
  * Authors: Steve Borho <sborho@multicorewareinc.com>
  *          Anton Mitrofanov <BugMaster@narod.ru>
diff --git a/common/osdep.c b/common/osdep.c
index fdcf4e112fc08b42be818d33a01b9c48433b4022..657cd85919ddbf7fa1d77672babff29a3c7bb71e 100644
--- a/common/osdep.c
+++ b/common/osdep.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * osdep.c: platform-specific code
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/common/osdep.h b/common/osdep.h
index 513dc2f88b61fc5d06274087b2b9b828f8e40574..23739b7a6bf2e076e2503c1bb8d24d4c35878c1e 100644
--- a/common/osdep.h
+++ b/common/osdep.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * osdep.h: platform-specific code
  *****************************************************************************
- * Copyright (C) 2007-2024 x264 project
+ * Copyright (C) 2007-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/common/pixel.c b/common/pixel.c
index 6e71ed9d564c8e646f46085c1c95b2e2b48fee7f..d904b9a47bdaa8220a07b667d193f0e3fb0ffcd8 100644
--- a/common/pixel.c
+++ b/common/pixel.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/common/pixel.h b/common/pixel.h
index 28d35d13b8a829f216f2ff2e23ad5279f3bd3def..3110e626b2eade8e32e6f248c64d405eb207480a 100644
--- a/common/pixel.h
+++ b/common/pixel.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: pixel metrics
  *****************************************************************************
- * Copyright (C) 2004-2024 x264 project
+ * Copyright (C) 2004-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
diff --git a/common/ppc/dct.c b/common/ppc/dct.c
index 1fea8bdad9e644cb796de2a4f413db7f6ad5024c..99c97a03192a06fcb14595327338b800d52b1a8b 100644
--- a/common/ppc/dct.c
+++ b/common/ppc/dct.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.c: ppc transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *          Eric Petit <eric.petit@lapsus.org>
diff --git a/common/ppc/dct.h b/common/ppc/dct.h
index a0646e9b7b7646a887ce691a9205229fc0096f73..8a87bfcf7aaf095e1a2fe8e55642ddef3066bf79 100644
--- a/common/ppc/dct.h
+++ b/common/ppc/dct.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: ppc transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
diff --git a/common/ppc/deblock.c b/common/ppc/deblock.c
index 7ea2926d9e634d1c91d5c4dbef3a74e767d0c9b4..d7fc9f6e881ea501257bfca15d18a66b44aa66d0 100644
--- a/common/ppc/deblock.c
+++ b/common/ppc/deblock.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.c: ppc deblocking
  *****************************************************************************
- * Copyright (C) 2007-2024 x264 project
+ * Copyright (C) 2007-2025 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
diff --git a/common/ppc/deblock.h b/common/ppc/deblock.h
index 34c8ac86d9f5578619f9869e1563cb04085d6ec6..d5fae6a46777642a21961e3e3be93920b351aba1 100644
--- a/common/ppc/deblock.h
+++ b/common/ppc/deblock.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: ppc deblocking
  *****************************************************************************
- * Copyright (C) 2017-2024 x264 project
+ * Copyright (C) 2017-2025 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
diff --git a/common/ppc/mc.c b/common/ppc/mc.c
index cc0f2ceea60590e23e75e5d7a8c2324a5ceac45d..87482ea6169f1df67229d4912feca7f54d3adde2 100644
--- a/common/ppc/mc.c
+++ b/common/ppc/mc.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.c: ppc motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
diff --git a/common/ppc/mc.h b/common/ppc/mc.h
index eff75d9412372f27ffbf53d38af5a5154f62e111..678a6af96615d94e71dccee95b4cec71708182ea 100644
--- a/common/ppc/mc.h
+++ b/common/ppc/mc.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: ppc motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
diff --git a/common/ppc/pixel.c b/common/ppc/pixel.c
index 574f75cf99b81a1d30995e1cee44f4d9382a3f5e..3d4de59ff98b0c23d035cdd6a1d0f7addd1ee576 100644
--- a/common/ppc/pixel.c
+++ b/common/ppc/pixel.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: ppc pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
diff --git a/common/ppc/pixel.h b/common/ppc/pixel.h
index 7342fdfbdc39b8a29bcd7f169ee6b024c64490e5..84fa9bcb7476a75bd5087f02a85a072d6108b93a 100644
--- a/common/ppc/pixel.h
+++ b/common/ppc/pixel.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: ppc pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
diff --git a/common/ppc/ppccommon.h b/common/ppc/ppccommon.h
index 2298f5e25c0899cf8a8cef2b3aa18d4464169b6d..23e8761ddfd3634fe108cf34f2d70a23a3866b5a 100644
--- a/common/ppc/ppccommon.h
+++ b/common/ppc/ppccommon.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ppccommon.h: ppc utility macros
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
diff --git a/common/ppc/predict.c b/common/ppc/predict.c
index 528fc05d415a833beb95945c76261603197550e5..25cbb9632dad61f1013d6475b41e6e1c1a85c88a 100644
--- a/common/ppc/predict.c
+++ b/common/ppc/predict.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: ppc intra prediction
  *****************************************************************************
- * Copyright (C) 2007-2024 x264 project
+ * Copyright (C) 2007-2025 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
diff --git a/common/ppc/predict.h b/common/ppc/predict.h
index 0713c086aa894c5f1bd156b8994cdda4eae1b96f..99ac3c002649e10fdb6a8b7f3575e4855dafe681 100644
--- a/common/ppc/predict.h
+++ b/common/ppc/predict.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: ppc intra prediction
  *****************************************************************************
- * Copyright (C) 2007-2024 x264 project
+ * Copyright (C) 2007-2025 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
diff --git a/common/ppc/quant.c b/common/ppc/quant.c
index 00c7a290b885d8f7eaa4c05ee215bf2d854d0552..0d71960fdd80a26425ffb2ea903040ca1b4d490a 100644
--- a/common/ppc/quant.c
+++ b/common/ppc/quant.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.c: ppc quantization
  *****************************************************************************
- * Copyright (C) 2007-2024 x264 project
+ * Copyright (C) 2007-2025 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
diff --git a/common/ppc/quant.h b/common/ppc/quant.h
index 6a1084e46ac1e15cb28de31e8764a8b749177950..e148004ef12cbda1039de98f0201c968a6a4e8db 100644
--- a/common/ppc/quant.h
+++ b/common/ppc/quant.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: ppc quantization
  *****************************************************************************
- * Copyright (C) 2007-2024 x264 project
+ * Copyright (C) 2007-2025 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
diff --git a/common/predict.c b/common/predict.c
index 8aa3b1f8d71bfc7a3be1f8a992cc4dcf4acc6233..61cbb1ad778f7153e974784083635fcdf7d6527b 100644
--- a/common/predict.c
+++ b/common/predict.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/common/predict.h b/common/predict.h
index 55afa50b84827faf6eadfe2cf500317022417136..6e41cd35edd9433ae737668b45071723f9420604 100644
--- a/common/predict.h
+++ b/common/predict.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/common/quant.c b/common/quant.c
index 262c5c527c8dcfcef6e05f67cad7278d3a0f3a11..21bb2955e5cd4d772633ea85ad7265724b46e8e8 100644
--- a/common/quant.c
+++ b/common/quant.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.c: quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2024 x264 project
+ * Copyright (C) 2005-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
diff --git a/common/quant.h b/common/quant.h
index bf48da95d07d049939d05d67665d43ce67e764a8..4e59726b9279ea633ce9eadf57f1148d9225a230 100644
--- a/common/quant.h
+++ b/common/quant.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2024 x264 project
+ * Copyright (C) 2005-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
diff --git a/common/rectangle.c b/common/rectangle.c
index f4dc07d360d3481bc7a1fdd49de0fe1374723fd4..afd34577e8d66de5f76dc9f098fcdf871ab19f37 100644
--- a/common/rectangle.c
+++ b/common/rectangle.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rectangle.c: rectangle filling
  *****************************************************************************
- * Copyright (C) 2010-2024 x264 project
+ * Copyright (C) 2010-2025 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *
diff --git a/common/rectangle.h b/common/rectangle.h
index 6a3201af25649779b3b24b2d305bdb8c0d382737..2dab4f7abd3ffe742a82881de2da45678fbfdb3c 100644
--- a/common/rectangle.h
+++ b/common/rectangle.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rectangle.h: rectangle filling
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/common/set.c b/common/set.c
index 57434ce0bcd13f762526a351497d749304528ad8..219a5557e4a906f36ed5004eff616cb4293b12de 100644
--- a/common/set.c
+++ b/common/set.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.c: quantization init
  *****************************************************************************
- * Copyright (C) 2005-2024 x264 project
+ * Copyright (C) 2005-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
diff --git a/common/set.h b/common/set.h
index d9c6641d5f1f146fb9cec9e97821e4157e0ed3e5..35816b6b3371cb290985d0c5ac7b4f2f8e23a103 100644
--- a/common/set.h
+++ b/common/set.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.h: quantization init
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/common/tables.c b/common/tables.c
index b71f23f7ed1f33dcf87ec165774274cd32bc69d1..c6095be70901dc2949f22adfa53dca89be2f07c6 100644
--- a/common/tables.c
+++ b/common/tables.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * tables.c: const tables
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/common/tables.h b/common/tables.h
index 69ac2186568e1fa6662f96eb49d9d22984fb28c2..b081908d6a566357b1b09beff523aea68f56a9da 100644
--- a/common/tables.h
+++ b/common/tables.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * tables.h: const tables
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/common/threadpool.c b/common/threadpool.c
index f53bba26c7f6e2ee79e988c7f7339f47d2389978..fadd02ae2c61920a345fcbb4458356333902bae3 100644
--- a/common/threadpool.c
+++ b/common/threadpool.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * threadpool.c: thread pooling
  *****************************************************************************
- * Copyright (C) 2010-2024 x264 project
+ * Copyright (C) 2010-2025 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
diff --git a/common/threadpool.h b/common/threadpool.h
index d2d3a23836b0b93edf1e0dde456c8635bbf5de46..f9994dfa4041db4f1a3ff2827bed104a9e44ca4c 100644
--- a/common/threadpool.h
+++ b/common/threadpool.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * threadpool.h: thread pooling
  *****************************************************************************
- * Copyright (C) 2010-2024 x264 project
+ * Copyright (C) 2010-2025 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
diff --git a/common/vlc.c b/common/vlc.c
index b118c8a6368332bd531899811fadd890b7170bb2..9cb9d03c45c10997ae093a5726726e90a8c1bcf1 100644
--- a/common/vlc.c
+++ b/common/vlc.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * vlc.c : vlc tables
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Fiona Glaser <fiona@x264.com>
diff --git a/common/win32thread.c b/common/win32thread.c
index b1bc6f98e376eacf86ebbf46a34137916fcf50f0..f6b3b4e4182cca393ea2f007751e99a586b0f7ab 100644
--- a/common/win32thread.c
+++ b/common/win32thread.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * win32thread.c: windows threading
  *****************************************************************************
- * Copyright (C) 2010-2024 x264 project
+ * Copyright (C) 2010-2025 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Pegasys Inc. <http://www.pegasys-inc.com>
diff --git a/common/win32thread.h b/common/win32thread.h
index 30f688d5644f1715a153c5f781dbd01f5a5a9990..27a657ba1641ef811aa1328c29a37ef576379994 100644
--- a/common/win32thread.h
+++ b/common/win32thread.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * win32thread.h: windows threading
  *****************************************************************************
- * Copyright (C) 2010-2024 x264 project
+ * Copyright (C) 2010-2025 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
diff --git a/common/x86/bitstream-a.asm b/common/x86/bitstream-a.asm
index 50892627d11275c5adf5f7d9397ea8d27bb0f008..175b11dd4d83141d8a7c50e15cdd5041951b640c 100644
--- a/common/x86/bitstream-a.asm
+++ b/common/x86/bitstream-a.asm
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* bitstream-a.asm: x86 bitstream functions
 ;*****************************************************************************
-;* Copyright (C) 2010-2024 x264 project
+;* Copyright (C) 2010-2025 x264 project
 ;*
 ;* Authors: Fiona Glaser <fiona@x264.com>
 ;*          Henrik Gramner <henrik@gramner.com>
diff --git a/common/x86/bitstream.h b/common/x86/bitstream.h
index c9e7982380902e8e8f0b817a1b8dfb1a4931a634..ff8a22cabbc5667fd7245858e1d34a4fe2faf4b8 100644
--- a/common/x86/bitstream.h
+++ b/common/x86/bitstream.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: x86 bitstream functions
  *****************************************************************************
- * Copyright (C) 2017-2024 x264 project
+ * Copyright (C) 2017-2025 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
diff --git a/common/x86/cabac-a.asm b/common/x86/cabac-a.asm
index 31e624b79d651671327da6db0a448f06b1b59cfe..fcdee39080a6297d81ace7c70f7b02b2f2063955 100644
--- a/common/x86/cabac-a.asm
+++ b/common/x86/cabac-a.asm
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* cabac-a.asm: x86 cabac
 ;*****************************************************************************
-;* Copyright (C) 2008-2024 x264 project
+;* Copyright (C) 2008-2025 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
diff --git a/common/x86/const-a.asm b/common/x86/const-a.asm
index a489f87aab3f146218aeb02d55548c84da988ee7..63aedc33ba194b4044188dcbb7350b33509fff27 100644
--- a/common/x86/const-a.asm
+++ b/common/x86/const-a.asm
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* const-a.asm: x86 global constants
 ;*****************************************************************************
-;* Copyright (C) 2010-2024 x264 project
+;* Copyright (C) 2010-2025 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
diff --git a/common/x86/cpu-a.asm b/common/x86/cpu-a.asm
index bdcacc31cb467396dd5ae7f2a588b85fdfb5bab5..74bdb77c8aaf2c50002853ceeefe701578f289fb 100644
--- a/common/x86/cpu-a.asm
+++ b/common/x86/cpu-a.asm
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* cpu-a.asm: x86 cpu utilities
 ;*****************************************************************************
-;* Copyright (C) 2003-2024 x264 project
+;* Copyright (C) 2003-2025 x264 project
 ;*
 ;* Authors: Laurent Aimar <fenrir@via.ecp.fr>
 ;*          Loren Merritt <lorenm@u.washington.edu>
diff --git a/common/x86/dct-32.asm b/common/x86/dct-32.asm
index 11e476788caa16bddcd522475b966f07db30913a..065dc6022dad8f829a3d03ea69a9c80d5c479858 100644
--- a/common/x86/dct-32.asm
+++ b/common/x86/dct-32.asm
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-32.asm: x86_32 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2024 x264 project
+;* Copyright (C) 2003-2025 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
diff --git a/common/x86/dct-64.asm b/common/x86/dct-64.asm
index 249c9e739cc9040ffd1ffbcbad1afbc7a76d7b34..8dc2299d9266f3af24b68c51216c067c001ba01b 100644
--- a/common/x86/dct-64.asm
+++ b/common/x86/dct-64.asm
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-64.asm: x86_64 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2024 x264 project
+;* Copyright (C) 2003-2025 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
diff --git a/common/x86/dct-a.asm b/common/x86/dct-a.asm
index 18e2d3e2bdbc525051ab8fb939306a5e7245df3b..ee4197aa95a74453cc31704bf3a42b5d8e097c54 100644
--- a/common/x86/dct-a.asm
+++ b/common/x86/dct-a.asm
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-a.asm: x86 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2024 x264 project
+;* Copyright (C) 2003-2025 x264 project
 ;*
 ;* Authors: Holger Lubitz <holger@lubitz.org>
 ;*          Loren Merritt <lorenm@u.washington.edu>
diff --git a/common/x86/dct.h b/common/x86/dct.h
index c03dc3cb369fe9ea7759e318be56a66792b500d8..755da382dcb8402e648044424dc75a68a2b49d32 100644
--- a/common/x86/dct.h
+++ b/common/x86/dct.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: x86 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/common/x86/deblock-a.asm b/common/x86/deblock-a.asm
index c4880ad01c3f0f6c1a450383f37e75cff607fc70..0addc6fa385c3574f35376be130b99e8a25e97b4 100644
--- a/common/x86/deblock-a.asm
+++ b/common/x86/deblock-a.asm
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* deblock-a.asm: x86 deblocking
 ;*****************************************************************************
-;* Copyright (C) 2005-2024 x264 project
+;* Copyright (C) 2005-2025 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
diff --git a/common/x86/deblock.h b/common/x86/deblock.h
index 76a55fa9c0f6fea50f1c3388e889514eaaf6e8b6..0698b97cf3c2eeda1288d9d4d42a1cc46c7dc612 100644
--- a/common/x86/deblock.h
+++ b/common/x86/deblock.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: x86 deblocking
  *****************************************************************************
- * Copyright (C) 2017-2024 x264 project
+ * Copyright (C) 2017-2025 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
diff --git a/common/x86/mc-a.asm b/common/x86/mc-a.asm
index c077bf4c1996fef041f4638b20a9adc2cde2e4d1..1da3599ebc55c2bc83ee31993d616f0de920e19a 100644
--- a/common/x86/mc-a.asm
+++ b/common/x86/mc-a.asm
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* mc-a.asm: x86 motion compensation
 ;*****************************************************************************
-;* Copyright (C) 2003-2024 x264 project
+;* Copyright (C) 2003-2025 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
diff --git a/common/x86/mc-a2.asm b/common/x86/mc-a2.asm
index b808fff6325e6e8df7bcddd08cb971930fbe4677..31bb0ef5904f07d27ecf40b4ff5b81d50d0cb6eb 100644
--- a/common/x86/mc-a2.asm
+++ b/common/x86/mc-a2.asm
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* mc-a2.asm: x86 motion compensation
 ;*****************************************************************************
-;* Copyright (C) 2005-2024 x264 project
+;* Copyright (C) 2005-2025 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
diff --git a/common/x86/mc-c.c b/common/x86/mc-c.c
index 68d0e1dd0aabd80b93d365a986387d09f2f8b30b..c08fcc66a1ee1b95dc582b935f3894e8d34a7d2b 100644
--- a/common/x86/mc-c.c
+++ b/common/x86/mc-c.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: x86 motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/common/x86/mc.h b/common/x86/mc.h
index 9242dabb4f897972bdda19f75e2b85dd90bfa423..92e66785ddbfd73b5817fd36c6bee446f9f9124f 100644
--- a/common/x86/mc.h
+++ b/common/x86/mc.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: x86 motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/common/x86/pixel-32.asm b/common/x86/pixel-32.asm
index f742bd55b51aa4155e24b4c7865f1633a34b6cdc..daf635d7cc8050eae1818c0cf1126ae5f3b37321 100644
--- a/common/x86/pixel-32.asm
+++ b/common/x86/pixel-32.asm
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* pixel-32.asm: x86_32 pixel metrics
 ;*****************************************************************************
-;* Copyright (C) 2003-2024 x264 project
+;* Copyright (C) 2003-2025 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/common/x86/pixel-a.asm b/common/x86/pixel-a.asm
index deeffb7ca0dab5a0c3af17b609b174861874e8c2..8420423c08979794a456d454114dd832c04af088 100644
--- a/common/x86/pixel-a.asm
+++ b/common/x86/pixel-a.asm
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* pixel.asm: x86 pixel metrics
 ;*****************************************************************************
-;* Copyright (C) 2003-2024 x264 project
+;* Copyright (C) 2003-2025 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
diff --git a/common/x86/pixel.h b/common/x86/pixel.h
index d948baa016f3019212c1bae33e561c8ec3f27254..83b29d9909184923cd9b94397c61ac99cc204fb3 100644
--- a/common/x86/pixel.h
+++ b/common/x86/pixel.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: x86 pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/common/x86/predict-a.asm b/common/x86/predict-a.asm
index d9f3952533ff2673125d21a4e370ecdb260ed6e3..08e2a52dbc39eaa9b77453b3dd2967d1b102ed74 100644
--- a/common/x86/predict-a.asm
+++ b/common/x86/predict-a.asm
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* predict-a.asm: x86 intra prediction
 ;*****************************************************************************
-;* Copyright (C) 2005-2024 x264 project
+;* Copyright (C) 2005-2025 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
diff --git a/common/x86/predict-c.c b/common/x86/predict-c.c
index 1845db1d1a82b2b8e2c77b10fc260e7ff6dfd42f..837f5ef83eecbf27a0111cddfe64244f72bcd22b 100644
--- a/common/x86/predict-c.c
+++ b/common/x86/predict-c.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict-c.c: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/common/x86/predict.h b/common/x86/predict.h
index ee3bc84d46c497232939010db48a8838da4056be..178635238b003a4b2008bdc083593974c3604603 100644
--- a/common/x86/predict.h
+++ b/common/x86/predict.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: x86 intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/common/x86/quant-a.asm b/common/x86/quant-a.asm
index 12dad607e4d59b2e33a4653d320427b857c2b3e6..3b65ec29ed4a1dbc6f8c7403c4c9b2713cd3689e 100644
--- a/common/x86/quant-a.asm
+++ b/common/x86/quant-a.asm
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* quant-a.asm: x86 quantization and level-run
 ;*****************************************************************************
-;* Copyright (C) 2005-2024 x264 project
+;* Copyright (C) 2005-2025 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
diff --git a/common/x86/quant.h b/common/x86/quant.h
index 7b609ae8923ac888a8cfb7e0531adee3310022c3..7aefb652880eea4344d81d48e743ae81bddcb37f 100644
--- a/common/x86/quant.h
+++ b/common/x86/quant.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: x86 quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2024 x264 project
+ * Copyright (C) 2005-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
diff --git a/common/x86/sad-a.asm b/common/x86/sad-a.asm
index e2bd24b76eae1bffbbf6e766294334b8765b8897..abb3e4e7f97783c5867ec30dba0e6fb64afab603 100644
--- a/common/x86/sad-a.asm
+++ b/common/x86/sad-a.asm
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* sad-a.asm: x86 sad functions
 ;*****************************************************************************
-;* Copyright (C) 2003-2024 x264 project
+;* Copyright (C) 2003-2025 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
diff --git a/common/x86/sad16-a.asm b/common/x86/sad16-a.asm
index fd2d0c0bbd628c65e3c48a82cde77e39f9d3570b..e3c00cb4a087487d01c319ec856b8228055b1141 100644
--- a/common/x86/sad16-a.asm
+++ b/common/x86/sad16-a.asm
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* sad16-a.asm: x86 high depth sad functions
 ;*****************************************************************************
-;* Copyright (C) 2010-2024 x264 project
+;* Copyright (C) 2010-2025 x264 project
 ;*
 ;* Authors: Oskar Arvidsson <oskar@irock.se>
 ;*          Henrik Gramner <henrik@gramner.com>
diff --git a/common/x86/trellis-64.asm b/common/x86/trellis-64.asm
index a6cf26b3d3bf52414f47c41b32fa7cd5f5f2b398..fcdd839e65a0de1fe281bc9566826b90351bf472 100644
--- a/common/x86/trellis-64.asm
+++ b/common/x86/trellis-64.asm
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* trellis-64.asm: x86_64 trellis quantization
 ;*****************************************************************************
-;* Copyright (C) 2012-2024 x264 project
+;* Copyright (C) 2012-2025 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*
diff --git a/common/x86/util.h b/common/x86/util.h
index b2c7941674d47e20a1bdd6ad765cd721b3f3f42d..b28520d2228af05750ab80357a1b5d0f1880b494 100644
--- a/common/x86/util.h
+++ b/common/x86/util.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * util.h: x86 inline asm
  *****************************************************************************
- * Copyright (C) 2008-2024 x264 project
+ * Copyright (C) 2008-2025 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/common/x86/x86inc.asm b/common/x86/x86inc.asm
index 486bad68de247e44afe4351b1bf621255f1cc195..77d099972b17119af868faca49e3fe620492b1bf 100644
--- a/common/x86/x86inc.asm
+++ b/common/x86/x86inc.asm
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* x86inc.asm: x264asm abstraction layer
 ;*****************************************************************************
-;* Copyright (C) 2005-2024 x264 project
+;* Copyright (C) 2005-2025 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Henrik Gramner <henrik@gramner.com>
diff --git a/common/x86/x86util.asm b/common/x86/x86util.asm
index 8226e7af7af839da62d8bbe3f19817ae1843d04b..16c9d0fedf43b57b81bc103684445b68cad6d844 100644
--- a/common/x86/x86util.asm
+++ b/common/x86/x86util.asm
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* x86util.asm: x86 utility macros
 ;*****************************************************************************
-;* Copyright (C) 2008-2024 x264 project
+;* Copyright (C) 2008-2025 x264 project
 ;*
 ;* Authors: Holger Lubitz <holger@lubitz.org>
 ;*          Loren Merritt <lorenm@u.washington.edu>
diff --git a/encoder/analyse.c b/encoder/analyse.c
index 2acc9d6c340734ccbfd937fb16fa391e322eaf4b..adb63e1cf6ae9e3edd4a3c34bedca22209ffdbe2 100644
--- a/encoder/analyse.c
+++ b/encoder/analyse.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * analyse.c: macroblock analysis
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/encoder/analyse.h b/encoder/analyse.h
index 44c0a70fcbee3f4bba4d26660f3e42e0f71c06a4..ad318c93497c9cf9c22260d4ffeb2deb3bfc54d0 100644
--- a/encoder/analyse.h
+++ b/encoder/analyse.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * analyse.h: macroblock analysis
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/encoder/api.c b/encoder/api.c
index 20b14419f58aa6b4e5cae27bd9a0051e20698796..da9910636bc7c22176b0d27618fd7a90662cba57 100644
--- a/encoder/api.c
+++ b/encoder/api.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * api.c: bit depth independent interface
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Vittorio Giovara <vittorio.giovara@gmail.com>
  *          Luca Barbato <lu_zero@gentoo.org>
diff --git a/encoder/cabac.c b/encoder/cabac.c
index b96ee8122d1d6ba76099f46bbf1fca494aa8c920..691aff5f6d03d39bd73d58feed6a5c1d5b22e6e4 100644
--- a/encoder/cabac.c
+++ b/encoder/cabac.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.c: cabac bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/encoder/cavlc.c b/encoder/cavlc.c
index 74dbb75bd5efdabfcfd69b1e49cdc7978bc2fffb..bdd69956ddf3f20fd5dbf4ed0c70994cdb3a5ab5 100644
--- a/encoder/cavlc.c
+++ b/encoder/cavlc.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cavlc.c: cavlc bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/encoder/encoder.c b/encoder/encoder.c
index a1d03f97651b39f74b5346fed4700a0920a3078a..20e620aa9c3dceea872c5a19a40b87eb9d27b87d 100644
--- a/encoder/encoder.c
+++ b/encoder/encoder.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * encoder.c: top-level encoder functions
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/encoder/lookahead.c b/encoder/lookahead.c
index 844cc6e1c88d72733a9aad1c8521f5ba7c841e71..6701e46d20affb190ad7458164d541492559b6ed 100644
--- a/encoder/lookahead.c
+++ b/encoder/lookahead.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * lookahead.c: high-level lookahead functions
  *****************************************************************************
- * Copyright (C) 2010-2024 Avail Media and x264 project
+ * Copyright (C) 2010-2025 Avail Media and x264 project
  *
  * Authors: Michael Kazmier <mkazmier@availmedia.com>
  *          Alex Giladi <agiladi@availmedia.com>
diff --git a/encoder/macroblock.c b/encoder/macroblock.c
index fcdd2bfc4cfbb3ad1a882546c6888a714479c136..b1ff6800f10b1b6e336438a8c495325d3a76bf2f 100644
--- a/encoder/macroblock.c
+++ b/encoder/macroblock.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.c: macroblock encoding
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/encoder/macroblock.h b/encoder/macroblock.h
index 453cc27fc2146265bbddfb7f327f2d5f1ca833ee..64aed5921944a885932522856f43ed4e7ea9f28c 100644
--- a/encoder/macroblock.h
+++ b/encoder/macroblock.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.h: macroblock encoding
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/encoder/me.c b/encoder/me.c
index e715da0807337103e238292a1dddfd922bde4ddc..89a039d4b4e3ccf49e94487bfc39fbeefb709ab1 100644
--- a/encoder/me.c
+++ b/encoder/me.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * me.c: motion estimation
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/encoder/me.h b/encoder/me.h
index 34b312f060a4f39e8323db00987f0a968917f66e..6d424349a437ebbf961dab3e2d9638c75da28369 100644
--- a/encoder/me.h
+++ b/encoder/me.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * me.h: motion estimation
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/encoder/ratecontrol.c b/encoder/ratecontrol.c
index 109ba8ff993b6bed84747a629448f1859f07c5f7..a42305c59b01e759c32553ca97a9f8f110928fbc 100644
--- a/encoder/ratecontrol.c
+++ b/encoder/ratecontrol.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ratecontrol.c: ratecontrol
  *****************************************************************************
- * Copyright (C) 2005-2024 x264 project
+ * Copyright (C) 2005-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Michael Niedermayer <michaelni@gmx.at>
diff --git a/encoder/ratecontrol.h b/encoder/ratecontrol.h
index 5a942fae2838feb2d185655382425c01eb12b118..2ff4fb49bb999c8dceec4c6c588d0e8829d597c9 100644
--- a/encoder/ratecontrol.h
+++ b/encoder/ratecontrol.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ratecontrol.h: ratecontrol
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/encoder/rdo.c b/encoder/rdo.c
index 25c1bd0595f70548f13c9edd10257f716b8a4760..9fc67610e4984725b3ef13e23ac24f5bc4b347e9 100644
--- a/encoder/rdo.c
+++ b/encoder/rdo.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rdo.c: rate-distortion optimization
  *****************************************************************************
- * Copyright (C) 2005-2024 x264 project
+ * Copyright (C) 2005-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
diff --git a/encoder/set.c b/encoder/set.c
index 70c67aeeec2c121b53601aa52a72461d7997e3b6..ec47193443c3b6bb0fa6e90a520219b2fd43d138 100644
--- a/encoder/set.c
+++ b/encoder/set.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set: header writing
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
@@ -608,7 +608,7 @@ int x264_sei_version_write( x264_t *h, bs_t *s )
 
     memcpy( payload, uuid, 16 );
     sprintf( payload+16, "x264 - core %d%s - H.264/MPEG-4 AVC codec - "
-             "Copy%s 2003-2024 - http://www.videolan.org/x264.html - options: %s",
+             "Copy%s 2003-2025 - http://www.videolan.org/x264.html - options: %s",
              X264_BUILD, X264_VERSION, HAVE_GPL?"left":"right", opts );
     length = strlen(payload)+1;
 
diff --git a/encoder/set.h b/encoder/set.h
index d9c06f767c72a0e4ba0b49162875cd862b2ace99..f79876ed9badecb228ffddb3b312b1240f1a748a 100644
--- a/encoder/set.h
+++ b/encoder/set.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.h: header writing
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/encoder/slicetype-cl.c b/encoder/slicetype-cl.c
index d9dbababb3bf868f925c476ae1f0e73dccccc67d..e54d5aa33120abdbc23b8dd2be04dc20c264f376 100644
--- a/encoder/slicetype-cl.c
+++ b/encoder/slicetype-cl.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * slicetype-cl.c: OpenCL slicetype decision code (lowres lookahead)
  *****************************************************************************
- * Copyright (C) 2012-2024 x264 project
+ * Copyright (C) 2012-2025 x264 project
  *
  * Authors: Steve Borho <sborho@multicorewareinc.com>
  *
diff --git a/encoder/slicetype-cl.h b/encoder/slicetype-cl.h
index 9c8ea843a92c9b2eb5fa88942bfc9889d1a50425..3612b409475ffc9472629f2adddf3b92623bf542 100644
--- a/encoder/slicetype-cl.h
+++ b/encoder/slicetype-cl.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * slicetype-cl.h: OpenCL slicetype decision code (lowres lookahead)
  *****************************************************************************
- * Copyright (C) 2017-2024 x264 project
+ * Copyright (C) 2017-2025 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
diff --git a/encoder/slicetype.c b/encoder/slicetype.c
index 278a8fded7f36a6daf4a82f86f3ca58e10a8e21d..160d97952a8285c78bbf44cd36c1eb26fee9658a 100644
--- a/encoder/slicetype.c
+++ b/encoder/slicetype.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * slicetype.c: lookahead analysis
  *****************************************************************************
- * Copyright (C) 2005-2024 x264 project
+ * Copyright (C) 2005-2025 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/example.c b/example.c
index 530f0549a31671d8542a63e0d4c1614e92fb6d16..2ff47cda84f8051a8854e315b47c8b09a8c9c47f 100644
--- a/example.c
+++ b/example.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * example.c: libx264 API usage example
  *****************************************************************************
- * Copyright (C) 2014-2024 x264 project
+ * Copyright (C) 2014-2025 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
diff --git a/extras/intel_dispatcher.h b/extras/intel_dispatcher.h
index f7cb2a01202174656d57ca417a27cca7fddc410e..1ddf9215e24d4273ab63de917cdcea7db3c8d7c4 100644
--- a/extras/intel_dispatcher.h
+++ b/extras/intel_dispatcher.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * intel_dispatcher.h: intel compiler cpu dispatcher override
  *****************************************************************************
- * Copyright (C) 2014-2024 x264 project
+ * Copyright (C) 2014-2025 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
diff --git a/filters/filters.c b/filters/filters.c
index 79c513c3c03369441c036081ed38dac750e2f6e7..a015424c22059f8bc0b7a756ef737496344ad9cb 100644
--- a/filters/filters.c
+++ b/filters/filters.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * filters.c: common filter functions
  *****************************************************************************
- * Copyright (C) 2010-2024 x264 project
+ * Copyright (C) 2010-2025 x264 project
  *
  * Authors: Diogo Franco <diogomfranco@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
diff --git a/filters/filters.h b/filters/filters.h
index 6af3970842c1cce099390f85d26a4f9d9eb764f4..e736ae817056d4992435785a24c50291c2685a63 100644
--- a/filters/filters.h
+++ b/filters/filters.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * filters.h: common filter functions
  *****************************************************************************
- * Copyright (C) 2010-2024 x264 project
+ * Copyright (C) 2010-2025 x264 project
  *
  * Authors: Diogo Franco <diogomfranco@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
diff --git a/filters/video/cache.c b/filters/video/cache.c
index be86e4f1fc1939615354f09a2387793297266d99..75dd8de6e3920b5423759a669a95a42b1b288113 100644
--- a/filters/video/cache.c
+++ b/filters/video/cache.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cache.c: cache video filter
  *****************************************************************************
- * Copyright (C) 2010-2024 x264 project
+ * Copyright (C) 2010-2025 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
diff --git a/filters/video/crop.c b/filters/video/crop.c
index 8df49a8ce0a3cb397e6171fea0730915ba61454e..fe759cb8919534c1691b67118a0a6ffca21a8d36 100644
--- a/filters/video/crop.c
+++ b/filters/video/crop.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * crop.c: crop video filter
  *****************************************************************************
- * Copyright (C) 2010-2024 x264 project
+ * Copyright (C) 2010-2025 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          James Darnley <james.darnley@gmail.com>
diff --git a/filters/video/depth.c b/filters/video/depth.c
index 3060a48d0d9da4c064ba25308bb59f1fbc02e5b9..80b79f7bb03237df60d0624b49ee367ea925cb15 100644
--- a/filters/video/depth.c
+++ b/filters/video/depth.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * depth.c: bit-depth conversion video filter
  *****************************************************************************
- * Copyright (C) 2010-2024 x264 project
+ * Copyright (C) 2010-2025 x264 project
  *
  * Authors: Oskar Arvidsson <oskar@irock.se>
  *
diff --git a/filters/video/fix_vfr_pts.c b/filters/video/fix_vfr_pts.c
index 46262aae3cf505b27738697ba72bf66284ad5bd0..d7a440f4e99e8b5c86e3f9167b96c89730bb00cb 100644
--- a/filters/video/fix_vfr_pts.c
+++ b/filters/video/fix_vfr_pts.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * fix_vfr_pts.c: vfr pts fixing video filter
  *****************************************************************************
- * Copyright (C) 2010-2024 x264 project
+ * Copyright (C) 2010-2025 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
diff --git a/filters/video/internal.c b/filters/video/internal.c
index a70834c3ad2f19846737a2adff30e9f219662184..ac6a3a4c18890ecabcf37efab7a361cc9acc0050 100644
--- a/filters/video/internal.c
+++ b/filters/video/internal.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * internal.c: video filter utilities
  *****************************************************************************
- * Copyright (C) 2010-2024 x264 project
+ * Copyright (C) 2010-2025 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
diff --git a/filters/video/internal.h b/filters/video/internal.h
index fca8072b4264fac04a1325d3cec609c091f1b9ac..45454fd5665d486a38c4d969d2c90dcae48774f1 100644
--- a/filters/video/internal.h
+++ b/filters/video/internal.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * internal.h: video filter utilities
  *****************************************************************************
- * Copyright (C) 2010-2024 x264 project
+ * Copyright (C) 2010-2025 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
diff --git a/filters/video/resize.c b/filters/video/resize.c
index 25dc95e013666aa2a710f6cabb96d985c8ee38f4..b61b5cee8d68f2c2ffaad571e5c19cfd41ed8f37 100644
--- a/filters/video/resize.c
+++ b/filters/video/resize.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * resize.c: resize video filter
  *****************************************************************************
- * Copyright (C) 2010-2024 x264 project
+ * Copyright (C) 2010-2025 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
diff --git a/filters/video/select_every.c b/filters/video/select_every.c
index deaa0e4fc40f12537831b49140d52b328e589aac..1e9b9d1613aaa8a5596517683adeb7bf1b60c674 100644
--- a/filters/video/select_every.c
+++ b/filters/video/select_every.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * select_every.c: select-every video filter
  *****************************************************************************
- * Copyright (C) 2010-2024 x264 project
+ * Copyright (C) 2010-2025 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
diff --git a/filters/video/source.c b/filters/video/source.c
index f7c6b8701c4dd9c5a48c2ce3815a132dfd92ff5f..9d94f1fd5330a8aeee45c9cd53d9d174d6d775f4 100644
--- a/filters/video/source.c
+++ b/filters/video/source.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * source.c: source video filter
  *****************************************************************************
- * Copyright (C) 2010-2024 x264 project
+ * Copyright (C) 2010-2025 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
diff --git a/filters/video/video.c b/filters/video/video.c
index 29031efdb79c5ccf062bec9866f005bad0585c7a..8fde3e58c9d7bff39789b1234d425271415a64a4 100644
--- a/filters/video/video.c
+++ b/filters/video/video.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * video.c: video filters
  *****************************************************************************
- * Copyright (C) 2010-2024 x264 project
+ * Copyright (C) 2010-2025 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
diff --git a/filters/video/video.h b/filters/video/video.h
index 491d14e6c7f94dedeb4907670ba7e02479f4d1aa..8380f53557c92591e0c17c1e2b2204f8e9eb7b7b 100644
--- a/filters/video/video.h
+++ b/filters/video/video.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * video.h: video filters
  *****************************************************************************
- * Copyright (C) 2010-2024 x264 project
+ * Copyright (C) 2010-2025 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
diff --git a/input/avs.c b/input/avs.c
index cbd221bd1d5029fe86e9cdef91221be39ef2f3b1..557b02e4a3a3abdf40cc4bb222c71bd1abc76281 100644
--- a/input/avs.c
+++ b/input/avs.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * avs.c: avisynth input
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Anton Mitrofanov <BugMaster@narod.ru>
diff --git a/input/ffms.c b/input/ffms.c
index 91d362cd96dc876580b2ed0595878623db6b12c1..c29f40e69d995c67964949f56483771926737066 100644
--- a/input/ffms.c
+++ b/input/ffms.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ffms.c: ffmpegsource input
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: Mike Gurlitz <mike.gurlitz@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
diff --git a/input/input.c b/input/input.c
index 677d762ffceae23a3a7551e45808a807505ca120..6325b4f3cb4b0735f11c6754a557d80db7506858 100644
--- a/input/input.c
+++ b/input/input.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * input.c: common input functions
  *****************************************************************************
- * Copyright (C) 2010-2024 x264 project
+ * Copyright (C) 2010-2025 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Henrik Gramner <henrik@gramner.com>
diff --git a/input/input.h b/input/input.h
index 341e92b69fbf8d350e6ccf73e19baca393c6d56f..de25c5bcf170f3fbe2588b9d77e8518e28407af5 100644
--- a/input/input.h
+++ b/input/input.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * input.h: file input
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/input/lavf.c b/input/lavf.c
index cdc0ed18900077e3b8011a32bb204ae9d6572ec1..90f4cec530387ac22eb15a79b2a7af6c2fb9074f 100644
--- a/input/lavf.c
+++ b/input/lavf.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * lavf.c: libavformat input
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: Mike Gurlitz <mike.gurlitz@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
diff --git a/input/raw.c b/input/raw.c
index 72185ce1b112bf1e59564ff32820a7c0d468e3d6..b233f937fcc2a282a98c9ff7d8a8908dbfc5b0c5 100644
--- a/input/raw.c
+++ b/input/raw.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * raw.c: raw input
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/input/thread.c b/input/thread.c
index 7713bc5d8148f14a80b0f50fb1dee96f13029223..b235f0c17ad5e556da98cfc0de9777da67676524 100644
--- a/input/thread.c
+++ b/input/thread.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * thread.c: threaded input
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/input/timecode.c b/input/timecode.c
index 6d106392ac62ecdeadfe2555418a6554cc3e0f35..980beac161c258a7b3887c36a02465b88c1ea657 100644
--- a/input/timecode.c
+++ b/input/timecode.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * timecode.c: timecode file input
  *****************************************************************************
- * Copyright (C) 2010-2024 x264 project
+ * Copyright (C) 2010-2025 x264 project
  *
  * Authors: Yusuke Nakamura <muken.the.vfrmaniac@gmail.com>
  *
diff --git a/input/y4m.c b/input/y4m.c
index 5764d6ac80e56ee07c91e95698dadb32e89a673a..0623fd9bb193b7642e6c90fa68d1a01ece02ba7e 100644
--- a/input/y4m.c
+++ b/input/y4m.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * y4m.c: y4m input
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/output/flv.c b/output/flv.c
index 6a7d97f606646c19d990fa286b434295dd3e1014..e6be0567c688db674acc78d48b4a19a74f07f7f5 100644
--- a/output/flv.c
+++ b/output/flv.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv.c: flv muxer
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
diff --git a/output/flv_bytestream.c b/output/flv_bytestream.c
index 995ef6ea5af525081a3f14ecdca6cfc25e1f2bd3..e5bdae1338ffcbc338340f5c990bd8a0dd907597 100644
--- a/output/flv_bytestream.c
+++ b/output/flv_bytestream.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv_bytestream.c: flv muxer utilities
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
diff --git a/output/flv_bytestream.h b/output/flv_bytestream.h
index f0f369c48746d90d0d6e55d5f78e75da28723298..ac4ab9c7561ab0e77f3af2788539bdf89aa4325c 100644
--- a/output/flv_bytestream.h
+++ b/output/flv_bytestream.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv_bytestream.h: flv muxer utilities
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
diff --git a/output/matroska.c b/output/matroska.c
index 18d09293daf15b42bdd0943c526b65b94ac846b9..543a80deedf2b8173e6abf46aa63b89140384615 100644
--- a/output/matroska.c
+++ b/output/matroska.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska.c: matroska muxer
  *****************************************************************************
- * Copyright (C) 2005-2024 x264 project
+ * Copyright (C) 2005-2025 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
diff --git a/output/matroska_ebml.c b/output/matroska_ebml.c
index b1aca8c3287011abfa2b349684300a560465d229..5d401107a00237eb2c41182f8e39a78242cda810 100644
--- a/output/matroska_ebml.c
+++ b/output/matroska_ebml.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska_ebml.c: matroska muxer utilities
  *****************************************************************************
- * Copyright (C) 2005-2024 x264 project
+ * Copyright (C) 2005-2025 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
diff --git a/output/matroska_ebml.h b/output/matroska_ebml.h
index 90b5315a2abd45d299970ae3bd9665bba2569f83..3508e92dca97dfd23afee8621b7beb34dcdcacc6 100644
--- a/output/matroska_ebml.h
+++ b/output/matroska_ebml.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska_ebml.h: matroska muxer utilities
  *****************************************************************************
- * Copyright (C) 2005-2024 x264 project
+ * Copyright (C) 2005-2025 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
diff --git a/output/mp4.c b/output/mp4.c
index bb575946eab04e26b048a3147d894628dd0602d4..785ba0268c64142aef55dfa459294e66b050e706 100644
--- a/output/mp4.c
+++ b/output/mp4.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mp4.c: mp4 muxer
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/output/mp4_lsmash.c b/output/mp4_lsmash.c
index 72314dbe22ef63b5283ee9e401283bc9234953dc..71dab10baa4b92c1710707c352c2b67e90645023 100644
--- a/output/mp4_lsmash.c
+++ b/output/mp4_lsmash.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mp4_lsmash.c: mp4 muxer using L-SMASH
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/output/output.h b/output/output.h
index 433d700a4d4c7cdebce6794496958fd721c16e57..206ff5c4210af95b2faee95e1357085fd3d8c3c9 100644
--- a/output/output.h
+++ b/output/output.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * output.h: x264 file output modules
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/output/raw.c b/output/raw.c
index 149cd5a8baad85ee41a2b919e7f778b84b8e4059..10b4bcfb0ae003fe2001f0cda320c3ccf1c9b625 100644
--- a/output/raw.c
+++ b/output/raw.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * raw.c: raw muxer
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/tools/checkasm-a.asm b/tools/checkasm-a.asm
index 4d8f3c647cd26cc80d1c4519f944eb7d25c79652..2808d98eb48033a73d4f62e0b1e434a9f53047ff 100644
--- a/tools/checkasm-a.asm
+++ b/tools/checkasm-a.asm
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* checkasm-a.asm: assembly check tool
 ;*****************************************************************************
-;* Copyright (C) 2008-2024 x264 project
+;* Copyright (C) 2008-2025 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Henrik Gramner <henrik@gramner.com>
diff --git a/tools/checkasm-aarch64.S b/tools/checkasm-aarch64.S
index b19f2f761639b7bee8447bd3b721b434121d7b02..f2e4cc60272c187534966bcdc5ac90255f42c87f 100644
--- a/tools/checkasm-aarch64.S
+++ b/tools/checkasm-aarch64.S
@@ -1,7 +1,7 @@
 /****************************************************************************
  * checkasm-aarch64.S: assembly check tool
  *****************************************************************************
- * Copyright (C) 2015-2024 x264 project
+ * Copyright (C) 2015-2025 x264 project
  *
  * Authors: Martin Storsjo <martin@martin.st>
  *
diff --git a/tools/checkasm-arm.S b/tools/checkasm-arm.S
index d185aa9ae02c0b05182e82c312bd3edc4475b990..86eaa4dfedd6aedcc631be54729845a0d9ba11dc 100644
--- a/tools/checkasm-arm.S
+++ b/tools/checkasm-arm.S
@@ -1,7 +1,7 @@
 /****************************************************************************
  * checkasm-arm.S: assembly check tool
  *****************************************************************************
- * Copyright (C) 2015-2024 x264 project
+ * Copyright (C) 2015-2025 x264 project
  *
  * Authors: Martin Storsjo <martin@martin.st>
  *
diff --git a/tools/checkasm-loongarch.S b/tools/checkasm-loongarch.S
index 716974e6e87a317b1201c42a4b63784ba3533ad5..2a3187af506f8d576ff2a617100d7b1af8fbe320 100644
--- a/tools/checkasm-loongarch.S
+++ b/tools/checkasm-loongarch.S
@@ -1,7 +1,7 @@
 /****************************************************************************
  * checkasm-loongarch.S: assembly check tool
  *****************************************************************************
- * Copyright (C) 2024 x264 project
+ * Copyright (C) 2024-2025 x264 project
  *
  * Authors: Xiwei Gu <guxiwei-hf@loongson.cn>
  *
diff --git a/tools/checkasm.c b/tools/checkasm.c
index 6ff088f1899e0abc74d1b211a95619ccc738bef7..1c2ea2b826880bebb5ffcbeb68d128340b8a86af 100644
--- a/tools/checkasm.c
+++ b/tools/checkasm.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * checkasm.c: assembly check tool
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/x264.c b/x264.c
index 4142786d5d07397bf05f2edb8b72354e458bb779..815831503923308ceb6ec043b2d41f9390fa1fee 100644
--- a/x264.c
+++ b/x264.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264: top-level x264cli functions
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/x264.h b/x264.h
index 2cd5df5255107147c98f5dfaac8152c0e6a5dede..9844713a3aaa2948d771f460350d803445e4626b 100644
--- a/x264.h
+++ b/x264.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264.h: x264 public header
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/x264cli.h b/x264cli.h
index 41ff3193e81a6db081e155727bd686caca962f83..dbf2e2263d605e39a664888145802f7871491925 100644
--- a/x264cli.h
+++ b/x264cli.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264cli.h: x264cli common
  *****************************************************************************
- * Copyright (C) 2003-2024 x264 project
+ * Copyright (C) 2003-2025 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
diff --git a/x264dll.c b/x264dll.c
index 8e150308e78620a401afb835b02a329e6541734a..9438ba9b33bff4ce5235fa9dd34de21864a960ee 100644
--- a/x264dll.c
+++ b/x264dll.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264dll: x264 DLLMain for win32
  *****************************************************************************
- * Copyright (C) 2009-2024 x264 project
+ * Copyright (C) 2009-2025 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
diff --git a/x264res.rc b/x264res.rc
index 10a9942709797a1c0d6b07096c7f442dc381ad88..5da0c18cec9a57bc94c81c223a9d04e39189d7db 100644
--- a/x264res.rc
+++ b/x264res.rc
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264res.rc: windows resource file
  *****************************************************************************
- * Copyright (C) 2012-2024 x264 project
+ * Copyright (C) 2012-2025 x264 project
  *
  * Authors: Henrik Gramner <henrik@gramner.com>
  *
@@ -68,7 +68,7 @@ BEGIN
 #endif
             VALUE "FileVersion",      X264_POINTVER
             VALUE "InternalName",     "x264"
-            VALUE "LegalCopyright",   "Copyright (C) 2003-2024 x264 project"
+            VALUE "LegalCopyright",   "Copyright (C) 2003-2025 x264 project"
 #ifdef DLL
             VALUE "OriginalFilename", "libx264-" xstr(X264_BUILD) ".dll"
 #else