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

index ad214d561aafd76d56b1f4c00411b32084dc1f3a..85d7449c70ae7160ca07c4b754384382accc2381 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * autocomplete: x264cli shell autocomplete
  *****************************************************************************
- * Copyright (C) 2018 x264 project
+ * Copyright (C) 2018-2019 x264 project
  *
  * Authors: Henrik Gramner <henrik@gramner.com>
  *
index db88e9c43e1b452435c928a81464dc73d9b46c2f..3fe6eb40df4ee3b8d0a4c136351fcc8022230e80 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm-offsets.c: check asm offsets for aarch64
  *****************************************************************************
- * Copyright (C) 2014-2018 x264 project
+ * Copyright (C) 2014-2019 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index 81184de182bf8b1fe48af83607c621c8fe02670b..9ab0f0f3c263c195cf1748ab318b2a2b5b368786 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm-offsets.h: asm offsets for aarch64
  *****************************************************************************
- * Copyright (C) 2014-2018 x264 project
+ * Copyright (C) 2014-2019 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index 2c977c5df0160f79e915f12a4c2b7b6f6b206071..40dfb1a5ce543f55a810fffc51c0a56407899e29 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm.S: AArch64 utility macros
  *****************************************************************************
- * Copyright (C) 2008-2018 x264 project
+ * Copyright (C) 2008-2019 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          David Conrad <lessen42@gmail.com>
index c656002eb043fdcd48283956dc6801a53fa1d4b1..b8b0a5e72eda0bbd3116b0252b8b6f0d37bdb02d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream-a.S: aarch64 bitstream functions
  *****************************************************************************
- * Copyright (C) 2014-2018 x264 project
+ * Copyright (C) 2014-2019 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index 46340c4e7589c65a5f66de082ce23a1af8994b62..483e0f1a7f3dac38085813caf520d909cf170294 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: aarch64 bitstream functions
  *****************************************************************************
- * Copyright (C) 2017-2018 x264 project
+ * Copyright (C) 2017-2019 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 9abb14b2cc1d677d8aafed92cfe7ea7c8ed740c1..d45bb815576957c342391e07adf85371bf344f83 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac-a.S: aarch64 cabac
  *****************************************************************************
- * Copyright (C) 2014-2018 x264 project
+ * Copyright (C) 2014-2019 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index 9cc73898994a99d7f7b6508357f19a8a736a5567..bcaf7f443cdbe0ed3448187c4cf8a5f9ebf0da4d 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * dct-a.S: aarch64 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 520fe667d38dcd74cd5d96b2d24e72356505e08a..5ddc9dadffca6cf8b9bcc1e63d12d8ed60163d40 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: aarch64 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 7dacc348bd7ad4c93df31687f65a2c4d9c305f6d..158909df1992955af818249e91924e92ce39d2c1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.S: aarch64 deblocking
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 2bbd7d2f2dc9178cca7db9d652b6a33407d10268..ca41f1c0456065cb692458392df7a461ea6e92a5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: aarch64 deblocking
  *****************************************************************************
- * Copyright (C) 2017-2018 x264 project
+ * Copyright (C) 2017-2019 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index d19a91375a05497e8413b2642e321204e9e9e99a..0d172db7975f7264ab704d397d04ed88c1254e45 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.S: aarch64 motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 75306e4672c592dadc4d84c0ad62f8b03ad6b6f4..6aad85ed9306394f745e1e28e40647e347492f87 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: aarch64 motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index c3e9a9f36754253c01324b7890e5a185b8e9e600..774e6e4926c0228c1d8236dce3b634be6acfcf5b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: aarch64 motion compensation
  *****************************************************************************
- * Copyright (C) 2014-2018 x264 project
+ * Copyright (C) 2014-2019 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index 96f1b1ba283885378c5a2c676d17354b9e96412b..7d7c39f11986bdc5bba61975182d2839828cf4fb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.S: aarch64 pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 80e3e5b7810e26eece55b3d7c19978bf528e4feb..0937ed1696b24d263bd95ab388adeaee7a1fce06 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: aarch64 pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 3a07b3f7e840b206a78a78acd7180af9b608b93b..c7fca3d4f5d1ee588c960f8da18ae27497f3b185 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.S: aarch64 intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Mans Rullgard <mans@mansr.com>
index 265ac23d7986ac93a4660e5b5cfa6448076f0780..283f679898a3f98664b8aa21b9108e0441ec60b6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: aarch64 intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 926cf3df8ae5a098255f7a36cfc48f83499cccc0..f1913623b251e357d8935b5ab8fb3e7848d2fcbb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: aarch64 intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 81ce32cfe3a3a6a70a23b0697b75156932e45598..4e2954778b47db5ecff64e1de08edec16b377600 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * quant.S: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index e2117691d8a777a4de093662385fea3da712b3bd..308092be33a78041e9912a9e705c4cd7b9fe2556 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2018 x264 project
+ * Copyright (C) 2005-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index c695f8d811f7bef327cc9419cd059c2abcba277c..79748c76d7476824195199eac0f007fad94680e8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm.S: arm utility macros
  *****************************************************************************
- * Copyright (C) 2008-2018 x264 project
+ * Copyright (C) 2008-2019 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          David Conrad <lessen42@gmail.com>
index 5f37e0fc9e2185533434768b967d167983f1c777..0031141c6de5c93844085006712faca7729d3621 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream-a.S: arm bitstream functions
  *****************************************************************************
- * Copyright (C) 2014-2018 x264 project
+ * Copyright (C) 2014-2019 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index f37f2993cda1d4479bec871a8be871e4fcf3200a..000d3bc48cef85604ef69313d9b5f2f870be5f4e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: arm bitstream functions
  *****************************************************************************
- * Copyright (C) 2017-2018 x264 project
+ * Copyright (C) 2017-2019 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 1f68ca138be3f0616040bc39ba107a6ad3ba1369..a24c9b4a5bc97e16e990565602623b46c101738e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu-a.S: arm cpu detection
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index e8639e5850501a7dedd4e730d18dda43e26719d3..c0caa2c3f69690af0970f23b1f3353c86af61890 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * dct-a.S: arm transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Martin Storsjo <martin@martin.st>
index cf11b387ace90177fa453d4efbe31e7a3e239797..ac81c9e53be97f15174fd4bdd0022cce73ea56d0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: arm transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 310e9ae605ca537e298f171d21670e0eafa2cee3..218741e821b8adf1e78e1ca074a9e241d6483b00 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.S: arm deblocking
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          Martin Storsjo <martin@martin.st>
index 697f012fc0ebcd3ff58d9e65497f01d77848a13b..af25e9ce5a296cd06ab556fffe515afaa3fd7080 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: arm deblocking
  *****************************************************************************
- * Copyright (C) 2017-2018 x264 project
+ * Copyright (C) 2017-2019 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 1686bc78a372f3ae8211a564e77aacaaac57b8ef..1c32fbc0722e6b7372d253c17c10b7b8e5855d4c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.S: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Mans Rullgard <mans@mansr.com>
index 13c026cfdfe77f11aef3bba681c3cb7b7ba89113..d31b239a8aaa6893a74b172ab2c7744b2a6ab39b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 20746bf3a1aa6b33a511371b0e4ff50424767411..f0d7764459f65ee9b16edc307a75716f72d92696 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 29c0c775b81005ea898ee946646f33346f140d0f..757f2f08e1012bde3acb26ce2678be770bbfd717 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.S: arm pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 68b3a08ddf692c09c82b70cb8e95a025a8b836dc..842cf16bb071617f99915a6774cd5e6f6915fbd1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: arm pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index bb69b6d7e1fc908b4e71502f4eea19e353fc362a..b263552b4ee7f9fc924ee07394bb3d67ead0528e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.S: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Mans Rullgard <mans@mansr.com>
index d6166bb0fea7968bddb40165aa1c77b56e9d3a2b..a416c1aed153596ad7a37b5052bc28a5c13d772f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 9a0c814eb1be89684a3b4b8680bf24318f9b53fd..1c426ebfdf0ac696a56aa5eec73a009797177d9b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 5665e95e01f595113ab1baf9cf260d75f3ce0c03..9b2b2799297cddd1c3c9b5528f341f2998db65be 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * quant.S: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 673d7fd5e0b29fab0ad51e9ac1df3ebd72795af9..73a889d9058301a8b4329f2b42a2ca2a7ebcce3a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2018 x264 project
+ * Copyright (C) 2005-2019 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index b6026ffdd6aec76e95c5de85cdd34a0234562612..44ec2f977dce428040b4156d5feee84782e48254 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * base.c: misc common functions (bit depth independent)
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 145220ba99701e5997374af63c9266faf703f5db..89bb29b8cf1084e73a6b9bb6e1f2622e0c646c01 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * base.h: misc common functions (bit depth independent)
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index bdc5501eae8040727e4077bf8a96ce59375eb12a..bd7e7e75eac12f509db320f3ff4cb34d2a9e7938 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.c: bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Fiona Glaser <fiona@x264.com>
index 36698089984d6312bafffb70aa483dfee1ca18e3..32a967dde7c52e8f362e5285758301563e8227eb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 8c3e72afd7e4a42b773ff4612ab6749106ff0056..dcee8ae224ff960115dd5a65900ec43e99a70dd8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.c: arithmetic coder
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index b573416e61dd9c1d9c3e9458c139734e0d39d3a2..8b4d9301f74751635d04d23d0ea807ef1b2489fb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.h: arithmetic coder
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index e22063632a86ea98a8ad8f4a06ef6a1f5b127d3b..17a33474b39e416e75250ac22c08b95ec409b785 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * common.c: misc common functions
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 320206ef212dbe4e05e06bc64fe263fa808b0c2a..a167df632c5a6bf030faafb9f8bcd61163930b07 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * common.h: misc common functions
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 9a545e0b4b575519b7ef7574baf97820f35b4852..063d148e99a28a7ca076a8d46ddc96cfad6e5fe2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu.c: cpu detection
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 2569b5c54d4451ab8a972ab6d6a87607223dfa23..f69f2e12b62a1334eb700f6190adf7f3a458c391 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu.h: cpu detection
  *****************************************************************************
- * Copyright (C) 2004-2018 x264 project
+ * Copyright (C) 2004-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index 0d0710a1edbc58ce29d6cb1787dec45643e5a2f0..5d1ea75fd1159df1e76acb804c56cf2074a7c92b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.c: transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index dce31dcf7340cb2855d7561ac9caf8760aa8cf58..ee0c01bbc57cd29a94088d7efd94e136d1482faf 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: transform and zigzag
  *****************************************************************************
- * Copyright (C) 2004-2018 x264 project
+ * Copyright (C) 2004-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index 5b63ef34a1abe6a930673f90a63461da70ea7892..f887b51abeda63527650e37b5d98b3b7ab6b813c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.c: deblocking
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index a74a78583adbf48a7704801428dfafd7b0879e7d..d2e36c77b75c68f5107b3e41c55a700036a10d95 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * frame.c: frame handling
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 8370d5813a6ab93b653d403659a647df9fd031b1..5c2fbcdd56a868fa70ac655ec77fe7e2eefb7602 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * frame.h: frame handling
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 96ae9d1c298f388f92e3e0077c944f79029d6391..c43c16dcacf7fbc8ceb59a3393795b40103c7667 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.c: macroblock common functions
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index b86970bb493855d2a52e4ff8912d4600236b0402..2d566cfecde9b4bdebe9dc33f66373995be4a84e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.h: macroblock common functions
  *****************************************************************************
- * Copyright (C) 2005-2018 x264 project
+ * Copyright (C) 2005-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 1f515da8942e83844ca3a68c2c186ea545faacc6..f2a49a9c82ad8fe13cfb6575259e195eaa16d3d7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.c: motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index e11fc42d74929b4708f8d5a036d884b56c40188e..4abae7f89094fd57688e889d1a3cdc5e42f8d54e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: motion compensation
  *****************************************************************************
- * Copyright (C) 2004-2018 x264 project
+ * Copyright (C) 2004-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index 6985a760081a959e554f5d13bae61103b8b4b074..f4b11d16e23a475152e5b644d5f4aa2b0cb2e787 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct-c.c: msa transform and zigzag
  *****************************************************************************
- * Copyright (C) 2015-2018 x264 project
+ * Copyright (C) 2015-2019 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index 39c0ed5d2f050b9089ad8f6f72dac555a33b1d0c..5cec8079b7058bd2a2bc46650bbddc999a618f08 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: msa transform and zigzag
  *****************************************************************************
- * Copyright (C) 2015-2018 x264 project
+ * Copyright (C) 2015-2019 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index 02523c04a84f05d9ca7db20756b05dc51bf3b128..3fd71ecc66daf9de700225353db10ff26de6f616 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock-c.c: msa deblocking
  *****************************************************************************
- * Copyright (C) 2015-2018 x264 project
+ * Copyright (C) 2015-2019 x264 project
  *
  * Authors: Neha Rana <neha.rana@imgtec.com>
  *
index 3a2821b930b2f34fa1fb160567991405b35e58e2..d48373c839061836301bbd99b0d5818ae7b64a95 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: msa deblocking
  *****************************************************************************
- * Copyright (C) 2017-2018 x264 project
+ * Copyright (C) 2017-2019 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index c0f0a1c9170086d12ef82614c7aaf6fe4850557f..108519bcd1d30a037d1ad00ca16e730c0e95c895 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macros.h: msa macros
  *****************************************************************************
- * Copyright (C) 2015-2018 x264 project
+ * Copyright (C) 2015-2019 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index ddaec37611721fc0ad1344ca9f72406643578d76..a8c090a8f9c9ba11ee4e2e2ea0b2aae2d4b7eca2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: msa motion compensation
  *****************************************************************************
- * Copyright (C) 2015-2018 x264 project
+ * Copyright (C) 2015-2019 x264 project
  *
  * Authors: Neha Rana <neha.rana@imgtec.com>
  *
index ef62a6d18996b3307348881131986c9ec2f4780e..614ce868b88e6c1196a76474d9bddaecc045140f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: msa motion compensation
  *****************************************************************************
- * Copyright (C) 2015-2018 x264 project
+ * Copyright (C) 2015-2019 x264 project
  *
  * Authors: Neha Rana <neha.rana@imgtec.com>
  *
index 46ff14bd46a360ec4b3335a273f7e769ae31a51c..ecae5fe374f3c39e625604a88b119a4bdcffd089 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel-c.c: msa pixel metrics
  *****************************************************************************
- * Copyright (C) 2015-2018 x264 project
+ * Copyright (C) 2015-2019 x264 project
  *
  * Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
  *
index 3e12b30f51a594fb49c70e7029b0b521d9d86a17..556896bba416aaaee8c9a6b6083f969211516576 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: msa pixel metrics
  *****************************************************************************
- * Copyright (C) 2015-2018 x264 project
+ * Copyright (C) 2015-2019 x264 project
  *
  * Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
  *
index 3c758ff739ecf58f6811f36ed49d93168274b49b..55ae7b654397c6333b438abbc16922c5875d0540 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict-c.c: msa intra prediction
  *****************************************************************************
- * Copyright (C) 2015-2018 x264 project
+ * Copyright (C) 2015-2019 x264 project
  *
  * Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
  *
index 9c7834a0a6f7a852e4d297a0746a69d5f1c85ad7..393e67e319a61ade951548707ce8b864b226fa90 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: msa intra prediction
  *****************************************************************************
- * Copyright (C) 2015-2018 x264 project
+ * Copyright (C) 2015-2019 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index b1a75626485ec86c4f191e09863d29a1fff11f3e..4078c4b102528ed5bf6851ec175d488a63a05e5a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant-c.c: msa quantization and level-run
  *****************************************************************************
- * Copyright (C) 2015-2018 x264 project
+ * Copyright (C) 2015-2019 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index b61c8b59e0c745540c354158fc740867b76ec012..d76291ccef52fa469d79146d79d22ff1aa9346ca 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: msa quantization and level-run
  *****************************************************************************
- * Copyright (C) 2015-2018 x264 project
+ * Copyright (C) 2015-2019 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index 407590c644097f9937bf835c5d08e3e0819d4fae..978b5250ae95f93e2e554ae6fc1d3a3f713a1ffd 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mvpred.c: motion vector prediction
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index cebf9338740d7d258b70a5457638d4d4274c1430..0e86363779a143ae395cc75956f37de0a00caaba 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * opencl.c: OpenCL initialization and kernel compilation
  *****************************************************************************
- * Copyright (C) 2012-2018 x264 project
+ * Copyright (C) 2012-2019 x264 project
  *
  * Authors: Steve Borho <sborho@multicorewareinc.com>
  *          Anton Mitrofanov <BugMaster@narod.ru>
index f2f422b8a3dc18e56039a6cdaa6c1f875079a7d7..67ed1e491ff83ae87167a4dddf0d383664c846c7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * opencl.h: OpenCL structures and defines
  *****************************************************************************
- * Copyright (C) 2012-2018 x264 project
+ * Copyright (C) 2012-2019 x264 project
  *
  * Authors: Steve Borho <sborho@multicorewareinc.com>
  *          Anton Mitrofanov <BugMaster@narod.ru>
index f459c2c2240e0aed412510a37ae1e5d868c68230..28fbb83a903984ea6167df6c9aa426b86b9cbb57 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * osdep.c: platform-specific code
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 715ef8a00c01ad5a94de2b29a422429b9b1f0a53..90067210898aee21f45696760dfe01460ab9dfb7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * osdep.h: platform-specific code
  *****************************************************************************
- * Copyright (C) 2007-2018 x264 project
+ * Copyright (C) 2007-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 2e3bea333f37fdacbf02e627d8910b4397154e1f..d1f615515ca2e2db777ac65374ca56c9a54b9113 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index f767212007e14166c916eaa4f327f0245a5f3b43..8600317ce1c6a128845060a3361e0036b703ba6a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: pixel metrics
  *****************************************************************************
- * Copyright (C) 2004-2018 x264 project
+ * Copyright (C) 2004-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 584fd4619e67b2d0ed8d1acc0e7aef8ce2fdbe0e..18ad5a69404966a318db220dea23c4a644496b15 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.c: ppc transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *          Eric Petit <eric.petit@lapsus.org>
index 0c87059213c9c278fc21d169b37a95bece81d982..9717262781874f5a086697cc6af0bcba2d5cf5a1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: ppc transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
index 4f2df9a74e30cbd6df647208c361a386360e3340..5a60e72e6d624fbb03496260e6ebecd70d5e61fe 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.c: ppc deblocking
  *****************************************************************************
- * Copyright (C) 2007-2018 x264 project
+ * Copyright (C) 2007-2019 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index a1becd8c9c3b4b156dc1ccdd98a409d3b20f3858..d3a56f563278466d1f9908ab673163913ec30791 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: ppc deblocking
  *****************************************************************************
- * Copyright (C) 2017-2018 x264 project
+ * Copyright (C) 2017-2019 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index a8d52ec9485d2007e9d03a0079afa1d1712b3334..a102d69cba1917bafe59ebaf6e5c244e87947ab3 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.c: ppc motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
index 5ca969d42e6818ce5213b71051e1a6aca3c834fe..4ebf675edf5a27d5398eb01390860a94d1c5af4f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: ppc motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
index 0ccf78861dc2ca056171b6a487e24a0eddef4884..f94029e3cf5f03bfa17c0f7aeca5ff3b70cdd6cc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: ppc pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
index a8f117f1129049e218ffc0ef985cdc00db1b899d..6d02d393f3ea87f355f635650499e6aa993a0d23 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: ppc pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
index 8df6938060bae584e7df23caf6f0c4aaf6a3f3c9..3d1b685f01d8911d4a86188d5aca2c9f838dac8e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ppccommon.h: ppc utility macros
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
index e3d84a4957856e851ba07f9aa677df800f98704f..403d37ce64013329606277df350a45a51a64a368 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: ppc intra prediction
  *****************************************************************************
- * Copyright (C) 2007-2018 x264 project
+ * Copyright (C) 2007-2019 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 0763f44e54ea9804c260ccb4a39eac99322a3979..dbfbcaaaba61a6e692fea75d2b68c640e51b8890 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: ppc intra prediction
  *****************************************************************************
- * Copyright (C) 2007-2018 x264 project
+ * Copyright (C) 2007-2019 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index d72f42b5cc67eefaed042cf16574075809ca5e8a..95cc33b78c90974400ac84fe5fb42cc3c04fd664 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.c: ppc quantization
  *****************************************************************************
- * Copyright (C) 2007-2018 x264 project
+ * Copyright (C) 2007-2019 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 780e3f9147dd2f86a6734dd8ea87e484290267ab..472ab9e1d198d3446e733a004fd716164149fa44 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: ppc quantization
  *****************************************************************************
- * Copyright (C) 2007-2018 x264 project
+ * Copyright (C) 2007-2019 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 18a996ec84ffcfbfc1c5d370472657ce7e8e39f8..3df3f038d388ac3c5e3d3fe81223f819160787bc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 6c5f277fe5d8249bfbd27ac3606c0bbd60eeb83d..586b71cb9a447b17d3bc835cd55241a99e607ce0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 1e92575ca34485115e9f86f8d732543682428a8d..e8fc38d643ae5098f5e093b98ecac7401c5c3f69 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.c: quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2018 x264 project
+ * Copyright (C) 2005-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 88d5b323922f910e1a732ed611d524cf07ff2b82..97c4074d638b29744b7e562ad55e440bc12e13df 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2018 x264 project
+ * Copyright (C) 2005-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 7e33b04a8fd6b91dd851beecbf724eb11cbe1991..c6d3bd9a427cfc05099a4cb2713b8e6e35f871c5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rectangle.c: rectangle filling
  *****************************************************************************
- * Copyright (C) 2010-2018 x264 project
+ * Copyright (C) 2010-2019 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *
index c242a89c15569c09c5d7d023840925951387c6a4..5c5af3c14e5884ecd47882956ac80f91b542170f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rectangle.h: rectangle filling
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
index 319d88c049345fec6a4ec89db1d2ec5215da6dfe..67d945655462d7d5c2c4bf1a5d84ed9179f4d6ee 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.c: quantization init
  *****************************************************************************
- * Copyright (C) 2005-2018 x264 project
+ * Copyright (C) 2005-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index 4f0e5ab3acc4427f6af204b6c84e2c8ac89a5322..c78aecc57fbb0ee6b54fd339eb2c31827b073a5a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.h: quantization init
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index e963716e6135fbe4a6ed953bfcab13a9cd455a52..0e827927fb8f27f785a170658d30a585ebd6478e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * tables.c: const tables
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index a9c9d5a3f85c4521f0f439b1db2902697408f61d..4c869932a00fcc3e659103a4f107b9202026e2e9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * tables.h: const tables
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 4d36105b05c30847b6b3440de4f87cb60463bced..0d2be8e37cd4ad6f23cc125c0f48728ac61e11cb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * threadpool.c: thread pooling
  *****************************************************************************
- * Copyright (C) 2010-2018 x264 project
+ * Copyright (C) 2010-2019 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 59e71e052f6f3f3e5c1a8cece856ae84ef91fa0a..dc94a3f5e35c14b4aac7f2079ca286ecf6806554 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * threadpool.h: thread pooling
  *****************************************************************************
- * Copyright (C) 2010-2018 x264 project
+ * Copyright (C) 2010-2019 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index e00a01bc2e170e9b7f2064cd84c7e1d19d942151..5f1f87131926ac9a9ec3ff1e60855ad4bf450013 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * vlc.c : vlc tables
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Fiona Glaser <fiona@x264.com>
index 6ef66aa236c24a55e657c71209bccdb1ffc5a726..40950b8742a479bae96cc418fb37ccde69442f9d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * win32thread.c: windows threading
  *****************************************************************************
- * Copyright (C) 2010-2018 x264 project
+ * Copyright (C) 2010-2019 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Pegasys Inc. <http://www.pegasys-inc.com>
index 3962f88cdebb1814b7b342a46c0bd11f190e10cf..4f7db100c14df86f0d214293db6444d320deee93 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * win32thread.h: windows threading
  *****************************************************************************
- * Copyright (C) 2010-2018 x264 project
+ * Copyright (C) 2010-2019 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 282b930468ee5d2d772a5f6630539260d51187cf..8e7234e62bb6becb3168e44e4364c2e37d83cb02 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* bitstream-a.asm: x86 bitstream functions
 ;*****************************************************************************
-;* Copyright (C) 2010-2018 x264 project
+;* Copyright (C) 2010-2019 x264 project
 ;*
 ;* Authors: Fiona Glaser <fiona@x264.com>
 ;*          Henrik Gramner <henrik@gramner.com>
index ba6898ee975a9c43048d46cf1a7ed86e7d556e42..038e44e1ba05ef82a55ca51e831a7a39e43993cb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: x86 bitstream functions
  *****************************************************************************
- * Copyright (C) 2017-2018 x264 project
+ * Copyright (C) 2017-2019 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index f9d223a31b09140f2e8c3d0dd7dee75e8b76d549..e9ea08799bff251878343b8341234bc6b80c904e 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* cabac-a.asm: x86 cabac
 ;*****************************************************************************
-;* Copyright (C) 2008-2018 x264 project
+;* Copyright (C) 2008-2019 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 0d38b6e0e9099132976a9755ca0d89da60330bd3..9ca596d17f8ac46a003e584d49c505eceacaa26b 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* const-a.asm: x86 global constants
 ;*****************************************************************************
-;* Copyright (C) 2010-2018 x264 project
+;* Copyright (C) 2010-2019 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index a41d67f8e000e122f5cc745e194e9337478cee38..d84778dbcc73d7d516cf58110f1c906e0bbe8c44 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* cpu-a.asm: x86 cpu utilities
 ;*****************************************************************************
-;* Copyright (C) 2003-2018 x264 project
+;* Copyright (C) 2003-2019 x264 project
 ;*
 ;* Authors: Laurent Aimar <fenrir@via.ecp.fr>
 ;*          Loren Merritt <lorenm@u.washington.edu>
index 8cf5bab46a56f6ddfeef3f67939039d466b5e52f..ca91b54eec576d071c681cc923de847c628512b9 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-32.asm: x86_32 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2018 x264 project
+;* Copyright (C) 2003-2019 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index 99f051c91107aff14422d314ca1d9eb550c505f5..f4ac586aae95e0b52828608c982fbabd3a709b37 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-64.asm: x86_64 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2018 x264 project
+;* Copyright (C) 2003-2019 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index 01311c4914e090305f6eab39c27ec9c236935cc7..2652185a0a7eabb35d7196dd5be0fe0d690dca1b 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-a.asm: x86 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2018 x264 project
+;* Copyright (C) 2003-2019 x264 project
 ;*
 ;* Authors: Holger Lubitz <holger@lubitz.org>
 ;*          Loren Merritt <lorenm@u.washington.edu>
index e8f8fb7962aeb8d3bc32efa242fb6afaa8bd6d6b..9c389e80cbcf9df6140da3e583e8745876c21032 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: x86 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 31c4ed130f9a55445e2f7a9116f060cc6de77c23..a15c9f66c714b17b5b6d69ec3bf24d36a810a3e0 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* deblock-a.asm: x86 deblocking
 ;*****************************************************************************
-;* Copyright (C) 2005-2018 x264 project
+;* Copyright (C) 2005-2019 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index d2519f88a2eaecdf6aa5c75c97887372cc61592a..2fd33b070fcc36a3520cd6ec4c8d47fe94544484 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.h: x86 deblocking
  *****************************************************************************
- * Copyright (C) 2017-2018 x264 project
+ * Copyright (C) 2017-2019 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 440cf4d5b605cf56284044fab104fc60ad99c377..c28a4b2d0680f9cb824b366cf588ec5d9edaa4a5 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* mc-a.asm: x86 motion compensation
 ;*****************************************************************************
-;* Copyright (C) 2003-2018 x264 project
+;* Copyright (C) 2003-2019 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 958373145a79139c45488c3bdd1a5c5d082c31b1..8623364cfaef545ada493a355544ecc6e1314e26 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* mc-a2.asm: x86 motion compensation
 ;*****************************************************************************
-;* Copyright (C) 2005-2018 x264 project
+;* Copyright (C) 2005-2019 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 27f5a6846a86f79b6d4cf596d7a6a4f2f2fc4c78..51d915c18c39cb1576775fa44bf2757f7af15c7e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: x86 motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index edba1dec794b64372eacce5476014a817f5ed230..fc83f4654a2e48f4ff3637335400d446dee8710c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: x86 motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index bc07c5d8327c637b073633e297a99ba90a4f7b8e..a6224993c1cc97d3e941ded35720777ff8155c49 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* pixel-32.asm: x86_32 pixel metrics
 ;*****************************************************************************
-;* Copyright (C) 2003-2018 x264 project
+;* Copyright (C) 2003-2019 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Laurent Aimar <fenrir@via.ecp.fr>
index 101a2ae5e5a0791eef6bc87efcdfebe1c07ffda9..0652a4fa83e97e12e9c64ced5d962bf3347a4f04 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* pixel.asm: x86 pixel metrics
 ;*****************************************************************************
-;* Copyright (C) 2003-2018 x264 project
+;* Copyright (C) 2003-2019 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index db58ceffbf8291eadb5d5c30eb431c916cf4bd8e..4acc6d3be3f4d48562b28f3f8b2b0e1ae62a631a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: x86 pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 7d7495baccb033a39121ddb30c0ceab0318f4d4d..77a06a114b02a7b94ecf57ba05c17cdd79dcb6dd 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* predict-a.asm: x86 intra prediction
 ;*****************************************************************************
-;* Copyright (C) 2005-2018 x264 project
+;* Copyright (C) 2005-2019 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index ad02afc33c420dea91cc7c232c94d6b56df2595d..f9af0f50dd86bc33e6a1f9d29dcb7f450b741fbe 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict-c.c: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 0860f3aacd5c3e91172c9bc1fff698dc99ff518f..b64e577b3812870a73ea5d38b8b5ca6c52938c3a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: x86 intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index e168a564205ca79626fe73561deeed4e7bbc2b90..7404e44da904309e2fd3f5e88146dfab858a75e1 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* quant-a.asm: x86 quantization and level-run
 ;*****************************************************************************
-;* Copyright (C) 2005-2018 x264 project
+;* Copyright (C) 2005-2019 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 39d0bfbd3bb105968ade3e86fc2893bd01140802..1562728de68dcc6071fcc6b3e4d8a5c8a18867e8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: x86 quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2018 x264 project
+ * Copyright (C) 2005-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 741aa95b11e6983e666aab559c347201846f6757..3ea2bca53234f2a108ca79cf839cca556ddb369f 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* sad-a.asm: x86 sad functions
 ;*****************************************************************************
-;* Copyright (C) 2003-2018 x264 project
+;* Copyright (C) 2003-2019 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index cccd92e38e562143411df223438e50b696830ad7..df4ad83a5b0ba907c60028f719a9e03453887946 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* sad16-a.asm: x86 high depth sad functions
 ;*****************************************************************************
-;* Copyright (C) 2010-2018 x264 project
+;* Copyright (C) 2010-2019 x264 project
 ;*
 ;* Authors: Oskar Arvidsson <oskar@irock.se>
 ;*          Henrik Gramner <henrik@gramner.com>
index 62ba781b7b9519e44703995fd90b58185f0930c6..d94b9b50d646a70070656ca80d5f2ee1f8d53b34 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* trellis-64.asm: x86_64 trellis quantization
 ;*****************************************************************************
-;* Copyright (C) 2012-2018 x264 project
+;* Copyright (C) 2012-2019 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*
index 970103946026c1799fd14350094949a1d259a945..1eba416d462e95c71599096f752497a53d854b8c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * util.h: x86 inline asm
  *****************************************************************************
- * Copyright (C) 2008-2018 x264 project
+ * Copyright (C) 2008-2019 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
index 16ba62b4879dd65254d1aac0434c438228ec835c..479dad9c17c5be4530eb65e8eec5deec54c647c2 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* x86inc.asm: x264asm abstraction layer
 ;*****************************************************************************
-;* Copyright (C) 2005-2018 x264 project
+;* Copyright (C) 2005-2019 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Henrik Gramner <henrik@gramner.com>
index b8671e8c068c29e14415f908d0607fc9508e6a7d..e8a8efa7ee6ec49b84ebc3bd96a8b90619ae62e0 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* x86util.asm: x86 utility macros
 ;*****************************************************************************
-;* Copyright (C) 2008-2018 x264 project
+;* Copyright (C) 2008-2019 x264 project
 ;*
 ;* Authors: Holger Lubitz <holger@lubitz.org>
 ;*          Loren Merritt <lorenm@u.washington.edu>
index fb241a7d8cc9b3330501cc72bfcf9608731b3aeb..2f61f021c3d4dce648df710f8353a982a2efa337 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * analyse.c: macroblock analysis
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 8f800ed1faaa88fb6501d09d1b455b709531c763..3048c26d9b4c521dd750da9409b2210f81a713f5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * analyse.h: macroblock analysis
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index b97612b770856e55faf1ef5ad962c4a3b869a5e8..44fde51f9240f8b1374d9c2b9afc596466b0f0d7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * api.c: bit depth independent interface
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Vittorio Giovara <vittorio.giovara@gmail.com>
  *          Luca Barbato <lu_zero@gentoo.org>
index 379c92e6fda9bb3d49b06822f9dd5d9e24a4eb4c..b76ff130638277022ae1fa63a5762040d8ca9786 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.c: cabac bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 7ca8b214b43c4d0ed7689bcf8ed412bf68970351..7edfe687514a9a46e01b0091581145b066b6d8eb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cavlc.c: cavlc bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index d1305eb24f46ff07e4b97dba01151e990cb8fdce..45a97a62b359e6c3019e8a60a01e1ed2c4b5d835 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * encoder.c: top-level encoder functions
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 5c948cfbbd65af6f931f921ae3c10c18ee057795..227c8fd381c11ccd05b6450c71fc54f7f18d9aad 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * lookahead.c: high-level lookahead functions
  *****************************************************************************
- * Copyright (C) 2010-2018 Avail Media and x264 project
+ * Copyright (C) 2010-2019 Avail Media and x264 project
  *
  * Authors: Michael Kazmier <mkazmier@availmedia.com>
  *          Alex Giladi <agiladi@availmedia.com>
index 8f3111e42bec6ab86f30e6f5a97cada696e05f45..609cdcb439d0d0df0fcd6c0c84b51e0f7f0b7e64 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.c: macroblock encoding
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 0830662729287e66b2ff9d95b464b1cdf9333edd..8149a5ae9562bbb6755adddfc2cb1dd0ab754204 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.h: macroblock encoding
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 8bdc87e990ddca42ccb0912f79e247bb225cbd64..8c5a2029974a4fcef54a1b605ecc8d4c5555c94b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * me.c: motion estimation
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 0016636a3cc939b801771dda3b55af5feeee915d..f64fce0726eaf9ca64272a01d4570ce59647e893 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * me.h: motion estimation
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 68ea065ce6bee5746c627ed55d197e68ab703f56..0ecb8d334725df0012aad503e9649f9eb889856e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ratecontrol.c: ratecontrol
  *****************************************************************************
- * Copyright (C) 2005-2018 x264 project
+ * Copyright (C) 2005-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Michael Niedermayer <michaelni@gmx.at>
index 9718031df92487d086c7e71211e4d8f43f8daf14..bd2854c5ebfa9ddf832881f8f7ec403bc097c620 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ratecontrol.h: ratecontrol
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 02b61f9f59b902a32103d13dc848f05998bf2564..743934fef7d33b5bcb502befb1a6ceca2402a05b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rdo.c: rate-distortion optimization
  *****************************************************************************
- * Copyright (C) 2005-2018 x264 project
+ * Copyright (C) 2005-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 1511d8e002d659a653d567c12e32b9de1062173c..ef35be559bc5bb0c1b529e6823d10e356a89cf69 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set: header writing
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
@@ -598,7 +598,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-2018 - http://www.videolan.org/x264.html - options: %s",
+             "Copy%s 2003-2019 - http://www.videolan.org/x264.html - options: %s",
              X264_BUILD, X264_VERSION, HAVE_GPL?"left":"right", opts );
     length = strlen(payload)+1;
 
index 1b3ab79e2b71251a9e3465551d43878b135ab6e4..feafc7516aaee37cf95f6b8c6a217f7d1c3ebaf1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.h: header writing
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 90c54e909d2050a4bbdf8027b58cbb378a5c6a5f..5235bf5d19eb78ee1add9d933602369706676213 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * slicetype-cl.c: OpenCL slicetype decision code (lowres lookahead)
  *****************************************************************************
- * Copyright (C) 2012-2018 x264 project
+ * Copyright (C) 2012-2019 x264 project
  *
  * Authors: Steve Borho <sborho@multicorewareinc.com>
  *
index 1deb4ec8b4bf09a92a29c7424dd293b73ab831b3..f0373a569ed40d7744b934c991c12e0adcec3399 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * slicetype-cl.h: OpenCL slicetype decision code (lowres lookahead)
  *****************************************************************************
- * Copyright (C) 2017-2018 x264 project
+ * Copyright (C) 2017-2019 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 8c3ef3ba172c1283c727398e6b8b795b8a7c0b7a..18885e798d2bede04b281cfc41a0355e1974b224 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * slicetype.c: lookahead analysis
  *****************************************************************************
- * Copyright (C) 2005-2018 x264 project
+ * Copyright (C) 2005-2019 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
index f1753b20d7ab6de2162fe1f856fea91f6757f776..5321670ba35c4ea302936e69dc24abd21ede5621 100644 (file)
--- a/example.c
+++ b/example.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * example.c: libx264 API usage example
  *****************************************************************************
- * Copyright (C) 2014-2018 x264 project
+ * Copyright (C) 2014-2019 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index fdfa6be52ad6dfc2b949988e42d74491500c6232..f8af8309043c13ae94306d9fda2af8464cf61a68 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * intel_dispatcher.h: intel compiler cpu dispatcher override
  *****************************************************************************
- * Copyright (C) 2014-2018 x264 project
+ * Copyright (C) 2014-2019 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 64220e7a7f429dd5f1e2e8a62cd2401f77bddbcc..0088e2a97f95adbdb4597062ffd6ca24acdd64b5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * filters.c: common filter functions
  *****************************************************************************
- * Copyright (C) 2010-2018 x264 project
+ * Copyright (C) 2010-2019 x264 project
  *
  * Authors: Diogo Franco <diogomfranco@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index 87785aa9f94f8dfc35d921994b632553e8b802cf..f21cf42b58a25c23416fe4b985177c694a461442 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * filters.h: common filter functions
  *****************************************************************************
- * Copyright (C) 2010-2018 x264 project
+ * Copyright (C) 2010-2019 x264 project
  *
  * Authors: Diogo Franco <diogomfranco@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index 7d5143db6c8de049a0cc8956376fad54f24437ed..eaad0bd8a24cc5a74696e520194e2d7ade3945db 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cache.c: cache video filter
  *****************************************************************************
- * Copyright (C) 2010-2018 x264 project
+ * Copyright (C) 2010-2019 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index b10517a2151123eed0029fa0fd625bfa7eaae895..ef8d83b6810a1069f071236cad23dc21c6a4625c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * crop.c: crop video filter
  *****************************************************************************
- * Copyright (C) 2010-2018 x264 project
+ * Copyright (C) 2010-2019 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          James Darnley <james.darnley@gmail.com>
index a95707974d49aee14b893216629c849fe3170e05..e503856cc857899aff034ddf72b8d4ef4e0c0dfe 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * depth.c: bit-depth conversion video filter
  *****************************************************************************
- * Copyright (C) 2010-2018 x264 project
+ * Copyright (C) 2010-2019 x264 project
  *
  * Authors: Oskar Arvidsson <oskar@irock.se>
  *
index 0427592daea73b9eb032fa6fe59e2d2d605c1e2c..22fde202acf894b4c884da3eaf742241edc337f8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * fix_vfr_pts.c: vfr pts fixing video filter
  *****************************************************************************
- * Copyright (C) 2010-2018 x264 project
+ * Copyright (C) 2010-2019 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 4eaed956d7e278bf92484fe669d9da0aed65fde2..9a410e83fe6b74c69a9a49e54211a66710dc8527 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * internal.c: video filter utilities
  *****************************************************************************
- * Copyright (C) 2010-2018 x264 project
+ * Copyright (C) 2010-2019 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 9ad41455e522525eb13d99b43f08942bd06492b1..6cf8d07cb8ea90cdb1340a6c145d0853d8927951 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * internal.h: video filter utilities
  *****************************************************************************
- * Copyright (C) 2010-2018 x264 project
+ * Copyright (C) 2010-2019 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index dda5db99d9e5108430793e961bdb8e5051596e52..fd07457cfc79149c6ed07a8d466de1fcb4ac679b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * resize.c: resize video filter
  *****************************************************************************
- * Copyright (C) 2010-2018 x264 project
+ * Copyright (C) 2010-2019 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 453f7d5b7fd458de9ec0416ae50c4c62aa43e45c..4825e809ab71f6a6a73452481ba0d53b13dbe446 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * select_every.c: select-every video filter
  *****************************************************************************
- * Copyright (C) 2010-2018 x264 project
+ * Copyright (C) 2010-2019 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index df94876eb07474606911cb31afe2ff14a2073276..f291b011307335f5397a912b4e4c5a0da937849a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * source.c: source video filter
  *****************************************************************************
- * Copyright (C) 2010-2018 x264 project
+ * Copyright (C) 2010-2019 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 92ca1a83fbaa85fe993920c78bc8d96c940c5baf..d9df557056afa038b9f7d42defc96e0c49ec70f0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * video.c: video filters
  *****************************************************************************
- * Copyright (C) 2010-2018 x264 project
+ * Copyright (C) 2010-2019 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index b907ea68e4f4b60250c1c5adbc47bb636630a0ec..3c7ba2acf81a692270718ac8ae100ded153b3bd6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * video.h: video filters
  *****************************************************************************
- * Copyright (C) 2010-2018 x264 project
+ * Copyright (C) 2010-2019 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 8520afddf7fd938198db413436bc564ec247826b..c9917d308dcf73e98818b39c261ef54cc09dd78c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * avs.c: avisynth input
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Anton Mitrofanov <BugMaster@narod.ru>
index 1207940495bf48804fcfb85693d560d660ff391e..2de96be29103a58ec7a232a4ff769f2c5097ee1a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ffms.c: ffmpegsource input
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: Mike Gurlitz <mike.gurlitz@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index 70c4fa0a54b3b0b1b2202b1cc9e9de71f0b2da3c..f81d3f67418c8ebc079cc5ab64ab67c6275e629b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * input.c: common input functions
  *****************************************************************************
- * Copyright (C) 2010-2018 x264 project
+ * Copyright (C) 2010-2019 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Henrik Gramner <henrik@gramner.com>
index bb96a873b69945e105ce1111e40060d0090067b8..2f9f8e85fb568b482324ede1e4a1be48e7cab334 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * input.h: file input
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 31242e7b517569d42000e4b75a1c569130e5080e..3eceae45f162f228a18ed5404c9cfb75e44111ba 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * lavf.c: libavformat input
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: Mike Gurlitz <mike.gurlitz@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index a4a9f92e6bfb0ed83e2735c5717185ccfc05a982..b93eb276ce6214a8dc4b992417138290022c1cb7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * raw.c: raw input
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 3a22411f5b416774a48a369115f7e6867e3f59a2..eb46365fa91bb1b619624f8baef6f991f499aeee 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * thread.c: threaded input
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index e2090e0f432c051a362e7aef9d8fe6c9a76b1279..db4910d598579427cddafd3cb68343ca8caa8497 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * timecode.c: timecode file input
  *****************************************************************************
- * Copyright (C) 2010-2018 x264 project
+ * Copyright (C) 2010-2019 x264 project
  *
  * Authors: Yusuke Nakamura <muken.the.vfrmaniac@gmail.com>
  *
index 5a80af6bb0c71e08dc4e23db775d9bc989a3e16d..13e648e1237f185823fb4377730979c51279ed1c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * y4m.c: y4m input
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index b4907df75bd2a4514339c7fff263ab45cf8ecd2f..e6c0df99ee2ec196dda0c2705b8d7e250e6797e6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv.c: flv muxer
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
index e8478a061524d1909713b5bed3d0e62bbf016c0c..d059771173053d411470a01c59aea0029e4e88fd 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv_bytestream.c: flv muxer utilities
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
index 3f5656bec6c2dc2ba3dcfdcbba8ba2734861d8ef..868221153ec8cc626eab28d6d5536a949fd296e7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv_bytestream.h: flv muxer utilities
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
index e19f227437e3c752d40dbcca91b64bc86352b373..d59c36fb694aacc8ca918030e6510bf88b431dda 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska.c: matroska muxer
  *****************************************************************************
- * Copyright (C) 2005-2018 x264 project
+ * Copyright (C) 2005-2019 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
index b2afbc0f2d2449d7a77fbb6dbe521d40f84bda44..1a6f992d7ce2d077e6f86fb9c60af7db392ec55f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska_ebml.c: matroska muxer utilities
  *****************************************************************************
- * Copyright (C) 2005-2018 x264 project
+ * Copyright (C) 2005-2019 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
index b02157290f225a89fc7b8552fd4ecd63660bf8d8..882b9f5bf0d76e10fbaea4c30880abc7f8168773 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska_ebml.h: matroska muxer utilities
  *****************************************************************************
- * Copyright (C) 2005-2018 x264 project
+ * Copyright (C) 2005-2019 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
index 21d551176112dfc1e65d6049d548b3edaa8d55c7..40600d93eb0441d7ae4c4781c56e11221e4c01b3 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mp4.c: mp4 muxer
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index f569fbe39f5755d74ea348f82fe53fd699912db6..659587dd6e4b9840d3c0b8c19931c10f737df762 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mp4_lsmash.c: mp4 muxer using L-SMASH
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 0b35b03cf50c1bc437631dfe3a0382c6bb996263..0d8a52ef331a69194728094f00ebe1735041b696 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * output.h: x264 file output modules
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 771fb8f0ffaaffaaa649312ee4bacccc9316fe82..24d303b07d2aca993bf233a9037dd2c2431d76bb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * raw.c: raw muxer
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 89bdc0ec3e7bc729dca5851a3c8afb17de1599d2..2a06e98b29909f40cfedf00a5d2420b0d2abcc74 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* checkasm-a.asm: assembly check tool
 ;*****************************************************************************
-;* Copyright (C) 2008-2018 x264 project
+;* Copyright (C) 2008-2019 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Henrik Gramner <henrik@gramner.com>
index 8f84bd4e6d1bdf8a10bf366d05c5de07c1eb9eed..dde8e0d3151e91f279435562dbf71ca1fd975d87 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * checkasm-aarch64.S: assembly check tool
  *****************************************************************************
- * Copyright (C) 2015-2018 x264 project
+ * Copyright (C) 2015-2019 x264 project
  *
  * Authors: Martin Storsjo <martin@martin.st>
  *
index df538a549e4bacee829ccbfcb226cfde5af054cc..5aa18c9bd6d2e5d589c0b11d3a69a9f8ce201599 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * checkasm-arm.S: assembly check tool
  *****************************************************************************
- * Copyright (C) 2015-2018 x264 project
+ * Copyright (C) 2015-2019 x264 project
  *
  * Authors: Martin Storsjo <martin@martin.st>
  *
index 59cd0a5cec274030d45496cc35d98e056ff925ac..eaa66da8538755b83d53942704a35204240a6303 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * checkasm.c: assembly check tool
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/x264.c b/x264.c
index 8808008e9b0536b3a8522a17524bad9617d79a4a..f5e37a6ca58167e996bfd60a285816e0409d09d7 100644 (file)
--- a/x264.c
+++ b/x264.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264: top-level x264cli functions
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/x264.h b/x264.h
index 5f7294e3a7149fc4e555501f9a9a504c1c9d592d..585a75718b06308547662feff9696998c4e9f0a2 100644 (file)
--- a/x264.h
+++ b/x264.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264.h: x264 public header
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 7e1675ed320670a97e98142a272952922f627271..1993717869a18b5cb49c71692465c9a278887a9b 100644 (file)
--- a/x264cli.h
+++ b/x264cli.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264cli.h: x264cli common
  *****************************************************************************
- * Copyright (C) 2003-2018 x264 project
+ * Copyright (C) 2003-2019 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 347f3b930bf6310ebc9cd094bf0738d365941775..d98ddcdccddb578315f00d3599e4834eb9eb6421 100644 (file)
--- a/x264dll.c
+++ b/x264dll.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264dll: x264 DLLMain for win32
  *****************************************************************************
- * Copyright (C) 2009-2018 x264 project
+ * Copyright (C) 2009-2019 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 713e342580195a9ae6efb64e3b7ca3f77583d1e3..4dc97fd214f40d371eb2f84c522e6c86d2d55954 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264res.rc: windows resource file
  *****************************************************************************
- * Copyright (C) 2012-2018 x264 project
+ * Copyright (C) 2012-2019 x264 project
  *
  * Authors: Henrik Gramner <henrik@gramner.com>
  *
@@ -64,7 +64,7 @@ BEGIN
 #endif
             VALUE "FileVersion",      X264_POINTVER
             VALUE "InternalName",     "x264"
-            VALUE "LegalCopyright",   "Copyright (C) 2003-2018 x264 project"
+            VALUE "LegalCopyright",   "Copyright (C) 2003-2019 x264 project"
 #ifdef DLL
             VALUE "OriginalFilename", "libx264-" xstr(X264_BUILD) ".dll"
 #else