]> git.sesse.net Git - x264/commitdiff
Bump dates to 2016
authorHenrik Gramner <henrik@gramner.com>
Fri, 1 Jan 2016 11:44:31 +0000 (12:44 +0100)
committerHenrik Gramner <henrik@gramner.com>
Sat, 16 Jan 2016 23:30:13 +0000 (00:30 +0100)
182 files changed:
common/aarch64/asm-offsets.c
common/aarch64/asm-offsets.h
common/aarch64/asm.S
common/aarch64/bitstream-a.S
common/aarch64/cabac-a.S
common/aarch64/dct-a.S
common/aarch64/dct.h
common/aarch64/deblock-a.S
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/cpu-a.S
common/arm/dct-a.S
common/arm/dct.h
common/arm/deblock-a.S
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/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/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/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/threadpool.c
common/threadpool.h
common/vlc.c
common/win32thread.c
common/win32thread.h
common/x86/bitstream-a.asm
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/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/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.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 9e4a40c709e056b3fc15e182bf4c7136e3c16b2d..5685f1d3cdcff598710054a0b86efd35db0c4858 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm-offsets.c: check asm offsets for aarch64
  *****************************************************************************
- * Copyright (C) 2014-2015 x264 project
+ * Copyright (C) 2014-2016 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index 27d0d91ba0a31062f7a60bbb7d8060120965d4fd..8968be4fde2d051439db0cd6944e2eeba580ec4c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm-offsets.h: asm offsets for aarch64
  *****************************************************************************
- * Copyright (C) 2014-2015 x264 project
+ * Copyright (C) 2014-2016 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index 7203d35c5b6cb319b38c6d570b2ad548ebfdfa4f..106a0af11790782a9010deecff51f9e1c1cf2531 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm.S: AArch64 utility macros
  *****************************************************************************
- * Copyright (C) 2008-2015 x264 project
+ * Copyright (C) 2008-2016 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          David Conrad <lessen42@gmail.com>
index 96ab42f8f5a2738069dd6334868cd139f596ff65..3ec7c27149dcef4aa1441a4bda386b6757ffc2f3 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream-a.S: aarch64 bitstream functions
  *****************************************************************************
- * Copyright (C) 2014-2015 x264 project
+ * Copyright (C) 2014-2016 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index d1f105376025906399f9850044a0265ce3367875..ace336f25cee6e8de664bf28eb300f3e0c53ea5b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac-a.S: aarch64 cabac
  *****************************************************************************
- * Copyright (C) 2014-2015 x264 project
+ * Copyright (C) 2014-2016 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index 4c2aa38b9e5407e40411af6a34d8f909a884a3cd..525a569d32bc4d85b6345e919be7e5c111657d5e 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * dct-a.S: aarch64 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index f3894717f7ab0564785dbb0f4fc970b3d7a37bde..6c812ac4843b8f8eab68dbe60979a491dffda5c7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: aarch64 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index dafd8291467104e40f62d52221671fdf68b2f504..1310f3ba501571c1d19d1e066f989e795805f1b0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.S: aarch64 deblocking
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          Janne Grunau <janne-x264@jannau.net>
index f448bf5e49f6f6a8051da4a0de220fbecd6c856e..232ed3ff46e0ec471757563d0a26ad8bbd9fb087 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.S: aarch64 motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 8d480d7ffe9796cb3a6c8c6bed2f5dd925180f09..144404c70c539e5c6a0f556124454437d6631577 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: aarch64 motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 94e7c0be803f73e50c073b62811beb08d6263370..86f2bb9d661a82fb0d0b114155e9aa8087daae0b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: aarch64 motion compensation
  *****************************************************************************
- * Copyright (C) 2014-2015 x264 project
+ * Copyright (C) 2014-2016 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index 7eb8b01f53704d89be83de70592f6db5e2b87db6..92ec92d9745e824b240804c5acd9aa407573e457 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.S: aarch64 pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 71c468c1eac9da61fb5f9cdaff97d6085a56971a..5e7eaf01ba4b00e051ea944b3bb1f052a31502f2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: aarch64 pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index bcc3d7a88eb5d63c0e92d0538736065adff5ece9..0bfb9b4560919b94eebbd11d5b8fca6ed71f8c96 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.S: aarch64 intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Mans Rullgard <mans@mansr.com>
index 1fbb32295138198f64ab711a4eb04fc26321f758..c06e7d1a20a811a62798f64dc5c3a4eaabe5317f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: aarch64 intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index f1562346bc20ecd81eabba5b65269cb888c1d7b8..f0589a516c9560272c572a994da1718da110770c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: aarch64 intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 409090049bd35d9c26b4b7678af3f981b9c6d093..46b971ee252c60084941eb9606c124cf11f59113 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * quant.S: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 677859190909062ecdc8447c059810a1116392a7..b38b68627ea469e0d40a2aad7452d10b404c4b66 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2015 x264 project
+ * Copyright (C) 2005-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index a96e0a708e1164e01763d93076fd1f61d3746515..3287e18ad9870ab3fbaa4999e307dd39c96fe30e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm.S: arm utility macros
  *****************************************************************************
- * Copyright (C) 2008-2015 x264 project
+ * Copyright (C) 2008-2016 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          David Conrad <lessen42@gmail.com>
index 5b0a171c0983d3c3c1672c43b3360d95b999e800..676d531f4b548828bce5d45ac82cf041da2f0c6c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream-a.S: arm bitstream functions
  *****************************************************************************
- * Copyright (C) 2014-2015 x264 project
+ * Copyright (C) 2014-2016 x264 project
  *
  * Authors: Janne Grunau <janne-x264@jannau.net>
  *
index dd5f19b3066ab7b927c67dcb9c3d61344c56b104..075b0a9493e674787ace8d3b1c4083ae4d77f59f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu-a.S: arm cpu detection
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 58af364b633ed7e888059441015e355512576731..a1984a5517d51d9e7c36983964e89482e5168036 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * dct-a.S: arm transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Martin Storsjo <martin@martin.st>
index 77063d8c1f3ddff58ea56e762be60a7a9e577d1b..95f1018c84898094df54e378b746d280617fb9f2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: arm transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 94dd337d05a1584f481235bcabeb305dc0ed003f..d7818282eb496c81b2d9c1ba784526ce8e71f845 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.S: arm deblocking
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          Martin Storsjo <martin@martin.st>
index 767ab1067aac6225979e9e6f8f25c9be935f20e2..1dbd498961f195ed886851b2bcf4926eb0c102be 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.S: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Mans Rullgard <mans@mansr.com>
index c3eec46e5696b62e6a99be266a558e348b61900a..a2ab9a35de554cd0efcb4e42635770e67c3ef8d6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index f1708de997b6c3beaace27e483ccd5c4594fefb6..c4d8033c71e02abc2f7d0f1ef14a7667d7cb3be0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 41559b8daa6a9205e35a825cd56dfc37b841c865..b158e6128e178e60019f1c8581ba620c4edbbde0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.S: arm pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index d84808be3f0e6e7dbb7b559cd6930638e8feb270..b408326ea64826de8d7876d9194fc0c885e31987 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: arm pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 889b3498a30d26b3790ab1e3890b13ef13b641ea..30b3679e3240c5315f31f69fb6d6848403742337 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.S: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Mans Rullgard <mans@mansr.com>
index 4b92146e45e1e485cd7c19603de64f87173e0f15..eb52d396e7c144da0857736decafb0647d0d9025 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 004702b93f7ea24042e8ac28a76e140349d0373c..1ce4ea67b2fb67c402f935e8c1efb4ccb08bd441 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 1a5aa038d3bc9f5185523091fb9ed6e3fec9c9bb..cc2f40d9df07a34316d28c5b6f0b7c377648e2bc 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * quant.S: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Janne Grunau <janne-x264@jannau.net>
index 2ec91ebe925865c359c2b425fe62b618759ddaba..dff3f9e90d940b9b6436b2d217c4649c378fcd49 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2015 x264 project
+ * Copyright (C) 2005-2016 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index ec9836ac019930198f53242c69ddcbd7eb66e83b..ea0f0d68c5152c9b71af26cfe3ddbeeaa685b0ca 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.c: bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Fiona Glaser <fiona@x264.com>
index d40be0e0d3fbee24521ad7231419df9302ed2f41..a58746bcce6151727efda034f79e3b940f0dbaef 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 4d142306dd72019642bd681e7648636a47afb52e..9b611c0e0ec73eb88b4bfee2cbbf27f3e817b0ab 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.c: arithmetic coder
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index fc02dfd508006156dc4db0b2ce797a3d7beea142..cf07254fe95e60e4e581b0f9aad1462d6c09d2a9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.h: arithmetic coder
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 6999a0060af82bcd795b9896a4d03cb8db0fe385..4b8f803a839e530fff09ec06571f5ba59f3b76d1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * common.c: misc common functions
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 9cda1871ac4356a4908414d1407f74554b18a61c..c5d48736d289e1bb25336366ce6014c4b6234132 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * common.h: misc common functions
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 44231445929cd2e6eca7b21569357b56b8ecd14b..441b8ce017433ebff6d381d61a1bf7701a63134d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu.c: cpu detection
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 14a8b7fbdaedd54685d94778df853aa15987769b..138141946fc4ff6929a5aa7eed29bb95643478be 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu.h: cpu detection
  *****************************************************************************
- * Copyright (C) 2004-2015 x264 project
+ * Copyright (C) 2004-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index aafd9fb9298f4b7379f7b6278184c8e9b57d3b8c..2740a3171b5e64e63d0b83b89ed191c1f320387b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.c: transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 698f09bc1c113af17d22061350d44b353380c1df..91c343a546eca33fa6adfa51e0536ea9bff90c76 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: transform and zigzag
  *****************************************************************************
- * Copyright (C) 2004-2015 x264 project
+ * Copyright (C) 2004-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index 3da99b01c21c9137db88569ed3e61384f6d1a789..636bf3ee37bc612ebdac653bda0f59ef93ba9be6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.c: deblocking
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index ffecd2cadb3db7528850279299b06332ddc39510..ab0c7b3262ba77114efa3211495c99a56757e171 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * frame.c: frame handling
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index dcec3bf4db22760527f04e85e073712e8e110b4c..b8ff9113825957cd534620fb14ab72cdc0c4d783 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * frame.h: frame handling
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 603594a80aa2da7788936ad77c75b6989a919cdb..9c05f005e13bad609786a36670aeec6e3c5d9108 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.c: macroblock common functions
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 7974f5ab1bf21a067898747b25f6206d73ae6111..9a556ac64e5f2bfba457ddff8896c6359bc26176 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.h: macroblock common functions
  *****************************************************************************
- * Copyright (C) 2005-2015 x264 project
+ * Copyright (C) 2005-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 57c1f23a0982f5937c6987831076ede1c0a0253e..a460541f9897c9927055fe772d30780cbd28f05c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.c: motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 47184ea445330931205465131c8fa554d56a5d11..f0601b4b0334a9a6c91be6b38269f80389349bb2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: motion compensation
  *****************************************************************************
- * Copyright (C) 2004-2015 x264 project
+ * Copyright (C) 2004-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index 5a31237dea9aa4e7918f718f0442fda6468d07ac..c9f5687cb971c909ca8938eb3fbecec10c732625 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct-c.c: msa transform and zigzag
  *****************************************************************************
- * Copyright (C) 2015 x264 project
+ * Copyright (C) 2015-2016 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index 190742cb786ac1c11614c30f359ea12ad9c5c16d..a57fb4e6c5a521adcd722443753c6409e5685941 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: msa transform and zigzag
  *****************************************************************************
- * Copyright (C) 2015 x264 project
+ * Copyright (C) 2015-2016 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index 44b96445a68adc4852ef1f9e462c09e2d9081180..4ced1dc493fc7e2790db36bb13fff46cb235cfbe 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock-c.c: msa deblocking
  *****************************************************************************
- * Copyright (C) 2015 x264 project
+ * Copyright (C) 2015-2016 x264 project
  *
  * Authors: Neha Rana <neha.rana@imgtec.com>
  *
index 991cfb149933bd3beb4fa23c334ca505447f90d9..8a7b7b27ed0d1d64d620cf3203ef387c1dba4f35 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macros.h: msa macros
  *****************************************************************************
- * Copyright (C) 2015 x264 project
+ * Copyright (C) 2015-2016 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index 6320d0f4e0844a8daa498646f090f6fac88cac23..db95cff2e0882d5ef0ebeef7029c6e8e55e1a1e2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: msa motion compensation
  *****************************************************************************
- * Copyright (C) 2015 x264 project
+ * Copyright (C) 2015-2016 x264 project
  *
  * Authors: Neha Rana <neha.rana@imgtec.com>
  *
index d4f098a6cafaecc164b00f21b446840dfff39897..692a180f1c83a837960bcd841547c5d057de9f0c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: msa motion compensation
  *****************************************************************************
- * Copyright (C) 2015 x264 project
+ * Copyright (C) 2015-2016 x264 project
  *
  * Authors: Neha Rana <neha.rana@imgtec.com>
  *
index 18c633ae63e785d3fe2b31401359ff7cc687f1cb..d583d79e309236442a218d26a71143bacc3b95b1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel-c.c: msa pixel metrics
  *****************************************************************************
- * Copyright (C) 2015 x264 project
+ * Copyright (C) 2015-2016 x264 project
  *
  * Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
  *
index 91efdee2e2c3eb245dec189d7b3a7536f8b7b337..33ffd48fb573bb99104e6b4ba2966f46d977db1b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: msa pixel metrics
  *****************************************************************************
- * Copyright (C) 2015 x264 project
+ * Copyright (C) 2015-2016 x264 project
  *
  * Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
  *
index e877e80605331ac6039a4c89b566c05feb6e5e8a..d8183d61f6437993025cee952577234574c11764 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict-c.c: msa intra prediction
  *****************************************************************************
- * Copyright (C) 2015 x264 project
+ * Copyright (C) 2015-2016 x264 project
  *
  * Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
  *
index 537746c653339ce00feaea65634b6de4dd2d5c27..36b084123f0c00c4d341d06f0523ad4950a6463a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: msa intra prediction
  *****************************************************************************
- * Copyright (C) 2015 x264 project
+ * Copyright (C) 2015-2016 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index 8deddc6691f6dce594becea9b738c540b71cd1a8..2f7c5bc4dcc637b835294a9508db97c7495f438e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant-c.c: msa quantization and level-run
  *****************************************************************************
- * Copyright (C) 2015 x264 project
+ * Copyright (C) 2015-2016 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index 90866c24056088d1c60ef34800a9b053f6666534..4467cd2843f6d3b9ed68ac38a3a27cb6d0cd3b45 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: msa quantization and level-run
  *****************************************************************************
- * Copyright (C) 2015 x264 project
+ * Copyright (C) 2015-2016 x264 project
  *
  * Authors: Rishikesh More <rishikesh.more@imgtec.com>
  *
index 5017a867c8c997cf9d00dc5ebcaa0064f15e27d4..2ab5d99cc791181e372f42fc5f8aa1463a0a3717 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mvpred.c: motion vector prediction
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index bcfa5c7972dff29f0c786948d4b808089985475b..eac7f8e259ea9bb5dd7eacfc3f7ed9ab0e749e48 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * opencl.c: OpenCL initialization and kernel compilation
  *****************************************************************************
- * Copyright (C) 2012-2015 x264 project
+ * Copyright (C) 2012-2016 x264 project
  *
  * Authors: Steve Borho <sborho@multicorewareinc.com>
  *          Anton Mitrofanov <BugMaster@narod.ru>
index 73086455fdda9449f08420d9bf29037276f1d142..5a379c5f37c49a01ffba0cc85a3d8757f2c8773c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * opencl.h: OpenCL structures and defines
  *****************************************************************************
- * Copyright (C) 2012-2015 x264 project
+ * Copyright (C) 2012-2016 x264 project
  *
  * Authors: Steve Borho <sborho@multicorewareinc.com>
  *          Anton Mitrofanov <BugMaster@narod.ru>
index d3bcd417110232971e1c6d2696a49d5405b079ce..78359942280a6ee2cc18502eda5107bbdbd16616 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * osdep.c: platform-specific code
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 96596b7d7dd33d99b006510f0d524ad86a34cf51..dccbb6bf67137554e1682072b155e4e435fa236f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * osdep.h: platform-specific code
  *****************************************************************************
- * Copyright (C) 2007-2015 x264 project
+ * Copyright (C) 2007-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 7da03408c712d9b7404e970e0475923bedb666f8..bb59152ead3d53169505ce452619286b4e7225a1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 979ffa7ba810ca8b7a08232f377f52b126763ba9..35be44ca2cbc665e0b8e92e0ec4318cc8a24adc6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: pixel metrics
  *****************************************************************************
- * Copyright (C) 2004-2015 x264 project
+ * Copyright (C) 2004-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 61bcbb7586d8a6267c5ef10568cd9a87ad701bd4..901659e71069f5c2994a0e553c81f832c40f61ea 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.c: ppc transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *          Eric Petit <eric.petit@lapsus.org>
index 0af14627c516da0982d71b6ebfabb5e140b6e2f4..332f3ccc28880ed8ec57530a049c687cad419cfc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: ppc transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
index 4b2d4290cd621d363429f9fba0f4dbd1af7ae1a9..bf5c83377c67bdd220cf5fb7948a8a4b7fcd1e81 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.c: ppc deblocking
  *****************************************************************************
- * Copyright (C) 2007-2015 x264 project
+ * Copyright (C) 2007-2016 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 73c88a4cf814d779fa2f70889a71ac8b5e8f792e..8df289457cab6579039b65a8fe5666414c6c3c5e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.c: ppc motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
index ee0038c8f3bc1dc52f20843761f6eae67364e54d..923c66f730c7404023ff015b36bc0440df2cdd76 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: ppc motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
index 9a8a4735e4cbef752e4e12de40e7ab938667a81a..dde7481e69ff7f33684dbee671e4dcb49b15b451 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: ppc pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
index 446ca743f61b32a5ecc92c91a1977b39e94d9367..5e829f949875ca89ce1c92c9ff2310754e773b1f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: ppc pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
index 420842886b422b315ff6cce5a7a9f6a368a805c7..4c91cd2a80a4f43e71d1dcc8e29f5934bd576e26 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ppccommon.h: ppc utility macros
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
index abbefb3787643ec929a0f8bfb0c7a0e3cd71d365..f35e180caf2654f6129e2bd5e6f6d0bdbd048263 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: ppc intra prediction
  *****************************************************************************
- * Copyright (C) 2007-2015 x264 project
+ * Copyright (C) 2007-2016 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 8e610d196e4be7dcad46622dd4d3b11d73496f57..79ebc6c904a7ad5b0670b04695c411827c3a01f1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: ppc intra prediction
  *****************************************************************************
- * Copyright (C) 2007-2015 x264 project
+ * Copyright (C) 2007-2016 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 51654e0c91ae3c72da119ca95320cc5236f45cb2..9cf05894fee2bfc11582ba8267fbc193a58ce85b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.c: ppc quantization
  *****************************************************************************
- * Copyright (C) 2007-2015 x264 project
+ * Copyright (C) 2007-2016 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 7349666b1a2892e0185f3ede1a89546c7e51c717..15ef4af0553a09d5ad694eebd60f5f66eef2cadf 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.c: ppc quantization
  *****************************************************************************
- * Copyright (C) 2007-2015 x264 project
+ * Copyright (C) 2007-2016 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index f7080f0ff41c6c5f78ef21050ec977ccac0e9c94..6b75dd8e22c0cc402a7f8a3c865ac8b3e0cf692d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 1172734d78488113658ef22ab1958622336a4cef..9ec9d1d5a1348c75a5ef2b45cc94bc44fb2d1311 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index fa8de02a859cc2f1ca0e07a8be6229f60ff1fa03..75325d0d0e3d710bbee6a521f8ca0d1eed7a77d9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.c: quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2015 x264 project
+ * Copyright (C) 2005-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 753f1ad3821d3087448c7cbd4c8c3e8fc5716f7e..edb0f78ff01fc1cadbf1282f53beaef4ced9a9c5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2015 x264 project
+ * Copyright (C) 2005-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 561b68ff14c7e9e3673bc56b8d710c60668d46c0..2e30c8a8de23c53e89094fa953a17ad1375c2f65 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rectangle.c: rectangle filling
  *****************************************************************************
- * Copyright (C) 2010-2015 x264 project
+ * Copyright (C) 2010-2016 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *
index 6b8241c9f23b7a57036aa3cc4c70416ea1fd14a6..c8dd9f51e03332fb530377fc1f3d087b01f14797 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rectangle.h: rectangle filling
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
index 810bf0e0908c7230d6b1acfeb971139a142cf7a7..815465108d5e6c3feb6b8d5ed99591f91d550bcd 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.c: quantization init
  *****************************************************************************
- * Copyright (C) 2005-2015 x264 project
+ * Copyright (C) 2005-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index 0d4f806c95afab69e2e318188efb7b6d202b9856..69ec67c2f3742bf5cd94c71a1c3c048d25dff178 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.h: quantization init
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index c65452ca0b6ea896aa36ba9e2041fb0532696590..bb4dd5e933e155477011ee045abf240e3bb90fd2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * threadpool.c: thread pooling
  *****************************************************************************
- * Copyright (C) 2010-2015 x264 project
+ * Copyright (C) 2010-2016 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 7300b9316307994a71fea85431ed9f91c743bf77..26c2207765d5362f2cb918d4f34fd29c9efeea1b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * threadpool.h: thread pooling
  *****************************************************************************
- * Copyright (C) 2010-2015 x264 project
+ * Copyright (C) 2010-2016 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index ab653843694d49f41e1d06fcdbffdde9cce29c53..cc9ed9d0416bab727eec0c3b1666a237bfd91fb9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * vlc.c : vlc tables
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Fiona Glaser <fiona@x264.com>
index 3a3bec62a483760b3c713615198c5ebb234dcb2f..f25e7770d1d1662ce44b1b4da7590f541be37e47 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * win32thread.c: windows threading
  *****************************************************************************
- * Copyright (C) 2010-2015 x264 project
+ * Copyright (C) 2010-2016 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Pegasys Inc. <http://www.pegasys-inc.com>
index 103df997ae9aaa62f69b44c302dd44b58ebbd69f..07cbada8a30b9ff423fc695a96bfcc8250613518 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * win32thread.h: windows threading
  *****************************************************************************
- * Copyright (C) 2010-2015 x264 project
+ * Copyright (C) 2010-2016 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 4c2528c864719fc9e90383db028f77f14df2d95c..da9ce686038417f85ca0c8e8bf3256cf78f36346 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* bitstream-a.asm: x86 bitstream functions
 ;*****************************************************************************
-;* Copyright (C) 2010-2015 x264 project
+;* Copyright (C) 2010-2016 x264 project
 ;*
 ;* Authors: Fiona Glaser <fiona@x264.com>
 ;*          Henrik Gramner <henrik@gramner.com>
index d54480f16b7061e0e463a58fb6578dcde055eecb..baa820aaa855c5083b3e8912ea71e1a1f31ae9cb 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* cabac-a.asm: x86 cabac
 ;*****************************************************************************
-;* Copyright (C) 2008-2015 x264 project
+;* Copyright (C) 2008-2016 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 80f49e82c2cdbe0f8561e47bac766ef5b02f40d4..dba36d2666ded08957d843a337db12b295d7bbb4 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* const-a.asm: x86 global constants
 ;*****************************************************************************
-;* Copyright (C) 2010-2015 x264 project
+;* Copyright (C) 2010-2016 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 93a7af0eee26942d6d4f3425dfec8629a4b2c02a..8eccb4a7c9d22b7aeda4652a6d714a711293436b 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* cpu-a.asm: x86 cpu utilities
 ;*****************************************************************************
-;* Copyright (C) 2003-2015 x264 project
+;* Copyright (C) 2003-2016 x264 project
 ;*
 ;* Authors: Laurent Aimar <fenrir@via.ecp.fr>
 ;*          Loren Merritt <lorenm@u.washington.edu>
index 911612c0e378601fe7ab6e4b28ddc5827b75c59a..ebc8ebf1981578eb3f37f29e769901e6a5eabafd 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-32.asm: x86_32 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2015 x264 project
+;* Copyright (C) 2003-2016 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index 634ca7ba48b7287cf4531c14f82dedc4e5d838d9..7249944680b1074b94ec60a72eeffb5f0d8e8658 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-64.asm: x86_64 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2015 x264 project
+;* Copyright (C) 2003-2016 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index 7571c795e449e136cb01e6b30552248f243ea1bc..004014feb830b5022c4b6bcc952c521c4bb5741a 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-a.asm: x86 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2015 x264 project
+;* Copyright (C) 2003-2016 x264 project
 ;*
 ;* Authors: Holger Lubitz <holger@lubitz.org>
 ;*          Loren Merritt <lorenm@u.washington.edu>
index 3f0fbb61bd7e2385da8c3091da4b865263983482..35b338453093c41712751b67e9e54b8d93b4f46e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: x86 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 7d1ae16bcc42cbb9c454476ea4b6e7f1449542cb..95a1930f0cc2b433dc640b1a8d391d519015c2af 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* deblock-a.asm: x86 deblocking
 ;*****************************************************************************
-;* Copyright (C) 2005-2015 x264 project
+;* Copyright (C) 2005-2016 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 54fd9534b2228688067f94f3a2a2069015cae89b..608efcd97b40d70c9223ab23719dcd95baf5de07 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* mc-a.asm: x86 motion compensation
 ;*****************************************************************************
-;* Copyright (C) 2003-2015 x264 project
+;* Copyright (C) 2003-2016 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index c0a49e62c89036bf995601fc111e816a8ebf1b83..d9e6099fcd7bc5eaded126f0e8cfc8b167603bb4 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* mc-a2.asm: x86 motion compensation
 ;*****************************************************************************
-;* Copyright (C) 2005-2015 x264 project
+;* Copyright (C) 2005-2016 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index b437ca4ef5bd1ba5f4c61ef390debd4f905c835b..7bee9a51b21865778d5c544a98100054a17ffc7c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: x86 motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 101f1a586a7dd3a9e0fb60a7f6e25b1fc3ec8c62..fc283ec5a6495c4ac71c3c80982d52b94e0d19b8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: x86 motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 702c91a7f1aee1aab9cef08317b8820d3df2fbf6..7081edf330a3a4eadaaffb22df677b24462c23a1 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* pixel-32.asm: x86_32 pixel metrics
 ;*****************************************************************************
-;* Copyright (C) 2003-2015 x264 project
+;* Copyright (C) 2003-2016 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Laurent Aimar <fenrir@via.ecp.fr>
index d9acdb46ff258b848fea3540eeecd5945b3568df..10c082c97ddc9118912dfcdd44231172c45e5358 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* pixel.asm: x86 pixel metrics
 ;*****************************************************************************
-;* Copyright (C) 2003-2015 x264 project
+;* Copyright (C) 2003-2016 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index 1882b215c5ab3518800196e2db115ff1db100918..7f57788962ae044703e5b75d17a794046027535f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: x86 pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 74534c29f2fa3c6ff9283a9edc5484e0222e0cc3..16c29eee88bffb34b168552e245ebb49accef2f7 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* predict-a.asm: x86 intra prediction
 ;*****************************************************************************
-;* Copyright (C) 2005-2015 x264 project
+;* Copyright (C) 2005-2016 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index 329f6696e351e8598c50a773ec460aa308ab8f90..b5a8b45c1874cf786d48ebaea3a61d8d942371fd 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict-c.c: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index b271a2db99d94e24e79adc8ebd30afc998694384..662cc64cc2d064191b742a0f5000dd13b098db3f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: x86 intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 305ae26a31879f013ebaa1d1c7e68708b0f0e8f0..f7c7cc03d4bfa8717ea2c30e12a93bb15d71e683 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* quant-a.asm: x86 quantization and level-run
 ;*****************************************************************************
-;* Copyright (C) 2005-2015 x264 project
+;* Copyright (C) 2005-2016 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 220a342f921af49e4bc4c3637e81934e75b15970..91a4dcb0b1ff2993a5ceb1328254825f425cbc76 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: x86 quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2015 x264 project
+ * Copyright (C) 2005-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index a898ad731f9c6e8ef91d95c3a4f9109f77da5b83..7732b222e86ff2be29af6b0554e3f99f136241c5 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* sad-a.asm: x86 sad functions
 ;*****************************************************************************
-;* Copyright (C) 2003-2015 x264 project
+;* Copyright (C) 2003-2016 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 6bb94eee05472543e809b119bd5b8a3412b4949c..f0886e79168ab1e514827a3218c286714e13b4ca 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* sad16-a.asm: x86 high depth sad functions
 ;*****************************************************************************
-;* Copyright (C) 2010-2015 x264 project
+;* Copyright (C) 2010-2016 x264 project
 ;*
 ;* Authors: Oskar Arvidsson <oskar@irock.se>
 ;*          Henrik Gramner <henrik@gramner.com>
index 6410ea1d8181126a41476c73dfaa3887c00e09dd..bb1282df2a764be565fec1554207b4adee4d3432 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* trellis-64.asm: x86_64 trellis quantization
 ;*****************************************************************************
-;* Copyright (C) 2012-2015 x264 project
+;* Copyright (C) 2012-2016 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*
index 9f491f348e1b39448ddaab02eac28467c2b73466..51018df11d03ea446b0678f5987e776d1ee0c251 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * util.h: x86 inline asm
  *****************************************************************************
- * Copyright (C) 2008-2015 x264 project
+ * Copyright (C) 2008-2016 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
index a4d81398b6306e78c3e657a8aaa2b9703683a92d..094df43b6967dd7a2ab0673418ff729ea69c3808 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* x86inc.asm: x264asm abstraction layer
 ;*****************************************************************************
-;* Copyright (C) 2005-2015 x264 project
+;* Copyright (C) 2005-2016 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Anton Mitrofanov <BugMaster@narod.ru>
index ea8b2cf3e3fbec9ead26e033701b0639b6d8acbd..57d4356e23b92c06ebd968711d8755e27b54199e 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* x86util.asm: x86 utility macros
 ;*****************************************************************************
-;* Copyright (C) 2008-2015 x264 project
+;* Copyright (C) 2008-2016 x264 project
 ;*
 ;* Authors: Holger Lubitz <holger@lubitz.org>
 ;*          Loren Merritt <lorenm@u.washington.edu>
index 25257a9d31dfed8e2d4d3bd1309ffeec5073ea76..2bb67ad674859de2fdba4457d0c3ffe9cc0e8214 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * analyse.c: macroblock analysis
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index cea2fffc634682ea10de8d095c7336106d2399ab..35d5110c48d1f313634901f685350071920eb8e9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * analyse.h: macroblock analysis
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index ebb66147e06c700a64ac9dd44ddb4da2b05642d6..26f6b72c881c9709662b40ddd2d71e8410ddb714 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.c: cabac bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 25df44ef2402bb9caea3bc9bd1632c7839fab945..fedb0597809f1fdde7b4624c4c5fa2f55cb898fb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cavlc.c: cavlc bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 92e9674dabf2f3e47b0f25d51574e1c7fa6c80fb..a0b01fb943d4edf7ad588fe6869c9a48cc4ccac6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * encoder.c: top-level encoder functions
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index c6e07ddcd461d8e4ad7b934dfce38afe07f0e618..42e31bdcae40e64455ab7f533288bbe750e90c85 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * lookahead.c: high-level lookahead functions
  *****************************************************************************
- * Copyright (C) 2010-2015 Avail Media and x264 project
+ * Copyright (C) 2010-2016 Avail Media and x264 project
  *
  * Authors: Michael Kazmier <mkazmier@availmedia.com>
  *          Alex Giladi <agiladi@availmedia.com>
index 2b1c763920e573cd734cdd0f676bd8ff35b89e4f..23fe4c2f1515c393f5fd8a653390ef8a20d4f9d9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.c: macroblock encoding
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 6b221ae2c26c05d1d886b0700ded422ae5124fac..585d58583814ed52879d5515678d832cfd3f9968 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.h: macroblock encoding
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 809656895bbab8e717875e8804ae97df956ec9e9..b5552fb40ade4183bdb198c6df4e2d19694af405 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * me.c: motion estimation
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index b835743a40820d564f95dd5de073ced4c4750b87..ce041aa66a50af9bb1b701be385067103fd8efea 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * me.h: motion estimation
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 2a31094480679805951cd6a588504144ef5ac6a6..e4a085c416e1c5dbbdeee974549a68a63f8bdd2c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ratecontrol.c: ratecontrol
  *****************************************************************************
- * Copyright (C) 2005-2015 x264 project
+ * Copyright (C) 2005-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Michael Niedermayer <michaelni@gmx.at>
index 9f52c7da9e59af2cad358860025778061f83572f..490a1edb591584e147ff0cb324f16c89261f79bc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ratecontrol.h: ratecontrol
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index d4c6ba30bcbe8f24141f851d0601ad31fad50656..ded0413ee4f880d11d3a836ead5a2bce45a22099 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rdo.c: rate-distortion optimization
  *****************************************************************************
- * Copyright (C) 2005-2015 x264 project
+ * Copyright (C) 2005-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 9e65e6289f1d66796632aacbfee8d21a5cbf9a63..63560db976b44b0afe19d7331f55d78c3b01c60f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set: header writing
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
@@ -578,7 +578,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-2015 - http://www.videolan.org/x264.html - options: %s",
+             "Copy%s 2003-2016 - http://www.videolan.org/x264.html - options: %s",
              X264_BUILD, X264_VERSION, HAVE_GPL?"left":"right", opts );
     length = strlen(payload)+1;
 
index 6ef57fe0aba6c1405ad641f0e7f828305a40f0a6..2202721e5f30c66e5ca82292e3b78f9d7184c657 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.h: header writing
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 85f473950c6112e8a42676e33e6b68c6fc96f2a4..9ae8bd6245e14269e36c4aa9b3cc3b69914ad5c6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * slicetype-cl.c: OpenCL slicetype decision code (lowres lookahead)
  *****************************************************************************
- * Copyright (C) 2012-2015 x264 project
+ * Copyright (C) 2012-2016 x264 project
  *
  * Authors: Steve Borho <sborho@multicorewareinc.com>
  *
index 51e94bf91b3461278e5db6205e80cf3800f63d7b..d7fcb9d644c7bec744ad00c3a2c9bd2414cb64ad 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * slicetype.c: lookahead analysis
  *****************************************************************************
- * Copyright (C) 2005-2015 x264 project
+ * Copyright (C) 2005-2016 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
index 99a1cc848fd066dd68ec3bc284ee581a45dc22dc..1cbbd93e0e117213a2c6e85792cb0c1dd4464aab 100644 (file)
--- a/example.c
+++ b/example.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * example.c: libx264 API usage example
  *****************************************************************************
- * Copyright (C) 2014-2015 x264 project
+ * Copyright (C) 2014-2016 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 6434f00924a5663702e1b41ba7e67def03f700a0..9f4ed580eaa01f272fa9abb24b72668fa1cf7b96 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * intel_dispatcher.h: intel compiler cpu dispatcher override
  *****************************************************************************
- * Copyright (C) 2014-2015 x264 project
+ * Copyright (C) 2014-2016 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index b3162fe0b0e354135174fd242786fa9c3b907e27..aecd296bd53c4519917b3d1b052425708a8798b4 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * filters.c: common filter functions
  *****************************************************************************
- * Copyright (C) 2010-2015 x264 project
+ * Copyright (C) 2010-2016 x264 project
  *
  * Authors: Diogo Franco <diogomfranco@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index 1d8a9512e4f2ffc4a50d0574d3921ec1b63f739a..9bd12144e97bf99ff018a86c9e8fd8e377e0c1a5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * filters.h: common filter functions
  *****************************************************************************
- * Copyright (C) 2010-2015 x264 project
+ * Copyright (C) 2010-2016 x264 project
  *
  * Authors: Diogo Franco <diogomfranco@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index bb6e3f279a5a5e16671bddd8233b076491c33fb0..5dc746f296a5afc0d57ee59b201b05a319a19188 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cache.c: cache video filter
  *****************************************************************************
- * Copyright (C) 2010-2015 x264 project
+ * Copyright (C) 2010-2016 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 40ec83e009e1b39534e1cb782cf5656fb7a56f3e..bff6af0a2d1ea54668361415e2fd5f1a9e459b1b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * crop.c: crop video filter
  *****************************************************************************
- * Copyright (C) 2010-2015 x264 project
+ * Copyright (C) 2010-2016 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          James Darnley <james.darnley@gmail.com>
index c8001ce1c01f5b1b6ce16a046aca38743da7b992..aa59d7e9cfb49a6748051f1c535f5359139df9c6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * depth.c: bit-depth conversion video filter
  *****************************************************************************
- * Copyright (C) 2010-2015 x264 project
+ * Copyright (C) 2010-2016 x264 project
  *
  * Authors: Oskar Arvidsson <oskar@irock.se>
  *
index 92667ee4efa6aac26f26d9187191b0177f50ec9a..94af8287bb29bf0fb9b773196780184d04edef49 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * fix_vfr_pts.c: vfr pts fixing video filter
  *****************************************************************************
- * Copyright (C) 2010-2015 x264 project
+ * Copyright (C) 2010-2016 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 78c57b3f536868ef331781d995da2c7270547c7d..516d2d48a587330f2a1b1054d062dd3d6e5a85c2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * internal.c: video filter utilities
  *****************************************************************************
- * Copyright (C) 2010-2015 x264 project
+ * Copyright (C) 2010-2016 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 382bb8333aa1c2e7b92aeba5639d81fa2118985b..a4fb766fa21351ef3cda01704991a0f3dab27563 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * internal.h: video filter utilities
  *****************************************************************************
- * Copyright (C) 2010-2015 x264 project
+ * Copyright (C) 2010-2016 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index f348c5bb956e77014f86b76cda217b17d98ac282..5ccbffb96d4f035a14e06d7fa8a1cc787c8a1bb0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * resize.c: resize video filter
  *****************************************************************************
- * Copyright (C) 2010-2015 x264 project
+ * Copyright (C) 2010-2016 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index a4b0cb890e86d76cbbf699dbe390947d1558a90b..5510fdb82d059e1bc963b2f37ed40f179d6b0b5e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * select_every.c: select-every video filter
  *****************************************************************************
- * Copyright (C) 2010-2015 x264 project
+ * Copyright (C) 2010-2016 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index fea2a75c16c8018a4d13af0b1f86eb842d56f9b8..d4a47dfc0bc78ae2b6d26e42b7950f0ef84ce7cf 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * source.c: source video filter
  *****************************************************************************
- * Copyright (C) 2010-2015 x264 project
+ * Copyright (C) 2010-2016 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index d4ff6236e305cd967f794865aeb72698e3c15b6a..0879f31aaaa80158e7369fb377972022035f2cf5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * video.c: video filters
  *****************************************************************************
- * Copyright (C) 2010-2015 x264 project
+ * Copyright (C) 2010-2016 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index d7502f7251b03b67bc2069a8122f0f2a96650243..34f1e206f83ada02583af788d76ee2e325dc4739 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * video.h: video filters
  *****************************************************************************
- * Copyright (C) 2010-2015 x264 project
+ * Copyright (C) 2010-2016 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 7bf6eca9d5b6f403eed8ecf88b1acb1597c95047..6eab41f91d29a9253c728bc00ea58aa3124f4cff 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * avs.c: avisynth input
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 42b992c1b221c72559c57b4ad51c64d5a0e9a4e2..62b06e9f6cc16be66edd9ddb2cf1578c60c94563 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ffms.c: ffmpegsource input
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: Mike Gurlitz <mike.gurlitz@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index 1fa7446671c12735c3fba73fee466df65a4e7208..82d32c39f52c99677ee58b0e27525a511d11cc06 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * input.c: common input functions
  *****************************************************************************
- * Copyright (C) 2010-2015 x264 project
+ * Copyright (C) 2010-2016 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Henrik Gramner <henrik@gramner.com>
index 55970a0150a6c9e5b866fbcceea3591e104d5d2d..9e72bab8afa7108e126722474a7716feca252676 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * input.h: file input
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index cfbf8012d793b14f5398cfd7175ce16a7036baab..4a1e59119f00c65bf5a3849537216c83500e13e8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * lavf.c: libavformat input
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: Mike Gurlitz <mike.gurlitz@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index a2256dfbca64c9e12383c01533dffc62a0b564ef..0732214314f6ab0eb18f3002f1ae4d6e9942a7cf 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * raw.c: raw input
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index d9d74918732d400fbcff38497976202bf2793f5f..ad3b6f3f500b850dfb7ece984b4a71a272a9bf78 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * thread.c: threaded input
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index a9b69b17729ab438d53c9de3e7f55a97bbaab5ae..36b55b6138446a9c13f1da4b9c816c346f0715e3 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * timecode.c: timecode file input
  *****************************************************************************
- * Copyright (C) 2010-2015 x264 project
+ * Copyright (C) 2010-2016 x264 project
  *
  * Authors: Yusuke Nakamura <muken.the.vfrmaniac@gmail.com>
  *
index 7d9cf6abf8b056e6cd4596fa26da6943422b4833..b8893ab1ef8eccdfef1abb5cbd7e27a4c3ae18b1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * y4m.c: y4m input
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 0baa1b267f41a70753cc7c4e42fb7404a616751c..54647dd0edc1c13339a9c17fc143d23a776b35ad 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv.c: flv muxer
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
index e8bb6359a0a0b2c57387ae1aad0e3e3e237810ff..96f5377e9d7696ff7cdfa8b44c84a51ada19bc24 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv_bytestream.c: flv muxer utilities
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
index f3bc6156d36813abb16447862d8887c2dfccfbe1..c70c086828d4a35aea238a1e4f5eda04e237b169 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv_bytestream.h: flv muxer utilities
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
index e5ab963131942fb42344c34893ff9d8bcadedd5c..91f42e5bd79956a26ba69e0bd05702103b6bf882 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska.c: matroska muxer
  *****************************************************************************
- * Copyright (C) 2005-2015 x264 project
+ * Copyright (C) 2005-2016 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
index dc0d44d0a041ca817fca950f91d7921289d00ffb..aa2b4489380f631c863375e83193108eb9f2b014 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska_ebml.c: matroska muxer utilities
  *****************************************************************************
- * Copyright (C) 2005-2015 x264 project
+ * Copyright (C) 2005-2016 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
index a40483df0dc7933dfbbabfdd848e27d7e0c14112..7d354c225dd92351e3cd6311558de0aecd39d498 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska_ebml.h: matroska muxer utilities
  *****************************************************************************
- * Copyright (C) 2005-2015 x264 project
+ * Copyright (C) 2005-2016 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
index c0af118907f63dfab34d8d3ac64cb34769c6e1a9..c852ce21f53b18e63da223014cb3a14088d8ec97 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mp4.c: mp4 muxer
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 8bf8c09c0137b46320a0820217da51fc67d1b287..10f8f1f3f9a7154eb9b185f1c422c7e96c9e2be4 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mp4_lsmash.c: mp4 muxer using L-SMASH
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 7a1f85bd59a2577e082ad69c2eb115ad2b06ebf4..2230241fdc1f290feb698e918d88817faf2c2052 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * output.h: x264 file output modules
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 8267b4521c3a62733481efc0b8f0c5b3a95c2a13..a6f37d4535a32beccbc7509ab2a3666ffe0a7967 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * raw.c: raw muxer
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index b73d327a1dafcf1d7705589e50a397046f00db15..1f3cf042a6ab4be15c0676fa3bfd81b099e03054 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* checkasm-a.asm: assembly check tool
 ;*****************************************************************************
-;* Copyright (C) 2008-2015 x264 project
+;* Copyright (C) 2008-2016 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Henrik Gramner <henrik@gramner.com>
index 515c72704524605b061bed2a47eca131e13c467b..f96576b34b3b7f04888b69e6bc4e022b6e5e1adf 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * checkasm-aarch64.S: assembly check tool
  *****************************************************************************
- * Copyright (C) 2015 x264 project
+ * Copyright (C) 2015-2016 x264 project
  *
  * Authors: Martin Storsjo <martin@martin.st>
  *
index 76c5c741ca23d0b67eecd7a80a9340858b1075f2..57b4079b749ccc811895a0e4516b011eb4ce5b9c 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * checkasm-arm.S: assembly check tool
  *****************************************************************************
- * Copyright (C) 2015 x264 project
+ * Copyright (C) 2015-2016 x264 project
  *
  * Authors: Martin Storsjo <martin@martin.st>
  *
index 721c3d7f33f3b576c7f42ac316eef66dcd0930e4..5839063d0ef8091f635d6980d9a3eeea91970729 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * checkasm.c: assembly check tool
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/x264.c b/x264.c
index 6609fefdd8e5621ca0fca3501d0309b475bb29f8..8413c7cdf6eb5c823e855223b47c77bad708ff13 100644 (file)
--- a/x264.c
+++ b/x264.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264: top-level x264cli functions
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/x264.h b/x264.h
index 9b6d8f41d2e527e6d9ba141a3de738b24f3ab0ec..5581ab9b9971ea8eb9a1b944b0b360280bb998d0 100644 (file)
--- a/x264.h
+++ b/x264.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264.h: x264 public header
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index f839301ceacfc47a07d7c9d57d835268d32c334d..cc7a82252a7128ff5bd84039c891631c0fab6d6c 100644 (file)
--- a/x264cli.h
+++ b/x264cli.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264cli.h: x264cli common
  *****************************************************************************
- * Copyright (C) 2003-2015 x264 project
+ * Copyright (C) 2003-2016 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 837357caae061c941f0cae3137e9167208284c67..762bc3b9fa0753934a2cbdac560edbf5ccc74269 100644 (file)
--- a/x264dll.c
+++ b/x264dll.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264dll: x264 DLLMain for win32
  *****************************************************************************
- * Copyright (C) 2009-2015 x264 project
+ * Copyright (C) 2009-2016 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 9514883c54275cfef330f78993ade288942bdfa2..8136ed116dcdb93db97c0e3d51e409e57a05e159 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264res.rc: windows resource file
  *****************************************************************************
- * Copyright (C) 2012-2015 x264 project
+ * Copyright (C) 2012-2016 x264 project
  *
  * Authors: Henrik Gramner <henrik@gramner.com>
  *
@@ -60,7 +60,7 @@ BEGIN
 #endif
             VALUE "FileVersion",      X264_POINTVER
             VALUE "InternalName",     "x264"
-            VALUE "LegalCopyright",   "Copyright (C) 2003-2015 x264 project"
+            VALUE "LegalCopyright",   "Copyright (C) 2003-2016 x264 project"
 #ifdef DLL
             VALUE "OriginalFilename", "libx264-" xstr(X264_BUILD) ".dll"
 #else