]> granicus.if.org Git - libx264/commitdiff
Bump dates to 2022
authorAnton Mitrofanov <BugMaster@narod.ru>
Mon, 24 Jan 2022 16:46:08 +0000 (19:46 +0300)
committerAnton Mitrofanov <BugMaster@narod.ru>
Mon, 24 Jan 2022 16:46:08 +0000 (19:46 +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 28d13fba73cb355a76eeafb294d9a4beadad01a7..3038b9bfc0d993d00ea79f7c5ca21021d9ceba3c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * autocomplete: x264cli shell autocomplete
  *****************************************************************************
- * Copyright (C) 2018-2021 x264 project
+ * Copyright (C) 2018-2022 x264 project
  *
  * Authors: Henrik Gramner <henrik@gramner.com>
  *
index 392d1d5ab57654f6a52156fa99f76c33ca9d5861..c73c39ef0ff369d20be9fd29de89879223a3e0df 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm-offsets.c: check asm offsets for aarch64
  *****************************************************************************
- * Copyright (C) 2014-2021 x264 project
+ * Copyright (C) 2014-2022 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index ac0643e44b98c556de8fbd6a334f1e2d341bb654..2bbc6cad9175d2242cf9e783062bfa31498dc2d0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm-offsets.h: asm offsets for aarch64
  *****************************************************************************
- * Copyright (C) 2014-2021 x264 project
+ * Copyright (C) 2014-2022 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index a9c688c512363b0c82bc9cb4e8401640c5b40c4f..6ac0d1ab1be3000c16ec27974f1087bdd0c327ab 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm.S: AArch64 utility macros
  *****************************************************************************
- * Copyright (C) 2008-2021 x264 project
+ * Copyright (C) 2008-2022 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          David Conrad <lessen42@gmail.com>
index b55687b5359943f9799bd2ae28eeb4429a5f52bb..45921f2837f87dfa8e8542414ba03c0a28d2e7e9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream-a.S: aarch64 bitstream functions
  *****************************************************************************
- * Copyright (C) 2014-2021 x264 project
+ * Copyright (C) 2014-2022 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index bea5481c5bb7c77e124a641d70e7100eec9c5138..1c1d46c44ad8ae6abc3927ecea894c0f81657b90 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: aarch64 bitstream functions
  *****************************************************************************
- * Copyright (C) 2017-2021 x264 project
+ * Copyright (C) 2017-2022 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 05b61073e38ed7b1ce95c75b4f757590a023784c..e056f8a0b6d6fcedc63bf8dfc1f91c47dd8fef52 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac-a.S: aarch64 cabac
  *****************************************************************************
- * Copyright (C) 2014-2021 x264 project
+ * Copyright (C) 2014-2022 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index 9fecdf48bb520d25d6d0563b711e9701c4c3c2cf..e621aecdd3f9e9e66f34d59ae179128eb62ba904 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * dct-a.S: aarch64 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 50a36a92ca88a47c8888152d3299bc38753d3b12..7934b1ca192d7aa83bea525d6d8e57f5f72ad3b6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: aarch64 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 28d47d0c63cebc245aca7d9e0e36e1b3879114c1..349bf9643f50df6016b408c0896e0ef91ea937b0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.S: aarch64 deblocking
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 94c39c3ee30cc376dbe40e2adce7fb0e614043a2..30c9bc28062c683e0443dfd98313a0090967b89b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: aarch64 deblocking
  *****************************************************************************
- * Copyright (C) 2017-2021 x264 project
+ * Copyright (C) 2017-2022 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 965121a6d27180978c245d06cb99a196c0167522..5a43ad5cad065ce3712c8920bef30be1d3478130 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.S: aarch64 motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 96db7f201f0e4b04afe8155569c801a44db624b8..9804776b8da5266fdc47d7248fbc4a04945af9b7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: aarch64 motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 7f2826879cddafda7a8a2a90665e75080de3bdeb..d6f7708f59f54e9ed90de3cb9c6242a04e2ae541 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: aarch64 motion compensation
  *****************************************************************************
- * Copyright (C) 2014-2021 x264 project
+ * Copyright (C) 2014-2022 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index df7682cb1417e74ca37f738f28ea0cc80ffe105c..e3bc12d4ed9f68a96fbb579a59f46dc2c7a3c3e9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.S: aarch64 pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 47bdd8528dedc58c8c5e379c683ba020733785a4..02c969c1f6191a3b240076a56ba11889baebd534 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: aarch64 pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index e0a57311ac446d6f6ba324f39711d088cb49a2c5..9c8dc537035a4b551f77f2bdd5ccfaa5ce7720bc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.S: aarch64 intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Mans Rullgard <mans@mansr.com>
index eaec95c90a1fc925c17134179d25cef2f3299a4c..f1b68b07fc533420a4d7cdf1feb6396744821fb2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: aarch64 intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 0aa1f4a40e09e38167efbde359fe3e96d9e3d5e7..4de5bf04b0f0ad7d05620a9428fcbe5245f97e8b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: aarch64 intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 5b7f57f55754464bf867f86b0ab5ef8403cf75ef..43ddb235944ae14de7f2db2631f4ad1b31305f64 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * quant.S: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index a7caa65e1fc9629130727e847f6f143eae9715cf..0e8e7b97a9dbf8e0659263dfe55976f42be531ad 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2021 x264 project
+ * Copyright (C) 2005-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 7e3caa41f6d31a3875454cc46366e1c3e774a8b6..d15f107add269fc810387a7faafa89e649a8560b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm.S: arm utility macros
  *****************************************************************************
- * Copyright (C) 2008-2021 x264 project
+ * Copyright (C) 2008-2022 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          David Conrad <lessen42@gmail.com>
index f36516bbe716458c798c657f64b072e0dfc45826..a23e83cd9a0c32992660b2c785d8dd31dc7148e6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream-a.S: arm bitstream functions
  *****************************************************************************
- * Copyright (C) 2014-2021 x264 project
+ * Copyright (C) 2014-2022 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index 1902fa58e107aeb940c5369118d8133a10c9ee4d..fc759ae65a64a5fb1c96283dab190a7f9311fa12 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: arm bitstream functions
  *****************************************************************************
- * Copyright (C) 2017-2021 x264 project
+ * Copyright (C) 2017-2022 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 71a93d4dc153c533889e130bee053478d41b5a55..c10168e81429f8114a258dd502e1ba5c5b890dbb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu-a.S: arm cpu detection
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 434c68248f4c431c53f7e9e0f25ee6364036f5e8..9d2197fbb0262d623b3c1e29e01bdc690e84b669 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * dct-a.S: arm transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Martin Storsjo <martin@martin.st>
index 07c7217597677bbab861584e4a6e7a6c037a43f6..25f24f34e7e84bf977b966cfe9ddf7dfe69a6223 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: arm transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index a9c23b2c6fa24fc2a1daa706b0033a62350b2e0a..8eec08ba9463e7b8c30fed9bc47c71c942ed60f1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.S: arm deblocking
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          Martin Storsjo <martin@martin.st>
index 2be5bf935b88b7954dd80e31eb47fa0e0834619a..ee1d9ace1a65a9335a08a53ee293ef7bfd645603 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: arm deblocking
  *****************************************************************************
- * Copyright (C) 2017-2021 x264 project
+ * Copyright (C) 2017-2022 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 0b93660aa5a1ece49c67b1f66e6699867cf2d2a5..9fba702ce2aa40ed51008d5ebfb5645524cd55b5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.S: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Mans Rullgard <mans@mansr.com>
index 6dff472348fabdc31287e2939d6b91e1cdf767b2..6b7a4ee41fbcb84d0377a5f987a85ee8c33a8602 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 560ebfe8a345aeb3107a2910cc8f6d6309819254..7f34afc07264d85931905aeb705ef5a24630b4dc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index b06affd59dc612294bf1fc0b7f716002a091ac4a..b4366c3a5fe20f1eea96f6463937993b4da9c8af 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.S: arm pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index fc664e3a7f910b6dc1a23b7e1a952bfa4576b6f5..4fb266b19da5cc801d7382f38daeaf37d279e1f2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: arm pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index ecff9d1fd8fafd027d02cf88a7972d5946463ef3..4b962b2166d7f04eeb45f991600a878a20a4e513 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.S: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Mans Rullgard <mans@mansr.com>
index 3d1d9ecfed551d4fbae949ae65eee71a809bf659..e2932bff044516d2cf9746dfa0b685d55ad0747c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 8e31e2d6d97e988e1708fc8d01d14dd6fe3d43e9..176042a302688c74d26cd2381901dbccebe9a0c7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 4ff6590e589948f38841e61d82c1da1c05e20cdc..a624558044e4ded2fe639be1b82d5b72bd8659c8 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * quant.S: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 5d8d1a20d6971ca8f667106d0b972b263b830626..af96c61e730a448bc32b976a2f834231a268617e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2021 x264 project
+ * Copyright (C) 2005-2022 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index c12232736bdbf2146e9ef36f5219fbd224a566ab..8e17e748bb364ed266a7d7f8439f9a5242c1878c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * base.c: misc common functions (bit depth independent)
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index fa2f5e5076acefe681fcd104586cb98a6585633c..40957ecdcec56288c65b4d2390bb40df829a7519 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * base.h: misc common functions (bit depth independent)
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 60459b703030fc700779592ace8738e46c491a2a..3994edaec524d5b02ccb7927cc7ef832fc7487f6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.c: bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Fiona Glaser <fiona@x264.com>
index 211e04d4d77593714083b15ce5a928357e550db0..9e23cb23a1a218892b8d2ea761d69f5690d08d25 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 010580d5ce564053265aa050ded60905b51b5f1d..705c8f2367771a399e4e033361d6af9f1c49183c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.c: arithmetic coder
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index b7af5013f30d19d37964c30fc31bc121374df366..6b8d9064ea6e6c89ba4c75869562e9c4d61cc2fd 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.h: arithmetic coder
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 2ff10b96fe6677727ac398aa65ca43a085ba5dd1..73e1875071a24e74c50dce00a08e6ba40742a789 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * common.c: misc common functions
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 9d84e74623e1224c54afa72cf554087a6949f516..ebc87ce41390b46735b8835b6045118975de47f5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * common.h: misc common functions
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 46e9b514c60263e4dbff86b204f5bd567dd0b731..6cc54869d434c880870da0c344bc496ef6559a4f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu.c: cpu detection
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index a640c9d0f39023a79778c75d4aa99b0d6ebb32b4..993751a743d906504566d6ec7407394d2bc786dd 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu.h: cpu detection
  *****************************************************************************
- * Copyright (C) 2004-2021 x264 project
+ * Copyright (C) 2004-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index 29c54ceac5b96c0e33007611f3d36309a3373e75..90997cab9989db289995c04f31affa977e804bf3 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.c: transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 9f3c364817229f6e0c68d1ff97b9d21059955d10..813ecdbe88461d830fea976e29672d3da2c56880 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: transform and zigzag
  *****************************************************************************
- * Copyright (C) 2004-2021 x264 project
+ * Copyright (C) 2004-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index 5779ac11b72ffc40f9e9893dfd8a6af5f11bf126..2607b9815d3fd24ccdf8e4c590d1bfbc0f12e40e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.c: deblocking
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 9d76b8cbd0edae3f48597c7ad5062474f9c8fd72..d21db7321d439d3163210a1cc57ae4f40b7132bf 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * frame.c: frame handling
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index ef20200810316471bf56bac1c1ee60d15ea9286f..48d26e0b97fbce109397a9090310754ed8dc843f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * frame.h: frame handling
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 9bc03e96917c15fd271618918ee827540a484e2c..b4e56cc40ecda8443742518a4fd2d60621fee4f9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.c: macroblock common functions
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index a8ed58081c62f0b2eb8f603cdc74cb6c5ff83631..e476dc8ef6c81dc6a74296429b2e864d6112d117 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.h: macroblock common functions
  *****************************************************************************
- * Copyright (C) 2005-2021 x264 project
+ * Copyright (C) 2005-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index a2087af364ba7ffcaf89b4a1f2beb4a03c7faeb0..0f384fd766c39f78705f1d1143588b4d9e868b66 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.c: motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 8c12b9e0c5f483d66b09c575fb8be101520018a9..a48c4037cc30a793e410cdb08db2f38ff96c7c51 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: motion compensation
  *****************************************************************************
- * Copyright (C) 2004-2021 x264 project
+ * Copyright (C) 2004-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index e0faca90944a6a6cd3c5df18ff66c2e68ce225ca..c8e544e2ea3f6f3c3a59374983f189f50f6c3ffc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct-c.c: msa transform and zigzag
  *****************************************************************************
- * Copyright (C) 2015-2021 x264 project
+ * Copyright (C) 2015-2022 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index 0f8005775050dc6e092c82205dce3f719f9929fc..998ba41dc6949723bb60e387eb19b6ffe1edcd34 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: msa transform and zigzag
  *****************************************************************************
- * Copyright (C) 2015-2021 x264 project
+ * Copyright (C) 2015-2022 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index 122bb30b7de5cdea9eb418d9d906efebbb391fad..450a4a52c6b711cee43e6dcfebbcbe4fbe40f619 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock-c.c: msa deblocking
  *****************************************************************************
- * Copyright (C) 2015-2021 x264 project
+ * Copyright (C) 2015-2022 x264 project
  *
  * Authors: Neha Rana <neha.rana@imgtec.com>
  *
index 8211a45e9cba12a9cb50915696c84ad332857e5a..7316ded2c5b9f9e4c969c20102ade44c75e2664b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: msa deblocking
  *****************************************************************************
- * Copyright (C) 2017-2021 x264 project
+ * Copyright (C) 2017-2022 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 4116d0dbf42e20e6970cad5209d02fc9f30a39f9..ba88a2132b51d63ba566ed115fa0451325abd3a6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macros.h: msa macros
  *****************************************************************************
- * Copyright (C) 2015-2021 x264 project
+ * Copyright (C) 2015-2022 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index bdb663ebc90a7ef0fe9f0ee13f2198f1cd7155fe..4db7a38e3f2f62ca6e4097524655ce90dd90b33e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: msa motion compensation
  *****************************************************************************
- * Copyright (C) 2015-2021 x264 project
+ * Copyright (C) 2015-2022 x264 project
  *
  * Authors: Neha Rana <neha.rana@imgtec.com>
  *
index 713dd31545d92178d1b489a1afee75b010e46054..72a29fc8a35ddce3e694b203086042a72f82ef1d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: msa motion compensation
  *****************************************************************************
- * Copyright (C) 2015-2021 x264 project
+ * Copyright (C) 2015-2022 x264 project
  *
  * Authors: Neha Rana <neha.rana@imgtec.com>
  *
index d19701567ee0b93ada688ce2e0778b62b634c78b..8d59d23ee99fc470edb9744c3ddba988b43fbea3 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel-c.c: msa pixel metrics
  *****************************************************************************
- * Copyright (C) 2015-2021 x264 project
+ * Copyright (C) 2015-2022 x264 project
  *
  * Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
  *
index 93fb387d23a84ea0e7944664015bedd7916d907e..9caf9407e6f121eb8a5cbbe2ba1dd0b6b729d08b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: msa pixel metrics
  *****************************************************************************
- * Copyright (C) 2015-2021 x264 project
+ * Copyright (C) 2015-2022 x264 project
  *
  * Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
  *
index d4d669b976961d56814756bf0e550999ad7afa64..6357481f37c5db45a0a12568c4137fbb80d98d9f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict-c.c: msa intra prediction
  *****************************************************************************
- * Copyright (C) 2015-2021 x264 project
+ * Copyright (C) 2015-2022 x264 project
  *
  * Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
  *
index 1c6f8eeda778630f71ff362bec267c933bfb26ad..89d3d22e20be94876e90d7f1f9df4e407ff99024 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: msa intra prediction
  *****************************************************************************
- * Copyright (C) 2015-2021 x264 project
+ * Copyright (C) 2015-2022 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index e34398d4dd2a722a4f82ad808f1490aeb28f6f2b..63095f0adec7c0013adc8a816a593d8bc08aa341 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant-c.c: msa quantization and level-run
  *****************************************************************************
- * Copyright (C) 2015-2021 x264 project
+ * Copyright (C) 2015-2022 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index 2cad9fd6f50bb732574a7397e0f8a6c686029c74..884387d0f86272344f0380eef481e866f3ffce78 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: msa quantization and level-run
  *****************************************************************************
- * Copyright (C) 2015-2021 x264 project
+ * Copyright (C) 2015-2022 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index c00dc9dfe33430905a7c9c823fe83ab05eaffc2e..0053a634adec2564a9780fab93a8540a78a59ad6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mvpred.c: motion vector prediction
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 1122cc139c219b8fc005b8508908976fdee91253..10ddfda99c7c74ea633170eab313cfeec432af46 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * opencl.c: OpenCL initialization and kernel compilation
  *****************************************************************************
- * Copyright (C) 2012-2021 x264 project
+ * Copyright (C) 2012-2022 x264 project
  *
  * Authors: Steve Borho <sborho@multicorewareinc.com>
  *          Anton Mitrofanov <BugMaster@narod.ru>
index a7e2694dc0fc0275c669343a91dd270eb8ff727f..e0b5df092fe46dc8e8a8728eb1f52b93c4c1a22c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * opencl.h: OpenCL structures and defines
  *****************************************************************************
- * Copyright (C) 2012-2021 x264 project
+ * Copyright (C) 2012-2022 x264 project
  *
  * Authors: Steve Borho <sborho@multicorewareinc.com>
  *          Anton Mitrofanov <BugMaster@narod.ru>
index 2042975b29064f3c063e5591989473752a66f42f..d8885b2f37f22bdbde67b7a33bc0bfb6b5bc49e9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * osdep.c: platform-specific code
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 0f36545d359f6744f1a966776f47f89f77cb2746..2ce349b3ddcac6146270b81cec4fe238865e3233 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * osdep.h: platform-specific code
  *****************************************************************************
- * Copyright (C) 2007-2021 x264 project
+ * Copyright (C) 2007-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index d640008d3f00907fc322dda3a017fa6393627242..c20c54126c2ecbe4df48d4a64ed7180858dd0b42 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 061f2ce278a66861d62c3993128420d747c6f2bc..45e397cab620f87b0c103a4a0d7610018c30bf9e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: pixel metrics
  *****************************************************************************
- * Copyright (C) 2004-2021 x264 project
+ * Copyright (C) 2004-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 50302ce753ede99223aea1c970e786677d2a62de..25b3fe43557052598bfa60fd0d8ca81a3c8c35a1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.c: ppc transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *          Eric Petit <eric.petit@lapsus.org>
index 976889dd3947c6a7d0c6f5768a511171505824b5..aa3b9dfdf9e3b3512417d4fb30d3138d9e3ff53b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: ppc transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
index c876cf243e5b28185f763ded7e567233e9600f4d..92bf2f9ec9d2e6311dfd0ca108ba840119ebfdbe 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.c: ppc deblocking
  *****************************************************************************
- * Copyright (C) 2007-2021 x264 project
+ * Copyright (C) 2007-2022 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index a128a0c096371937c04bf5d7513aff9f53a65eb3..443eaa58e942923ba5d2b739506d216b0b7df745 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: ppc deblocking
  *****************************************************************************
- * Copyright (C) 2017-2021 x264 project
+ * Copyright (C) 2017-2022 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 000dae7ed0c0df29ea5586feae131570c15e7dae..bfc858879ddcdbbcc9e51ba8bf523319c2119efa 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.c: ppc motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
index d3214114ad2a7b8229d0fdd02659bb53a6f15963..2eda289cd31e55ccf1cd9ae6a5b3d734b9a10466 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: ppc motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
index 419621b05a40556629848a2ca1398a2980dadd79..d57835a9946e811c215473096b267955fa07876b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: ppc pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
index 869f3b3fc4ac852c1058a4550d8eb8b7b713406d..21de0fc2fa2fd15ac3df4e2b88d1f379a860efe2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: ppc pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
index 08e6dad06f024cf72959038e4b11ef2bb7b3cd18..152051a7a4a3ae23c5601a90d3ccef6fc00a526e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ppccommon.h: ppc utility macros
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
index 1e41e8dea2c8bbbcfed9ade7eb0094b1b23b6e72..58c88524f051fd92e89f72d985f9373fd4cc9b48 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: ppc intra prediction
  *****************************************************************************
- * Copyright (C) 2007-2021 x264 project
+ * Copyright (C) 2007-2022 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index d8d37ca58fb16c3cd50c80bdae16dda8f83a895e..139871bc01cd2306b2ae7fa12879d41d69db52aa 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: ppc intra prediction
  *****************************************************************************
- * Copyright (C) 2007-2021 x264 project
+ * Copyright (C) 2007-2022 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 6a53b716d72ad407a72100f30999cdfc441d2e4c..c3992a8394f39f997040c27b7bcbae189586e356 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.c: ppc quantization
  *****************************************************************************
- * Copyright (C) 2007-2021 x264 project
+ * Copyright (C) 2007-2022 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 56024fc1b512c3282d11b6d41a6ea1b43937f358..f7a2f1b89c0fa8e9196e1b6470fe8a7b61683724 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: ppc quantization
  *****************************************************************************
- * Copyright (C) 2007-2021 x264 project
+ * Copyright (C) 2007-2022 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 80188b97b0b7bc48b10717410de3d7b1a019cc7d..5a48198e878c9deca2a6f84b1c4b548e8d37014b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 8e56ffbba7b7bb142ef3972707ebef8b6954cea5..22ee0e12acc307b7e226776f236e5b0a14c53ac4 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index f5972fc93d51fa81ace81d0c006870f551e0c808..fe8c81d75d37e46eae00b03ffe2fd5204d11dc89 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.c: quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2021 x264 project
+ * Copyright (C) 2005-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index c02b695792567336f688d5decc03c61ccbf44e86..665c674feb34428a7f02382d7f4ca2bef7b4bef1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2021 x264 project
+ * Copyright (C) 2005-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 8d188269b635c66d9f19a826a002a77ed7c4559b..7084139bce184d05609cfa30b5b459bc79b35fb1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rectangle.c: rectangle filling
  *****************************************************************************
- * Copyright (C) 2010-2021 x264 project
+ * Copyright (C) 2010-2022 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *
index 3849c03200d5c49c774941a2a1b595e6c0540d1c..5042c9dd9882ddf0832ce9eea4b89659f23fa54a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rectangle.h: rectangle filling
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
index 136cad55472352c8a5bc997342f81652f496c00e..6f4f471a2c51505384287fc0e4061ecb47c5d5b2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.c: quantization init
  *****************************************************************************
- * Copyright (C) 2005-2021 x264 project
+ * Copyright (C) 2005-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index 3f05ea9996d1fd76ff29195fca4a6587355c09c6..e1f8295398eeefe12542f72ce56276b52e61dd6c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.h: quantization init
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 20d64559ffd46963e5065a8a67d88c87948aad64..c2aa6ff1f250380637e04dda5abfe5295c7cb8b8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * tables.c: const tables
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 8f120fe72c9a05d80cbe4d080ebb2adb6b1f83fa..249434ae574a6e46e9420078c5f2f664a0eeda14 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * tables.h: const tables
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 6d4c182914c63ae2c6428fc5d937aaacfd8ef8e1..97e4b6bf8ffceb8308908dbfe1640c2082bd6d26 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * threadpool.c: thread pooling
  *****************************************************************************
- * Copyright (C) 2010-2021 x264 project
+ * Copyright (C) 2010-2022 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index f7120e42d63f6c34cde077c1dc0e6f999e0f77d9..00d26b8f5b9c62c2a6f0578546266d737a28ac5e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * threadpool.h: thread pooling
  *****************************************************************************
- * Copyright (C) 2010-2021 x264 project
+ * Copyright (C) 2010-2022 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index def68f997e728b8c613019c67d770dc961a8defa..f15ff1f0670d716fdceda9652520330c631c8fcd 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * vlc.c : vlc tables
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Fiona Glaser <fiona@x264.com>
index 9238324536a75a6fb8fa1288763f697ae3ff1d9d..439b9218240fcce9664628162b1fa2c15ab8fe52 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * win32thread.c: windows threading
  *****************************************************************************
- * Copyright (C) 2010-2021 x264 project
+ * Copyright (C) 2010-2022 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Pegasys Inc. <http://www.pegasys-inc.com>
index 97d9d5f84cde8af88b56f6db021ed02d30ca66ad..05670fcd265548fb0a94161f870d3cd76cbb9a75 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * win32thread.h: windows threading
  *****************************************************************************
- * Copyright (C) 2010-2021 x264 project
+ * Copyright (C) 2010-2022 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 43b6395c2adf2fce2f3e17b71a8c87ef6b0748e8..a3bc3a84c2fbde82f23aa08a22315bdc8ebad08b 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* bitstream-a.asm: x86 bitstream functions
 ;*****************************************************************************
-;* Copyright (C) 2010-2021 x264 project
+;* Copyright (C) 2010-2022 x264 project
 ;*
 ;* Authors: Fiona Glaser <fiona@x264.com>
 ;*          Henrik Gramner <henrik@gramner.com>
index 71f16538dbf493ffd78a782090325b85be05cd17..6068d19e98461e596dff1cd27b38ff485b540b3e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: x86 bitstream functions
  *****************************************************************************
- * Copyright (C) 2017-2021 x264 project
+ * Copyright (C) 2017-2022 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index e9b0524e5cc952d5de3f2466096eaf3dea9ff93d..7e0f097d87b1f6f10813b77a7728f6372e1f14e2 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* cabac-a.asm: x86 cabac
 ;*****************************************************************************
-;* Copyright (C) 2008-2021 x264 project
+;* Copyright (C) 2008-2022 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 9acaaf2390590fe46fdc73844a202d4a30d341a1..248768e4801330a77bb7bab4e295aa669043b214 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* const-a.asm: x86 global constants
 ;*****************************************************************************
-;* Copyright (C) 2010-2021 x264 project
+;* Copyright (C) 2010-2022 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 7724857837bfa95a9fb756c4edd6a0ea082a8313..a81a84129ca27639582cdaae5a1025be8e88be00 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* cpu-a.asm: x86 cpu utilities
 ;*****************************************************************************
-;* Copyright (C) 2003-2021 x264 project
+;* Copyright (C) 2003-2022 x264 project
 ;*
 ;* Authors: Laurent Aimar <fenrir@via.ecp.fr>
 ;*          Loren Merritt <lorenm@u.washington.edu>
index a742ab77593770b09ac6dc7a0b8f1a10a850b9ba..86a5231b7809b144836a6b8a2fdd7dec6997a332 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-32.asm: x86_32 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2021 x264 project
+;* Copyright (C) 2003-2022 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index 7985d14a680fba248870b4c4d9b915271912986a..779c7935d10550b8675c3fe0c0ddf64f6fd9387f 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-64.asm: x86_64 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2021 x264 project
+;* Copyright (C) 2003-2022 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index be210fd52d68af17a7156827f5728f76f011aba1..61ffc333ad9b9eb46316fc57724db1fbff15bc0f 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-a.asm: x86 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2021 x264 project
+;* Copyright (C) 2003-2022 x264 project
 ;*
 ;* Authors: Holger Lubitz <holger@lubitz.org>
 ;*          Loren Merritt <lorenm@u.washington.edu>
index 3a996cd61c4321ea6a274bcc654de4df023ed756..0ea34773955528b0b9dbc480461387cb380b382b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: x86 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 4e5534414f1e00c6a402bffe3876633f2f5a07f7..4d2a3b2642d7194443afb9dc5b9badac56f03092 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* deblock-a.asm: x86 deblocking
 ;*****************************************************************************
-;* Copyright (C) 2005-2021 x264 project
+;* Copyright (C) 2005-2022 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 421296e229e7dfe9682eea2848d73b8794b61c5d..0d8664f672614919d52fd7ff4644f047c0352376 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: x86 deblocking
  *****************************************************************************
- * Copyright (C) 2017-2021 x264 project
+ * Copyright (C) 2017-2022 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 1906fc97f2cbdc0da054d249dff189021def5c2c..97fad7e2b1ed7efb1f3e179997c22d2a298c1a70 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* mc-a.asm: x86 motion compensation
 ;*****************************************************************************
-;* Copyright (C) 2003-2021 x264 project
+;* Copyright (C) 2003-2022 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 7bc46e45e659c9ef9f9a1f4425d58db0975c7764..53e5732ee0485881ca30645379fe6b08db65c3a0 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* mc-a2.asm: x86 motion compensation
 ;*****************************************************************************
-;* Copyright (C) 2005-2021 x264 project
+;* Copyright (C) 2005-2022 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index da9f6163ae73f5ca74521dae75db303e0a938bf8..20cb48c3911d36b9a4a49a284385ca577baad515 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: x86 motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 84382b6c75bd5d968c28d2c9ba299959cc37ec67..263e5a7ef9d4d018dc2e1a5b0b886ee0aeeafa47 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: x86 motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 9ddf52548a40e7d5e26ddd9eb7160780dce281f2..b10c7ff92677db5bce03fda5de8e0e91e7e6a811 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* pixel-32.asm: x86_32 pixel metrics
 ;*****************************************************************************
-;* Copyright (C) 2003-2021 x264 project
+;* Copyright (C) 2003-2022 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Laurent Aimar <fenrir@via.ecp.fr>
index c9c1eb20251ebcd388c8892c244077834a9b2347..fc802986854cc73eb802f05fccd2c4af9fb6503b 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* pixel.asm: x86 pixel metrics
 ;*****************************************************************************
-;* Copyright (C) 2003-2021 x264 project
+;* Copyright (C) 2003-2022 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index 5afcdb908ce8ab6ad84e94ce538aa5083ecdeb77..bb07eb8f39a6fdf714a889f704ba8a35008be3d9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: x86 pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 7ba55ade7ccdf5b314e835dd5641ba240bfe1bb7..efcffbd78e36dfced9dee6189c88f63f6f586ce1 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* predict-a.asm: x86 intra prediction
 ;*****************************************************************************
-;* Copyright (C) 2005-2021 x264 project
+;* Copyright (C) 2005-2022 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index 616f0cc67bd0dcb0974030bbd6f8f46faca23f07..f8aa912c06f75bd3ab877b67a3c23ce348eb4db4 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict-c.c: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index e1a3aea70a5a98a15e3f72b508fff09b9253473f..dc343d90d51dfd52a304b33706c3ea61b4ab0406 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: x86 intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index d6bf824d8020346735228d60dd474a200f954f98..7a0dcd0a4c58fca2a02f2d7712de3631ccde1fca 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* quant-a.asm: x86 quantization and level-run
 ;*****************************************************************************
-;* Copyright (C) 2005-2021 x264 project
+;* Copyright (C) 2005-2022 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 2387a9e44eabcbdefdaf03a066a1e7152a8667ab..bfe90d5a76355734f94d5e3309d49e391eeacabb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: x86 quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2021 x264 project
+ * Copyright (C) 2005-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 3e1ef7fbfd7c4906d7406df6a068b963f1dde762..a5c23d6315eaba3b45c414f945ab721c79bc3bc2 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* sad-a.asm: x86 sad functions
 ;*****************************************************************************
-;* Copyright (C) 2003-2021 x264 project
+;* Copyright (C) 2003-2022 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 572e279a5345f9fb38038ce76b4658a9fbed2558..0d9cb6abc48827a98ed7bc79f91b7a79caa8853a 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* sad16-a.asm: x86 high depth sad functions
 ;*****************************************************************************
-;* Copyright (C) 2010-2021 x264 project
+;* Copyright (C) 2010-2022 x264 project
 ;*
 ;* Authors: Oskar Arvidsson <oskar@irock.se>
 ;*          Henrik Gramner <henrik@gramner.com>
index aed20478bbd0440f76a4d8c522e2d1728375386f..20cc101f6a48d870a6b8b5fe8568ad3103b4a96b 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* trellis-64.asm: x86_64 trellis quantization
 ;*****************************************************************************
-;* Copyright (C) 2012-2021 x264 project
+;* Copyright (C) 2012-2022 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*
index 77a99313bec09bbc5c89cb0bced07e680d54d8f3..d64400d10fe8f95569c24e3bc7c888f2d056a353 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * util.h: x86 inline asm
  *****************************************************************************
- * Copyright (C) 2008-2021 x264 project
+ * Copyright (C) 2008-2022 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
index 0ead8f66d193042179645905d731c65724d604a7..def3bd5f80c72a026ffa6be927382a7ad89ae71d 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* x86inc.asm: x264asm abstraction layer
 ;*****************************************************************************
-;* Copyright (C) 2005-2021 x264 project
+;* Copyright (C) 2005-2022 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Henrik Gramner <henrik@gramner.com>
index 7688ad3c1ea8cd576b5be72d250ffe58279b9280..1f9bae1f9bc514b22557942b19a66aa958a9ba39 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* x86util.asm: x86 utility macros
 ;*****************************************************************************
-;* Copyright (C) 2008-2021 x264 project
+;* Copyright (C) 2008-2022 x264 project
 ;*
 ;* Authors: Holger Lubitz <holger@lubitz.org>
 ;*          Loren Merritt <lorenm@u.washington.edu>
index 48bb72a21c9c56ecb1a7695fbaeddb4dacd77431..057bba0f07e2f88e683b309eaeae8ad42d7999d6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * analyse.c: macroblock analysis
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index c8e0479ddb9eb7870fd1c7131927f5d6256ff517..6eaf87f75c70f53e6a4deded24ab5c625ea12515 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * analyse.h: macroblock analysis
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 88b8d17cf0c140a49306d4154c4691d12aa28988..49c20085364bb86d3faf4a1a1d06ef3438e9ee3d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * api.c: bit depth independent interface
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Vittorio Giovara <vittorio.giovara@gmail.com>
  *          Luca Barbato <lu_zero@gentoo.org>
index 2828f52703c1f4c6117d17f5109e8dc8a7364287..098bac62e6c5e88fb7fbef46997ce372dd9af217 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.c: cabac bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 32f909ee9a7eb9d1a2ba7a84f299d8c304876d97..cee3ebba90e3c6b00f50c5c2f6f05767b0f56254 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cavlc.c: cavlc bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 378bbc99be498568cf230a0691fdcc38e7ace0d4..39d7ac8ffffb0f7641b6c817d52305dc8ff56af3 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * encoder.c: top-level encoder functions
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 93f59b1906a78d96d38be55916b1c0a061c29d82..6d256f57ba18cfdf014e803f3306c64b194442cc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * lookahead.c: high-level lookahead functions
  *****************************************************************************
- * Copyright (C) 2010-2021 Avail Media and x264 project
+ * Copyright (C) 2010-2022 Avail Media and x264 project
  *
  * Authors: Michael Kazmier <mkazmier@availmedia.com>
  *          Alex Giladi <agiladi@availmedia.com>
index 9d02130cf6644abccb6b9c72114cff096566e2e0..2851fbd1f75d7976f2813a3b1a66cd79bf0ce22e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.c: macroblock encoding
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index a90dab8a9f7a51cb3fdfda74a9ad172c3b99b499..129de5e1e532c6cd4677d76b83cb65b91f325b7b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.h: macroblock encoding
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 3ab708e645589e52ba68571355515bee7a10a77c..71aa52905af999c9ab6c086cb7ee18a50211d4bc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * me.c: motion estimation
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 39d5db6dda85d083f531b8011d3e9b1a6c69fed2..2068455b33132417320d7306bf3d5780e3c6f8d1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * me.h: motion estimation
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 29b49dab0f8afe8e0b064e91545ab07a84fdc2de..0021be3b378455e698da5f9b26a17e26e88f46fa 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ratecontrol.c: ratecontrol
  *****************************************************************************
- * Copyright (C) 2005-2021 x264 project
+ * Copyright (C) 2005-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Michael Niedermayer <michaelni@gmx.at>
index d5cabbd230103ab13edad2f0a1ec87386467e226..135b235693b5f8491a14b5218ad68e818cdee688 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ratecontrol.h: ratecontrol
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 4e83000269fe94ec90938a839a8cd6ad666b462d..57d088c1d638fcd81f30f30fbbdaac0516c78aee 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rdo.c: rate-distortion optimization
  *****************************************************************************
- * Copyright (C) 2005-2021 x264 project
+ * Copyright (C) 2005-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 67b0ad5d5330e6433849b6c177b8b00d1ac0671d..1d8004bff89aeb116cdb91718167ca62f1935aea 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set: header writing
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 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-2021 - http://www.videolan.org/x264.html - options: %s",
+             "Copy%s 2003-2022 - http://www.videolan.org/x264.html - options: %s",
              X264_BUILD, X264_VERSION, HAVE_GPL?"left":"right", opts );
     length = strlen(payload)+1;
 
index 94bdb7b287024c9141bfefd3fc715fefc917d023..14c3542ba161266c761253611b5624912a4cf976 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.h: header writing
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 9dbd1f21a16425b9db8e39d4e71e7064236c69bd..5e73b0ea27bef8892a3026848d65c4bcd85bd067 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * slicetype-cl.c: OpenCL slicetype decision code (lowres lookahead)
  *****************************************************************************
- * Copyright (C) 2012-2021 x264 project
+ * Copyright (C) 2012-2022 x264 project
  *
  * Authors: Steve Borho <sborho@multicorewareinc.com>
  *
index e1a6d7b0117bbd7e85b1108bdc20999eb8c17ec6..5bc9c7739afd5047031b3a843713fc2662b336e9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * slicetype-cl.h: OpenCL slicetype decision code (lowres lookahead)
  *****************************************************************************
- * Copyright (C) 2017-2021 x264 project
+ * Copyright (C) 2017-2022 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 0315ba6bf291679e3c7ddc3b7216b00a087896f6..bb79bd23b946b5505d4d4ec1c865b31a54267dee 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * slicetype.c: lookahead analysis
  *****************************************************************************
- * Copyright (C) 2005-2021 x264 project
+ * Copyright (C) 2005-2022 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
index 6d5900d8d41135d48e4b50ebf2b7ee886693cbc8..17a88396ac286ca4a27ce3d4ca7a7fd657b5a71b 100644 (file)
--- a/example.c
+++ b/example.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * example.c: libx264 API usage example
  *****************************************************************************
- * Copyright (C) 2014-2021 x264 project
+ * Copyright (C) 2014-2022 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 461c06b9285b3c29a46325324dcdcfdb2151ef6a..1d158637748d994b6deac3cb195cde6b6fdc59bb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * intel_dispatcher.h: intel compiler cpu dispatcher override
  *****************************************************************************
- * Copyright (C) 2014-2021 x264 project
+ * Copyright (C) 2014-2022 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index e1933fed3bfc513dc363dca01fb90e9d3d8488fc..d43575658deb8f38f49f3a0a073374d05995c579 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * filters.c: common filter functions
  *****************************************************************************
- * Copyright (C) 2010-2021 x264 project
+ * Copyright (C) 2010-2022 x264 project
  *
  * Authors: Diogo Franco <diogomfranco@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index 81c46dc924e204637b4220ada5383f0fd84dbde2..095851132e0b1efc1778b61c517359d3e3bd9e6d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * filters.h: common filter functions
  *****************************************************************************
- * Copyright (C) 2010-2021 x264 project
+ * Copyright (C) 2010-2022 x264 project
  *
  * Authors: Diogo Franco <diogomfranco@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index e7f3491fa2e7a3b59b59730ff9c9a2bd8e112030..4e8b4fe019ff87e41f8767947ee98c15f5403ebc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cache.c: cache video filter
  *****************************************************************************
- * Copyright (C) 2010-2021 x264 project
+ * Copyright (C) 2010-2022 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 35ea1f1bd71a148d8c8ac4e325f4a91808476810..d441852d1d3a776d07947226408749db22ec2a48 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * crop.c: crop video filter
  *****************************************************************************
- * Copyright (C) 2010-2021 x264 project
+ * Copyright (C) 2010-2022 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          James Darnley <james.darnley@gmail.com>
index 1c306c3490966354a8a12030abbe55d8e768b496..ea34da91db1ba1befe3641080e690f15583e4263 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * depth.c: bit-depth conversion video filter
  *****************************************************************************
- * Copyright (C) 2010-2021 x264 project
+ * Copyright (C) 2010-2022 x264 project
  *
  * Authors: Oskar Arvidsson <oskar@irock.se>
  *
index 42696e6116f88312cedaac2446a49de28d4b4d93..03092511bd652e5da27e9427ab5314a7dd17d4a9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * fix_vfr_pts.c: vfr pts fixing video filter
  *****************************************************************************
- * Copyright (C) 2010-2021 x264 project
+ * Copyright (C) 2010-2022 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 79672322fc391ad85b8707812c20c0ef2174e77c..1a2884abea95f5ba1e38515ed98a541e23dff054 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * internal.c: video filter utilities
  *****************************************************************************
- * Copyright (C) 2010-2021 x264 project
+ * Copyright (C) 2010-2022 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index c899605df9671ebf39bfc1af4662ae73a06d824a..6030f43c00ac28e035f3a45144a34a6ce0c495c6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * internal.h: video filter utilities
  *****************************************************************************
- * Copyright (C) 2010-2021 x264 project
+ * Copyright (C) 2010-2022 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index c3218df0aa7dccfb4a7a7eadcf2764cbe00f6379..0dd9272c4ae48112588799eac12dff85e3296f77 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * resize.c: resize video filter
  *****************************************************************************
- * Copyright (C) 2010-2021 x264 project
+ * Copyright (C) 2010-2022 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index d01883cec0b6af3c173e19953f961a3af1ad2b9c..f5375aa8430248c505c2dd9510acda5f7c3d8a1a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * select_every.c: select-every video filter
  *****************************************************************************
- * Copyright (C) 2010-2021 x264 project
+ * Copyright (C) 2010-2022 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 85488925d1e38ab06f19658902f24f269f2a81b7..1ac8be8ebf9dbe89c58ab4d425e94c89a35e434b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * source.c: source video filter
  *****************************************************************************
- * Copyright (C) 2010-2021 x264 project
+ * Copyright (C) 2010-2022 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 67cbfaf163ef21403f2962561d636b4898ff65a9..1a9e18ff999d71654f8165017f7d9f017ddbf45e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * video.c: video filters
  *****************************************************************************
- * Copyright (C) 2010-2021 x264 project
+ * Copyright (C) 2010-2022 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index adb5fd8e739965620f883f47dfedd89181a288d3..dc869a3e7e03777186f1a8dc48983350a9d104f0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * video.h: video filters
  *****************************************************************************
- * Copyright (C) 2010-2021 x264 project
+ * Copyright (C) 2010-2022 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 1bdeef9b65c1721a5cc191ea454310489bcae2c0..2fdde2ab6ee1d8811747995f163ee26739e7a461 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * avs.c: avisynth input
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Anton Mitrofanov <BugMaster@narod.ru>
index f34f85d0931be1402ba0c0d262b8ec7ae9cd38ec..16cb0e18053eae42a90783270c5547f4f1e20d71 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ffms.c: ffmpegsource input
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: Mike Gurlitz <mike.gurlitz@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index 9414e4e53b5914dfd90c9ec8d5cc3a4bc12c169c..4ec00cf0ee0941113fee23c5b590539ad65cbe0b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * input.c: common input functions
  *****************************************************************************
- * Copyright (C) 2010-2021 x264 project
+ * Copyright (C) 2010-2022 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Henrik Gramner <henrik@gramner.com>
index 70b665455423200ef23a76a48371a41d9af400a6..d66c9a3abb2993c70d9583caa0f0eb2bd0839291 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * input.h: file input
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 927d66565ca7fc83c28a40da9a3a5c00f9b81611..9954c65cc7d1ba771af4197a202f42fc7535b1f1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * lavf.c: libavformat input
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: Mike Gurlitz <mike.gurlitz@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index 546ceefca3a438647ae23560d2a70b2918447b61..1a86d213dcbd2ff03d9b012ba13c68413c8c11e5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * raw.c: raw input
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 0dda9702343764c5b226c63ea2c7408357ecaeb1..dd6f982a41b99af94c23be419f76231494a9e73a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * thread.c: threaded input
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 81f128409ea52371cc56aba2eb186da1a4fd506b..7abc2fd8e9c38821f4e6892e115959781b4123f6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * timecode.c: timecode file input
  *****************************************************************************
- * Copyright (C) 2010-2021 x264 project
+ * Copyright (C) 2010-2022 x264 project
  *
  * Authors: Yusuke Nakamura <muken.the.vfrmaniac@gmail.com>
  *
index fea27f457a0c45c7e9d90e96c6a5e2e6424dce19..a9744923808fddc76ae03fd1bf6f05deda2b9ba5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * y4m.c: y4m input
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 9a862886ed10a89435e252f26e44b93def1ca873..5713afeca16dbeea1498168f3ba2389dd4aaa1fb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv.c: flv muxer
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
index e8413e5f15d8549bf5bb3e83fa674fdf70860abb..f52f8e791f4fc3128df0ab1892c43e2d0039e687 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv_bytestream.c: flv muxer utilities
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
index 6c315b0dc2b43a8520f8562f8461b66e381d9fe2..2b02d5bfd073fdb54ad6c98347988c6770e6fbce 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv_bytestream.h: flv muxer utilities
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
index 721ab76c34c257e4090bf4cd69d72d1677eb9727..056502306909d6022a3b89686a62d0b1204ef0ad 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska.c: matroska muxer
  *****************************************************************************
- * Copyright (C) 2005-2021 x264 project
+ * Copyright (C) 2005-2022 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
index d5b9b1d66b5733d4f797ca2109421bc86e96d20b..38e9d0c03ed43df7ec99c96baa19e271bc9ede27 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska_ebml.c: matroska muxer utilities
  *****************************************************************************
- * Copyright (C) 2005-2021 x264 project
+ * Copyright (C) 2005-2022 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
index a4573ee9709f68e305851bf35a662a7c798ed11a..2dea90a6367ec084b15af7f19b8cdfeeef84e351 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska_ebml.h: matroska muxer utilities
  *****************************************************************************
- * Copyright (C) 2005-2021 x264 project
+ * Copyright (C) 2005-2022 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
index 7b7e18751e0c0db41f940584d3132447aff49ff6..8c5f3eb0ecd6de7f195e29792a72689257b0600a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mp4.c: mp4 muxer
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index c702cddff197474c9fedc09e6c46a29ae6a198a2..3b8300f897c757d58acabbab916da15f6a1a6e41 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mp4_lsmash.c: mp4 muxer using L-SMASH
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 1763312c9dc739a7f3109cecdc75d83a9ea50a69..4eac6563b8335c024eb6b895df5653a00ebcfe1e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * output.h: x264 file output modules
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index a8520d9ade1cff70b0c3dce32a02dd0c9046d5c3..53e191f27a58e97534fa59b31d72c05611d5e3b5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * raw.c: raw muxer
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index d07cd75795477e7674d260cfea6d40fabfd388c4..fdc3903eacc5c8304bfbc6ab4c10386d013d09c8 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* checkasm-a.asm: assembly check tool
 ;*****************************************************************************
-;* Copyright (C) 2008-2021 x264 project
+;* Copyright (C) 2008-2022 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Henrik Gramner <henrik@gramner.com>
index 741c4d0bb521b5023fc399e77e3ca7b4a407f39e..f3b16c8657e2423c942c3d840e6a828e614a80d4 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * checkasm-aarch64.S: assembly check tool
  *****************************************************************************
- * Copyright (C) 2015-2021 x264 project
+ * Copyright (C) 2015-2022 x264 project
  *
  * Authors: Martin Storsjo <martin@martin.st>
  *
index 0369fde63af89650ab10a6719b71d3fdd28813c5..ba49a87bee288bf970b4ab4940bf177961874434 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * checkasm-arm.S: assembly check tool
  *****************************************************************************
- * Copyright (C) 2015-2021 x264 project
+ * Copyright (C) 2015-2022 x264 project
  *
  * Authors: Martin Storsjo <martin@martin.st>
  *
index 5bc9200765d23f97f89fc6cbbcd91a26eb65a2b0..392d8696639c775bb680d0984285738b9e432e68 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * checkasm.c: assembly check tool
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/x264.c b/x264.c
index 5b490421af861950b3f35226227d451f49428487..a833ba5dba867bb4ba34e4d7de51884ba581923d 100644 (file)
--- a/x264.c
+++ b/x264.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264: top-level x264cli functions
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/x264.h b/x264.h
index 2c42623b1fe146e27b03dc43d68482f7eac1aa3f..5aa2a8d70bc57598a846cdb0aec9e5c056c8916e 100644 (file)
--- a/x264.h
+++ b/x264.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264.h: x264 public header
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index bbc6e1bf9cdd0c4cdde6541f0a74721af56d73da..877382448f9831389891406321444f6db550cc04 100644 (file)
--- a/x264cli.h
+++ b/x264cli.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264cli.h: x264cli common
  *****************************************************************************
- * Copyright (C) 2003-2021 x264 project
+ * Copyright (C) 2003-2022 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 8d69ff7abdc0612323207f4b9ad7b37a5a9a337a..bff39329fef3c189556edd7ddf560f31376dc15e 100644 (file)
--- a/x264dll.c
+++ b/x264dll.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264dll: x264 DLLMain for win32
  *****************************************************************************
- * Copyright (C) 2009-2021 x264 project
+ * Copyright (C) 2009-2022 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 6e0aeeac138cbd2594cf2ff49cec3b797a0931eb..6b3c285c9f3e6e44e20fc090a90c31e383284cef 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264res.rc: windows resource file
  *****************************************************************************
- * Copyright (C) 2012-2021 x264 project
+ * Copyright (C) 2012-2022 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-2021 x264 project"
+            VALUE "LegalCopyright",   "Copyright (C) 2003-2022 x264 project"
 #ifdef DLL
             VALUE "OriginalFilename", "libx264-" xstr(X264_BUILD) ".dll"
 #else