From 04e6c65e6b2878e58c6ff6d3c395a266caa26bb3 Mon Sep 17 00:00:00 2001 From: Anton Mitrofanov Date: Sat, 29 Feb 2020 22:02:01 +0300 Subject: [PATCH] Bump dates to 2020 --- autocomplete.c | 2 +- common/aarch64/asm-offsets.c | 2 +- common/aarch64/asm-offsets.h | 2 +- common/aarch64/asm.S | 2 +- common/aarch64/bitstream-a.S | 2 +- common/aarch64/bitstream.h | 2 +- common/aarch64/cabac-a.S | 2 +- common/aarch64/dct-a.S | 2 +- common/aarch64/dct.h | 2 +- common/aarch64/deblock-a.S | 2 +- common/aarch64/deblock.h | 2 +- common/aarch64/mc-a.S | 2 +- common/aarch64/mc-c.c | 2 +- common/aarch64/mc.h | 2 +- common/aarch64/pixel-a.S | 2 +- common/aarch64/pixel.h | 2 +- common/aarch64/predict-a.S | 2 +- common/aarch64/predict-c.c | 2 +- common/aarch64/predict.h | 2 +- common/aarch64/quant-a.S | 2 +- common/aarch64/quant.h | 2 +- common/arm/asm.S | 2 +- common/arm/bitstream-a.S | 2 +- common/arm/bitstream.h | 2 +- common/arm/cpu-a.S | 2 +- common/arm/dct-a.S | 2 +- common/arm/dct.h | 2 +- common/arm/deblock-a.S | 2 +- common/arm/deblock.h | 2 +- common/arm/mc-a.S | 2 +- common/arm/mc-c.c | 2 +- common/arm/mc.h | 2 +- common/arm/pixel-a.S | 2 +- common/arm/pixel.h | 2 +- common/arm/predict-a.S | 2 +- common/arm/predict-c.c | 2 +- common/arm/predict.h | 2 +- common/arm/quant-a.S | 2 +- common/arm/quant.h | 2 +- common/base.c | 2 +- common/base.h | 2 +- common/bitstream.c | 2 +- common/bitstream.h | 2 +- common/cabac.c | 2 +- common/cabac.h | 2 +- common/common.c | 2 +- common/common.h | 2 +- common/cpu.c | 2 +- common/cpu.h | 2 +- common/dct.c | 2 +- common/dct.h | 2 +- common/deblock.c | 2 +- common/frame.c | 2 +- common/frame.h | 2 +- common/macroblock.c | 2 +- common/macroblock.h | 2 +- common/mc.c | 2 +- common/mc.h | 2 +- common/mips/dct-c.c | 2 +- common/mips/dct.h | 2 +- common/mips/deblock-c.c | 2 +- common/mips/deblock.h | 2 +- common/mips/macros.h | 2 +- common/mips/mc-c.c | 2 +- common/mips/mc.h | 2 +- common/mips/pixel-c.c | 2 +- common/mips/pixel.h | 2 +- common/mips/predict-c.c | 2 +- common/mips/predict.h | 2 +- common/mips/quant-c.c | 2 +- common/mips/quant.h | 2 +- common/mvpred.c | 2 +- common/opencl.c | 2 +- common/opencl.h | 2 +- common/osdep.c | 2 +- common/osdep.h | 2 +- common/pixel.c | 2 +- common/pixel.h | 2 +- common/ppc/dct.c | 2 +- common/ppc/dct.h | 2 +- common/ppc/deblock.c | 2 +- common/ppc/deblock.h | 2 +- common/ppc/mc.c | 2 +- common/ppc/mc.h | 2 +- common/ppc/pixel.c | 2 +- common/ppc/pixel.h | 2 +- common/ppc/ppccommon.h | 2 +- common/ppc/predict.c | 2 +- common/ppc/predict.h | 2 +- common/ppc/quant.c | 2 +- common/ppc/quant.h | 2 +- common/predict.c | 2 +- common/predict.h | 2 +- common/quant.c | 2 +- common/quant.h | 2 +- common/rectangle.c | 2 +- common/rectangle.h | 2 +- common/set.c | 2 +- common/set.h | 2 +- common/tables.c | 2 +- common/tables.h | 2 +- common/threadpool.c | 2 +- common/threadpool.h | 2 +- common/vlc.c | 2 +- common/win32thread.c | 2 +- common/win32thread.h | 2 +- common/x86/bitstream-a.asm | 2 +- common/x86/bitstream.h | 2 +- common/x86/cabac-a.asm | 2 +- common/x86/const-a.asm | 2 +- common/x86/cpu-a.asm | 2 +- common/x86/dct-32.asm | 2 +- common/x86/dct-64.asm | 2 +- common/x86/dct-a.asm | 2 +- common/x86/dct.h | 2 +- common/x86/deblock-a.asm | 2 +- common/x86/deblock.h | 2 +- common/x86/mc-a.asm | 2 +- common/x86/mc-a2.asm | 2 +- common/x86/mc-c.c | 2 +- common/x86/mc.h | 2 +- common/x86/pixel-32.asm | 2 +- common/x86/pixel-a.asm | 2 +- common/x86/pixel.h | 2 +- common/x86/predict-a.asm | 2 +- common/x86/predict-c.c | 2 +- common/x86/predict.h | 2 +- common/x86/quant-a.asm | 2 +- common/x86/quant.h | 2 +- common/x86/sad-a.asm | 2 +- common/x86/sad16-a.asm | 2 +- common/x86/trellis-64.asm | 2 +- common/x86/util.h | 2 +- common/x86/x86inc.asm | 2 +- common/x86/x86util.asm | 2 +- encoder/analyse.c | 2 +- encoder/analyse.h | 2 +- encoder/api.c | 2 +- encoder/cabac.c | 2 +- encoder/cavlc.c | 2 +- encoder/encoder.c | 2 +- encoder/lookahead.c | 2 +- encoder/macroblock.c | 2 +- encoder/macroblock.h | 2 +- encoder/me.c | 2 +- encoder/me.h | 2 +- encoder/ratecontrol.c | 2 +- encoder/ratecontrol.h | 2 +- encoder/rdo.c | 2 +- encoder/set.c | 4 ++-- encoder/set.h | 2 +- encoder/slicetype-cl.c | 2 +- encoder/slicetype-cl.h | 2 +- encoder/slicetype.c | 2 +- example.c | 2 +- extras/intel_dispatcher.h | 2 +- filters/filters.c | 2 +- filters/filters.h | 2 +- filters/video/cache.c | 2 +- filters/video/crop.c | 2 +- filters/video/depth.c | 2 +- filters/video/fix_vfr_pts.c | 2 +- filters/video/internal.c | 2 +- filters/video/internal.h | 2 +- filters/video/resize.c | 2 +- filters/video/select_every.c | 2 +- filters/video/source.c | 2 +- filters/video/video.c | 2 +- filters/video/video.h | 2 +- input/avs.c | 2 +- input/ffms.c | 2 +- input/input.c | 2 +- input/input.h | 2 +- input/lavf.c | 2 +- input/raw.c | 2 +- input/thread.c | 2 +- input/timecode.c | 2 +- input/y4m.c | 2 +- output/flv.c | 2 +- output/flv_bytestream.c | 2 +- output/flv_bytestream.h | 2 +- output/matroska.c | 2 +- output/matroska_ebml.c | 2 +- output/matroska_ebml.h | 2 +- output/mp4.c | 2 +- output/mp4_lsmash.c | 2 +- output/output.h | 2 +- output/raw.c | 2 +- tools/checkasm-a.asm | 2 +- tools/checkasm-aarch64.S | 2 +- tools/checkasm-arm.S | 2 +- tools/checkasm.c | 2 +- x264.c | 2 +- x264.h | 2 +- x264cli.h | 2 +- x264dll.c | 2 +- x264res.rc | 4 ++-- 197 files changed, 199 insertions(+), 199 deletions(-) diff --git a/autocomplete.c b/autocomplete.c index 37c55845..516d9f21 100644 --- a/autocomplete.c +++ b/autocomplete.c @@ -1,7 +1,7 @@ /***************************************************************************** * autocomplete: x264cli shell autocomplete ***************************************************************************** - * Copyright (C) 2018-2019 x264 project + * Copyright (C) 2018-2020 x264 project * * Authors: Henrik Gramner * diff --git a/common/aarch64/asm-offsets.c b/common/aarch64/asm-offsets.c index 3fe6eb40..279cc010 100644 --- a/common/aarch64/asm-offsets.c +++ b/common/aarch64/asm-offsets.c @@ -1,7 +1,7 @@ /***************************************************************************** * asm-offsets.c: check asm offsets for aarch64 ***************************************************************************** - * Copyright (C) 2014-2019 x264 project + * Copyright (C) 2014-2020 x264 project * * Authors: Janne Grunau * diff --git a/common/aarch64/asm-offsets.h b/common/aarch64/asm-offsets.h index 9ab0f0f3..c1e8f71e 100644 --- a/common/aarch64/asm-offsets.h +++ b/common/aarch64/asm-offsets.h @@ -1,7 +1,7 @@ /***************************************************************************** * asm-offsets.h: asm offsets for aarch64 ***************************************************************************** - * Copyright (C) 2014-2019 x264 project + * Copyright (C) 2014-2020 x264 project * * Authors: Janne Grunau * diff --git a/common/aarch64/asm.S b/common/aarch64/asm.S index 40dfb1a5..8e4fea99 100644 --- a/common/aarch64/asm.S +++ b/common/aarch64/asm.S @@ -1,7 +1,7 @@ /***************************************************************************** * asm.S: AArch64 utility macros ***************************************************************************** - * Copyright (C) 2008-2019 x264 project + * Copyright (C) 2008-2020 x264 project * * Authors: Mans Rullgard * David Conrad diff --git a/common/aarch64/bitstream-a.S b/common/aarch64/bitstream-a.S index b8b0a5e7..f29b915c 100644 --- a/common/aarch64/bitstream-a.S +++ b/common/aarch64/bitstream-a.S @@ -1,7 +1,7 @@ /***************************************************************************** * bitstream-a.S: aarch64 bitstream functions ***************************************************************************** - * Copyright (C) 2014-2019 x264 project + * Copyright (C) 2014-2020 x264 project * * Authors: Janne Grunau * diff --git a/common/aarch64/bitstream.h b/common/aarch64/bitstream.h index 483e0f1a..a0e86db8 100644 --- a/common/aarch64/bitstream.h +++ b/common/aarch64/bitstream.h @@ -1,7 +1,7 @@ /***************************************************************************** * bitstream.h: aarch64 bitstream functions ***************************************************************************** - * Copyright (C) 2017-2019 x264 project + * Copyright (C) 2017-2020 x264 project * * Authors: Anton Mitrofanov * diff --git a/common/aarch64/cabac-a.S b/common/aarch64/cabac-a.S index d45bb815..8c28c825 100644 --- a/common/aarch64/cabac-a.S +++ b/common/aarch64/cabac-a.S @@ -1,7 +1,7 @@ /***************************************************************************** * cabac-a.S: aarch64 cabac ***************************************************************************** - * Copyright (C) 2014-2019 x264 project + * Copyright (C) 2014-2020 x264 project * * Authors: Janne Grunau * diff --git a/common/aarch64/dct-a.S b/common/aarch64/dct-a.S index bcaf7f44..48accfcb 100644 --- a/common/aarch64/dct-a.S +++ b/common/aarch64/dct-a.S @@ -1,7 +1,7 @@ /**************************************************************************** * dct-a.S: aarch64 transform and zigzag ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: David Conrad * Janne Grunau diff --git a/common/aarch64/dct.h b/common/aarch64/dct.h index 5ddc9dad..8c392fcb 100644 --- a/common/aarch64/dct.h +++ b/common/aarch64/dct.h @@ -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 * Janne Grunau diff --git a/common/aarch64/deblock-a.S b/common/aarch64/deblock-a.S index 158909df..9925a337 100644 --- a/common/aarch64/deblock-a.S +++ b/common/aarch64/deblock-a.S @@ -1,7 +1,7 @@ /***************************************************************************** * deblock.S: aarch64 deblocking ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: Mans Rullgard * Janne Grunau diff --git a/common/aarch64/deblock.h b/common/aarch64/deblock.h index ca41f1c0..79f118db 100644 --- a/common/aarch64/deblock.h +++ b/common/aarch64/deblock.h @@ -1,7 +1,7 @@ /***************************************************************************** * deblock.h: aarch64 deblocking ***************************************************************************** - * Copyright (C) 2017-2019 x264 project + * Copyright (C) 2017-2020 x264 project * * Authors: Anton Mitrofanov * diff --git a/common/aarch64/mc-a.S b/common/aarch64/mc-a.S index 0d172db7..bf11e70d 100644 --- a/common/aarch64/mc-a.S +++ b/common/aarch64/mc-a.S @@ -1,7 +1,7 @@ /***************************************************************************** * mc.S: aarch64 motion compensation ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: David Conrad * Janne Grunau diff --git a/common/aarch64/mc-c.c b/common/aarch64/mc-c.c index 6aad85ed..ef5894d8 100644 --- a/common/aarch64/mc-c.c +++ b/common/aarch64/mc-c.c @@ -1,7 +1,7 @@ /***************************************************************************** * mc-c.c: aarch64 motion compensation ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: David Conrad * Janne Grunau diff --git a/common/aarch64/mc.h b/common/aarch64/mc.h index 774e6e49..c758a0f2 100644 --- a/common/aarch64/mc.h +++ b/common/aarch64/mc.h @@ -1,7 +1,7 @@ /***************************************************************************** * mc.h: aarch64 motion compensation ***************************************************************************** - * Copyright (C) 2014-2019 x264 project + * Copyright (C) 2014-2020 x264 project * * Authors: Janne Grunau * diff --git a/common/aarch64/pixel-a.S b/common/aarch64/pixel-a.S index 7d7c39f1..a5b1cbb1 100644 --- a/common/aarch64/pixel-a.S +++ b/common/aarch64/pixel-a.S @@ -1,7 +1,7 @@ /***************************************************************************** * pixel.S: aarch64 pixel metrics ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: David Conrad * Janne Grunau diff --git a/common/aarch64/pixel.h b/common/aarch64/pixel.h index 0937ed16..6aff90fc 100644 --- a/common/aarch64/pixel.h +++ b/common/aarch64/pixel.h @@ -1,7 +1,7 @@ /***************************************************************************** * pixel.h: aarch64 pixel metrics ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: David Conrad * Janne Grunau diff --git a/common/aarch64/predict-a.S b/common/aarch64/predict-a.S index c7fca3d4..b1c361fe 100644 --- a/common/aarch64/predict-a.S +++ b/common/aarch64/predict-a.S @@ -1,7 +1,7 @@ /***************************************************************************** * predict.S: aarch64 intra prediction ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: David Conrad * Mans Rullgard diff --git a/common/aarch64/predict-c.c b/common/aarch64/predict-c.c index 283f6798..0bfe781b 100644 --- a/common/aarch64/predict-c.c +++ b/common/aarch64/predict-c.c @@ -1,7 +1,7 @@ /***************************************************************************** * predict.c: aarch64 intra prediction ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: David Conrad * Janne Grunau diff --git a/common/aarch64/predict.h b/common/aarch64/predict.h index f1913623..b4e391eb 100644 --- a/common/aarch64/predict.h +++ b/common/aarch64/predict.h @@ -1,7 +1,7 @@ /***************************************************************************** * predict.h: aarch64 intra prediction ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: David Conrad * Janne Grunau diff --git a/common/aarch64/quant-a.S b/common/aarch64/quant-a.S index 4e295477..4a8a0de9 100644 --- a/common/aarch64/quant-a.S +++ b/common/aarch64/quant-a.S @@ -1,7 +1,7 @@ /**************************************************************************** * quant.S: arm quantization and level-run ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: David Conrad * Janne Grunau diff --git a/common/aarch64/quant.h b/common/aarch64/quant.h index 308092be..0097cc5a 100644 --- a/common/aarch64/quant.h +++ b/common/aarch64/quant.h @@ -1,7 +1,7 @@ /***************************************************************************** * quant.h: arm quantization and level-run ***************************************************************************** - * Copyright (C) 2005-2019 x264 project + * Copyright (C) 2005-2020 x264 project * * Authors: David Conrad * Janne Grunau diff --git a/common/arm/asm.S b/common/arm/asm.S index 79748c76..0802947f 100644 --- a/common/arm/asm.S +++ b/common/arm/asm.S @@ -1,7 +1,7 @@ /***************************************************************************** * asm.S: arm utility macros ***************************************************************************** - * Copyright (C) 2008-2019 x264 project + * Copyright (C) 2008-2020 x264 project * * Authors: Mans Rullgard * David Conrad diff --git a/common/arm/bitstream-a.S b/common/arm/bitstream-a.S index 0031141c..888676cf 100644 --- a/common/arm/bitstream-a.S +++ b/common/arm/bitstream-a.S @@ -1,7 +1,7 @@ /***************************************************************************** * bitstream-a.S: arm bitstream functions ***************************************************************************** - * Copyright (C) 2014-2019 x264 project + * Copyright (C) 2014-2020 x264 project * * Authors: Janne Grunau * diff --git a/common/arm/bitstream.h b/common/arm/bitstream.h index 000d3bc4..5147926e 100644 --- a/common/arm/bitstream.h +++ b/common/arm/bitstream.h @@ -1,7 +1,7 @@ /***************************************************************************** * bitstream.h: arm bitstream functions ***************************************************************************** - * Copyright (C) 2017-2019 x264 project + * Copyright (C) 2017-2020 x264 project * * Authors: Anton Mitrofanov * diff --git a/common/arm/cpu-a.S b/common/arm/cpu-a.S index a24c9b4a..0a1d230f 100644 --- a/common/arm/cpu-a.S +++ b/common/arm/cpu-a.S @@ -1,7 +1,7 @@ /***************************************************************************** * cpu-a.S: arm cpu detection ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: David Conrad * diff --git a/common/arm/dct-a.S b/common/arm/dct-a.S index c0caa2c3..6d1e58a1 100644 --- a/common/arm/dct-a.S +++ b/common/arm/dct-a.S @@ -1,7 +1,7 @@ /**************************************************************************** * dct-a.S: arm transform and zigzag ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: David Conrad * Martin Storsjo diff --git a/common/arm/dct.h b/common/arm/dct.h index ac81c9e5..0de3b13f 100644 --- a/common/arm/dct.h +++ b/common/arm/dct.h @@ -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 * diff --git a/common/arm/deblock-a.S b/common/arm/deblock-a.S index 218741e8..efa70b77 100644 --- a/common/arm/deblock-a.S +++ b/common/arm/deblock-a.S @@ -1,7 +1,7 @@ /***************************************************************************** * deblock.S: arm deblocking ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: Mans Rullgard * Martin Storsjo diff --git a/common/arm/deblock.h b/common/arm/deblock.h index af25e9ce..b4067549 100644 --- a/common/arm/deblock.h +++ b/common/arm/deblock.h @@ -1,7 +1,7 @@ /***************************************************************************** * deblock.h: arm deblocking ***************************************************************************** - * Copyright (C) 2017-2019 x264 project + * Copyright (C) 2017-2020 x264 project * * Authors: Anton Mitrofanov * diff --git a/common/arm/mc-a.S b/common/arm/mc-a.S index 1c32fbc0..47d4433b 100644 --- a/common/arm/mc-a.S +++ b/common/arm/mc-a.S @@ -1,7 +1,7 @@ /***************************************************************************** * mc.S: arm motion compensation ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: David Conrad * Mans Rullgard diff --git a/common/arm/mc-c.c b/common/arm/mc-c.c index d31b239a..481cc25c 100644 --- a/common/arm/mc-c.c +++ b/common/arm/mc-c.c @@ -1,7 +1,7 @@ /***************************************************************************** * mc-c.c: arm motion compensation ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: David Conrad * Janne Grunau diff --git a/common/arm/mc.h b/common/arm/mc.h index f0d77644..6be71adc 100644 --- a/common/arm/mc.h +++ b/common/arm/mc.h @@ -1,7 +1,7 @@ /***************************************************************************** * mc.h: arm motion compensation ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: David Conrad * diff --git a/common/arm/pixel-a.S b/common/arm/pixel-a.S index 757f2f08..b4ac0ffb 100644 --- a/common/arm/pixel-a.S +++ b/common/arm/pixel-a.S @@ -1,7 +1,7 @@ /***************************************************************************** * pixel.S: arm pixel metrics ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: David Conrad * Janne Grunau diff --git a/common/arm/pixel.h b/common/arm/pixel.h index 842cf16b..a8f87420 100644 --- a/common/arm/pixel.h +++ b/common/arm/pixel.h @@ -1,7 +1,7 @@ /***************************************************************************** * pixel.h: arm pixel metrics ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: David Conrad * diff --git a/common/arm/predict-a.S b/common/arm/predict-a.S index b263552b..8063c2a2 100644 --- a/common/arm/predict-a.S +++ b/common/arm/predict-a.S @@ -1,7 +1,7 @@ /***************************************************************************** * predict.S: arm intra prediction ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: David Conrad * Mans Rullgard diff --git a/common/arm/predict-c.c b/common/arm/predict-c.c index a416c1ae..48534e5a 100644 --- a/common/arm/predict-c.c +++ b/common/arm/predict-c.c @@ -1,7 +1,7 @@ /***************************************************************************** * predict.c: arm intra prediction ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: David Conrad * diff --git a/common/arm/predict.h b/common/arm/predict.h index 1c426ebf..2f5621b4 100644 --- a/common/arm/predict.h +++ b/common/arm/predict.h @@ -1,7 +1,7 @@ /***************************************************************************** * predict.h: arm intra prediction ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: David Conrad * diff --git a/common/arm/quant-a.S b/common/arm/quant-a.S index 9b2b2799..22ee69bb 100644 --- a/common/arm/quant-a.S +++ b/common/arm/quant-a.S @@ -1,7 +1,7 @@ /**************************************************************************** * quant.S: arm quantization and level-run ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: David Conrad * Janne Grunau diff --git a/common/arm/quant.h b/common/arm/quant.h index 73a889d9..73c950db 100644 --- a/common/arm/quant.h +++ b/common/arm/quant.h @@ -1,7 +1,7 @@ /***************************************************************************** * quant.h: arm quantization and level-run ***************************************************************************** - * Copyright (C) 2005-2019 x264 project + * Copyright (C) 2005-2020 x264 project * * Authors: David Conrad * diff --git a/common/base.c b/common/base.c index a6510d61..4db4a1e5 100644 --- a/common/base.c +++ b/common/base.c @@ -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 * Laurent Aimar diff --git a/common/base.h b/common/base.h index 3dd13e0c..2851bd59 100644 --- a/common/base.h +++ b/common/base.h @@ -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 * Loren Merritt diff --git a/common/bitstream.c b/common/bitstream.c index 177a2c29..66448a16 100644 --- a/common/bitstream.c +++ b/common/bitstream.c @@ -1,7 +1,7 @@ /***************************************************************************** * bitstream.c: bitstream writing ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Fiona Glaser diff --git a/common/bitstream.h b/common/bitstream.h index 32a967dd..1f1aa517 100644 --- a/common/bitstream.h +++ b/common/bitstream.h @@ -1,7 +1,7 @@ /***************************************************************************** * bitstream.h: bitstream writing ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Loren Merritt * Fiona Glaser diff --git a/common/cabac.c b/common/cabac.c index dcee8ae2..0421ced2 100644 --- a/common/cabac.c +++ b/common/cabac.c @@ -1,7 +1,7 @@ /***************************************************************************** * cabac.c: arithmetic coder ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/common/cabac.h b/common/cabac.h index bb822104..25a91309 100644 --- a/common/cabac.h +++ b/common/cabac.h @@ -1,7 +1,7 @@ /***************************************************************************** * cabac.h: arithmetic coder ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Loren Merritt * Laurent Aimar diff --git a/common/common.c b/common/common.c index 17a33474..1d0dee72 100644 --- a/common/common.c +++ b/common/common.c @@ -1,7 +1,7 @@ /***************************************************************************** * common.c: misc common functions ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Loren Merritt * Laurent Aimar diff --git a/common/common.h b/common/common.h index a167df63..0a8ae95e 100644 --- a/common/common.h +++ b/common/common.h @@ -1,7 +1,7 @@ /***************************************************************************** * common.h: misc common functions ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/common/cpu.c b/common/cpu.c index 5dd811c8..98e0b141 100644 --- a/common/cpu.c +++ b/common/cpu.c @@ -1,7 +1,7 @@ /***************************************************************************** * cpu.c: cpu detection ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Loren Merritt * Laurent Aimar diff --git a/common/cpu.h b/common/cpu.h index 0a1cdb6c..13304485 100644 --- a/common/cpu.h +++ b/common/cpu.h @@ -1,7 +1,7 @@ /***************************************************************************** * cpu.h: cpu detection ***************************************************************************** - * Copyright (C) 2004-2019 x264 project + * Copyright (C) 2004-2020 x264 project * * Authors: Loren Merritt * diff --git a/common/dct.c b/common/dct.c index 83b4e720..e478e0f8 100644 --- a/common/dct.c +++ b/common/dct.c @@ -1,7 +1,7 @@ /***************************************************************************** * dct.c: transform and zigzag ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Loren Merritt * Laurent Aimar diff --git a/common/dct.h b/common/dct.h index ee0c01bb..42a5b8db 100644 --- a/common/dct.h +++ b/common/dct.h @@ -1,7 +1,7 @@ /***************************************************************************** * dct.h: transform and zigzag ***************************************************************************** - * Copyright (C) 2004-2019 x264 project + * Copyright (C) 2004-2020 x264 project * * Authors: Loren Merritt * diff --git a/common/deblock.c b/common/deblock.c index 13816d33..402b48ae 100644 --- a/common/deblock.c +++ b/common/deblock.c @@ -1,7 +1,7 @@ /***************************************************************************** * deblock.c: deblocking ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/common/frame.c b/common/frame.c index 38dea643..b96679da 100644 --- a/common/frame.c +++ b/common/frame.c @@ -1,7 +1,7 @@ /***************************************************************************** * frame.c: frame handling ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/common/frame.h b/common/frame.h index 3b65e484..2f619e44 100644 --- a/common/frame.h +++ b/common/frame.h @@ -1,7 +1,7 @@ /***************************************************************************** * frame.h: frame handling ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/common/macroblock.c b/common/macroblock.c index c43c16dc..d21a8fea 100644 --- a/common/macroblock.c +++ b/common/macroblock.c @@ -1,7 +1,7 @@ /***************************************************************************** * macroblock.c: macroblock common functions ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Fiona Glaser * Laurent Aimar diff --git a/common/macroblock.h b/common/macroblock.h index 2d566cfe..7e287bda 100644 --- a/common/macroblock.h +++ b/common/macroblock.h @@ -1,7 +1,7 @@ /***************************************************************************** * macroblock.h: macroblock common functions ***************************************************************************** - * Copyright (C) 2005-2019 x264 project + * Copyright (C) 2005-2020 x264 project * * Authors: Loren Merritt * Laurent Aimar diff --git a/common/mc.c b/common/mc.c index 15e9cbb7..0051449c 100644 --- a/common/mc.c +++ b/common/mc.c @@ -1,7 +1,7 @@ /***************************************************************************** * mc.c: motion compensation ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/common/mc.h b/common/mc.h index 4abae7f8..88f5a852 100644 --- a/common/mc.h +++ b/common/mc.h @@ -1,7 +1,7 @@ /***************************************************************************** * mc.h: motion compensation ***************************************************************************** - * Copyright (C) 2004-2019 x264 project + * Copyright (C) 2004-2020 x264 project * * Authors: Loren Merritt * diff --git a/common/mips/dct-c.c b/common/mips/dct-c.c index f4b11d16..2aa4d579 100644 --- a/common/mips/dct-c.c +++ b/common/mips/dct-c.c @@ -1,7 +1,7 @@ /***************************************************************************** * dct-c.c: msa transform and zigzag ***************************************************************************** - * Copyright (C) 2015-2019 x264 project + * Copyright (C) 2015-2020 x264 project * * Authors: Rishikesh More * diff --git a/common/mips/dct.h b/common/mips/dct.h index 5cec8079..03b3c6d4 100644 --- a/common/mips/dct.h +++ b/common/mips/dct.h @@ -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 * diff --git a/common/mips/deblock-c.c b/common/mips/deblock-c.c index 3fd71ecc..782fbd1f 100644 --- a/common/mips/deblock-c.c +++ b/common/mips/deblock-c.c @@ -1,7 +1,7 @@ /***************************************************************************** * deblock-c.c: msa deblocking ***************************************************************************** - * Copyright (C) 2015-2019 x264 project + * Copyright (C) 2015-2020 x264 project * * Authors: Neha Rana * diff --git a/common/mips/deblock.h b/common/mips/deblock.h index d48373c8..52c3a7c2 100644 --- a/common/mips/deblock.h +++ b/common/mips/deblock.h @@ -1,7 +1,7 @@ /***************************************************************************** * deblock.h: msa deblocking ***************************************************************************** - * Copyright (C) 2017-2019 x264 project + * Copyright (C) 2017-2020 x264 project * * Authors: Anton Mitrofanov * diff --git a/common/mips/macros.h b/common/mips/macros.h index 108519bc..75f23c85 100644 --- a/common/mips/macros.h +++ b/common/mips/macros.h @@ -1,7 +1,7 @@ /***************************************************************************** * macros.h: msa macros ***************************************************************************** - * Copyright (C) 2015-2019 x264 project + * Copyright (C) 2015-2020 x264 project * * Authors: Rishikesh More * diff --git a/common/mips/mc-c.c b/common/mips/mc-c.c index a8c090a8..e788eb80 100644 --- a/common/mips/mc-c.c +++ b/common/mips/mc-c.c @@ -1,7 +1,7 @@ /***************************************************************************** * mc-c.c: msa motion compensation ***************************************************************************** - * Copyright (C) 2015-2019 x264 project + * Copyright (C) 2015-2020 x264 project * * Authors: Neha Rana * diff --git a/common/mips/mc.h b/common/mips/mc.h index 614ce868..19a7be09 100644 --- a/common/mips/mc.h +++ b/common/mips/mc.h @@ -1,7 +1,7 @@ /***************************************************************************** * mc.h: msa motion compensation ***************************************************************************** - * Copyright (C) 2015-2019 x264 project + * Copyright (C) 2015-2020 x264 project * * Authors: Neha Rana * diff --git a/common/mips/pixel-c.c b/common/mips/pixel-c.c index ecae5fe3..b22527f3 100644 --- a/common/mips/pixel-c.c +++ b/common/mips/pixel-c.c @@ -1,7 +1,7 @@ /***************************************************************************** * pixel-c.c: msa pixel metrics ***************************************************************************** - * Copyright (C) 2015-2019 x264 project + * Copyright (C) 2015-2020 x264 project * * Authors: Mandar Sahastrabuddhe * diff --git a/common/mips/pixel.h b/common/mips/pixel.h index 556896bb..5e7c813f 100644 --- a/common/mips/pixel.h +++ b/common/mips/pixel.h @@ -1,7 +1,7 @@ /***************************************************************************** * pixel.h: msa pixel metrics ***************************************************************************** - * Copyright (C) 2015-2019 x264 project + * Copyright (C) 2015-2020 x264 project * * Authors: Mandar Sahastrabuddhe * diff --git a/common/mips/predict-c.c b/common/mips/predict-c.c index 55ae7b65..9f4cb74c 100644 --- a/common/mips/predict-c.c +++ b/common/mips/predict-c.c @@ -1,7 +1,7 @@ /***************************************************************************** * predict-c.c: msa intra prediction ***************************************************************************** - * Copyright (C) 2015-2019 x264 project + * Copyright (C) 2015-2020 x264 project * * Authors: Mandar Sahastrabuddhe * diff --git a/common/mips/predict.h b/common/mips/predict.h index 393e67e3..67f5a7f6 100644 --- a/common/mips/predict.h +++ b/common/mips/predict.h @@ -1,7 +1,7 @@ /***************************************************************************** * predict.h: msa intra prediction ***************************************************************************** - * Copyright (C) 2015-2019 x264 project + * Copyright (C) 2015-2020 x264 project * * Authors: Rishikesh More * diff --git a/common/mips/quant-c.c b/common/mips/quant-c.c index 4078c4b1..b249395d 100644 --- a/common/mips/quant-c.c +++ b/common/mips/quant-c.c @@ -1,7 +1,7 @@ /***************************************************************************** * quant-c.c: msa quantization and level-run ***************************************************************************** - * Copyright (C) 2015-2019 x264 project + * Copyright (C) 2015-2020 x264 project * * Authors: Rishikesh More * diff --git a/common/mips/quant.h b/common/mips/quant.h index d76291cc..f9748100 100644 --- a/common/mips/quant.h +++ b/common/mips/quant.h @@ -1,7 +1,7 @@ /***************************************************************************** * quant.h: msa quantization and level-run ***************************************************************************** - * Copyright (C) 2015-2019 x264 project + * Copyright (C) 2015-2020 x264 project * * Authors: Rishikesh More * diff --git a/common/mvpred.c b/common/mvpred.c index 978b5250..e315ab58 100644 --- a/common/mvpred.c +++ b/common/mvpred.c @@ -1,7 +1,7 @@ /***************************************************************************** * mvpred.c: motion vector prediction ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Loren Merritt * Fiona Glaser diff --git a/common/opencl.c b/common/opencl.c index ac2d3cd8..740a1fc1 100644 --- a/common/opencl.c +++ b/common/opencl.c @@ -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 * Anton Mitrofanov diff --git a/common/opencl.h b/common/opencl.h index 67ed1e49..ec3b31e6 100644 --- a/common/opencl.h +++ b/common/opencl.h @@ -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 * Anton Mitrofanov diff --git a/common/osdep.c b/common/osdep.c index d7e1e134..ba192964 100644 --- a/common/osdep.c +++ b/common/osdep.c @@ -1,7 +1,7 @@ /***************************************************************************** * osdep.c: platform-specific code ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Steven Walters * Laurent Aimar diff --git a/common/osdep.h b/common/osdep.h index b4ab527a..6141bd57 100644 --- a/common/osdep.h +++ b/common/osdep.h @@ -1,7 +1,7 @@ /***************************************************************************** * osdep.h: platform-specific code ***************************************************************************** - * Copyright (C) 2007-2019 x264 project + * Copyright (C) 2007-2020 x264 project * * Authors: Loren Merritt * Laurent Aimar diff --git a/common/pixel.c b/common/pixel.c index 83e94ab3..69e1b7f0 100644 --- a/common/pixel.c +++ b/common/pixel.c @@ -1,7 +1,7 @@ /***************************************************************************** * pixel.c: pixel metrics ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Loren Merritt * Laurent Aimar diff --git a/common/pixel.h b/common/pixel.h index 8600317c..1bc9d57a 100644 --- a/common/pixel.h +++ b/common/pixel.h @@ -1,7 +1,7 @@ /***************************************************************************** * pixel.c: pixel metrics ***************************************************************************** - * Copyright (C) 2004-2019 x264 project + * Copyright (C) 2004-2020 x264 project * * Authors: Loren Merritt * Fiona Glaser diff --git a/common/ppc/dct.c b/common/ppc/dct.c index 18ad5a69..84a4ee89 100644 --- a/common/ppc/dct.c +++ b/common/ppc/dct.c @@ -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 * Eric Petit diff --git a/common/ppc/dct.h b/common/ppc/dct.h index 97172627..f0fe71a7 100644 --- a/common/ppc/dct.h +++ b/common/ppc/dct.h @@ -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 * Guillaume Poirier diff --git a/common/ppc/deblock.c b/common/ppc/deblock.c index 5a60e72e..740a0709 100644 --- a/common/ppc/deblock.c +++ b/common/ppc/deblock.c @@ -1,7 +1,7 @@ /***************************************************************************** * deblock.c: ppc deblocking ***************************************************************************** - * Copyright (C) 2007-2019 x264 project + * Copyright (C) 2007-2020 x264 project * * Authors: Guillaume Poirier * diff --git a/common/ppc/deblock.h b/common/ppc/deblock.h index d3a56f56..7e905cdf 100644 --- a/common/ppc/deblock.h +++ b/common/ppc/deblock.h @@ -1,7 +1,7 @@ /***************************************************************************** * deblock.h: ppc deblocking ***************************************************************************** - * Copyright (C) 2017-2019 x264 project + * Copyright (C) 2017-2020 x264 project * * Authors: Anton Mitrofanov * diff --git a/common/ppc/mc.c b/common/ppc/mc.c index a102d69c..5f83feae 100644 --- a/common/ppc/mc.c +++ b/common/ppc/mc.c @@ -1,7 +1,7 @@ /***************************************************************************** * mc.c: ppc motion compensation ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Eric Petit * Guillaume Poirier diff --git a/common/ppc/mc.h b/common/ppc/mc.h index 4ebf675e..3296f26b 100644 --- a/common/ppc/mc.h +++ b/common/ppc/mc.h @@ -1,7 +1,7 @@ /***************************************************************************** * mc.h: ppc motion compensation ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Eric Petit * diff --git a/common/ppc/pixel.c b/common/ppc/pixel.c index f94029e3..0604f896 100644 --- a/common/ppc/pixel.c +++ b/common/ppc/pixel.c @@ -1,7 +1,7 @@ /***************************************************************************** * pixel.c: ppc pixel metrics ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Eric Petit * Guillaume Poirier diff --git a/common/ppc/pixel.h b/common/ppc/pixel.h index 6d02d393..f5f3e085 100644 --- a/common/ppc/pixel.h +++ b/common/ppc/pixel.h @@ -1,7 +1,7 @@ /***************************************************************************** * pixel.h: ppc pixel metrics ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Eric Petit * diff --git a/common/ppc/ppccommon.h b/common/ppc/ppccommon.h index 3d1b685f..67d252bf 100644 --- a/common/ppc/ppccommon.h +++ b/common/ppc/ppccommon.h @@ -1,7 +1,7 @@ /***************************************************************************** * ppccommon.h: ppc utility macros ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Eric Petit * diff --git a/common/ppc/predict.c b/common/ppc/predict.c index 403d37ce..66997bc1 100644 --- a/common/ppc/predict.c +++ b/common/ppc/predict.c @@ -1,7 +1,7 @@ /***************************************************************************** * predict.c: ppc intra prediction ***************************************************************************** - * Copyright (C) 2007-2019 x264 project + * Copyright (C) 2007-2020 x264 project * * Authors: Guillaume Poirier * diff --git a/common/ppc/predict.h b/common/ppc/predict.h index dbfbcaaa..6d9caa98 100644 --- a/common/ppc/predict.h +++ b/common/ppc/predict.h @@ -1,7 +1,7 @@ /***************************************************************************** * predict.h: ppc intra prediction ***************************************************************************** - * Copyright (C) 2007-2019 x264 project + * Copyright (C) 2007-2020 x264 project * * Authors: Guillaume Poirier * diff --git a/common/ppc/quant.c b/common/ppc/quant.c index 95cc33b7..0e057e72 100644 --- a/common/ppc/quant.c +++ b/common/ppc/quant.c @@ -1,7 +1,7 @@ /***************************************************************************** * quant.c: ppc quantization ***************************************************************************** - * Copyright (C) 2007-2019 x264 project + * Copyright (C) 2007-2020 x264 project * * Authors: Guillaume Poirier * diff --git a/common/ppc/quant.h b/common/ppc/quant.h index 472ab9e1..9e7d6ca5 100644 --- a/common/ppc/quant.h +++ b/common/ppc/quant.h @@ -1,7 +1,7 @@ /***************************************************************************** * quant.h: ppc quantization ***************************************************************************** - * Copyright (C) 2007-2019 x264 project + * Copyright (C) 2007-2020 x264 project * * Authors: Guillaume Poirier * diff --git a/common/predict.c b/common/predict.c index 7a8bbcda..b565062b 100644 --- a/common/predict.c +++ b/common/predict.c @@ -1,7 +1,7 @@ /***************************************************************************** * predict.c: intra prediction ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/common/predict.h b/common/predict.h index 586b71cb..489b11ec 100644 --- a/common/predict.h +++ b/common/predict.h @@ -1,7 +1,7 @@ /***************************************************************************** * predict.h: intra prediction ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Loren Merritt * Laurent Aimar diff --git a/common/quant.c b/common/quant.c index 5d2104f3..95de0814 100644 --- a/common/quant.c +++ b/common/quant.c @@ -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 * Fiona Glaser diff --git a/common/quant.h b/common/quant.h index 97c4074d..d6d5025f 100644 --- a/common/quant.h +++ b/common/quant.h @@ -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 * Fiona Glaser diff --git a/common/rectangle.c b/common/rectangle.c index c6d3bd9a..55434fc3 100644 --- a/common/rectangle.c +++ b/common/rectangle.c @@ -1,7 +1,7 @@ /***************************************************************************** * rectangle.c: rectangle filling ***************************************************************************** - * Copyright (C) 2010-2019 x264 project + * Copyright (C) 2010-2020 x264 project * * Authors: Fiona Glaser * diff --git a/common/rectangle.h b/common/rectangle.h index 5c5af3c1..9ca46362 100644 --- a/common/rectangle.h +++ b/common/rectangle.h @@ -1,7 +1,7 @@ /***************************************************************************** * rectangle.h: rectangle filling ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Fiona Glaser * Loren Merritt diff --git a/common/set.c b/common/set.c index 67d94565..78449d7e 100644 --- a/common/set.c +++ b/common/set.c @@ -1,7 +1,7 @@ /***************************************************************************** * set.c: quantization init ***************************************************************************** - * Copyright (C) 2005-2019 x264 project + * Copyright (C) 2005-2020 x264 project * * Authors: Loren Merritt * diff --git a/common/set.h b/common/set.h index a8da8e87..1c5f12bf 100644 --- a/common/set.h +++ b/common/set.h @@ -1,7 +1,7 @@ /***************************************************************************** * set.h: quantization init ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Loren Merritt * Laurent Aimar diff --git a/common/tables.c b/common/tables.c index 0e827927..ed9d89fc 100644 --- a/common/tables.c +++ b/common/tables.c @@ -1,7 +1,7 @@ /***************************************************************************** * tables.c: const tables ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/common/tables.h b/common/tables.h index 3fc26da3..66e93c04 100644 --- a/common/tables.h +++ b/common/tables.h @@ -1,7 +1,7 @@ /***************************************************************************** * tables.h: const tables ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/common/threadpool.c b/common/threadpool.c index 7fe34564..187e0bd2 100644 --- a/common/threadpool.c +++ b/common/threadpool.c @@ -1,7 +1,7 @@ /***************************************************************************** * threadpool.c: thread pooling ***************************************************************************** - * Copyright (C) 2010-2019 x264 project + * Copyright (C) 2010-2020 x264 project * * Authors: Steven Walters * diff --git a/common/threadpool.h b/common/threadpool.h index 21b63c74..1682e64a 100644 --- a/common/threadpool.h +++ b/common/threadpool.h @@ -1,7 +1,7 @@ /***************************************************************************** * threadpool.h: thread pooling ***************************************************************************** - * Copyright (C) 2010-2019 x264 project + * Copyright (C) 2010-2020 x264 project * * Authors: Steven Walters * diff --git a/common/vlc.c b/common/vlc.c index 5f1f8713..e1053f00 100644 --- a/common/vlc.c +++ b/common/vlc.c @@ -1,7 +1,7 @@ /***************************************************************************** * vlc.c : vlc tables ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Fiona Glaser diff --git a/common/win32thread.c b/common/win32thread.c index 40950b87..7501eb75 100644 --- a/common/win32thread.c +++ b/common/win32thread.c @@ -1,7 +1,7 @@ /***************************************************************************** * win32thread.c: windows threading ***************************************************************************** - * Copyright (C) 2010-2019 x264 project + * Copyright (C) 2010-2020 x264 project * * Authors: Steven Walters * Pegasys Inc. diff --git a/common/win32thread.h b/common/win32thread.h index 4f7db100..16d70d38 100644 --- a/common/win32thread.h +++ b/common/win32thread.h @@ -1,7 +1,7 @@ /***************************************************************************** * win32thread.h: windows threading ***************************************************************************** - * Copyright (C) 2010-2019 x264 project + * Copyright (C) 2010-2020 x264 project * * Authors: Steven Walters * diff --git a/common/x86/bitstream-a.asm b/common/x86/bitstream-a.asm index 8e7234e6..0a9e5a68 100644 --- a/common/x86/bitstream-a.asm +++ b/common/x86/bitstream-a.asm @@ -1,7 +1,7 @@ ;***************************************************************************** ;* bitstream-a.asm: x86 bitstream functions ;***************************************************************************** -;* Copyright (C) 2010-2019 x264 project +;* Copyright (C) 2010-2020 x264 project ;* ;* Authors: Fiona Glaser ;* Henrik Gramner diff --git a/common/x86/bitstream.h b/common/x86/bitstream.h index 038e44e1..787e2f34 100644 --- a/common/x86/bitstream.h +++ b/common/x86/bitstream.h @@ -1,7 +1,7 @@ /***************************************************************************** * bitstream.h: x86 bitstream functions ***************************************************************************** - * Copyright (C) 2017-2019 x264 project + * Copyright (C) 2017-2020 x264 project * * Authors: Anton Mitrofanov * diff --git a/common/x86/cabac-a.asm b/common/x86/cabac-a.asm index e9ea0879..91f41ae5 100644 --- a/common/x86/cabac-a.asm +++ b/common/x86/cabac-a.asm @@ -1,7 +1,7 @@ ;***************************************************************************** ;* cabac-a.asm: x86 cabac ;***************************************************************************** -;* Copyright (C) 2008-2019 x264 project +;* Copyright (C) 2008-2020 x264 project ;* ;* Authors: Loren Merritt ;* Fiona Glaser diff --git a/common/x86/const-a.asm b/common/x86/const-a.asm index 9ca596d1..5eb02639 100644 --- a/common/x86/const-a.asm +++ b/common/x86/const-a.asm @@ -1,7 +1,7 @@ ;***************************************************************************** ;* const-a.asm: x86 global constants ;***************************************************************************** -;* Copyright (C) 2010-2019 x264 project +;* Copyright (C) 2010-2020 x264 project ;* ;* Authors: Loren Merritt ;* Fiona Glaser diff --git a/common/x86/cpu-a.asm b/common/x86/cpu-a.asm index f95a43a3..1bed4244 100644 --- a/common/x86/cpu-a.asm +++ b/common/x86/cpu-a.asm @@ -1,7 +1,7 @@ ;***************************************************************************** ;* cpu-a.asm: x86 cpu utilities ;***************************************************************************** -;* Copyright (C) 2003-2019 x264 project +;* Copyright (C) 2003-2020 x264 project ;* ;* Authors: Laurent Aimar ;* Loren Merritt diff --git a/common/x86/dct-32.asm b/common/x86/dct-32.asm index ca91b54e..685997a4 100644 --- a/common/x86/dct-32.asm +++ b/common/x86/dct-32.asm @@ -1,7 +1,7 @@ ;***************************************************************************** ;* dct-32.asm: x86_32 transform and zigzag ;***************************************************************************** -;* Copyright (C) 2003-2019 x264 project +;* Copyright (C) 2003-2020 x264 project ;* ;* Authors: Loren Merritt ;* Holger Lubitz diff --git a/common/x86/dct-64.asm b/common/x86/dct-64.asm index f4ac586a..ab5dcf90 100644 --- a/common/x86/dct-64.asm +++ b/common/x86/dct-64.asm @@ -1,7 +1,7 @@ ;***************************************************************************** ;* dct-64.asm: x86_64 transform and zigzag ;***************************************************************************** -;* Copyright (C) 2003-2019 x264 project +;* Copyright (C) 2003-2020 x264 project ;* ;* Authors: Loren Merritt ;* Holger Lubitz diff --git a/common/x86/dct-a.asm b/common/x86/dct-a.asm index 2652185a..8874fae4 100644 --- a/common/x86/dct-a.asm +++ b/common/x86/dct-a.asm @@ -1,7 +1,7 @@ ;***************************************************************************** ;* dct-a.asm: x86 transform and zigzag ;***************************************************************************** -;* Copyright (C) 2003-2019 x264 project +;* Copyright (C) 2003-2020 x264 project ;* ;* Authors: Holger Lubitz ;* Loren Merritt diff --git a/common/x86/dct.h b/common/x86/dct.h index 9c389e80..7fa5d126 100644 --- a/common/x86/dct.h +++ b/common/x86/dct.h @@ -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 * Laurent Aimar diff --git a/common/x86/deblock-a.asm b/common/x86/deblock-a.asm index a15c9f66..57435ce8 100644 --- a/common/x86/deblock-a.asm +++ b/common/x86/deblock-a.asm @@ -1,7 +1,7 @@ ;***************************************************************************** ;* deblock-a.asm: x86 deblocking ;***************************************************************************** -;* Copyright (C) 2005-2019 x264 project +;* Copyright (C) 2005-2020 x264 project ;* ;* Authors: Loren Merritt ;* Fiona Glaser diff --git a/common/x86/deblock.h b/common/x86/deblock.h index 2fd33b07..3c74e2d8 100644 --- a/common/x86/deblock.h +++ b/common/x86/deblock.h @@ -1,7 +1,7 @@ /***************************************************************************** * deblock.h: x86 deblocking ***************************************************************************** - * Copyright (C) 2017-2019 x264 project + * Copyright (C) 2017-2020 x264 project * * Authors: Anton Mitrofanov * diff --git a/common/x86/mc-a.asm b/common/x86/mc-a.asm index c28a4b2d..430a7183 100644 --- a/common/x86/mc-a.asm +++ b/common/x86/mc-a.asm @@ -1,7 +1,7 @@ ;***************************************************************************** ;* mc-a.asm: x86 motion compensation ;***************************************************************************** -;* Copyright (C) 2003-2019 x264 project +;* Copyright (C) 2003-2020 x264 project ;* ;* Authors: Loren Merritt ;* Fiona Glaser diff --git a/common/x86/mc-a2.asm b/common/x86/mc-a2.asm index 8623364c..531f7829 100644 --- a/common/x86/mc-a2.asm +++ b/common/x86/mc-a2.asm @@ -1,7 +1,7 @@ ;***************************************************************************** ;* mc-a2.asm: x86 motion compensation ;***************************************************************************** -;* Copyright (C) 2005-2019 x264 project +;* Copyright (C) 2005-2020 x264 project ;* ;* Authors: Loren Merritt ;* Fiona Glaser diff --git a/common/x86/mc-c.c b/common/x86/mc-c.c index 51d915c1..4efa9047 100644 --- a/common/x86/mc-c.c +++ b/common/x86/mc-c.c @@ -1,7 +1,7 @@ /***************************************************************************** * mc-c.c: x86 motion compensation ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/common/x86/mc.h b/common/x86/mc.h index fc83f465..7e4414a4 100644 --- a/common/x86/mc.h +++ b/common/x86/mc.h @@ -1,7 +1,7 @@ /***************************************************************************** * mc.h: x86 motion compensation ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Loren Merritt * Laurent Aimar diff --git a/common/x86/pixel-32.asm b/common/x86/pixel-32.asm index a6224993..6fc1e92b 100644 --- a/common/x86/pixel-32.asm +++ b/common/x86/pixel-32.asm @@ -1,7 +1,7 @@ ;***************************************************************************** ;* pixel-32.asm: x86_32 pixel metrics ;***************************************************************************** -;* Copyright (C) 2003-2019 x264 project +;* Copyright (C) 2003-2020 x264 project ;* ;* Authors: Loren Merritt ;* Laurent Aimar diff --git a/common/x86/pixel-a.asm b/common/x86/pixel-a.asm index 0652a4fa..53511ab1 100644 --- a/common/x86/pixel-a.asm +++ b/common/x86/pixel-a.asm @@ -1,7 +1,7 @@ ;***************************************************************************** ;* pixel.asm: x86 pixel metrics ;***************************************************************************** -;* Copyright (C) 2003-2019 x264 project +;* Copyright (C) 2003-2020 x264 project ;* ;* Authors: Loren Merritt ;* Holger Lubitz diff --git a/common/x86/pixel.h b/common/x86/pixel.h index 4acc6d3b..d1ec24e9 100644 --- a/common/x86/pixel.h +++ b/common/x86/pixel.h @@ -1,7 +1,7 @@ /***************************************************************************** * pixel.h: x86 pixel metrics ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/common/x86/predict-a.asm b/common/x86/predict-a.asm index 77a06a11..a9c28193 100644 --- a/common/x86/predict-a.asm +++ b/common/x86/predict-a.asm @@ -1,7 +1,7 @@ ;***************************************************************************** ;* predict-a.asm: x86 intra prediction ;***************************************************************************** -;* Copyright (C) 2005-2019 x264 project +;* Copyright (C) 2005-2020 x264 project ;* ;* Authors: Loren Merritt ;* Holger Lubitz diff --git a/common/x86/predict-c.c b/common/x86/predict-c.c index f9af0f50..45b9be6e 100644 --- a/common/x86/predict-c.c +++ b/common/x86/predict-c.c @@ -1,7 +1,7 @@ /***************************************************************************** * predict-c.c: intra prediction ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/common/x86/predict.h b/common/x86/predict.h index b64e577b..1a881fc6 100644 --- a/common/x86/predict.h +++ b/common/x86/predict.h @@ -1,7 +1,7 @@ /***************************************************************************** * predict.h: x86 intra prediction ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/common/x86/quant-a.asm b/common/x86/quant-a.asm index 7404e44d..be167477 100644 --- a/common/x86/quant-a.asm +++ b/common/x86/quant-a.asm @@ -1,7 +1,7 @@ ;***************************************************************************** ;* quant-a.asm: x86 quantization and level-run ;***************************************************************************** -;* Copyright (C) 2005-2019 x264 project +;* Copyright (C) 2005-2020 x264 project ;* ;* Authors: Loren Merritt ;* Fiona Glaser diff --git a/common/x86/quant.h b/common/x86/quant.h index 1562728d..c9b92e59 100644 --- a/common/x86/quant.h +++ b/common/x86/quant.h @@ -1,7 +1,7 @@ /***************************************************************************** * quant.h: x86 quantization and level-run ***************************************************************************** - * Copyright (C) 2005-2019 x264 project + * Copyright (C) 2005-2020 x264 project * * Authors: Loren Merritt * Fiona Glaser diff --git a/common/x86/sad-a.asm b/common/x86/sad-a.asm index 3ea2bca5..1e350456 100644 --- a/common/x86/sad-a.asm +++ b/common/x86/sad-a.asm @@ -1,7 +1,7 @@ ;***************************************************************************** ;* sad-a.asm: x86 sad functions ;***************************************************************************** -;* Copyright (C) 2003-2019 x264 project +;* Copyright (C) 2003-2020 x264 project ;* ;* Authors: Loren Merritt ;* Fiona Glaser diff --git a/common/x86/sad16-a.asm b/common/x86/sad16-a.asm index df4ad83a..8ee8c21b 100644 --- a/common/x86/sad16-a.asm +++ b/common/x86/sad16-a.asm @@ -1,7 +1,7 @@ ;***************************************************************************** ;* sad16-a.asm: x86 high depth sad functions ;***************************************************************************** -;* Copyright (C) 2010-2019 x264 project +;* Copyright (C) 2010-2020 x264 project ;* ;* Authors: Oskar Arvidsson ;* Henrik Gramner diff --git a/common/x86/trellis-64.asm b/common/x86/trellis-64.asm index d94b9b50..41d1dd21 100644 --- a/common/x86/trellis-64.asm +++ b/common/x86/trellis-64.asm @@ -1,7 +1,7 @@ ;***************************************************************************** ;* trellis-64.asm: x86_64 trellis quantization ;***************************************************************************** -;* Copyright (C) 2012-2019 x264 project +;* Copyright (C) 2012-2020 x264 project ;* ;* Authors: Loren Merritt ;* diff --git a/common/x86/util.h b/common/x86/util.h index 1eba416d..12b251a2 100644 --- a/common/x86/util.h +++ b/common/x86/util.h @@ -1,7 +1,7 @@ /***************************************************************************** * util.h: x86 inline asm ***************************************************************************** - * Copyright (C) 2008-2019 x264 project + * Copyright (C) 2008-2020 x264 project * * Authors: Fiona Glaser * Loren Merritt diff --git a/common/x86/x86inc.asm b/common/x86/x86inc.asm index 24540e32..3fdfbc95 100644 --- a/common/x86/x86inc.asm +++ b/common/x86/x86inc.asm @@ -1,7 +1,7 @@ ;***************************************************************************** ;* x86inc.asm: x264asm abstraction layer ;***************************************************************************** -;* Copyright (C) 2005-2019 x264 project +;* Copyright (C) 2005-2020 x264 project ;* ;* Authors: Loren Merritt ;* Henrik Gramner diff --git a/common/x86/x86util.asm b/common/x86/x86util.asm index e8a8efa7..ad7295df 100644 --- a/common/x86/x86util.asm +++ b/common/x86/x86util.asm @@ -1,7 +1,7 @@ ;***************************************************************************** ;* x86util.asm: x86 utility macros ;***************************************************************************** -;* Copyright (C) 2008-2019 x264 project +;* Copyright (C) 2008-2020 x264 project ;* ;* Authors: Holger Lubitz ;* Loren Merritt diff --git a/encoder/analyse.c b/encoder/analyse.c index f5ecfedb..1987ba33 100644 --- a/encoder/analyse.c +++ b/encoder/analyse.c @@ -1,7 +1,7 @@ /***************************************************************************** * analyse.c: macroblock analysis ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/encoder/analyse.h b/encoder/analyse.h index 3048c26d..92bb52ae 100644 --- a/encoder/analyse.h +++ b/encoder/analyse.h @@ -1,7 +1,7 @@ /***************************************************************************** * analyse.h: macroblock analysis ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/encoder/api.c b/encoder/api.c index e50578fd..2f3d81ea 100644 --- a/encoder/api.c +++ b/encoder/api.c @@ -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 * Luca Barbato diff --git a/encoder/cabac.c b/encoder/cabac.c index b76ff130..53f8e796 100644 --- a/encoder/cabac.c +++ b/encoder/cabac.c @@ -1,7 +1,7 @@ /***************************************************************************** * cabac.c: cabac bitstream writing ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/encoder/cavlc.c b/encoder/cavlc.c index 7edfe687..3dcfe90c 100644 --- a/encoder/cavlc.c +++ b/encoder/cavlc.c @@ -1,7 +1,7 @@ /***************************************************************************** * cavlc.c: cavlc bitstream writing ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/encoder/encoder.c b/encoder/encoder.c index 64f5691d..6606641a 100644 --- a/encoder/encoder.c +++ b/encoder/encoder.c @@ -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 * Loren Merritt diff --git a/encoder/lookahead.c b/encoder/lookahead.c index 61691e1f..73915bcd 100644 --- a/encoder/lookahead.c +++ b/encoder/lookahead.c @@ -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 * Alex Giladi diff --git a/encoder/macroblock.c b/encoder/macroblock.c index 609cdcb4..a40077ef 100644 --- a/encoder/macroblock.c +++ b/encoder/macroblock.c @@ -1,7 +1,7 @@ /***************************************************************************** * macroblock.c: macroblock encoding ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/encoder/macroblock.h b/encoder/macroblock.h index 8149a5ae..49d297af 100644 --- a/encoder/macroblock.h +++ b/encoder/macroblock.h @@ -1,7 +1,7 @@ /***************************************************************************** * macroblock.h: macroblock encoding ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Loren Merritt * Laurent Aimar diff --git a/encoder/me.c b/encoder/me.c index 8c5a2029..d6912249 100644 --- a/encoder/me.c +++ b/encoder/me.c @@ -1,7 +1,7 @@ /***************************************************************************** * me.c: motion estimation ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Loren Merritt * Laurent Aimar diff --git a/encoder/me.h b/encoder/me.h index f64fce07..5bc4d729 100644 --- a/encoder/me.h +++ b/encoder/me.h @@ -1,7 +1,7 @@ /***************************************************************************** * me.h: motion estimation ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Loren Merritt * Laurent Aimar diff --git a/encoder/ratecontrol.c b/encoder/ratecontrol.c index b0ee5c8e..40fb9169 100644 --- a/encoder/ratecontrol.c +++ b/encoder/ratecontrol.c @@ -1,7 +1,7 @@ /***************************************************************************** * ratecontrol.c: ratecontrol ***************************************************************************** - * Copyright (C) 2005-2019 x264 project + * Copyright (C) 2005-2020 x264 project * * Authors: Loren Merritt * Michael Niedermayer diff --git a/encoder/ratecontrol.h b/encoder/ratecontrol.h index bd2854c5..b3f3394a 100644 --- a/encoder/ratecontrol.h +++ b/encoder/ratecontrol.h @@ -1,7 +1,7 @@ /***************************************************************************** * ratecontrol.h: ratecontrol ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Loren Merritt * Laurent Aimar diff --git a/encoder/rdo.c b/encoder/rdo.c index 743934fe..aa29db5e 100644 --- a/encoder/rdo.c +++ b/encoder/rdo.c @@ -1,7 +1,7 @@ /***************************************************************************** * rdo.c: rate-distortion optimization ***************************************************************************** - * Copyright (C) 2005-2019 x264 project + * Copyright (C) 2005-2020 x264 project * * Authors: Loren Merritt * Fiona Glaser diff --git a/encoder/set.c b/encoder/set.c index b8e35b23..7bb7a1ae 100644 --- a/encoder/set.c +++ b/encoder/set.c @@ -1,7 +1,7 @@ /***************************************************************************** * set: header writing ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt @@ -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; diff --git a/encoder/set.h b/encoder/set.h index feafc751..e1545256 100644 --- a/encoder/set.h +++ b/encoder/set.h @@ -1,7 +1,7 @@ /***************************************************************************** * set.h: header writing ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/encoder/slicetype-cl.c b/encoder/slicetype-cl.c index 5235bf5d..24dd40fe 100644 --- a/encoder/slicetype-cl.c +++ b/encoder/slicetype-cl.c @@ -1,7 +1,7 @@ /***************************************************************************** * slicetype-cl.c: OpenCL slicetype decision code (lowres lookahead) ***************************************************************************** - * Copyright (C) 2012-2019 x264 project + * Copyright (C) 2012-2020 x264 project * * Authors: Steve Borho * diff --git a/encoder/slicetype-cl.h b/encoder/slicetype-cl.h index f0373a56..234bf526 100644 --- a/encoder/slicetype-cl.h +++ b/encoder/slicetype-cl.h @@ -1,7 +1,7 @@ /***************************************************************************** * slicetype-cl.h: OpenCL slicetype decision code (lowres lookahead) ***************************************************************************** - * Copyright (C) 2017-2019 x264 project + * Copyright (C) 2017-2020 x264 project * * Authors: Anton Mitrofanov * diff --git a/encoder/slicetype.c b/encoder/slicetype.c index a520f586..d733fddb 100644 --- a/encoder/slicetype.c +++ b/encoder/slicetype.c @@ -1,7 +1,7 @@ /***************************************************************************** * slicetype.c: lookahead analysis ***************************************************************************** - * Copyright (C) 2005-2019 x264 project + * Copyright (C) 2005-2020 x264 project * * Authors: Fiona Glaser * Loren Merritt diff --git a/example.c b/example.c index 5321670b..a385d131 100644 --- 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 * diff --git a/extras/intel_dispatcher.h b/extras/intel_dispatcher.h index f8af8309..5083e8f8 100644 --- a/extras/intel_dispatcher.h +++ b/extras/intel_dispatcher.h @@ -1,7 +1,7 @@ /***************************************************************************** * intel_dispatcher.h: intel compiler cpu dispatcher override ***************************************************************************** - * Copyright (C) 2014-2019 x264 project + * Copyright (C) 2014-2020 x264 project * * Authors: Anton Mitrofanov * diff --git a/filters/filters.c b/filters/filters.c index 0088e2a9..3514b3ea 100644 --- a/filters/filters.c +++ b/filters/filters.c @@ -1,7 +1,7 @@ /***************************************************************************** * filters.c: common filter functions ***************************************************************************** - * Copyright (C) 2010-2019 x264 project + * Copyright (C) 2010-2020 x264 project * * Authors: Diogo Franco * Steven Walters diff --git a/filters/filters.h b/filters/filters.h index f21cf42b..e5548462 100644 --- a/filters/filters.h +++ b/filters/filters.h @@ -1,7 +1,7 @@ /***************************************************************************** * filters.h: common filter functions ***************************************************************************** - * Copyright (C) 2010-2019 x264 project + * Copyright (C) 2010-2020 x264 project * * Authors: Diogo Franco * Steven Walters diff --git a/filters/video/cache.c b/filters/video/cache.c index eaad0bd8..ae2e72fb 100644 --- a/filters/video/cache.c +++ b/filters/video/cache.c @@ -1,7 +1,7 @@ /***************************************************************************** * cache.c: cache video filter ***************************************************************************** - * Copyright (C) 2010-2019 x264 project + * Copyright (C) 2010-2020 x264 project * * Authors: Steven Walters * diff --git a/filters/video/crop.c b/filters/video/crop.c index ef8d83b6..f3760ddf 100644 --- a/filters/video/crop.c +++ b/filters/video/crop.c @@ -1,7 +1,7 @@ /***************************************************************************** * crop.c: crop video filter ***************************************************************************** - * Copyright (C) 2010-2019 x264 project + * Copyright (C) 2010-2020 x264 project * * Authors: Steven Walters * James Darnley diff --git a/filters/video/depth.c b/filters/video/depth.c index e503856c..568b142c 100644 --- a/filters/video/depth.c +++ b/filters/video/depth.c @@ -1,7 +1,7 @@ /***************************************************************************** * depth.c: bit-depth conversion video filter ***************************************************************************** - * Copyright (C) 2010-2019 x264 project + * Copyright (C) 2010-2020 x264 project * * Authors: Oskar Arvidsson * diff --git a/filters/video/fix_vfr_pts.c b/filters/video/fix_vfr_pts.c index 22fde202..75ab38ef 100644 --- a/filters/video/fix_vfr_pts.c +++ b/filters/video/fix_vfr_pts.c @@ -1,7 +1,7 @@ /***************************************************************************** * fix_vfr_pts.c: vfr pts fixing video filter ***************************************************************************** - * Copyright (C) 2010-2019 x264 project + * Copyright (C) 2010-2020 x264 project * * Authors: Steven Walters * diff --git a/filters/video/internal.c b/filters/video/internal.c index 9a410e83..703e4299 100644 --- a/filters/video/internal.c +++ b/filters/video/internal.c @@ -1,7 +1,7 @@ /***************************************************************************** * internal.c: video filter utilities ***************************************************************************** - * Copyright (C) 2010-2019 x264 project + * Copyright (C) 2010-2020 x264 project * * Authors: Steven Walters * diff --git a/filters/video/internal.h b/filters/video/internal.h index 6cf8d07c..8939953c 100644 --- a/filters/video/internal.h +++ b/filters/video/internal.h @@ -1,7 +1,7 @@ /***************************************************************************** * internal.h: video filter utilities ***************************************************************************** - * Copyright (C) 2010-2019 x264 project + * Copyright (C) 2010-2020 x264 project * * Authors: Steven Walters * diff --git a/filters/video/resize.c b/filters/video/resize.c index 29abbcca..9f16f51a 100644 --- a/filters/video/resize.c +++ b/filters/video/resize.c @@ -1,7 +1,7 @@ /***************************************************************************** * resize.c: resize video filter ***************************************************************************** - * Copyright (C) 2010-2019 x264 project + * Copyright (C) 2010-2020 x264 project * * Authors: Steven Walters * diff --git a/filters/video/select_every.c b/filters/video/select_every.c index 4825e809..9104bff0 100644 --- a/filters/video/select_every.c +++ b/filters/video/select_every.c @@ -1,7 +1,7 @@ /***************************************************************************** * select_every.c: select-every video filter ***************************************************************************** - * Copyright (C) 2010-2019 x264 project + * Copyright (C) 2010-2020 x264 project * * Authors: Steven Walters * diff --git a/filters/video/source.c b/filters/video/source.c index f291b011..acae9049 100644 --- a/filters/video/source.c +++ b/filters/video/source.c @@ -1,7 +1,7 @@ /***************************************************************************** * source.c: source video filter ***************************************************************************** - * Copyright (C) 2010-2019 x264 project + * Copyright (C) 2010-2020 x264 project * * Authors: Steven Walters * diff --git a/filters/video/video.c b/filters/video/video.c index d9df5570..f09d4b74 100644 --- a/filters/video/video.c +++ b/filters/video/video.c @@ -1,7 +1,7 @@ /***************************************************************************** * video.c: video filters ***************************************************************************** - * Copyright (C) 2010-2019 x264 project + * Copyright (C) 2010-2020 x264 project * * Authors: Steven Walters * diff --git a/filters/video/video.h b/filters/video/video.h index 3c7ba2ac..d1029dfd 100644 --- a/filters/video/video.h +++ b/filters/video/video.h @@ -1,7 +1,7 @@ /***************************************************************************** * video.h: video filters ***************************************************************************** - * Copyright (C) 2010-2019 x264 project + * Copyright (C) 2010-2020 x264 project * * Authors: Steven Walters * diff --git a/input/avs.c b/input/avs.c index c9917d30..44addca3 100644 --- a/input/avs.c +++ b/input/avs.c @@ -1,7 +1,7 @@ /***************************************************************************** * avs.c: avisynth input ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: Steven Walters * Anton Mitrofanov diff --git a/input/ffms.c b/input/ffms.c index 2de96be2..19b1fd7e 100644 --- a/input/ffms.c +++ b/input/ffms.c @@ -1,7 +1,7 @@ /***************************************************************************** * ffms.c: ffmpegsource input ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: Mike Gurlitz * Steven Walters diff --git a/input/input.c b/input/input.c index fa36cf96..29f7d2b9 100644 --- a/input/input.c +++ b/input/input.c @@ -1,7 +1,7 @@ /***************************************************************************** * input.c: common input functions ***************************************************************************** - * Copyright (C) 2010-2019 x264 project + * Copyright (C) 2010-2020 x264 project * * Authors: Steven Walters * Henrik Gramner diff --git a/input/input.h b/input/input.h index 43b3218d..fa1a58fc 100644 --- a/input/input.h +++ b/input/input.h @@ -1,7 +1,7 @@ /***************************************************************************** * input.h: file input ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/input/lavf.c b/input/lavf.c index 3eceae45..7a064eb3 100644 --- a/input/lavf.c +++ b/input/lavf.c @@ -1,7 +1,7 @@ /***************************************************************************** * lavf.c: libavformat input ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: Mike Gurlitz * Steven Walters diff --git a/input/raw.c b/input/raw.c index ffb24004..acd312b0 100644 --- a/input/raw.c +++ b/input/raw.c @@ -1,7 +1,7 @@ /***************************************************************************** * raw.c: raw input ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/input/thread.c b/input/thread.c index eb46365f..c620cbf1 100644 --- a/input/thread.c +++ b/input/thread.c @@ -1,7 +1,7 @@ /***************************************************************************** * thread.c: threaded input ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/input/timecode.c b/input/timecode.c index f145e061..e7e7f03d 100644 --- a/input/timecode.c +++ b/input/timecode.c @@ -1,7 +1,7 @@ /***************************************************************************** * timecode.c: timecode file input ***************************************************************************** - * Copyright (C) 2010-2019 x264 project + * Copyright (C) 2010-2020 x264 project * * Authors: Yusuke Nakamura * diff --git a/input/y4m.c b/input/y4m.c index 7d6ff9c4..7b9b6d1f 100644 --- a/input/y4m.c +++ b/input/y4m.c @@ -1,7 +1,7 @@ /***************************************************************************** * y4m.c: y4m input ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/output/flv.c b/output/flv.c index 2fabc272..2efd5b18 100644 --- a/output/flv.c +++ b/output/flv.c @@ -1,7 +1,7 @@ /***************************************************************************** * flv.c: flv muxer ***************************************************************************** - * Copyright (C) 2009-2019 x264 project + * Copyright (C) 2009-2020 x264 project * * Authors: Kieran Kunhya * diff --git a/output/flv_bytestream.c b/output/flv_bytestream.c index d0597711..226555ac 100644 --- a/output/flv_bytestream.c +++ b/output/flv_bytestream.c @@ -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 * diff --git a/output/flv_bytestream.h b/output/flv_bytestream.h index 86822115..0fa738a4 100644 --- a/output/flv_bytestream.h +++ b/output/flv_bytestream.h @@ -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 * diff --git a/output/matroska.c b/output/matroska.c index d59c36fb..0c3ca13f 100644 --- a/output/matroska.c +++ b/output/matroska.c @@ -1,7 +1,7 @@ /***************************************************************************** * matroska.c: matroska muxer ***************************************************************************** - * Copyright (C) 2005-2019 x264 project + * Copyright (C) 2005-2020 x264 project * * Authors: Mike Matsnev * diff --git a/output/matroska_ebml.c b/output/matroska_ebml.c index 1a6f992d..950dd563 100644 --- a/output/matroska_ebml.c +++ b/output/matroska_ebml.c @@ -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 * diff --git a/output/matroska_ebml.h b/output/matroska_ebml.h index 882b9f5b..bb67efe4 100644 --- a/output/matroska_ebml.h +++ b/output/matroska_ebml.h @@ -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 * diff --git a/output/mp4.c b/output/mp4.c index 40600d93..944e7771 100644 --- a/output/mp4.c +++ b/output/mp4.c @@ -1,7 +1,7 @@ /***************************************************************************** * mp4.c: mp4 muxer ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/output/mp4_lsmash.c b/output/mp4_lsmash.c index 659587dd..1b0ef59b 100644 --- a/output/mp4_lsmash.c +++ b/output/mp4_lsmash.c @@ -1,7 +1,7 @@ /***************************************************************************** * mp4_lsmash.c: mp4 muxer using L-SMASH ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/output/output.h b/output/output.h index 0d8a52ef..a111e4fe 100644 --- a/output/output.h +++ b/output/output.h @@ -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 * Loren Merritt diff --git a/output/raw.c b/output/raw.c index 24d303b0..ca86e419 100644 --- a/output/raw.c +++ b/output/raw.c @@ -1,7 +1,7 @@ /***************************************************************************** * raw.c: raw muxer ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Laurent Aimar * Loren Merritt diff --git a/tools/checkasm-a.asm b/tools/checkasm-a.asm index 2a06e98b..0faa83a5 100644 --- a/tools/checkasm-a.asm +++ b/tools/checkasm-a.asm @@ -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 ;* Henrik Gramner diff --git a/tools/checkasm-aarch64.S b/tools/checkasm-aarch64.S index dde8e0d3..e637dcbe 100644 --- a/tools/checkasm-aarch64.S +++ b/tools/checkasm-aarch64.S @@ -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 * diff --git a/tools/checkasm-arm.S b/tools/checkasm-arm.S index 5aa18c9b..64939615 100644 --- a/tools/checkasm-arm.S +++ b/tools/checkasm-arm.S @@ -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 * diff --git a/tools/checkasm.c b/tools/checkasm.c index 49ba11fc..a3bb6b86 100644 --- a/tools/checkasm.c +++ b/tools/checkasm.c @@ -1,7 +1,7 @@ /***************************************************************************** * checkasm.c: assembly check tool ***************************************************************************** - * Copyright (C) 2003-2019 x264 project + * Copyright (C) 2003-2020 x264 project * * Authors: Loren Merritt * Laurent Aimar diff --git a/x264.c b/x264.c index 624f3420..1d6334ee 100644 --- 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 * Laurent Aimar diff --git a/x264.h b/x264.h index d48f62f8..d928a65b 100644 --- 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 * Loren Merritt diff --git a/x264cli.h b/x264cli.h index a530d3e2..a7a6ad17 100644 --- 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 * Loren Merritt diff --git a/x264dll.c b/x264dll.c index d98ddcdc..b0bf88d8 100644 --- 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 * diff --git a/x264res.rc b/x264res.rc index 4dc97fd2..cfac1f92 100644 --- a/x264res.rc +++ b/x264res.rc @@ -1,7 +1,7 @@ /***************************************************************************** * x264res.rc: windows resource file ***************************************************************************** - * Copyright (C) 2012-2019 x264 project + * Copyright (C) 2012-2020 x264 project * * Authors: Henrik Gramner * @@ -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 -- 2.40.0