]> granicus.if.org Git - libx264/commitdiff
Bump dates to 2020
authorAnton Mitrofanov <BugMaster@narod.ru>
Sat, 29 Feb 2020 19:02:01 +0000 (22:02 +0300)
committerAnton Mitrofanov <BugMaster@narod.ru>
Sat, 29 Feb 2020 19:02:01 +0000 (22:02 +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 37c55845adb0f5fa94578e3666a1d7dec2cae7ff..516d9f21ee1887bf9b629fcc12e1ebd81c284119 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * autocomplete: x264cli shell autocomplete
  *****************************************************************************
- * Copyright (C) 2018-2019 x264 project
+ * Copyright (C) 2018-2020 x264 project
  *
  * Authors: Henrik Gramner <henrik@gramner.com>
  *
index 3fe6eb40df4ee3b8d0a4c136351fcc8022230e80..279cc01029efce821a24c1cfcf921851bf432dfc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm-offsets.c: check asm offsets for aarch64
  *****************************************************************************
- * Copyright (C) 2014-2019 x264 project
+ * Copyright (C) 2014-2020 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index 9ab0f0f3c263c195cf1748ab318b2a2b5b368786..c1e8f71e29cb859e09b0be24cddb650f9af7eeed 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm-offsets.h: asm offsets for aarch64
  *****************************************************************************
- * Copyright (C) 2014-2019 x264 project
+ * Copyright (C) 2014-2020 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index 40dfb1a5ce543f55a810fffc51c0a56407899e29..8e4fea996a2464e153ae9af8b7c19a1e795aaad0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm.S: AArch64 utility macros
  *****************************************************************************
- * Copyright (C) 2008-2019 x264 project
+ * Copyright (C) 2008-2020 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          David Conrad <lessen42@gmail.com>
index b8b0a5e72eda0bbd3116b0252b8b6f0d37bdb02d..f29b915c0cb5e897da00521d4d86f4cc26a72e70 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream-a.S: aarch64 bitstream functions
  *****************************************************************************
- * Copyright (C) 2014-2019 x264 project
+ * Copyright (C) 2014-2020 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index 483e0f1a7f3dac38085813caf520d909cf170294..a0e86db8d326a460b2c283665a8411d3e021e3a7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: aarch64 bitstream functions
  *****************************************************************************
- * Copyright (C) 2017-2019 x264 project
+ * Copyright (C) 2017-2020 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index d45bb815576957c342391e07adf85371bf344f83..8c28c82507746a960f9bf270e4a178b26fc8a4f8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac-a.S: aarch64 cabac
  *****************************************************************************
- * Copyright (C) 2014-2019 x264 project
+ * Copyright (C) 2014-2020 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index bcaf7f443cdbe0ed3448187c4cf8a5f9ebf0da4d..48accfcbf159bb0f35f658863339f4ff1744a74a 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * dct-a.S: aarch64 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 5ddc9dadffca6cf8b9bcc1e63d12d8ed60163d40..8c392fcb4474fbfaafc0a6d433a8e245710776d9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: aarch64 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 158909df1992955af818249e91924e92ce39d2c1..9925a337301b3be24daf72252b7678153f1c9d62 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.S: aarch64 deblocking
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          Janne Grunau <janne-x264@jannau.net>
index ca41f1c0456065cb692458392df7a461ea6e92a5..79f118dbb99e7dedcd3c2ce7ad24ee6451711b21 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: aarch64 deblocking
  *****************************************************************************
- * Copyright (C) 2017-2019 x264 project
+ * Copyright (C) 2017-2020 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 0d172db7975f7264ab704d397d04ed88c1254e45..bf11e70de9ed7c753d97fa9fd69698e544e2f4a7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.S: aarch64 motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 6aad85ed9306394f745e1e28e40647e347492f87..ef5894d85c7e3d3ee46448d435a86d8f36c51ec4 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: aarch64 motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 774e6e4926c0228c1d8236dce3b634be6acfcf5b..c758a0f2db4da6f0d6862917d4e5b30ad06a2df9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: aarch64 motion compensation
  *****************************************************************************
- * Copyright (C) 2014-2019 x264 project
+ * Copyright (C) 2014-2020 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index 7d7c39f11986bdc5bba61975182d2839828cf4fb..a5b1cbb12d2df07fb6a22ea10098b9fa4b8abd87 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.S: aarch64 pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 0937ed1696b24d263bd95ab388adeaee7a1fce06..6aff90fc4f77ebac7c3fcf17a24dfdb09bdf6035 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: aarch64 pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index c7fca3d4f5d1ee588c960f8da18ae27497f3b185..b1c361fe5960711045034bdbca43e2bea93cb608 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.S: aarch64 intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Mans Rullgard <mans@mansr.com>
index 283f679898a3f98664b8aa21b9108e0441ec60b6..0bfe781bfd73b8a95dd471615c5efbfd8d5eea44 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: aarch64 intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index f1913623b251e357d8935b5ab8fb3e7848d2fcbb..b4e391ebf8b6dd9f4c2d8fb6ecd83f7f7424d7e4 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: aarch64 intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 4e2954778b47db5ecff64e1de08edec16b377600..4a8a0de94f5fda8f3d9036e49a85540087cb91c8 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * quant.S: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 308092be33a78041e9912a9e705c4cd7b9fe2556..0097cc5a2b46c6effacbc5291e926cd48a976354 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2019 x264 project
+ * Copyright (C) 2005-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 79748c76d7476824195199eac0f007fad94680e8..0802947f97d7bc6ab87fbfc3fad45ef49b789cec 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm.S: arm utility macros
  *****************************************************************************
- * Copyright (C) 2008-2019 x264 project
+ * Copyright (C) 2008-2020 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          David Conrad <lessen42@gmail.com>
index 0031141c6de5c93844085006712faca7729d3621..888676cfc68d31e95e20041b2a97417fda9fa727 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream-a.S: arm bitstream functions
  *****************************************************************************
- * Copyright (C) 2014-2019 x264 project
+ * Copyright (C) 2014-2020 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index 000d3bc48cef85604ef69313d9b5f2f870be5f4e..5147926e47c4e887170d2e4b636bc0c5fbfd981f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: arm bitstream functions
  *****************************************************************************
- * Copyright (C) 2017-2019 x264 project
+ * Copyright (C) 2017-2020 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index a24c9b4a5bc97e16e990565602623b46c101738e..0a1d230ff42bf35b0e6d3589fc04123bf5304dea 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu-a.S: arm cpu detection
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index c0caa2c3f69690af0970f23b1f3353c86af61890..6d1e58a188503a5476497a6bd614fa4c8807385d 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * dct-a.S: arm transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Martin Storsjo <martin@martin.st>
index ac81c9e53be97f15174fd4bdd0022cce73ea56d0..0de3b13f3891e90795800ab7e866d8ea6e0df785 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: arm transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 218741e821b8adf1e78e1ca074a9e241d6483b00..efa70b77e5532ab2a47cd5426ad8eddfbf5d9e4d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.S: arm deblocking
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          Martin Storsjo <martin@martin.st>
index af25e9ce5a296cd06ab556fffe515afaa3fd7080..b40675499fc32d207840ffa4a3cfa9552332fedc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: arm deblocking
  *****************************************************************************
- * Copyright (C) 2017-2019 x264 project
+ * Copyright (C) 2017-2020 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 1c32fbc0722e6b7372d253c17c10b7b8e5855d4c..47d4433b7fca0185a507fb4777d3e220f56eaf7b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.S: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Mans Rullgard <mans@mansr.com>
index d31b239a8aaa6893a74b172ab2c7744b2a6ab39b..481cc25c4e707b7d41594692a90f74bb79967fe1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index f0d7764459f65ee9b16edc307a75716f72d92696..6be71adc04f9049f4efe33bf218db724b41c4764 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 757f2f08e1012bde3acb26ce2678be770bbfd717..b4ac0ffb518155a7997a3fb6e8ebc7e26b180ba4 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.S: arm pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 842cf16bb071617f99915a6774cd5e6f6915fbd1..a8f874207a4540e8959210e0b8a33eaae5d34d07 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: arm pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index b263552b4ee7f9fc924ee07394bb3d67ead0528e..8063c2a2d5706cf4d9001f8e8572795c05d1aa67 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.S: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Mans Rullgard <mans@mansr.com>
index a416c1aed153596ad7a37b5052bc28a5c13d772f..48534e5ab33e9c026ae0123edd7ea8d2de53cb8c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 1c426ebfdf0ac696a56aa5eec73a009797177d9b..2f5621b40e185d778854c62aad0960197a298ef6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 9b2b2799297cddd1c3c9b5528f341f2998db65be..22ee69bb39f8681b12fff8e4be9f85b61ce170d5 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * quant.S: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 73a889d9058301a8b4329f2b42a2ca2a7ebcce3a..73c950db4be28e00dd13fe077a88a8aed4809b1f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2019 x264 project
+ * Copyright (C) 2005-2020 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index a6510d61fad84637a20324efdba4583f04717d53..4db4a1e5025921a5de1ec90801f7691bcc941142 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * base.c: misc common functions (bit depth independent)
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 3dd13e0cda561dd93c3bba15a013d0151852df45..2851bd59afc20e960c309267528b30f3e89e50cb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * base.h: misc common functions (bit depth independent)
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 177a2c294dfb43ce08b6a54bd0a58e333f96bf2e..66448a16b89eed5e4f9d88bc0f1242c765aef78d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.c: bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Fiona Glaser <fiona@x264.com>
index 32a967dde7c52e8f362e5285758301563e8227eb..1f1aa5178473810b8bbef2599b9983021967ab3f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index dcee8ae224ff960115dd5a65900ec43e99a70dd8..0421ced2b01186d0ca11d64caaedebfa71787497 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.c: arithmetic coder
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index bb822104d2b12cab21230f95408d10ce5da1cfb2..25a91309032be1e1c186e4231de67f3f3e5e6c9a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.h: arithmetic coder
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 17a33474b39e416e75250ac22c08b95ec409b785..1d0dee72dd56ed0a8809fb0be91e88a728fcdf4b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * common.c: misc common functions
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index a167df632c5a6bf030faafb9f8bcd61163930b07..0a8ae95ec232d8ad2800cd6a66e4540673085a59 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * common.h: misc common functions
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 5dd811c87ef3ad6e4024a503d9e429b82cb34785..98e0b141e1f1ff84fbd183f0f6552b9e6d86d3ec 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu.c: cpu detection
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 0a1cdb6c97641a1cecd538f03680548497e7a4c6..13304485f9e2ff45336def94d84f97e77624bf7b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu.h: cpu detection
  *****************************************************************************
- * Copyright (C) 2004-2019 x264 project
+ * Copyright (C) 2004-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index 83b4e720a0ee784d72007481479bea8066e3071a..e478e0f83a819f5af75dfeecff271784da39fa1c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.c: transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index ee0c01bbc57cd29a94088d7efd94e136d1482faf..42a5b8dbc5039cd094bb071ebff77e3104ef688b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: transform and zigzag
  *****************************************************************************
- * Copyright (C) 2004-2019 x264 project
+ * Copyright (C) 2004-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index 13816d33518cd66b3a1c71bb4d780f2902460077..402b48aef0e0d650a677c3555351d5e3809b3cf5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.c: deblocking
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 38dea643e5e74bb7e04a910a27abc047e7cd975b..b96679da5b0e22131d3be9300408797986bb06a0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * frame.c: frame handling
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 3b65e48469dea928962915f9fe61fc75ea4f002d..2f619e447a551168785aecf3b3860e46a86b7dd8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * frame.h: frame handling
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index c43c16dcacf7fbc8ceb59a3393795b40103c7667..d21a8fea05c108f4dd7ccc34730a28db7ce6a431 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.c: macroblock common functions
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 2d566cfecde9b4bdebe9dc33f66373995be4a84e..7e287bdae8a5268d1063fb9c8a4cc9fd8a8f24b9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.h: macroblock common functions
  *****************************************************************************
- * Copyright (C) 2005-2019 x264 project
+ * Copyright (C) 2005-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 15e9cbb7ddd212b1f9009ec1f9192ff1291fa6c9..0051449caec1efbca21589af9a1d6ee455b36fb5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.c: motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 4abae7f89094fd57688e889d1a3cdc5e42f8d54e..88f5a852f5f0912f23f518b6cb00cedfc0d4f468 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: motion compensation
  *****************************************************************************
- * Copyright (C) 2004-2019 x264 project
+ * Copyright (C) 2004-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index f4b11d16e23a475152e5b644d5f4aa2b0cb2e787..2aa4d5795217eb96c00d9477566611da5a57713b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct-c.c: msa transform and zigzag
  *****************************************************************************
- * Copyright (C) 2015-2019 x264 project
+ * Copyright (C) 2015-2020 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index 5cec8079b7058bd2a2bc46650bbddc999a618f08..03b3c6d45dc9c38585207a86f22a404ab4459ff4 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: msa transform and zigzag
  *****************************************************************************
- * Copyright (C) 2015-2019 x264 project
+ * Copyright (C) 2015-2020 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index 3fd71ecc66daf9de700225353db10ff26de6f616..782fbd1f77f7d947a0b8e3f77d3d5e582819810c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock-c.c: msa deblocking
  *****************************************************************************
- * Copyright (C) 2015-2019 x264 project
+ * Copyright (C) 2015-2020 x264 project
  *
  * Authors: Neha Rana <neha.rana@imgtec.com>
  *
index d48373c839061836301bbd99b0d5818ae7b64a95..52c3a7c2e4637663ebd30c654da017af85d72e24 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: msa deblocking
  *****************************************************************************
- * Copyright (C) 2017-2019 x264 project
+ * Copyright (C) 2017-2020 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 108519bcd1d30a037d1ad00ca16e730c0e95c895..75f23c85a009c98bd52af225cf524f40934ada05 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macros.h: msa macros
  *****************************************************************************
- * Copyright (C) 2015-2019 x264 project
+ * Copyright (C) 2015-2020 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index a8c090a8f9c9ba11ee4e2e2ea0b2aae2d4b7eca2..e788eb808a6a28c783aaebd687f981be8768a319 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: msa motion compensation
  *****************************************************************************
- * Copyright (C) 2015-2019 x264 project
+ * Copyright (C) 2015-2020 x264 project
  *
  * Authors: Neha Rana <neha.rana@imgtec.com>
  *
index 614ce868b88e6c1196a76474d9bddaecc045140f..19a7be09f079d900a766d53d8c657623b6fb32d8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: msa motion compensation
  *****************************************************************************
- * Copyright (C) 2015-2019 x264 project
+ * Copyright (C) 2015-2020 x264 project
  *
  * Authors: Neha Rana <neha.rana@imgtec.com>
  *
index ecae5fe374f3c39e625604a88b119a4bdcffd089..b22527f39a323b01ee8452ab694c0c32080237d7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel-c.c: msa pixel metrics
  *****************************************************************************
- * Copyright (C) 2015-2019 x264 project
+ * Copyright (C) 2015-2020 x264 project
  *
  * Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
  *
index 556896bba416aaaee8c9a6b6083f969211516576..5e7c813f504f09f4cb8d21c49fb94c9f47b208d1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: msa pixel metrics
  *****************************************************************************
- * Copyright (C) 2015-2019 x264 project
+ * Copyright (C) 2015-2020 x264 project
  *
  * Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
  *
index 55ae7b654397c6333b438abbc16922c5875d0540..9f4cb74ce40de9bb80507ee32cb18588bad9678b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict-c.c: msa intra prediction
  *****************************************************************************
- * Copyright (C) 2015-2019 x264 project
+ * Copyright (C) 2015-2020 x264 project
  *
  * Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
  *
index 393e67e319a61ade951548707ce8b864b226fa90..67f5a7f61a2693d5e0f7494f536dbdd8ceb84373 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: msa intra prediction
  *****************************************************************************
- * Copyright (C) 2015-2019 x264 project
+ * Copyright (C) 2015-2020 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index 4078c4b102528ed5bf6851ec175d488a63a05e5a..b249395d1752099878b41d00d22060a3f3f183f1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant-c.c: msa quantization and level-run
  *****************************************************************************
- * Copyright (C) 2015-2019 x264 project
+ * Copyright (C) 2015-2020 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index d76291ccef52fa469d79146d79d22ff1aa9346ca..f9748100b93f7e94c50a44f33bc78b41a99a5812 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: msa quantization and level-run
  *****************************************************************************
- * Copyright (C) 2015-2019 x264 project
+ * Copyright (C) 2015-2020 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index 978b5250ae95f93e2e554ae6fc1d3a3f713a1ffd..e315ab583e7c16d7b9d58437f35cdead3b731c8f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mvpred.c: motion vector prediction
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index ac2d3cd8c63007818171117b79f9c9b67eebf854..740a1fc1bfbe0146535d1c72ec41265d448c3b66 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * opencl.c: OpenCL initialization and kernel compilation
  *****************************************************************************
- * Copyright (C) 2012-2019 x264 project
+ * Copyright (C) 2012-2020 x264 project
  *
  * Authors: Steve Borho <sborho@multicorewareinc.com>
  *          Anton Mitrofanov <BugMaster@narod.ru>
index 67ed1e491ff83ae87167a4dddf0d383664c846c7..ec3b31e6fa19735f0dbec8f35b2e9dd0e1b85c01 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * opencl.h: OpenCL structures and defines
  *****************************************************************************
- * Copyright (C) 2012-2019 x264 project
+ * Copyright (C) 2012-2020 x264 project
  *
  * Authors: Steve Borho <sborho@multicorewareinc.com>
  *          Anton Mitrofanov <BugMaster@narod.ru>
index d7e1e1343be75cddb9a3f036fdc8359afd14757a..ba192964854ed7e35a8d2b58d648ce8fdb70f0bd 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * osdep.c: platform-specific code
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index b4ab527a96450e40474c2ec793ebf66e1ca68fda..6141bd57b1af3ed34c8b0a289a67f9c0d6dea00c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * osdep.h: platform-specific code
  *****************************************************************************
- * Copyright (C) 2007-2019 x264 project
+ * Copyright (C) 2007-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 83e94ab30bc05d411b7aafe847a8498e50e9fac7..69e1b7f0604aa99a553cb6b7945894c952753d05 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 8600317ce1c6a128845060a3361e0036b703ba6a..1bc9d57a8b657f8c7aa9f43093fd73edab58a3d0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: pixel metrics
  *****************************************************************************
- * Copyright (C) 2004-2019 x264 project
+ * Copyright (C) 2004-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 18ad5a69404966a318db220dea23c4a644496b15..84a4ee897412ef2fc2d850dcc2770acd95e2f90d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.c: ppc transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *          Eric Petit <eric.petit@lapsus.org>
index 9717262781874f5a086697cc6af0bcba2d5cf5a1..f0fe71a7310dab94547931e26a56811e600151d4 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: ppc transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
index 5a60e72e6d624fbb03496260e6ebecd70d5e61fe..740a07094f7ecc4b20819b307430e421ba448b1b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.c: ppc deblocking
  *****************************************************************************
- * Copyright (C) 2007-2019 x264 project
+ * Copyright (C) 2007-2020 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index d3a56f563278466d1f9908ab673163913ec30791..7e905cdfb88b0d7c0fe4cf806110efe9f2486ef8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: ppc deblocking
  *****************************************************************************
- * Copyright (C) 2017-2019 x264 project
+ * Copyright (C) 2017-2020 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index a102d69cba1917bafe59ebaf6e5c244e87947ab3..5f83feaed7ab9861649184ed4db747676d4fd841 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.c: ppc motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
index 4ebf675edf5a27d5398eb01390860a94d1c5af4f..3296f26b2aab3db3ece672f2f3ba413f38790720 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: ppc motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
index f94029e3cf5f03bfa17c0f7aeca5ff3b70cdd6cc..0604f896213e278a4540e96876119e59a28f42ef 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: ppc pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
index 6d02d393f3ea87f355f635650499e6aa993a0d23..f5f3e0858ee37c961abf42783b5da6dc704958c2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: ppc pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
index 3d1b685f01d8911d4a86188d5aca2c9f838dac8e..67d252bf29667807e5ae3ea9e33b4dcf5af85cf4 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ppccommon.h: ppc utility macros
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
index 403d37ce64013329606277df350a45a51a64a368..66997bc192a0b066b04885b5b8de4c724c64fe7f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: ppc intra prediction
  *****************************************************************************
- * Copyright (C) 2007-2019 x264 project
+ * Copyright (C) 2007-2020 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index dbfbcaaaba61a6e692fea75d2b68c640e51b8890..6d9caa982d488ff8fd2f508875b02eaa4f610dbf 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: ppc intra prediction
  *****************************************************************************
- * Copyright (C) 2007-2019 x264 project
+ * Copyright (C) 2007-2020 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 95cc33b78c90974400ac84fe5fb42cc3c04fd664..0e057e7280848bc6fe994ab282bbc8bc2534486e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.c: ppc quantization
  *****************************************************************************
- * Copyright (C) 2007-2019 x264 project
+ * Copyright (C) 2007-2020 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 472ab9e1d198d3446e733a004fd716164149fa44..9e7d6ca503a30500f433a71f69e9b99957da24ef 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: ppc quantization
  *****************************************************************************
- * Copyright (C) 2007-2019 x264 project
+ * Copyright (C) 2007-2020 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 7a8bbcda7bcb9b1399efbe5b4c2e05a04bc4f7d1..b565062bf3e9222b06d15a895d0134efd5c87e18 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 586b71cb9a447b17d3bc835cd55241a99e607ce0..489b11ec1b4ee0362b54304f8774f4e94b9c8991 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 5d2104f3735a9ab9e600150f25f0d6c0d924c6a4..95de0814ab457d897c76e58841389903a91feff1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.c: quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2019 x264 project
+ * Copyright (C) 2005-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 97c4074d638b29744b7e562ad55e440bc12e13df..d6d5025f27e31c45ca3cf629ed6e4530d3d446f6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2019 x264 project
+ * Copyright (C) 2005-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index c6d3bd9a427cfc05099a4cb2713b8e6e35f871c5..55434fc3b627d31dbbf7e6612cc8d7598042682d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rectangle.c: rectangle filling
  *****************************************************************************
- * Copyright (C) 2010-2019 x264 project
+ * Copyright (C) 2010-2020 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *
index 5c5af3c14e5884ecd47882956ac80f91b542170f..9ca46362d69e83785ec4e88bb965d5559b42cd55 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rectangle.h: rectangle filling
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
index 67d945655462d7d5c2c4bf1a5d84ed9179f4d6ee..78449d7e89579bcbe8063a490dd3e6daef1f2b09 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.c: quantization init
  *****************************************************************************
- * Copyright (C) 2005-2019 x264 project
+ * Copyright (C) 2005-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index a8da8e875e7cbd8bbf4ccdaaadde18cc9998becf..1c5f12bff0b9a2f60a6e6e7ba6ed3b2b36e27b3f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.h: quantization init
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 0e827927fb8f27f785a170658d30a585ebd6478e..ed9d89fc1d5d414804bf0a88dee6df7dc66a7fe5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * tables.c: const tables
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 3fc26da3f452cb64ffcefedb20976ce7784d61b0..66e93c04f0e1950a97bc7263c820ed27f0495b58 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * tables.h: const tables
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 7fe34564644ee9319b6b0a3aa8c76ffa0308cd46..187e0bd2c16224b73c879213c58c719f6a73687d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * threadpool.c: thread pooling
  *****************************************************************************
- * Copyright (C) 2010-2019 x264 project
+ * Copyright (C) 2010-2020 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 21b63c74f6fa0781f55a38346aa624833d758e49..1682e64aa91bc6cb5bfd413db6f9a2b0ea1f869e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * threadpool.h: thread pooling
  *****************************************************************************
- * Copyright (C) 2010-2019 x264 project
+ * Copyright (C) 2010-2020 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 5f1f87131926ac9a9ec3ff1e60855ad4bf450013..e1053f00eeafd7d6fe23755100a5091e96ad3c5a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * vlc.c : vlc tables
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Fiona Glaser <fiona@x264.com>
index 40950b8742a479bae96cc418fb37ccde69442f9d..7501eb7510e45d738bf0d16ab6396ddd1a6364c3 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * win32thread.c: windows threading
  *****************************************************************************
- * Copyright (C) 2010-2019 x264 project
+ * Copyright (C) 2010-2020 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Pegasys Inc. <http://www.pegasys-inc.com>
index 4f7db100c14df86f0d214293db6444d320deee93..16d70d38183eb28149a70fabb55ecd0993fdaff5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * win32thread.h: windows threading
  *****************************************************************************
- * Copyright (C) 2010-2019 x264 project
+ * Copyright (C) 2010-2020 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 8e7234e62bb6becb3168e44e4364c2e37d83cb02..0a9e5a689f7671ddbf8f98dbdd645d16e54ea4fa 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* bitstream-a.asm: x86 bitstream functions
 ;*****************************************************************************
-;* Copyright (C) 2010-2019 x264 project
+;* Copyright (C) 2010-2020 x264 project
 ;*
 ;* Authors: Fiona Glaser <fiona@x264.com>
 ;*          Henrik Gramner <henrik@gramner.com>
index 038e44e1ba05ef82a55ca51e831a7a39e43993cb..787e2f3443bcb156be0e67ea0d66ea7541699111 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: x86 bitstream functions
  *****************************************************************************
- * Copyright (C) 2017-2019 x264 project
+ * Copyright (C) 2017-2020 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index e9ea08799bff251878343b8341234bc6b80c904e..91f41ae586bec78a573d286a091cb08797b78a19 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* cabac-a.asm: x86 cabac
 ;*****************************************************************************
-;* Copyright (C) 2008-2019 x264 project
+;* Copyright (C) 2008-2020 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 9ca596d17f8ac46a003e584d49c505eceacaa26b..5eb02639e5e62b835a0b83408df6cc65f0e74dfb 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* const-a.asm: x86 global constants
 ;*****************************************************************************
-;* Copyright (C) 2010-2019 x264 project
+;* Copyright (C) 2010-2020 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index f95a43a3e4365d37b8534334343079ba8cf148c8..1bed42440ac17c5f5ce53f075c0946b31ad1be10 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* cpu-a.asm: x86 cpu utilities
 ;*****************************************************************************
-;* Copyright (C) 2003-2019 x264 project
+;* Copyright (C) 2003-2020 x264 project
 ;*
 ;* Authors: Laurent Aimar <fenrir@via.ecp.fr>
 ;*          Loren Merritt <lorenm@u.washington.edu>
index ca91b54eec576d071c681cc923de847c628512b9..685997a49b40f2f08ecf2185de49c967490ff08e 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-32.asm: x86_32 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2019 x264 project
+;* Copyright (C) 2003-2020 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index f4ac586aae95e0b52828608c982fbabd3a709b37..ab5dcf90e7cec6d6b06a9a2efa7d559617abe855 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-64.asm: x86_64 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2019 x264 project
+;* Copyright (C) 2003-2020 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index 2652185a0a7eabb35d7196dd5be0fe0d690dca1b..8874fae4af8e9459d9bb27822908cc9b07cc56a8 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-a.asm: x86 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2019 x264 project
+;* Copyright (C) 2003-2020 x264 project
 ;*
 ;* Authors: Holger Lubitz <holger@lubitz.org>
 ;*          Loren Merritt <lorenm@u.washington.edu>
index 9c389e80cbcf9df6140da3e583e8745876c21032..7fa5d1266b08ecb7cdaf779733536950ca518e16 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: x86 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index a15c9f66c714b17b5b6d69ec3bf24d36a810a3e0..57435ce863e50bf1230dd22d28cc6bcc11987ddd 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* deblock-a.asm: x86 deblocking
 ;*****************************************************************************
-;* Copyright (C) 2005-2019 x264 project
+;* Copyright (C) 2005-2020 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 2fd33b070fcc36a3520cd6ec4c8d47fe94544484..3c74e2d8c3facc167c34ad29b5df51b3987876d8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: x86 deblocking
  *****************************************************************************
- * Copyright (C) 2017-2019 x264 project
+ * Copyright (C) 2017-2020 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index c28a4b2d0680f9cb824b366cf588ec5d9edaa4a5..430a718363046259f2d550f4683ac36dcf5b323b 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* mc-a.asm: x86 motion compensation
 ;*****************************************************************************
-;* Copyright (C) 2003-2019 x264 project
+;* Copyright (C) 2003-2020 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 8623364cfaef545ada493a355544ecc6e1314e26..531f7829bf6214789946e52073e08c006ccfccb4 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* mc-a2.asm: x86 motion compensation
 ;*****************************************************************************
-;* Copyright (C) 2005-2019 x264 project
+;* Copyright (C) 2005-2020 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 51d915c18c39cb1576775fa44bf2757f7af15c7e..4efa9047c5173c4b5ed16bf308c379c719355857 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: x86 motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index fc83f4654a2e48f4ff3637335400d446dee8710c..7e4414a4129b6e5199f41550a5aad64f31d0c29e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: x86 motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index a6224993c1cc97d3e941ded35720777ff8155c49..6fc1e92b6b60d85d19f77cb0a9bde119576eeb36 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* pixel-32.asm: x86_32 pixel metrics
 ;*****************************************************************************
-;* Copyright (C) 2003-2019 x264 project
+;* Copyright (C) 2003-2020 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Laurent Aimar <fenrir@via.ecp.fr>
index 0652a4fa83e97e12e9c64ced5d962bf3347a4f04..53511ab14c5b6efdd5aa9d347bc05fa4a4f34451 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* pixel.asm: x86 pixel metrics
 ;*****************************************************************************
-;* Copyright (C) 2003-2019 x264 project
+;* Copyright (C) 2003-2020 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index 4acc6d3be3f4d48562b28f3f8b2b0e1ae62a631a..d1ec24e9c4822289b8c8b40ca43b05ffee8f2d0a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: x86 pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 77a06a114b02a7b94ecf57ba05c17cdd79dcb6dd..a9c28193b183dbed4eeca0a68860d4ecc4fc87d0 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* predict-a.asm: x86 intra prediction
 ;*****************************************************************************
-;* Copyright (C) 2005-2019 x264 project
+;* Copyright (C) 2005-2020 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index f9af0f50dd86bc33e6a1f9d29dcb7f450b741fbe..45b9be6ef19adf8ce95d2a72e57e0bb9f3fbded3 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict-c.c: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index b64e577b3812870a73ea5d38b8b5ca6c52938c3a..1a881fc67a912c3b84527554b687c3277ec278fc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: x86 intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 7404e44da904309e2fd3f5e88146dfab858a75e1..be1674776997da06b3bb90624495c4d82d87c2ec 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* quant-a.asm: x86 quantization and level-run
 ;*****************************************************************************
-;* Copyright (C) 2005-2019 x264 project
+;* Copyright (C) 2005-2020 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 1562728de68dcc6071fcc6b3e4d8a5c8a18867e8..c9b92e59a25eacc18eec1d9c018e919fe24337e4 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: x86 quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2019 x264 project
+ * Copyright (C) 2005-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 3ea2bca53234f2a108ca79cf839cca556ddb369f..1e350456ae0efa76ab02544b1e8d111ae34087ed 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* sad-a.asm: x86 sad functions
 ;*****************************************************************************
-;* Copyright (C) 2003-2019 x264 project
+;* Copyright (C) 2003-2020 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index df4ad83a5b0ba907c60028f719a9e03453887946..8ee8c21b438bb8130ac0eebb9e2e19d7d0c2da0a 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* sad16-a.asm: x86 high depth sad functions
 ;*****************************************************************************
-;* Copyright (C) 2010-2019 x264 project
+;* Copyright (C) 2010-2020 x264 project
 ;*
 ;* Authors: Oskar Arvidsson <oskar@irock.se>
 ;*          Henrik Gramner <henrik@gramner.com>
index d94b9b50d646a70070656ca80d5f2ee1f8d53b34..41d1dd21be5231ad5b2e8df3da1fc70f08b1a858 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* trellis-64.asm: x86_64 trellis quantization
 ;*****************************************************************************
-;* Copyright (C) 2012-2019 x264 project
+;* Copyright (C) 2012-2020 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*
index 1eba416d462e95c71599096f752497a53d854b8c..12b251a282bc9dbf0b10ed4784eb1fead7ed9dc3 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * util.h: x86 inline asm
  *****************************************************************************
- * Copyright (C) 2008-2019 x264 project
+ * Copyright (C) 2008-2020 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
index 24540e324c3d31547ce284a9b882cc0531017146..3fdfbc958438494615582afb235f3e3353c99660 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* x86inc.asm: x264asm abstraction layer
 ;*****************************************************************************
-;* Copyright (C) 2005-2019 x264 project
+;* Copyright (C) 2005-2020 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Henrik Gramner <henrik@gramner.com>
index e8a8efa7ee6ec49b84ebc3bd96a8b90619ae62e0..ad7295df2d0e77ddab97b5397313fe4a8d2fb6a1 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* x86util.asm: x86 utility macros
 ;*****************************************************************************
-;* Copyright (C) 2008-2019 x264 project
+;* Copyright (C) 2008-2020 x264 project
 ;*
 ;* Authors: Holger Lubitz <holger@lubitz.org>
 ;*          Loren Merritt <lorenm@u.washington.edu>
index f5ecfedbbdaa7aea867b9fd0a1fbd0cf6a992aa6..1987ba3311b710d7a9588c953208274f79d82975 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * analyse.c: macroblock analysis
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 3048c26d9b4c521dd750da9409b2210f81a713f5..92bb52ae0faf2f06937869a153e974277596f495 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * analyse.h: macroblock analysis
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index e50578fd5700a655287084cdd1f7f3ed11c0d7ca..2f3d81ea115480261e82f8c0eab588fe002cb2f3 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * api.c: bit depth independent interface
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Vittorio Giovara <vittorio.giovara@gmail.com>
  *          Luca Barbato <lu_zero@gentoo.org>
index b76ff130638277022ae1fa63a5762040d8ca9786..53f8e796fe9a0f42bf72edd7eca28bf89a80a938 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.c: cabac bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 7edfe687514a9a46e01b0091581145b066b6d8eb..3dcfe90cf0924e1f71106f4a0ed8c179404d2d11 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cavlc.c: cavlc bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 64f5691d0e19df70650485d0e0d01152a837e78a..6606641a2599a84e2250701fbdfb161bd52f825d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * encoder.c: top-level encoder functions
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 61691e1f9aa404378bac16cfaa3b07bab759380f..73915bcd9f6364840c681a6a1e94016e586d2594 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * lookahead.c: high-level lookahead functions
  *****************************************************************************
- * Copyright (C) 2010-2019 Avail Media and x264 project
+ * Copyright (C) 2010-2020 Avail Media and x264 project
  *
  * Authors: Michael Kazmier <mkazmier@availmedia.com>
  *          Alex Giladi <agiladi@availmedia.com>
index 609cdcb439d0d0df0fcd6c0c84b51e0f7f0b7e64..a40077effe3ac9e4a3919217dc044dde35164dc5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.c: macroblock encoding
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 8149a5ae9562bbb6755adddfc2cb1dd0ab754204..49d297af05ff36d19673aa9b6ef75a1dcaf40691 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.h: macroblock encoding
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 8c5a2029974a4fcef54a1b605ecc8d4c5555c94b..d69122498e3336f5a3d44f0c08562944a94a592e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * me.c: motion estimation
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index f64fce0726eaf9ca64272a01d4570ce59647e893..5bc4d72952ac40a9a4156cdaa6468d982930b472 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * me.h: motion estimation
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index b0ee5c8ee3f5253401947640843bccc353038b5e..40fb91692e024c3a2af89b91e26c0dafcabe2b19 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ratecontrol.c: ratecontrol
  *****************************************************************************
- * Copyright (C) 2005-2019 x264 project
+ * Copyright (C) 2005-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Michael Niedermayer <michaelni@gmx.at>
index bd2854c5ebfa9ddf832881f8f7ec403bc097c620..b3f3394aa5ed2ae688d24d9d81d2c3e54019489b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ratecontrol.h: ratecontrol
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 743934fef7d33b5bcb502befb1a6ceca2402a05b..aa29db5ecc62ef63cb87f4564a8e3d53be0837ef 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rdo.c: rate-distortion optimization
  *****************************************************************************
- * Copyright (C) 2005-2019 x264 project
+ * Copyright (C) 2005-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index b8e35b2381e3122ecda511b7f61ef32d28f89b67..7bb7a1ae62155fc44abdea0227c27603de2e6ae1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set: header writing
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
@@ -594,7 +594,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-2019 - http://www.videolan.org/x264.html - options: %s",
+             "Copy%s 2003-2020 - http://www.videolan.org/x264.html - options: %s",
              X264_BUILD, X264_VERSION, HAVE_GPL?"left":"right", opts );
     length = strlen(payload)+1;
 
index feafc7516aaee37cf95f6b8c6a217f7d1c3ebaf1..e15452568480ce2927aa57b0f404212a0d64f193 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.h: header writing
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 5235bf5d19eb78ee1add9d933602369706676213..24dd40fe31a7ca37beec2ce203470e41788fabd8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * slicetype-cl.c: OpenCL slicetype decision code (lowres lookahead)
  *****************************************************************************
- * Copyright (C) 2012-2019 x264 project
+ * Copyright (C) 2012-2020 x264 project
  *
  * Authors: Steve Borho <sborho@multicorewareinc.com>
  *
index f0373a569ed40d7744b934c991c12e0adcec3399..234bf5262e12911296244ccf5993acf82bddeac6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * slicetype-cl.h: OpenCL slicetype decision code (lowres lookahead)
  *****************************************************************************
- * Copyright (C) 2017-2019 x264 project
+ * Copyright (C) 2017-2020 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index a520f5864db6dd65870aaf5f6207f9b59121a9bc..d733fddbd51ab8f05d4d02082864ba32ffe0d971 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * slicetype.c: lookahead analysis
  *****************************************************************************
- * Copyright (C) 2005-2019 x264 project
+ * Copyright (C) 2005-2020 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
index 5321670ba35c4ea302936e69dc24abd21ede5621..a385d1316ccf85de8f70bb7fba98f7e2a21b54f2 100644 (file)
--- a/example.c
+++ b/example.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * example.c: libx264 API usage example
  *****************************************************************************
- * Copyright (C) 2014-2019 x264 project
+ * Copyright (C) 2014-2020 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index f8af8309043c13ae94306d9fda2af8464cf61a68..5083e8f8b3f7a8659f43c80b6172e49e4296a6ed 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * intel_dispatcher.h: intel compiler cpu dispatcher override
  *****************************************************************************
- * Copyright (C) 2014-2019 x264 project
+ * Copyright (C) 2014-2020 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 0088e2a97f95adbdb4597062ffd6ca24acdd64b5..3514b3eabdcb94331fcdff2653b26a4731e442f3 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * filters.c: common filter functions
  *****************************************************************************
- * Copyright (C) 2010-2019 x264 project
+ * Copyright (C) 2010-2020 x264 project
  *
  * Authors: Diogo Franco <diogomfranco@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index f21cf42b58a25c23416fe4b985177c694a461442..e5548462f1b85efb7bb1a082a88f4c733c041279 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * filters.h: common filter functions
  *****************************************************************************
- * Copyright (C) 2010-2019 x264 project
+ * Copyright (C) 2010-2020 x264 project
  *
  * Authors: Diogo Franco <diogomfranco@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index eaad0bd8a24cc5a74696e520194e2d7ade3945db..ae2e72fba61e1731cc0cfeeaf5ea40a4e1e7075f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cache.c: cache video filter
  *****************************************************************************
- * Copyright (C) 2010-2019 x264 project
+ * Copyright (C) 2010-2020 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index ef8d83b6810a1069f071236cad23dc21c6a4625c..f3760ddf48e6aa692a182138c793e24744144b33 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * crop.c: crop video filter
  *****************************************************************************
- * Copyright (C) 2010-2019 x264 project
+ * Copyright (C) 2010-2020 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          James Darnley <james.darnley@gmail.com>
index e503856cc857899aff034ddf72b8d4ef4e0c0dfe..568b142cb3f9bddcb7ee36b9aa3e4ee83b00688f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * depth.c: bit-depth conversion video filter
  *****************************************************************************
- * Copyright (C) 2010-2019 x264 project
+ * Copyright (C) 2010-2020 x264 project
  *
  * Authors: Oskar Arvidsson <oskar@irock.se>
  *
index 22fde202acf894b4c884da3eaf742241edc337f8..75ab38ef2fe964df388ff048c66eae9c174e8200 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * fix_vfr_pts.c: vfr pts fixing video filter
  *****************************************************************************
- * Copyright (C) 2010-2019 x264 project
+ * Copyright (C) 2010-2020 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 9a410e83fe6b74c69a9a49e54211a66710dc8527..703e42998685fec0f4fd12a32c213317a559abf9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * internal.c: video filter utilities
  *****************************************************************************
- * Copyright (C) 2010-2019 x264 project
+ * Copyright (C) 2010-2020 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 6cf8d07cb8ea90cdb1340a6c145d0853d8927951..8939953c70340de04a0caf5e85fface46eb0e80e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * internal.h: video filter utilities
  *****************************************************************************
- * Copyright (C) 2010-2019 x264 project
+ * Copyright (C) 2010-2020 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 29abbcca396d975b04291d9511660c3beb3b0498..9f16f51aeec6353cd4c000d587a07ea03e67a8e8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * resize.c: resize video filter
  *****************************************************************************
- * Copyright (C) 2010-2019 x264 project
+ * Copyright (C) 2010-2020 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 4825e809ab71f6a6a73452481ba0d53b13dbe446..9104bff0cbbf46531ae66294eb5af3e03013cfd8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * select_every.c: select-every video filter
  *****************************************************************************
- * Copyright (C) 2010-2019 x264 project
+ * Copyright (C) 2010-2020 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index f291b011307335f5397a912b4e4c5a0da937849a..acae9049e68dac380d2b8121718b9beb50a1e5e6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * source.c: source video filter
  *****************************************************************************
- * Copyright (C) 2010-2019 x264 project
+ * Copyright (C) 2010-2020 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index d9df557056afa038b9f7d42defc96e0c49ec70f0..f09d4b74fb534ce0c1aa9bcdb070640e0010efac 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * video.c: video filters
  *****************************************************************************
- * Copyright (C) 2010-2019 x264 project
+ * Copyright (C) 2010-2020 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 3c7ba2acf81a692270718ac8ae100ded153b3bd6..d1029dfdf2a8ed4df624528bcba61de09ba31303 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * video.h: video filters
  *****************************************************************************
- * Copyright (C) 2010-2019 x264 project
+ * Copyright (C) 2010-2020 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index c9917d308dcf73e98818b39c261ef54cc09dd78c..44addca32d21e10fa42b56136f02e73f223efdb8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * avs.c: avisynth input
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Anton Mitrofanov <BugMaster@narod.ru>
index 2de96be29103a58ec7a232a4ff769f2c5097ee1a..19b1fd7e87bfe4e2be1a37d8647cfe27398fd3f2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ffms.c: ffmpegsource input
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: Mike Gurlitz <mike.gurlitz@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index fa36cf96630d5edc65735b2186b83727faa0ecda..29f7d2b93c5c08ccd5e860a209b8d821ecd5d966 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * input.c: common input functions
  *****************************************************************************
- * Copyright (C) 2010-2019 x264 project
+ * Copyright (C) 2010-2020 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Henrik Gramner <henrik@gramner.com>
index 43b3218d29fbccf388789471cb1ba626b868245b..fa1a58fca96b6be0e02bf3d4f36a2c953c5e11b8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * input.h: file input
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 3eceae45f162f228a18ed5404c9cfb75e44111ba..7a064eb34c9b9ad7b1122e7371ee8ed04c2ccaad 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * lavf.c: libavformat input
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: Mike Gurlitz <mike.gurlitz@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index ffb2400445a3057f082b0d1c2f50df18ce60f30d..acd312b0701c4151df50b8aff78c1d6df86d0534 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * raw.c: raw input
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index eb46365fa91bb1b619624f8baef6f991f499aeee..c620cbf1a19d878a69e4bdc5501d994a4a880156 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * thread.c: threaded input
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index f145e061747e761bca90b7a7eca6b94f45df513f..e7e7f03d007eac2d89295e4683f108e7789be4bd 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * timecode.c: timecode file input
  *****************************************************************************
- * Copyright (C) 2010-2019 x264 project
+ * Copyright (C) 2010-2020 x264 project
  *
  * Authors: Yusuke Nakamura <muken.the.vfrmaniac@gmail.com>
  *
index 7d6ff9c453342110d9e72de04b41b869714b986e..7b9b6d1f1990a2a7a9a0f8216c599d993c20b428 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * y4m.c: y4m input
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 2fabc2724c15451547d02916a1d9231407746d84..2efd5b18467840a0987340249b7817944dada882 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv.c: flv muxer
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
index d059771173053d411470a01c59aea0029e4e88fd..226555ac2c44dd8097263ee747a5cb67d565dfa6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv_bytestream.c: flv muxer utilities
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
index 868221153ec8cc626eab28d6d5536a949fd296e7..0fa738a4e5793ab1ce4e5037181aa0236fb786d3 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv_bytestream.h: flv muxer utilities
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
index d59c36fb694aacc8ca918030e6510bf88b431dda..0c3ca13f704f3962698b387059afa29e1b96ff46 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska.c: matroska muxer
  *****************************************************************************
- * Copyright (C) 2005-2019 x264 project
+ * Copyright (C) 2005-2020 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
index 1a6f992d7ce2d077e6f86fb9c60af7db392ec55f..950dd563fac0453175fda5ce4fe31b9bb587c94f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska_ebml.c: matroska muxer utilities
  *****************************************************************************
- * Copyright (C) 2005-2019 x264 project
+ * Copyright (C) 2005-2020 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
index 882b9f5bf0d76e10fbaea4c30880abc7f8168773..bb67efe4f0814a9e56552a3516577d660a2fa3ea 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska_ebml.h: matroska muxer utilities
  *****************************************************************************
- * Copyright (C) 2005-2019 x264 project
+ * Copyright (C) 2005-2020 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
index 40600d93eb0441d7ae4c4781c56e11221e4c01b3..944e777113c4919520aeae131b542b9b2e0d3366 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mp4.c: mp4 muxer
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 659587dd6e4b9840d3c0b8c19931c10f737df762..1b0ef59b55bf88b17ffe117a53c6cfc8a9860562 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mp4_lsmash.c: mp4 muxer using L-SMASH
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 0d8a52ef331a69194728094f00ebe1735041b696..a111e4fe4079fb0896d54c30e293a3893daeeb95 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * output.h: x264 file output modules
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 24d303b07d2aca993bf233a9037dd2c2431d76bb..ca86e41962f50202eca3d30fb7348c98b1d9b441 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * raw.c: raw muxer
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 2a06e98b29909f40cfedf00a5d2420b0d2abcc74..0faa83a5c07321ea7166d7f9d9db92d4494447b2 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* checkasm-a.asm: assembly check tool
 ;*****************************************************************************
-;* Copyright (C) 2008-2019 x264 project
+;* Copyright (C) 2008-2020 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Henrik Gramner <henrik@gramner.com>
index dde8e0d3151e91f279435562dbf71ca1fd975d87..e637dcbe2ca363cd7a02d79559ba34358d5c0d7a 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * checkasm-aarch64.S: assembly check tool
  *****************************************************************************
- * Copyright (C) 2015-2019 x264 project
+ * Copyright (C) 2015-2020 x264 project
  *
  * Authors: Martin Storsjo <martin@martin.st>
  *
index 5aa18c9bd6d2e5d589c0b11d3a69a9f8ce201599..649396156e08b78fc065e9cb88be7fa8e9fdcba5 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * checkasm-arm.S: assembly check tool
  *****************************************************************************
- * Copyright (C) 2015-2019 x264 project
+ * Copyright (C) 2015-2020 x264 project
  *
  * Authors: Martin Storsjo <martin@martin.st>
  *
index 49ba11fca1a1b4e4bc435c5e88e5d50de506fd7c..a3bb6b8645e3d0f67c279b8230db65843130392b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * checkasm.c: assembly check tool
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/x264.c b/x264.c
index 624f34206aebaacf5df3c8b65018e6e3efdbfedc..1d6334eef5229e51432569cafaa54b4349633be3 100644 (file)
--- a/x264.c
+++ b/x264.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264: top-level x264cli functions
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/x264.h b/x264.h
index d48f62f89378e8e66155a765e868417b896da388..d928a65b2e10457456cd5329505a984a2f7ce479 100644 (file)
--- a/x264.h
+++ b/x264.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264.h: x264 public header
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index a530d3e2bd28b0e2c3142d5311fd7a41344e20f5..a7a6ad178e50c811af93a58e4a26751a3995d638 100644 (file)
--- a/x264cli.h
+++ b/x264cli.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264cli.h: x264cli common
  *****************************************************************************
- * Copyright (C) 2003-2019 x264 project
+ * Copyright (C) 2003-2020 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index d98ddcdccddb578315f00d3599e4834eb9eb6421..b0bf88d8a7efb3589719acd1219a149ff6136559 100644 (file)
--- a/x264dll.c
+++ b/x264dll.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264dll: x264 DLLMain for win32
  *****************************************************************************
- * Copyright (C) 2009-2019 x264 project
+ * Copyright (C) 2009-2020 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 4dc97fd214f40d371eb2f84c522e6c86d2d55954..cfac1f92ba8e836d599dc5fc475b7c46d65b639f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264res.rc: windows resource file
  *****************************************************************************
- * Copyright (C) 2012-2019 x264 project
+ * Copyright (C) 2012-2020 x264 project
  *
  * Authors: Henrik Gramner <henrik@gramner.com>
  *
@@ -64,7 +64,7 @@ BEGIN
 #endif
             VALUE "FileVersion",      X264_POINTVER
             VALUE "InternalName",     "x264"
-            VALUE "LegalCopyright",   "Copyright (C) 2003-2019 x264 project"
+            VALUE "LegalCopyright",   "Copyright (C) 2003-2020 x264 project"
 #ifdef DLL
             VALUE "OriginalFilename", "libx264-" xstr(X264_BUILD) ".dll"
 #else