]> granicus.if.org Git - libx264/commitdiff
Bump dates to 2023
authorAnton Mitrofanov <BugMaster@narod.ru>
Sat, 28 Jan 2023 13:37:02 +0000 (16:37 +0300)
committerAnton Mitrofanov <BugMaster@narod.ru>
Sat, 28 Jan 2023 13:37:02 +0000 (16:37 +0300)
197 files changed:
autocomplete.c
common/aarch64/asm-offsets.c
common/aarch64/asm-offsets.h
common/aarch64/asm.S
common/aarch64/bitstream-a.S
common/aarch64/bitstream.h
common/aarch64/cabac-a.S
common/aarch64/dct-a.S
common/aarch64/dct.h
common/aarch64/deblock-a.S
common/aarch64/deblock.h
common/aarch64/mc-a.S
common/aarch64/mc-c.c
common/aarch64/mc.h
common/aarch64/pixel-a.S
common/aarch64/pixel.h
common/aarch64/predict-a.S
common/aarch64/predict-c.c
common/aarch64/predict.h
common/aarch64/quant-a.S
common/aarch64/quant.h
common/arm/asm.S
common/arm/bitstream-a.S
common/arm/bitstream.h
common/arm/cpu-a.S
common/arm/dct-a.S
common/arm/dct.h
common/arm/deblock-a.S
common/arm/deblock.h
common/arm/mc-a.S
common/arm/mc-c.c
common/arm/mc.h
common/arm/pixel-a.S
common/arm/pixel.h
common/arm/predict-a.S
common/arm/predict-c.c
common/arm/predict.h
common/arm/quant-a.S
common/arm/quant.h
common/base.c
common/base.h
common/bitstream.c
common/bitstream.h
common/cabac.c
common/cabac.h
common/common.c
common/common.h
common/cpu.c
common/cpu.h
common/dct.c
common/dct.h
common/deblock.c
common/frame.c
common/frame.h
common/macroblock.c
common/macroblock.h
common/mc.c
common/mc.h
common/mips/dct-c.c
common/mips/dct.h
common/mips/deblock-c.c
common/mips/deblock.h
common/mips/macros.h
common/mips/mc-c.c
common/mips/mc.h
common/mips/pixel-c.c
common/mips/pixel.h
common/mips/predict-c.c
common/mips/predict.h
common/mips/quant-c.c
common/mips/quant.h
common/mvpred.c
common/opencl.c
common/opencl.h
common/osdep.c
common/osdep.h
common/pixel.c
common/pixel.h
common/ppc/dct.c
common/ppc/dct.h
common/ppc/deblock.c
common/ppc/deblock.h
common/ppc/mc.c
common/ppc/mc.h
common/ppc/pixel.c
common/ppc/pixel.h
common/ppc/ppccommon.h
common/ppc/predict.c
common/ppc/predict.h
common/ppc/quant.c
common/ppc/quant.h
common/predict.c
common/predict.h
common/quant.c
common/quant.h
common/rectangle.c
common/rectangle.h
common/set.c
common/set.h
common/tables.c
common/tables.h
common/threadpool.c
common/threadpool.h
common/vlc.c
common/win32thread.c
common/win32thread.h
common/x86/bitstream-a.asm
common/x86/bitstream.h
common/x86/cabac-a.asm
common/x86/const-a.asm
common/x86/cpu-a.asm
common/x86/dct-32.asm
common/x86/dct-64.asm
common/x86/dct-a.asm
common/x86/dct.h
common/x86/deblock-a.asm
common/x86/deblock.h
common/x86/mc-a.asm
common/x86/mc-a2.asm
common/x86/mc-c.c
common/x86/mc.h
common/x86/pixel-32.asm
common/x86/pixel-a.asm
common/x86/pixel.h
common/x86/predict-a.asm
common/x86/predict-c.c
common/x86/predict.h
common/x86/quant-a.asm
common/x86/quant.h
common/x86/sad-a.asm
common/x86/sad16-a.asm
common/x86/trellis-64.asm
common/x86/util.h
common/x86/x86inc.asm
common/x86/x86util.asm
encoder/analyse.c
encoder/analyse.h
encoder/api.c
encoder/cabac.c
encoder/cavlc.c
encoder/encoder.c
encoder/lookahead.c
encoder/macroblock.c
encoder/macroblock.h
encoder/me.c
encoder/me.h
encoder/ratecontrol.c
encoder/ratecontrol.h
encoder/rdo.c
encoder/set.c
encoder/set.h
encoder/slicetype-cl.c
encoder/slicetype-cl.h
encoder/slicetype.c
example.c
extras/intel_dispatcher.h
filters/filters.c
filters/filters.h
filters/video/cache.c
filters/video/crop.c
filters/video/depth.c
filters/video/fix_vfr_pts.c
filters/video/internal.c
filters/video/internal.h
filters/video/resize.c
filters/video/select_every.c
filters/video/source.c
filters/video/video.c
filters/video/video.h
input/avs.c
input/ffms.c
input/input.c
input/input.h
input/lavf.c
input/raw.c
input/thread.c
input/timecode.c
input/y4m.c
output/flv.c
output/flv_bytestream.c
output/flv_bytestream.h
output/matroska.c
output/matroska_ebml.c
output/matroska_ebml.h
output/mp4.c
output/mp4_lsmash.c
output/output.h
output/raw.c
tools/checkasm-a.asm
tools/checkasm-aarch64.S
tools/checkasm-arm.S
tools/checkasm.c
x264.c
x264.h
x264cli.h
x264dll.c
x264res.rc

index 2b32a8ad902f69c238f1856e2385cea794f5087a..592e2786310e0bcbb9880d470d5f4f1ac6147d21 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * autocomplete: x264cli shell autocomplete
  *****************************************************************************
- * Copyright (C) 2018-2022 x264 project
+ * Copyright (C) 2018-2023 x264 project
  *
  * Authors: Henrik Gramner <henrik@gramner.com>
  *
index c73c39ef0ff369d20be9fd29de89879223a3e0df..d183b4c86dab0bc117a42728ad5cc561466420cc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm-offsets.c: check asm offsets for aarch64
  *****************************************************************************
- * Copyright (C) 2014-2022 x264 project
+ * Copyright (C) 2014-2023 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index 2bbc6cad9175d2242cf9e783062bfa31498dc2d0..4f497545b486faefdad80ae29fada4b521d9e1a5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm-offsets.h: asm offsets for aarch64
  *****************************************************************************
- * Copyright (C) 2014-2022 x264 project
+ * Copyright (C) 2014-2023 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index 6ac0d1ab1be3000c16ec27974f1087bdd0c327ab..cce58d7e88d2277e2f797a03f3b6b31b117f2302 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm.S: AArch64 utility macros
  *****************************************************************************
- * Copyright (C) 2008-2022 x264 project
+ * Copyright (C) 2008-2023 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          David Conrad <lessen42@gmail.com>
index 45921f2837f87dfa8e8542414ba03c0a28d2e7e9..81bbb29c667751d530f559f8f92d4ba60399913f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream-a.S: aarch64 bitstream functions
  *****************************************************************************
- * Copyright (C) 2014-2022 x264 project
+ * Copyright (C) 2014-2023 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index 1c1d46c44ad8ae6abc3927ecea894c0f81657b90..21e702b1370b661165b90e99e202c78695c2352f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: aarch64 bitstream functions
  *****************************************************************************
- * Copyright (C) 2017-2022 x264 project
+ * Copyright (C) 2017-2023 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index e056f8a0b6d6fcedc63bf8dfc1f91c47dd8fef52..816c524017aef67906c2260faf8aa944f765529d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac-a.S: aarch64 cabac
  *****************************************************************************
- * Copyright (C) 2014-2022 x264 project
+ * Copyright (C) 2014-2023 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index e621aecdd3f9e9e66f34d59ae179128eb62ba904..8a704e7c2ab0ae19a7ded0aba5ca56f8f5a4bd1b 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * dct-a.S: aarch64 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 7934b1ca192d7aa83bea525d6d8e57f5f72ad3b6..1590b0d777e514993c3bca6c0e66c63c8e4ebb72 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: aarch64 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 349bf9643f50df6016b408c0896e0ef91ea937b0..344d8458df34cd8e118fffb625fecf416ccc0953 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.S: aarch64 deblocking
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 30c9bc28062c683e0443dfd98313a0090967b89b..8eb9d036d6403439d5fc9553feef91a90323bab5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: aarch64 deblocking
  *****************************************************************************
- * Copyright (C) 2017-2022 x264 project
+ * Copyright (C) 2017-2023 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 5a43ad5cad065ce3712c8920bef30be1d3478130..40371dfe7abe138ad68ae2c33bb84d4bc0bbc6c6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.S: aarch64 motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 9804776b8da5266fdc47d7248fbc4a04945af9b7..489ca70e6353a4e7d400cec65841dd59058cd3c7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: aarch64 motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index d6f7708f59f54e9ed90de3cb9c6242a04e2ae541..ab59f57b95b72618409e017a7859c080d0c777d8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: aarch64 motion compensation
  *****************************************************************************
- * Copyright (C) 2014-2022 x264 project
+ * Copyright (C) 2014-2023 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index b75a81f7a321731bd98b9bb7cbefbd29019731f1..b2250ba6c93f69e01790e4476da3ea69eb7124dc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.S: aarch64 pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index d1e51269b1e8e5541833547535509c64181a7555..e1bcbcb5a44f23b3d53acf73820d3a9a708e102a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: aarch64 pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 9c8dc537035a4b551f77f2bdd5ccfaa5ce7720bc..1444711baac5bcf18af82caca0fbcc6b141b8917 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.S: aarch64 intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Mans Rullgard <mans@mansr.com>
index f1b68b07fc533420a4d7cdf1feb6396744821fb2..8d5460ff4ad43d0c250224b9db64d9f7108207c0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: aarch64 intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 4de5bf04b0f0ad7d05620a9428fcbe5245f97e8b..40f85dde1f47b6f670573d01cf50efdea6ee23bc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: aarch64 intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 43ddb235944ae14de7f2db2631f4ad1b31305f64..eaac703dcd273b9172a9fd932f6c8fbc4caf46f1 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * quant.S: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 0e8e7b97a9dbf8e0659263dfe55976f42be531ad..cddfa0cf2585f1a57d2567b47a775c7a53416e2e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2022 x264 project
+ * Copyright (C) 2005-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index d15f107add269fc810387a7faafa89e649a8560b..833f011ee8c4deceb7f55b5f10f1757193a2b6ba 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm.S: arm utility macros
  *****************************************************************************
- * Copyright (C) 2008-2022 x264 project
+ * Copyright (C) 2008-2023 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          David Conrad <lessen42@gmail.com>
index a23e83cd9a0c32992660b2c785d8dd31dc7148e6..1a428356de8c55c96ee9ecc43caaa1fb602fa7ac 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream-a.S: arm bitstream functions
  *****************************************************************************
- * Copyright (C) 2014-2022 x264 project
+ * Copyright (C) 2014-2023 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index fc759ae65a64a5fb1c96283dab190a7f9311fa12..b46a4ccdd7156f39d24bc2182b389d761d67c5ba 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: arm bitstream functions
  *****************************************************************************
- * Copyright (C) 2017-2022 x264 project
+ * Copyright (C) 2017-2023 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index c10168e81429f8114a258dd502e1ba5c5b890dbb..c35d168475e5493f380662491d6e0f9f7a2a84e9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu-a.S: arm cpu detection
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 9d2197fbb0262d623b3c1e29e01bdc690e84b669..d8ba0458cdac42eac55b25ed03f6572292a09801 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * dct-a.S: arm transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Martin Storsjo <martin@martin.st>
index 25f24f34e7e84bf977b966cfe9ddf7dfe69a6223..758840c617c35941b69fb910ee021441f62ef7b4 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: arm transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 8eec08ba9463e7b8c30fed9bc47c71c942ed60f1..54e55f144858e357c76f899f2a626d037d721e31 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.S: arm deblocking
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          Martin Storsjo <martin@martin.st>
index ee1d9ace1a65a9335a08a53ee293ef7bfd645603..73adf55d5d00fc5dc44996d4dd1fd26d5b4a2afb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: arm deblocking
  *****************************************************************************
- * Copyright (C) 2017-2022 x264 project
+ * Copyright (C) 2017-2023 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 9fba702ce2aa40ed51008d5ebfb5645524cd55b5..edef85059c9ba63ed7b44b251db288f35b8dd4b1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.S: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Mans Rullgard <mans@mansr.com>
index 6b7a4ee41fbcb84d0377a5f987a85ee8c33a8602..391264087a737dd89a4815940242811af150060d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 7f34afc07264d85931905aeb705ef5a24630b4dc..d1c4f223c2b6473fed8056a2c9378a16dcbaeb79 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index b4366c3a5fe20f1eea96f6463937993b4da9c8af..a8df8c40397e42cff4bf9b99b32df62a25b4d872 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.S: arm pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 4fb266b19da5cc801d7382f38daeaf37d279e1f2..3065027a9f0ca92a3dfc008e4ecf6749cde5d37e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: arm pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 4b962b2166d7f04eeb45f991600a878a20a4e513..421bae70210432a41868e2a93cde01997d5df099 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.S: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Mans Rullgard <mans@mansr.com>
index e2932bff044516d2cf9746dfa0b685d55ad0747c..00902f5020e4c84ea4eaaba4162ebced0b5575ff 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 176042a302688c74d26cd2381901dbccebe9a0c7..451fcdeea492aba089e1dfd3977f2d233ca9a2d9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index a624558044e4ded2fe639be1b82d5b72bd8659c8..42111f21bcebc2bc94b1fea4beebb1fc9457e2e5 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * quant.S: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index af96c61e730a448bc32b976a2f834231a268617e..b41b5280979f35bc67b33728c349f8968424888a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2022 x264 project
+ * Copyright (C) 2005-2023 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index bb87212a61415dc0da3868b9d9ec7b38758d5c52..d302fed128140309094fdcd607dfa34efcff81f5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * base.c: misc common functions (bit depth independent)
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 857c0fc47d74cd08a8129b847e1e985577ae2e86..fa765519c78396b09cde09988d2853ae9b003c80 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * base.h: misc common functions (bit depth independent)
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 3994edaec524d5b02ccb7927cc7ef832fc7487f6..9bf2b61c71015b5a622876f9a880606f6946bae0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.c: bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Fiona Glaser <fiona@x264.com>
index 9e23cb23a1a218892b8d2ea761d69f5690d08d25..a772eb241f2ff0660aaaad2daf0818c48aebe44d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 705c8f2367771a399e4e033361d6af9f1c49183c..743afee78f68e52efb3770a00d8e7488cb7f18b5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.c: arithmetic coder
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 6b8d9064ea6e6c89ba4c75869562e9c4d61cc2fd..5b757560c8e5db36014ab31265dbbd588d8a1985 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.h: arithmetic coder
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 73e1875071a24e74c50dce00a08e6ba40742a789..de3014613f85e06e34efef9d492ba4179457289f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * common.c: misc common functions
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index ebc87ce41390b46735b8835b6045118975de47f5..975e1d4f6c41905f0bf5a1981a0a7eb7d2d35f1c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * common.h: misc common functions
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 41a4c1d72250f8b7b945bf73fcbf2273a3e5bcc4..4f08f0a13d6c62db25fce240aecc5d463e709061 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu.c: cpu detection
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 993751a743d906504566d6ec7407394d2bc786dd..be3182ed5d430866bc4cf7ab5e9ed1543f3a865b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu.h: cpu detection
  *****************************************************************************
- * Copyright (C) 2004-2022 x264 project
+ * Copyright (C) 2004-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index 90997cab9989db289995c04f31affa977e804bf3..ff3f48c40507cf3d55a5ac2e23043e48235dd850 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.c: transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 813ecdbe88461d830fea976e29672d3da2c56880..ff6888b0e1fac308833647233a472ed0177bfbd4 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: transform and zigzag
  *****************************************************************************
- * Copyright (C) 2004-2022 x264 project
+ * Copyright (C) 2004-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index 2607b9815d3fd24ccdf8e4c590d1bfbc0f12e40e..c17ade26eb6e3a4362e5989fc98d49ab59441b91 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.c: deblocking
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index daad76479b503816f7e13ca97e9ddefacc487704..716876befbaa5ea351a1b979808d9ad686c401ba 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * frame.c: frame handling
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 48d26e0b97fbce109397a9090310754ed8dc843f..dd0a6d2da512838257f7938962d75de7ee0867bb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * frame.h: frame handling
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 0f86051a64349fc03dee7a0e20ec91adf569fdb1..55a8baaa1871fc7e0bf022003e13392b1088a4d5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.c: macroblock common functions
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index e476dc8ef6c81dc6a74296429b2e864d6112d117..c7b984f82ef911fba4b39557ca50969335d77a0a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.h: macroblock common functions
  *****************************************************************************
- * Copyright (C) 2005-2022 x264 project
+ * Copyright (C) 2005-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index d5e6d550a31c4bcdd3c96bf418553ca4fd3d346a..89b500c6aede6a557072400712af185ab2a375c5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.c: motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index a48c4037cc30a793e410cdb08db2f38ff96c7c51..9e340171891a08073ceb41a84850614489f5075a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: motion compensation
  *****************************************************************************
- * Copyright (C) 2004-2022 x264 project
+ * Copyright (C) 2004-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index c8e544e2ea3f6f3c3a59374983f189f50f6c3ffc..caecf661bcddb2d07ea9031e7edeab76b2fd8f74 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct-c.c: msa transform and zigzag
  *****************************************************************************
- * Copyright (C) 2015-2022 x264 project
+ * Copyright (C) 2015-2023 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index 998ba41dc6949723bb60e387eb19b6ffe1edcd34..247241d664f80e6ea825466e320b7fb8b9844b22 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: msa transform and zigzag
  *****************************************************************************
- * Copyright (C) 2015-2022 x264 project
+ * Copyright (C) 2015-2023 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index 450a4a52c6b711cee43e6dcfebbcbe4fbe40f619..0003747078736ee30dcad85ca749eae9fca7c9fd 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock-c.c: msa deblocking
  *****************************************************************************
- * Copyright (C) 2015-2022 x264 project
+ * Copyright (C) 2015-2023 x264 project
  *
  * Authors: Neha Rana <neha.rana@imgtec.com>
  *
index 7316ded2c5b9f9e4c969c20102ade44c75e2664b..0dcbcf0f8f1cf0e91bba73c60e584cb88141fcc2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: msa deblocking
  *****************************************************************************
- * Copyright (C) 2017-2022 x264 project
+ * Copyright (C) 2017-2023 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index ba88a2132b51d63ba566ed115fa0451325abd3a6..e2cb9f474bfdd8c06ac2645e03120130081371ef 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macros.h: msa macros
  *****************************************************************************
- * Copyright (C) 2015-2022 x264 project
+ * Copyright (C) 2015-2023 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index 4db7a38e3f2f62ca6e4097524655ce90dd90b33e..7fb9f3a0a10caa4a3bfe4d75e2aaab49459c42df 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: msa motion compensation
  *****************************************************************************
- * Copyright (C) 2015-2022 x264 project
+ * Copyright (C) 2015-2023 x264 project
  *
  * Authors: Neha Rana <neha.rana@imgtec.com>
  *
index 72a29fc8a35ddce3e694b203086042a72f82ef1d..84726daf7690843065ae19ec49e38ab398a00e39 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: msa motion compensation
  *****************************************************************************
- * Copyright (C) 2015-2022 x264 project
+ * Copyright (C) 2015-2023 x264 project
  *
  * Authors: Neha Rana <neha.rana@imgtec.com>
  *
index 8d59d23ee99fc470edb9744c3ddba988b43fbea3..0490b4a3b17e1ba11037bd0d3a447497bbd8c5d0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel-c.c: msa pixel metrics
  *****************************************************************************
- * Copyright (C) 2015-2022 x264 project
+ * Copyright (C) 2015-2023 x264 project
  *
  * Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
  *
index 9caf9407e6f121eb8a5cbbe2ba1dd0b6b729d08b..c3e83e31f91857debcf76938a096ba65009f0aba 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: msa pixel metrics
  *****************************************************************************
- * Copyright (C) 2015-2022 x264 project
+ * Copyright (C) 2015-2023 x264 project
  *
  * Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
  *
index 6357481f37c5db45a0a12568c4137fbb80d98d9f..816d031aeaa289abd3197177bfa6e5a56d0ddd28 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict-c.c: msa intra prediction
  *****************************************************************************
- * Copyright (C) 2015-2022 x264 project
+ * Copyright (C) 2015-2023 x264 project
  *
  * Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
  *
index 89d3d22e20be94876e90d7f1f9df4e407ff99024..57e301b05e6adcbe089f8a1eb703a7f2cc92e14e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: msa intra prediction
  *****************************************************************************
- * Copyright (C) 2015-2022 x264 project
+ * Copyright (C) 2015-2023 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index 63095f0adec7c0013adc8a816a593d8bc08aa341..7a2fd0308366631ac9907bbddb3169056a12b692 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant-c.c: msa quantization and level-run
  *****************************************************************************
- * Copyright (C) 2015-2022 x264 project
+ * Copyright (C) 2015-2023 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index 884387d0f86272344f0380eef481e866f3ffce78..8bedff1c43a5aa9174bd92f5f23c2667f480e95d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: msa quantization and level-run
  *****************************************************************************
- * Copyright (C) 2015-2022 x264 project
+ * Copyright (C) 2015-2023 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index a5f48773a997a116331c836deb09818477d9ed8c..1712fa538174da7c59f6db142cca158775668009 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mvpred.c: motion vector prediction
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 10ddfda99c7c74ea633170eab313cfeec432af46..1c3ac927d0aec74489e64e0325aa910e2fecbdf5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * opencl.c: OpenCL initialization and kernel compilation
  *****************************************************************************
- * Copyright (C) 2012-2022 x264 project
+ * Copyright (C) 2012-2023 x264 project
  *
  * Authors: Steve Borho <sborho@multicorewareinc.com>
  *          Anton Mitrofanov <BugMaster@narod.ru>
index e0b5df092fe46dc8e8a8728eb1f52b93c4c1a22c..d156e75192469b364e60b1dd099a2fb7d0a30e66 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * opencl.h: OpenCL structures and defines
  *****************************************************************************
- * Copyright (C) 2012-2022 x264 project
+ * Copyright (C) 2012-2023 x264 project
  *
  * Authors: Steve Borho <sborho@multicorewareinc.com>
  *          Anton Mitrofanov <BugMaster@narod.ru>
index d8885b2f37f22bdbde67b7a33bc0bfb6b5bc49e9..d22d190eb173aaaac26b66ec08a713cf4663a51b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * osdep.c: platform-specific code
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index dfa4aaecfd5b0b0ba09064b6dd11f30df46b89ed..2230121290ab8c756b8e1849695fad38aca819cb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * osdep.h: platform-specific code
  *****************************************************************************
- * Copyright (C) 2007-2022 x264 project
+ * Copyright (C) 2007-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 6080bb5d0a49078d53f64b55b33a380b3d94fb84..29aac6dae8e7841f570357d0c3e0b86fe9f4252d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 45e397cab620f87b0c103a4a0d7610018c30bf9e..7acef88e1488168050cc8e248e9020101dd18487 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: pixel metrics
  *****************************************************************************
- * Copyright (C) 2004-2022 x264 project
+ * Copyright (C) 2004-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 25b3fe43557052598bfa60fd0d8ca81a3c8c35a1..e4bd5664893bbd550fedaf1b60163a2938768b9f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.c: ppc transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *          Eric Petit <eric.petit@lapsus.org>
index aa3b9dfdf9e3b3512417d4fb30d3138d9e3ff53b..3ac3b0258671166047d3097666a3d2d4035a70c3 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: ppc transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
index 92bf2f9ec9d2e6311dfd0ca108ba840119ebfdbe..3070e831af94faf1cb8a589ef165b073b2348164 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.c: ppc deblocking
  *****************************************************************************
- * Copyright (C) 2007-2022 x264 project
+ * Copyright (C) 2007-2023 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 443eaa58e942923ba5d2b739506d216b0b7df745..c36e2e470f1e22b6b24ebe5234b6fac38062be77 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: ppc deblocking
  *****************************************************************************
- * Copyright (C) 2017-2022 x264 project
+ * Copyright (C) 2017-2023 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index bfc858879ddcdbbcc9e51ba8bf523319c2119efa..e3b673aa9de4a76e814d3ee02ff73326a9ba8e29 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.c: ppc motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
index 2eda289cd31e55ccf1cd9ae6a5b3d734b9a10466..a59c73a34ea36e0610da1ff2788cadef30c5c3fd 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: ppc motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
index d57835a9946e811c215473096b267955fa07876b..8aebda2c5eb86a5cf6a6555ae62a7ef9ed80f9ad 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: ppc pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
index 21de0fc2fa2fd15ac3df4e2b88d1f379a860efe2..552400f2f40a56f1b5a60123d532eabbbfb1cc9b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: ppc pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
index 152051a7a4a3ae23c5601a90d3ccef6fc00a526e..d196bde1036aa5ce4596c5e1449df538d97bebaf 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ppccommon.h: ppc utility macros
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
index 58c88524f051fd92e89f72d985f9373fd4cc9b48..13c7c1d55d687f701f378eb1bdaadd61e52495bb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: ppc intra prediction
  *****************************************************************************
- * Copyright (C) 2007-2022 x264 project
+ * Copyright (C) 2007-2023 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 139871bc01cd2306b2ae7fa12879d41d69db52aa..78b98d75c5d3decefdeff67a5e78eb77952e9382 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: ppc intra prediction
  *****************************************************************************
- * Copyright (C) 2007-2022 x264 project
+ * Copyright (C) 2007-2023 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index c3992a8394f39f997040c27b7bcbae189586e356..635ccb1961769f1180f98b8194eca205911e314a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.c: ppc quantization
  *****************************************************************************
- * Copyright (C) 2007-2022 x264 project
+ * Copyright (C) 2007-2023 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index f7a2f1b89c0fa8e9196e1b6470fe8a7b61683724..fdff4b6632e247910bff85f45f1ab31c0f5cba39 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: ppc quantization
  *****************************************************************************
- * Copyright (C) 2007-2022 x264 project
+ * Copyright (C) 2007-2023 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 5a48198e878c9deca2a6f84b1c4b548e8d37014b..935588810fca7aa4e01306b996a18527164b747a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 22ee0e12acc307b7e226776f236e5b0a14c53ac4..992674ae32a771de82570ef296027fee112b7b29 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 6b71225ac0a0e0d84ba64811d105bfde53cfc3e7..b5ea75646b80fecb5b7937f4a7f7169936c8c55d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.c: quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2022 x264 project
+ * Copyright (C) 2005-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 665c674feb34428a7f02382d7f4ca2bef7b4bef1..7a1ba48a7d7a3f1dee48e40d8805b2399c2f2138 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2022 x264 project
+ * Copyright (C) 2005-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 7084139bce184d05609cfa30b5b459bc79b35fb1..470679b63950687d099bffca01d66f6fb7bee1f4 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rectangle.c: rectangle filling
  *****************************************************************************
- * Copyright (C) 2010-2022 x264 project
+ * Copyright (C) 2010-2023 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *
index 5042c9dd9882ddf0832ce9eea4b89659f23fa54a..502a5b72269856b1e24dc9bf99c7da1501a13836 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rectangle.h: rectangle filling
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
index c2152bd59ea8b868a4781c9b7c22b2f5403e507d..2d54763c78436d46212c74e56037676e8f7e56a1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.c: quantization init
  *****************************************************************************
- * Copyright (C) 2005-2022 x264 project
+ * Copyright (C) 2005-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index e1f8295398eeefe12542f72ce56276b52e61dd6c..68cf6087c5a917c4317ac116a8ac74706ac86ef6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.h: quantization init
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index c2aa6ff1f250380637e04dda5abfe5295c7cb8b8..5eca4cffdc5ba9b6059df145e32c97d3946a885f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * tables.c: const tables
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 249434ae574a6e46e9420078c5f2f664a0eeda14..7166c69fc0abaea6ac6ebab97d7e9a83125c6c98 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * tables.h: const tables
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 97e4b6bf8ffceb8308908dbfe1640c2082bd6d26..dfd814758542bde36810ec75e3c880a48f3b1e52 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * threadpool.c: thread pooling
  *****************************************************************************
- * Copyright (C) 2010-2022 x264 project
+ * Copyright (C) 2010-2023 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 00d26b8f5b9c62c2a6f0578546266d737a28ac5e..e0e94d3b6a0a83c7c3037b55bb55a08cadaa4624 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * threadpool.h: thread pooling
  *****************************************************************************
- * Copyright (C) 2010-2022 x264 project
+ * Copyright (C) 2010-2023 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index f15ff1f0670d716fdceda9652520330c631c8fcd..1ce10adc08998ee698d8c34459b63cf18993197f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * vlc.c : vlc tables
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Fiona Glaser <fiona@x264.com>
index 439b9218240fcce9664628162b1fa2c15ab8fe52..90a6c9acc34c76b4c4fcb551a1ebecbf7a353dc9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * win32thread.c: windows threading
  *****************************************************************************
- * Copyright (C) 2010-2022 x264 project
+ * Copyright (C) 2010-2023 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Pegasys Inc. <http://www.pegasys-inc.com>
index 05670fcd265548fb0a94161f870d3cd76cbb9a75..391f108fd05838b05615b50c5638db6a4815daca 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * win32thread.h: windows threading
  *****************************************************************************
- * Copyright (C) 2010-2022 x264 project
+ * Copyright (C) 2010-2023 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index a3bc3a84c2fbde82f23aa08a22315bdc8ebad08b..29f37ca23a58c9a85d8a95708d316764357a3058 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* bitstream-a.asm: x86 bitstream functions
 ;*****************************************************************************
-;* Copyright (C) 2010-2022 x264 project
+;* Copyright (C) 2010-2023 x264 project
 ;*
 ;* Authors: Fiona Glaser <fiona@x264.com>
 ;*          Henrik Gramner <henrik@gramner.com>
index 6068d19e98461e596dff1cd27b38ff485b540b3e..36a11a5ef4d361d4fc9aff299ae2bfd3020dc9fb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: x86 bitstream functions
  *****************************************************************************
- * Copyright (C) 2017-2022 x264 project
+ * Copyright (C) 2017-2023 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 7e0f097d87b1f6f10813b77a7728f6372e1f14e2..6dfab5f75006af0476cf0916c8b5495a40c6497f 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* cabac-a.asm: x86 cabac
 ;*****************************************************************************
-;* Copyright (C) 2008-2022 x264 project
+;* Copyright (C) 2008-2023 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 248768e4801330a77bb7bab4e295aa669043b214..e456262617b4a68dc803e36c0aff5cbe53c4d9cc 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* const-a.asm: x86 global constants
 ;*****************************************************************************
-;* Copyright (C) 2010-2022 x264 project
+;* Copyright (C) 2010-2023 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index a81a84129ca27639582cdaae5a1025be8e88be00..dd63fc1a14dd33f1845e98a6246c23bbe71b0b3e 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* cpu-a.asm: x86 cpu utilities
 ;*****************************************************************************
-;* Copyright (C) 2003-2022 x264 project
+;* Copyright (C) 2003-2023 x264 project
 ;*
 ;* Authors: Laurent Aimar <fenrir@via.ecp.fr>
 ;*          Loren Merritt <lorenm@u.washington.edu>
index 86a5231b7809b144836a6b8a2fdd7dec6997a332..54af62052d66ce075a2df0b8f8d4d53230336045 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-32.asm: x86_32 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2022 x264 project
+;* Copyright (C) 2003-2023 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index 779c7935d10550b8675c3fe0c0ddf64f6fd9387f..ca34c66984c4ffb8170bbd91ab5fe78bf9ab781d 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-64.asm: x86_64 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2022 x264 project
+;* Copyright (C) 2003-2023 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index 61ffc333ad9b9eb46316fc57724db1fbff15bc0f..c4a29cf489a40d8fea29a18582fceb644f51197c 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-a.asm: x86 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2022 x264 project
+;* Copyright (C) 2003-2023 x264 project
 ;*
 ;* Authors: Holger Lubitz <holger@lubitz.org>
 ;*          Loren Merritt <lorenm@u.washington.edu>
index 0ea34773955528b0b9dbc480461387cb380b382b..33fe568a9b513bf8fc74525ef5505bfed1007936 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: x86 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 4d2a3b2642d7194443afb9dc5b9badac56f03092..646e528f502f5f021658476944395abd4adcb8fd 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* deblock-a.asm: x86 deblocking
 ;*****************************************************************************
-;* Copyright (C) 2005-2022 x264 project
+;* Copyright (C) 2005-2023 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 0d8664f672614919d52fd7ff4644f047c0352376..fc92731eb94e2e8fb001298a8bfd5df82a64620f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: x86 deblocking
  *****************************************************************************
- * Copyright (C) 2017-2022 x264 project
+ * Copyright (C) 2017-2023 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 97fad7e2b1ed7efb1f3e179997c22d2a298c1a70..184e1b019da100fb7e0565b13ab63429c34a268f 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* mc-a.asm: x86 motion compensation
 ;*****************************************************************************
-;* Copyright (C) 2003-2022 x264 project
+;* Copyright (C) 2003-2023 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 53e5732ee0485881ca30645379fe6b08db65c3a0..720cd35b7c778f45982f990e844b21dc3763c346 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* mc-a2.asm: x86 motion compensation
 ;*****************************************************************************
-;* Copyright (C) 2005-2022 x264 project
+;* Copyright (C) 2005-2023 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 20cb48c3911d36b9a4a49a284385ca577baad515..ad202b950248571eb07750f1ca85ea8dc92add84 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: x86 motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 263e5a7ef9d4d018dc2e1a5b0b886ee0aeeafa47..4d65b17c22a140377cbf099cc871cdce883867f9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: x86 motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index b10c7ff92677db5bce03fda5de8e0e91e7e6a811..7ad5e3e39cb5cab9ed9f4311ec66a33779b837aa 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* pixel-32.asm: x86_32 pixel metrics
 ;*****************************************************************************
-;* Copyright (C) 2003-2022 x264 project
+;* Copyright (C) 2003-2023 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Laurent Aimar <fenrir@via.ecp.fr>
index fc802986854cc73eb802f05fccd2c4af9fb6503b..4d57d5b5f031830ae77eae189e4d07a6ee737386 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* pixel.asm: x86 pixel metrics
 ;*****************************************************************************
-;* Copyright (C) 2003-2022 x264 project
+;* Copyright (C) 2003-2023 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index bb07eb8f39a6fdf714a889f704ba8a35008be3d9..84eb3be8623e2ff06f58b58683c4be984880c1f4 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: x86 pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index efcffbd78e36dfced9dee6189c88f63f6f586ce1..812ae940da053259c018f37dbb1e1c03faa0e570 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* predict-a.asm: x86 intra prediction
 ;*****************************************************************************
-;* Copyright (C) 2005-2022 x264 project
+;* Copyright (C) 2005-2023 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index f8aa912c06f75bd3ab877b67a3c23ce348eb4db4..40946c1dff83af5aa34b260c5c53188d8daa39dd 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict-c.c: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index dc343d90d51dfd52a304b33706c3ea61b4ab0406..7571b7455fff4ef89dbdd32e778fe3a7f6c6f6bf 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: x86 intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index af9c7236f6d1083de639ac0572de86d25d7b67bb..11f0a088a626fe2acc6b259a531d4d5f34f6a5f6 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* quant-a.asm: x86 quantization and level-run
 ;*****************************************************************************
-;* Copyright (C) 2005-2022 x264 project
+;* Copyright (C) 2005-2023 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index bfe90d5a76355734f94d5e3309d49e391eeacabb..89560e154e3c56f6f921ea649990971cbd8bf680 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: x86 quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2022 x264 project
+ * Copyright (C) 2005-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index a5c23d6315eaba3b45c414f945ab721c79bc3bc2..93cccc3b1cf94082f837187aa25285b124616191 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* sad-a.asm: x86 sad functions
 ;*****************************************************************************
-;* Copyright (C) 2003-2022 x264 project
+;* Copyright (C) 2003-2023 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 0d9cb6abc48827a98ed7bc79f91b7a79caa8853a..a19e5e738ba3f8e6423e9e1c467f0bb02770b62a 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* sad16-a.asm: x86 high depth sad functions
 ;*****************************************************************************
-;* Copyright (C) 2010-2022 x264 project
+;* Copyright (C) 2010-2023 x264 project
 ;*
 ;* Authors: Oskar Arvidsson <oskar@irock.se>
 ;*          Henrik Gramner <henrik@gramner.com>
index 20cc101f6a48d870a6b8b5fe8568ad3103b4a96b..69b0a010a90fde26f340ffa114a013b08ca1406a 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* trellis-64.asm: x86_64 trellis quantization
 ;*****************************************************************************
-;* Copyright (C) 2012-2022 x264 project
+;* Copyright (C) 2012-2023 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*
index d64400d10fe8f95569c24e3bc7c888f2d056a353..aaa5277841b36245f5860992ba89bb53354f8dee 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * util.h: x86 inline asm
  *****************************************************************************
- * Copyright (C) 2008-2022 x264 project
+ * Copyright (C) 2008-2023 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
index 4cf82118d85df94fabdded2783c85cc5c08fdc83..708f78bf3395c93cec8a63b4e3b22bf8ef1125b8 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* x86inc.asm: x264asm abstraction layer
 ;*****************************************************************************
-;* Copyright (C) 2005-2022 x264 project
+;* Copyright (C) 2005-2023 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Henrik Gramner <henrik@gramner.com>
index 1f9bae1f9bc514b22557942b19a66aa958a9ba39..d785a4f25575dfcd55c8d28536d2dbe2e246ab93 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* x86util.asm: x86 utility macros
 ;*****************************************************************************
-;* Copyright (C) 2008-2022 x264 project
+;* Copyright (C) 2008-2023 x264 project
 ;*
 ;* Authors: Holger Lubitz <holger@lubitz.org>
 ;*          Loren Merritt <lorenm@u.washington.edu>
index 057bba0f07e2f88e683b309eaeae8ad42d7999d6..a615a89ce0bb7bdfa56944ce6e1108c2b0a99380 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * analyse.c: macroblock analysis
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 6eaf87f75c70f53e6a4deded24ab5c625ea12515..b143523a6b306dc88490782d36ba3079f72fed7f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * analyse.h: macroblock analysis
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 49c20085364bb86d3faf4a1a1d06ef3438e9ee3d..ac512182a7777f4c2377b2b7a8639cffd49563a5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * api.c: bit depth independent interface
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Vittorio Giovara <vittorio.giovara@gmail.com>
  *          Luca Barbato <lu_zero@gentoo.org>
index 098bac62e6c5e88fb7fbef46997ce372dd9af217..9143875105ad12fd42a6815413eac51ad1074602 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.c: cabac bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index cee3ebba90e3c6b00f50c5c2f6f05767b0f56254..d893c4b26ab9254a40d37adca4ba532d86015acd 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cavlc.c: cavlc bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 39d7ac8ffffb0f7641b6c817d52305dc8ff56af3..cf0da68010733d63b40d2293d204fb803ceb516f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * encoder.c: top-level encoder functions
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 6d256f57ba18cfdf014e803f3306c64b194442cc..d49ba09e935c176135018e41ecaeadad7b24ece9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * lookahead.c: high-level lookahead functions
  *****************************************************************************
- * Copyright (C) 2010-2022 Avail Media and x264 project
+ * Copyright (C) 2010-2023 Avail Media and x264 project
  *
  * Authors: Michael Kazmier <mkazmier@availmedia.com>
  *          Alex Giladi <agiladi@availmedia.com>
index 2851fbd1f75d7976f2813a3b1a66cd79bf0ce22e..fffc9ad166d86c4204a6f992d941df2a5f17260e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.c: macroblock encoding
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 129de5e1e532c6cd4677d76b83cb65b91f325b7b..291d8eb3541d3f2d6d39660faf62421aa3cd6da4 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.h: macroblock encoding
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 71aa52905af999c9ab6c086cb7ee18a50211d4bc..748dcaac0a958929620ef2571708a068737a3a33 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * me.c: motion estimation
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 2068455b33132417320d7306bf3d5780e3c6f8d1..afe94ad57fc88a2f880b2203fc78fe47b6f3734d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * me.h: motion estimation
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 0021be3b378455e698da5f9b26a17e26e88f46fa..ff8f27f5a190f27a126798d00ab62ba60d4184df 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ratecontrol.c: ratecontrol
  *****************************************************************************
- * Copyright (C) 2005-2022 x264 project
+ * Copyright (C) 2005-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Michael Niedermayer <michaelni@gmx.at>
index 135b235693b5f8491a14b5218ad68e818cdee688..8691c8180676da50deb2e7f7f65cae6fd95668d7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ratecontrol.h: ratecontrol
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 57d088c1d638fcd81f30f30fbbdaac0516c78aee..5940459b50c8bc4a25aae454b1c4de4cb74a702a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rdo.c: rate-distortion optimization
  *****************************************************************************
- * Copyright (C) 2005-2022 x264 project
+ * Copyright (C) 2005-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 1d8004bff89aeb116cdb91718167ca62f1935aea..1bd610121fc001bf2bb6a65a7e1a126e0c9245df 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set: header writing
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 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-2022 - http://www.videolan.org/x264.html - options: %s",
+             "Copy%s 2003-2023 - http://www.videolan.org/x264.html - options: %s",
              X264_BUILD, X264_VERSION, HAVE_GPL?"left":"right", opts );
     length = strlen(payload)+1;
 
index 14c3542ba161266c761253611b5624912a4cf976..8ac1a2760366b5b4b401622ec5d51feb734df23b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.h: header writing
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 5e73b0ea27bef8892a3026848d65c4bcd85bd067..0d86fd74232dded8cf2dfce2be25bdccb1039c98 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * slicetype-cl.c: OpenCL slicetype decision code (lowres lookahead)
  *****************************************************************************
- * Copyright (C) 2012-2022 x264 project
+ * Copyright (C) 2012-2023 x264 project
  *
  * Authors: Steve Borho <sborho@multicorewareinc.com>
  *
index 5bc9c7739afd5047031b3a843713fc2662b336e9..bfb89cbd38f331e86499fd4b816510a56f059b9a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * slicetype-cl.h: OpenCL slicetype decision code (lowres lookahead)
  *****************************************************************************
- * Copyright (C) 2017-2022 x264 project
+ * Copyright (C) 2017-2023 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index bb79bd23b946b5505d4d4ec1c865b31a54267dee..4df66c7118f12bbefb56d71f8e2063f04fd75dd7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * slicetype.c: lookahead analysis
  *****************************************************************************
- * Copyright (C) 2005-2022 x264 project
+ * Copyright (C) 2005-2023 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
index 17a88396ac286ca4a27ce3d4ca7a7fd657b5a71b..3e2e563fad0279e563a5dcda0fbc59745606e96b 100644 (file)
--- a/example.c
+++ b/example.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * example.c: libx264 API usage example
  *****************************************************************************
- * Copyright (C) 2014-2022 x264 project
+ * Copyright (C) 2014-2023 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 1d158637748d994b6deac3cb195cde6b6fdc59bb..d6d44913bf811e74d3b88d216ea4ad11c51ec471 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * intel_dispatcher.h: intel compiler cpu dispatcher override
  *****************************************************************************
- * Copyright (C) 2014-2022 x264 project
+ * Copyright (C) 2014-2023 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index d43575658deb8f38f49f3a0a073374d05995c579..d02e44959f79c7f45ac90c4a8a4bc2f772f408f8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * filters.c: common filter functions
  *****************************************************************************
- * Copyright (C) 2010-2022 x264 project
+ * Copyright (C) 2010-2023 x264 project
  *
  * Authors: Diogo Franco <diogomfranco@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index 095851132e0b1efc1778b61c517359d3e3bd9e6d..cadbe6d9d906624413a9027e037df4ea74d4f034 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * filters.h: common filter functions
  *****************************************************************************
- * Copyright (C) 2010-2022 x264 project
+ * Copyright (C) 2010-2023 x264 project
  *
  * Authors: Diogo Franco <diogomfranco@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index 4e8b4fe019ff87e41f8767947ee98c15f5403ebc..d67780e04d5e99a0255a7319ad833ab3f985afef 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cache.c: cache video filter
  *****************************************************************************
- * Copyright (C) 2010-2022 x264 project
+ * Copyright (C) 2010-2023 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index d441852d1d3a776d07947226408749db22ec2a48..0111fdac9d2d47062771b1b987757270b503bc19 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * crop.c: crop video filter
  *****************************************************************************
- * Copyright (C) 2010-2022 x264 project
+ * Copyright (C) 2010-2023 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          James Darnley <james.darnley@gmail.com>
index ea34da91db1ba1befe3641080e690f15583e4263..19f69201e8a4063c06bc280b5e5aab1469ce8c8b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * depth.c: bit-depth conversion video filter
  *****************************************************************************
- * Copyright (C) 2010-2022 x264 project
+ * Copyright (C) 2010-2023 x264 project
  *
  * Authors: Oskar Arvidsson <oskar@irock.se>
  *
index 03092511bd652e5da27e9427ab5314a7dd17d4a9..f6cc0be0f9030f213bffc5cfd795147de4d893af 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * fix_vfr_pts.c: vfr pts fixing video filter
  *****************************************************************************
- * Copyright (C) 2010-2022 x264 project
+ * Copyright (C) 2010-2023 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 1a2884abea95f5ba1e38515ed98a541e23dff054..24b5a45df1faf31dda91144aa9f53b048b787cd5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * internal.c: video filter utilities
  *****************************************************************************
- * Copyright (C) 2010-2022 x264 project
+ * Copyright (C) 2010-2023 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 6030f43c00ac28e035f3a45144a34a6ce0c495c6..38876857d36a884a8616df3889078442428ab655 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * internal.h: video filter utilities
  *****************************************************************************
- * Copyright (C) 2010-2022 x264 project
+ * Copyright (C) 2010-2023 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 0dd9272c4ae48112588799eac12dff85e3296f77..86ba9632279168efeb265bbabe75a5f1c463e053 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * resize.c: resize video filter
  *****************************************************************************
- * Copyright (C) 2010-2022 x264 project
+ * Copyright (C) 2010-2023 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index f5375aa8430248c505c2dd9510acda5f7c3d8a1a..03aaf7dd043ba624f6988c7f3acdadbe1ecb2f13 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * select_every.c: select-every video filter
  *****************************************************************************
- * Copyright (C) 2010-2022 x264 project
+ * Copyright (C) 2010-2023 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 1ac8be8ebf9dbe89c58ab4d425e94c89a35e434b..ce91c9317345c0c94d97984212681026431eedd5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * source.c: source video filter
  *****************************************************************************
- * Copyright (C) 2010-2022 x264 project
+ * Copyright (C) 2010-2023 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 1a9e18ff999d71654f8165017f7d9f017ddbf45e..0fc93cead835b1453adffc7f7149c763227ef5ac 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * video.c: video filters
  *****************************************************************************
- * Copyright (C) 2010-2022 x264 project
+ * Copyright (C) 2010-2023 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index dc869a3e7e03777186f1a8dc48983350a9d104f0..215a91ff57f06f8fbd96a25498cb536a18052a70 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * video.h: video filters
  *****************************************************************************
- * Copyright (C) 2010-2022 x264 project
+ * Copyright (C) 2010-2023 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 4a2bee72d9677780ad31e50209ed3290bf413a3e..1e77f484b36b75af5df4fe169377f4943c5ab205 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * avs.c: avisynth input
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Anton Mitrofanov <BugMaster@narod.ru>
index a6d72b8e3fa24fc36afeb9dfac03d8e3ef27a53f..6853c322c1fdd50465812e8f1f121e134ad2cdb1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ffms.c: ffmpegsource input
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: Mike Gurlitz <mike.gurlitz@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index 4ec00cf0ee0941113fee23c5b590539ad65cbe0b..b82c73a50f29cbdc2b1161d61bc47348482f361a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * input.c: common input functions
  *****************************************************************************
- * Copyright (C) 2010-2022 x264 project
+ * Copyright (C) 2010-2023 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Henrik Gramner <henrik@gramner.com>
index d66c9a3abb2993c70d9583caa0f0eb2bd0839291..8ed03eecfe39fe3a3aba486e667d6c64e357bbf7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * input.h: file input
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 9954c65cc7d1ba771af4197a202f42fc7535b1f1..f5ba6e41e004f8b4672283decca49c808429c6e5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * lavf.c: libavformat input
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: Mike Gurlitz <mike.gurlitz@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index 1a86d213dcbd2ff03d9b012ba13c68413c8c11e5..6f25d7cf2a37ee1a210e34093a7964f0a4cce124 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * raw.c: raw input
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index dd6f982a41b99af94c23be419f76231494a9e73a..763ca02961e8fbd9a4788e7cc2f1958a05c09618 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * thread.c: threaded input
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 7abc2fd8e9c38821f4e6892e115959781b4123f6..e647bee58c073a0a523ab33d7863c327053092a2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * timecode.c: timecode file input
  *****************************************************************************
- * Copyright (C) 2010-2022 x264 project
+ * Copyright (C) 2010-2023 x264 project
  *
  * Authors: Yusuke Nakamura <muken.the.vfrmaniac@gmail.com>
  *
index a9744923808fddc76ae03fd1bf6f05deda2b9ba5..ab6550167a7b4d17c51e3e6f71c1eb70b752d17f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * y4m.c: y4m input
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 5713afeca16dbeea1498168f3ba2389dd4aaa1fb..7a418f4511378a811ba142a48138f42de474732e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv.c: flv muxer
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
index f52f8e791f4fc3128df0ab1892c43e2d0039e687..77f3a4a43ae9029f8057b1477b79a0dbcc598371 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv_bytestream.c: flv muxer utilities
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
index 2b02d5bfd073fdb54ad6c98347988c6770e6fbce..1f039eaec522fe0b86d159c5431c37adc356a805 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv_bytestream.h: flv muxer utilities
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
index 056502306909d6022a3b89686a62d0b1204ef0ad..5bea27edabfe5071fa041c8926dd7cff005a44b1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska.c: matroska muxer
  *****************************************************************************
- * Copyright (C) 2005-2022 x264 project
+ * Copyright (C) 2005-2023 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
index 38e9d0c03ed43df7ec99c96baa19e271bc9ede27..3f042320142d87695df15bd149eef007fdc299b2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska_ebml.c: matroska muxer utilities
  *****************************************************************************
- * Copyright (C) 2005-2022 x264 project
+ * Copyright (C) 2005-2023 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
index 2dea90a6367ec084b15af7f19b8cdfeeef84e351..fc8cf765d2e0b3529e8b02eba98812a21b4f01f6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska_ebml.h: matroska muxer utilities
  *****************************************************************************
- * Copyright (C) 2005-2022 x264 project
+ * Copyright (C) 2005-2023 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
index 8c5f3eb0ecd6de7f195e29792a72689257b0600a..8e665ff120df32d8785a5cdbb5cf106e25bb642d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mp4.c: mp4 muxer
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 3b8300f897c757d58acabbab916da15f6a1a6e41..2b65a55d92c71ad14ae2ac67a3c309f1b0905cd2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mp4_lsmash.c: mp4 muxer using L-SMASH
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 4eac6563b8335c024eb6b895df5653a00ebcfe1e..8bdae2176ed81830359c856c609e2d75e491d77c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * output.h: x264 file output modules
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 53e191f27a58e97534fa59b31d72c05611d5e3b5..bcdd66d08f4936a9656c4d1e1cefb50507fc2a40 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * raw.c: raw muxer
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index fdc3903eacc5c8304bfbc6ab4c10386d013d09c8..9cb678321bacfbac2cecd246155da0dbd0ef1360 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* checkasm-a.asm: assembly check tool
 ;*****************************************************************************
-;* Copyright (C) 2008-2022 x264 project
+;* Copyright (C) 2008-2023 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Henrik Gramner <henrik@gramner.com>
index f3b16c8657e2423c942c3d840e6a828e614a80d4..d303f9ab09322ea1cfc374fc5f498463bc4a27d5 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * checkasm-aarch64.S: assembly check tool
  *****************************************************************************
- * Copyright (C) 2015-2022 x264 project
+ * Copyright (C) 2015-2023 x264 project
  *
  * Authors: Martin Storsjo <martin@martin.st>
  *
index ba49a87bee288bf970b4ab4940bf177961874434..1c4186e3724743cecb999e36d518d6cab5c248a8 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * checkasm-arm.S: assembly check tool
  *****************************************************************************
- * Copyright (C) 2015-2022 x264 project
+ * Copyright (C) 2015-2023 x264 project
  *
  * Authors: Martin Storsjo <martin@martin.st>
  *
index 829f3e26128ce8c0e09b91c554a489cf646316e2..20775714e97fd5988ec2ef4fd36852199f06b65f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * checkasm.c: assembly check tool
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/x264.c b/x264.c
index a833ba5dba867bb4ba34e4d7de51884ba581923d..c6845d428753d8fe18eb6c8f26fde239a099d836 100644 (file)
--- a/x264.c
+++ b/x264.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264: top-level x264cli functions
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/x264.h b/x264.h
index 5aa2a8d70bc57598a846cdb0aec9e5c056c8916e..b8619d4be443b6447e783b97bba1c5345d95994d 100644 (file)
--- a/x264.h
+++ b/x264.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264.h: x264 public header
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 877382448f9831389891406321444f6db550cc04..161f6c8967d39a9ab24d3b65a7f1fcb1f5fd5bef 100644 (file)
--- a/x264cli.h
+++ b/x264cli.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264cli.h: x264cli common
  *****************************************************************************
- * Copyright (C) 2003-2022 x264 project
+ * Copyright (C) 2003-2023 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index bff39329fef3c189556edd7ddf560f31376dc15e..b816aac436caa2f99084f65cece35d0615d9fefe 100644 (file)
--- a/x264dll.c
+++ b/x264dll.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264dll: x264 DLLMain for win32
  *****************************************************************************
- * Copyright (C) 2009-2022 x264 project
+ * Copyright (C) 2009-2023 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 6b3c285c9f3e6e44e20fc090a90c31e383284cef..9204ab4cf81495cc0d8aba57cb26d8786dc43798 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264res.rc: windows resource file
  *****************************************************************************
- * Copyright (C) 2012-2022 x264 project
+ * Copyright (C) 2012-2023 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-2022 x264 project"
+            VALUE "LegalCopyright",   "Copyright (C) 2003-2023 x264 project"
 #ifdef DLL
             VALUE "OriginalFilename", "libx264-" xstr(X264_BUILD) ".dll"
 #else