]> git.sesse.net Git - x264/commitdiff
Bump dates to 2013
authorLoren Merritt <pengvado@akuvian.org>
Tue, 8 Jan 2013 21:30:57 +0000 (21:30 +0000)
committerFiona Glaser <fiona@x264.com>
Wed, 9 Jan 2013 00:01:32 +0000 (16:01 -0800)
149 files changed:
common/arm/asm.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/display-x11.c
common/display.h
common/frame.c
common/frame.h
common/macroblock.c
common/macroblock.h
common/mc.c
common/mc.h
common/mvpred.c
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/sparc/pixel.asm
common/sparc/pixel.h
common/threadpool.c
common/threadpool.h
common/visualize.c
common/visualize.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.c
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/output.h
output/raw.c
tools/checkasm-a.asm
tools/checkasm.c
x264.c
x264.h
x264cli.h
x264dll.c
x264res.rc

index 310c981355e5ddd52e51df46c12172dc833eead0..053328a08c24791f497a362c9285eae7adbf8649 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm.S: arm utility macros
  *****************************************************************************
- * Copyright (C) 2008-2012 x264 project
+ * Copyright (C) 2008-2013 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          David Conrad <lessen42@gmail.com>
index a45955309aceb44d3be927ad77d240604899989d..7a3929083080d4e61a2f09d24a367b77b0cbfd3c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu-a.S: arm cpu detection
  *****************************************************************************
- * Copyright (C) 2009-2012 x264 project
+ * Copyright (C) 2009-2013 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 86cc2ed3e2fd3461f025fa35aa5930e405768165..1b188e912057497ef3ac271f72d907f36cef0eed 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * dct-a.S: arm transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2012 x264 project
+ * Copyright (C) 2009-2013 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 912e32b89412a0d15d7d4a63db53e1e2350af42f..4defc32a0b4b078b7f749f3fd709b69e5462570b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: arm transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2012 x264 project
+ * Copyright (C) 2009-2013 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 9c505f69131ebd22aac6e18169d1a5e08b0825d7..f0e7f4d088671e069f78f5fdb1e8213e41592c50 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.S: arm deblocking
  *****************************************************************************
- * Copyright (C) 2009-2012 x264 project
+ * Copyright (C) 2009-2013 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *
index 507bbba158faaa61cf46df3a4341d0748ce6140b..d033449a2257e336af0c115e91c5e31ff4bbe999 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.S: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2012 x264 project
+ * Copyright (C) 2009-2013 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Mans Rullgard <mans@mansr.com>
index 1148ae76f6284fd0516876e5c7cf0f444d5472a0..d69514cd2cf70d71987b74b7e1eb4064368ded45 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2012 x264 project
+ * Copyright (C) 2009-2013 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index b988bc1be49808fd36d4047af8bbf326f6c991ec..8823a53dfcca60b24f02d8d242cbb8fa3a538ba3 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2012 x264 project
+ * Copyright (C) 2009-2013 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index fa0004f7cedd78e36d78553642aae8309eb72148..7294ad0e314d1a24e21d0df93f44743b6079230c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.S: arm pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2012 x264 project
+ * Copyright (C) 2009-2013 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index ba3901122b79993a652c6e5431bbb739f63bb046..7d04247316e2860cab358775cda144cba7ae9181 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: arm pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2012 x264 project
+ * Copyright (C) 2009-2013 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index af65bd7b07c2922b256aa3b03f517533b38154a7..6d652f2c6ddf2526586f59de98574ffeb95bfc0b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.S: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2012 x264 project
+ * Copyright (C) 2009-2013 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Mans Rullgard <mans@mansr.com>
index 95d081587ab3e1dd135c2c4cf0dfc727cb9692bb..07a46fac44657919cd7f001ddf61096e6257df39 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2012 x264 project
+ * Copyright (C) 2009-2013 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index c6425f6f9b0efa0062944397db136e5ea414c6bc..e6e13fa1bbe6410e3ec82e4e0d010a2f85719ad5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2012 x264 project
+ * Copyright (C) 2009-2013 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index e851562c2d45eb6b47a0f05219ad6c637b855566..0cc865768eff4344a06539cae7b355ddf9738d8b 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * quant.S: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2009-2012 x264 project
+ * Copyright (C) 2009-2013 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 05a708e22d8608ed41a325dd951b9084680ee789..a9e084b7a78356982b86116e70099bf7369b3170 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2012 x264 project
+ * Copyright (C) 2005-2013 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 20d0cc87597b554142cf4c89d152fcb600d970e2..c056ffbd76b2411392538ac4a31c6e11bf8ccbd1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.c: bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Fiona Glaser <fiona@x264.com>
index 017718ee4ba623356ad78f3e46fadef812798175..be2199bb80ad86b5400b974791567e0ed3d68ddd 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 553b01b4dbe5fe2a31bf86f04d437b267ae4e0d7..a796bb1f7af678f6710b059824968115b9ca779f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.c: arithmetic coder
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index d638ff11a28b03c3eba062004ecc016f8e3abca7..ccf4d4e87b995737a3125faf986a5b4bae2a616d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.h: arithmetic coder
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 59c2f05188c75870610ae1f1c9857d6014382ead..0efe6d38bec1719754ded37295b98b6798f75960 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * common.c: misc common functions
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 04ac11dae5274427c01153ceeb8933815ae13fdd..64a7f025398475e505174872475c9415a3cd1dc3 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * common.h: misc common functions
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 3f9c0b681dea74818c017f97d1ba6de96a73abfd..8463ede3720a045cd7033a4f3d7998b2a6f8165e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu.c: cpu detection
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index ed1a8bcac47136ebfae7b4338210b23c629f1119..7f76e435b050e6b357b1fda0acb569f1f6ee4869 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu.h: cpu detection
  *****************************************************************************
- * Copyright (C) 2004-2012 x264 project
+ * Copyright (C) 2004-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index 8c3a036436c8614118b5b0ccb19bcb7c2cb8af1b..8c17c0044239fe5d6cf68aa4abe328721ffcbff1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.c: transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index a8fa18ea72ef40bff31468c1450246dfd1877a63..ce10eb21d58e3ed9568cf4878ff6bdec3e329266 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: transform and zigzag
  *****************************************************************************
- * Copyright (C) 2004-2012 x264 project
+ * Copyright (C) 2004-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index fd840dc261acb086240e5197554aeaf262b59f07..8536770ffaf48563f9c3a60ca526a2a6e27362e8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.c: deblocking
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index b17926538c2921303f5e99e68a884e356b6e8406..6393fc088490ea1cf2e29b5449e51e4a3538d3e1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * display-x11.c: x11 interface
  *****************************************************************************
- * Copyright (C) 2005-2012 x264 project
+ * Copyright (C) 2005-2013 x264 project
  *
  * Authors: Tuukka Toivonen <tuukkat@ee.oulu.fi>
  *
index 77dca6a1d6296ca38387efcb3602b98a76e1aa78..afae456bb1d269195e01c1bce3b345a705d195c1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * display.h: x11 visualization interface
  *****************************************************************************
- * Copyright (C) 2005-2012 x264 project
+ * Copyright (C) 2005-2013 x264 project
  *
  * Authors: Tuukka Toivonen <tuukkat@ee.oulu.fi>
  *
index cc9c96ba8d94af0b7680d8109034241586e296a4..4e73ddef7ada110db1050375a121d246eaa83778 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * frame.c: frame handling
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 5b7dfdf988415cde984e095c4d22348266341c45..7027e2117959a543e105c779119a9e67d9a23652 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * frame.h: frame handling
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index abce8f68862c90856b2c0c9fab866cac3fc76cda..9e4523e1ab205ed3e07c6eeb42f095dc5b1f7bba 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.c: macroblock common functions
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 4d932dfff4b5631353dbbda46c4be441ff8747fb..7805e497d994bda6662e89d8170cca1c2d3ad2bd 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.h: macroblock common functions
  *****************************************************************************
- * Copyright (C) 2005-2012 x264 project
+ * Copyright (C) 2005-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 86f7e35a416af22a384cb18c6d58006155615796..a44c2afae31ddc415f5e2aff6d1b2a9541331713 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.c: motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 8d0f77272df6ff9daeec23c3bb4f2d19729c9ccc..018e2faccddbf318d69e2314b35d292a9d589ec2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: motion compensation
  *****************************************************************************
- * Copyright (C) 2004-2012 x264 project
+ * Copyright (C) 2004-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index edf555caf7ef56e8e434ded18abdfdba5e1fb139..4cde5ad5857851f34fe201ebfe300054c06562a4 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mvpred.c: motion vector prediction
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 97911d09bd6259c9ecc8f79c86e2ab623c647a10..a1084d0fc5ce7c5a3a6bdf55d52195c6696e9c68 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * osdep.c: platform-specific code
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index d13d68a33b6e7a57b7b0025f23c0ee7312c5c7b4..27cf5e9a506c858f23e0a83da272ef322a71c78d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * osdep.h: platform-specific code
  *****************************************************************************
- * Copyright (C) 2007-2012 x264 project
+ * Copyright (C) 2007-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index d6e684cc0eb985eea8c2ccc61870e0d5770b37de..be6e4b2bf9e77c1ee6904836710140773d8e6796 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 8365b9e5875e22b13b7125f03fd904ac8be38407..b96831a9b82af9f30ca3f2deb77a36ecb8e1cb50 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: pixel metrics
  *****************************************************************************
- * Copyright (C) 2004-2012 x264 project
+ * Copyright (C) 2004-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 37a077d6707a7e7c7a55bf81f52845c9a17dda07..8420ad218c7f42f182c8bba960b9fa25cba80a70 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.c: ppc transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *          Eric Petit <eric.petit@lapsus.org>
index f7684bea5bfd6973ddfb70714a4a2fe05f676352..3ac841a9303ecd2363926d9c6c354e50c16c2831 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: ppc transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
index dea872ba0a6f5c06f6692140ddd5455ff2595ff2..bddd2e4186b4daa4c46d006de5c0ec55a958af2a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.c: ppc deblocking
  *****************************************************************************
- * Copyright (C) 2007-2012 x264 project
+ * Copyright (C) 2007-2013 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 2e720f47a8cd60cabf09b51a20ac910953c1a8da..437c7d06a451ea5b73f83dede924368446476886 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.c: ppc motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
index fafe56bca34b6efa341a3b9b99bffb2b2f4d5d72..a996ae7b94241a202f09ecc7d201c4998c20097e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: ppc motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
index 585bc1972655e342e045a9f8004bda2661dc572c..4d322843abcfa6c3f53db2f95c2d7aca682fb69b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: ppc pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
index 87a43c1814b5869a3a67de790341446a3025602a..62e8cfc41bac05316fc3edbb15d41d9109d90943 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: ppc pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
index 52af6c50d91eae60ceec860c6e9ba9c8c9b54661..f88d36081b8b74b21113abbd877d8e152a1d85ad 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ppccommon.h: ppc utility macros
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
index 4a1904c887261831dbb38699b12523c3264f5e28..69fe2224865fbf791b7146e7d2e2cff0db85981c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: ppc intra prediction
  *****************************************************************************
- * Copyright (C) 2007-2012 x264 project
+ * Copyright (C) 2007-2013 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index ccc230ea92216e0a6b63c8c7ca5815947296adc9..9082ca554d776ad124657e94505c78e216a1b1f8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: ppc intra prediction
  *****************************************************************************
- * Copyright (C) 2007-2012 x264 project
+ * Copyright (C) 2007-2013 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 9fa0ee94dfefbb2914babeed6335215e3490c730..f11938afc1b3d0ec20ef7aaf481cec0503018465 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.c: ppc quantization
  *****************************************************************************
- * Copyright (C) 2007-2012 x264 project
+ * Copyright (C) 2007-2013 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 59c29f9ae6c8e3ed7850a109b7931e0078f251b0..1f789c3522f151e94abf88d29e5cd7bc067fb44f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.c: ppc quantization
  *****************************************************************************
- * Copyright (C) 2007-2012 x264 project
+ * Copyright (C) 2007-2013 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 7bb9ab6f2dea02949352fb878ca61b752568cfdb..caa72f01489b199607ccf331bda0256810533db9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 33b953661999bac88d00cefa5115070bc0b6f5a8..957c3abaf1bc5694e2d12928d3fd1e918a695517 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 0ba71d3941940bfa19ea23ac1070740a3e24694f..9d0b42577a98f8bdace8f4072b8aa53550bba866 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.c: quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2012 x264 project
+ * Copyright (C) 2005-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 0e9c3b0f3575924fabd3a0bad4f7b3c21657c9b5..7056b5b8428afa3f1c6b27e7f1e1de7f550d19cb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2012 x264 project
+ * Copyright (C) 2005-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 618608f43a6a1c8940ff8f603a12ac1537ba7aee..623e9e1d0b8ce316abdb7cd6101232178ab858c2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rectangle.c: rectangle filling
  *****************************************************************************
- * Copyright (C) 2010-2012 x264 project
+ * Copyright (C) 2010-2013 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *
index a74db66f1ea6a2ff64f8c16fe2c510f74cbd4879..ef83ad31a0d3960b9757ff5b18799a8a609e3fee 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rectangle.h: rectangle filling
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
index da25bcb443a2e422ff7e41534f6001766fdf9e95..4c72125565740dab450508f10a5361157d91f327 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.c: quantization init
  *****************************************************************************
- * Copyright (C) 2005-2012 x264 project
+ * Copyright (C) 2005-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index 62f0dc630f8b5cca905520da4b0acc49061610b0..b41ad5c87c505e9e7a2ebd414d35ebeb7db0e630 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.h: quantization init
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index b3e4a36d29555e64c96d5309b20f5ec31f002bf1..ba21273ca371d1f20d2d2a09913459dec180aac0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.asm: sparc pixel metrics
  *****************************************************************************
- * Copyright (C) 2005-2012 x264 project
+ * Copyright (C) 2005-2013 x264 project
  *
  * Authors: Phil Jensen <philj@csufresno.edu>
  *
index 0c762d4a2616b0222fa47be772285bdceffd4079..600b05d56b803344041968377412c098f90b5cb6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: sparc pixel metrics
  *****************************************************************************
- * Copyright (C) 2005-2012 x264 project
+ * Copyright (C) 2005-2013 x264 project
  *
  * Authors: Phil Jensen <philj@csufresno.edu>
  *
index 9be6c414a9d253e045efadaeba1b0d07b3cc2800..303349a463ad221441da9b5ef81e2e4daae9bc0f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * threadpool.c: thread pooling
  *****************************************************************************
- * Copyright (C) 2010-2012 x264 project
+ * Copyright (C) 2010-2013 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 92a77e83473a5a975b9e208532e75490e1e5affc..2941458b64a6190e7a1aa35fa35d23f3b18b883f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * threadpool.h: thread pooling
  *****************************************************************************
- * Copyright (C) 2010-2012 x264 project
+ * Copyright (C) 2010-2013 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 8f9e571feb6a5c0b3d0e2c33364ceab50b6f16d8..9e80afbfb17fd036f8985fe9e56da7e39a01836c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * visualize.c: visualization
  *****************************************************************************
- * Copyright (C) 2005-2012 x264 project
+ * Copyright (C) 2005-2013 x264 project
  *
  * Authors: Tuukka Toivonen <tuukkat@ee.oulu.fi>
  *
index d07e2d65e78f23ff38c10a75152ce1c5d97a5dc0..8655adf051e62ce9edb1531d913eb5925d96bc05 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * visualize.h: visualization
  *****************************************************************************
- * Copyright (C) 2005-2012 x264 project
+ * Copyright (C) 2005-2013 x264 project
  *
  * Authors: Tuukka Toivonen <tuukkat@ee.oulu.fi>
  *
index a00e719b6bbfb6a1e8d8c69a0daa883f4a04cc96..b070bd7e402e37d51034034483eb5a98ce3ca8d9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * vlc.c : vlc tables
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Fiona Glaser <fiona@x264.com>
index 405c5b6566c07d5b91b1dacc75b98da3ab351acf..0314524e600ce000577cad2df1f8b4df9459c0e6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * win32thread.c: windows threading
  *****************************************************************************
- * Copyright (C) 2010-2012 x264 project
+ * Copyright (C) 2010-2013 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Pegasys Inc. <http://www.pegasys-inc.com>
index c8f447626860b2f1c81a252f33eda781e1e949e3..844b18abcbdfd4843c8c05d8c4be3b94f1afeecd 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * win32thread.h: windows threading
  *****************************************************************************
- * Copyright (C) 2010-2012 x264 project
+ * Copyright (C) 2010-2013 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 4306e50f59c64e0ac63734589ff0bf23b3e69399..ef3fcab0c9bdcb9223854e0291ab3b839d1152e2 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* bitstream-a.asm: x86 bitstream functions
 ;*****************************************************************************
-;* Copyright (C) 2010-2012 x264 project
+;* Copyright (C) 2010-2013 x264 project
 ;*
 ;* Authors: Fiona Glaser <fiona@x264.com>
 ;*          Henrik Gramner <hengar-6@student.ltu.se>
index 009b720b44f0cbead5770ab8c912cd1be0842c1b..d475dd5ec71fa759a110234735325d21b17866a2 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* cabac-a.asm: x86 cabac
 ;*****************************************************************************
-;* Copyright (C) 2008-2012 x264 project
+;* Copyright (C) 2008-2013 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 2a25d93bc93a69bd644de3e96d8e6692f93450ab..e6c59b1367311a60091cdda3d0c8320fb52e10cc 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* const-a.asm: x86 global constants
 ;*****************************************************************************
-;* Copyright (C) 2010-2012 x264 project
+;* Copyright (C) 2010-2013 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 9babccbbb0e34cc7b21aba6ec99a18ebafcce98e..9104db26b9b58a0d1f7bcf096dc933e9568e8eae 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* cpu-a.asm: x86 cpu utilities
 ;*****************************************************************************
-;* Copyright (C) 2003-2012 x264 project
+;* Copyright (C) 2003-2013 x264 project
 ;*
 ;* Authors: Laurent Aimar <fenrir@via.ecp.fr>
 ;*          Loren Merritt <lorenm@u.washington.edu>
index 07c47ab2dbeaac25d13d97b8022838de5df461a4..70c7fb57317bec0381812c8273a06933bf2c6bd9 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-32.asm: x86_32 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2012 x264 project
+;* Copyright (C) 2003-2013 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index 8f402229acbef85684efc9db532235e2d375df78..350066d98ca89113cd51919699035c808d9ab6fa 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-64.asm: x86_64 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2012 x264 project
+;* Copyright (C) 2003-2013 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index c9924236667033d4f3f12886732ddd8f4e1b7cd1..2bc82af8eed73c0d489667d3b99e4c12fb001f2b 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-a.asm: x86 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2012 x264 project
+;* Copyright (C) 2003-2013 x264 project
 ;*
 ;* Authors: Holger Lubitz <holger@lubitz.org>
 ;*          Loren Merritt <lorenm@u.washington.edu>
index 8d41b7bcd92ddf7278da5f3ca2e61e87556d0ecb..a16cc2db8dcecad90a590cc3b41bd5fb44b67f2e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: x86 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 726729d5e455f8fce4f4dbbe1bca548f6eae4b90..4e39064634475aacb0066d904a33557c1a004705 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* deblock-a.asm: x86 deblocking
 ;*****************************************************************************
-;* Copyright (C) 2005-2012 x264 project
+;* Copyright (C) 2005-2013 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 4b336816ae3f828964b8581db4d4412ca8c2f042..8161389f4c86f22ab81aa27d75c3430ba0473f29 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* mc-a.asm: x86 motion compensation
 ;*****************************************************************************
-;* Copyright (C) 2003-2012 x264 project
+;* Copyright (C) 2003-2013 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 7a36b7981c3414f5aea8cdd879c20ac705711d52..21fc217c6513f4cfb455dda9c6ef71bc527901d8 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* mc-a2.asm: x86 motion compensation
 ;*****************************************************************************
-;* Copyright (C) 2005-2012 x264 project
+;* Copyright (C) 2005-2013 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 00aa8508619eb15dfda3a24236c948a9bea9863a..c43a0841f55cf5e7d3706faff3a2a7c1ab65c5a9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: x86 motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 82e2b5a726c73cb2f4394b3824947786824ca6e1..4287f6d05c3d398c379913d7591cea75f122be2c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: x86 motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 77a87421c90a1aa327f8015523186b6e443216ad..58324bf8817ea11ebabc6c740f02967ce086774d 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* pixel-32.asm: x86_32 pixel metrics
 ;*****************************************************************************
-;* Copyright (C) 2003-2012 x264 project
+;* Copyright (C) 2003-2013 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Laurent Aimar <fenrir@via.ecp.fr>
index 676b84244fb20999b6614c63613ca0a9b7ea602f..75c3b9137db0a0d9e5aa17762f724a4dd5304f1c 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* pixel.asm: x86 pixel metrics
 ;*****************************************************************************
-;* Copyright (C) 2003-2012 x264 project
+;* Copyright (C) 2003-2013 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index f1711d2f475c4d0d594c9432eb59f147930f3d35..1886f4de4fe05524794f3d920d89d43b12334685 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: x86 pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 0805aba207f3f25eb13bca23b31d44b1a6ac48ca..d376b3df65b325f315a3fd81bd9b2aa804a8b001 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* predict-a.asm: x86 intra prediction
 ;*****************************************************************************
-;* Copyright (C) 2005-2012 x264 project
+;* Copyright (C) 2005-2013 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index 8ad17253af870480c096b33e019646e431512748..50b7173f516257fc139b0496df5ad6e49492a21d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict-c.c: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 5884de60292ea388db295245ca101d5d5c459314..dac352edf6c97625e72473709db0a32bc4a56247 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: x86 intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 00889bb2c2c5966c767aee16afb442a1fad8a1e5..c1887d1e4366c7d18a27226506adb4a44ea01014 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* quant-a.asm: x86 quantization and level-run
 ;*****************************************************************************
-;* Copyright (C) 2005-2012 x264 project
+;* Copyright (C) 2005-2013 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 33bed302ac1cd06a749cfb802056034442e378ba..e22b48586e366a48f403e920c8a7f6348f4e27b1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: x86 quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2012 x264 project
+ * Copyright (C) 2005-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 50ad2d7276ce2f3d573ee4beddef3064632ce883..b30c004afa5319a93d9d6e9879be86dfcb557560 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* sad-a.asm: x86 sad functions
 ;*****************************************************************************
-;* Copyright (C) 2003-2012 x264 project
+;* Copyright (C) 2003-2013 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 273d0a01aee3c98c8f1b28fe07103390b9dd147f..8e3dba7b0dea405d183ee5f1c35c27bd587a29ad 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* sad16-a.asm: x86 high depth sad functions
 ;*****************************************************************************
-;* Copyright (C) 2010-2012 x264 project
+;* Copyright (C) 2010-2013 x264 project
 ;*
 ;* Authors: Oskar Arvidsson <oskar@irock.se>
 ;*
index 2511ca00f151dec4607653cbd93b168e8019ca26..df95f0a4a12ab4cea5d392177a8a84ef6afd6f7b 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* trellis-64.asm: x86_64 trellis quantization
 ;*****************************************************************************
-;* Copyright (C) 2012 x264 project
+;* Copyright (C) 2012-2013 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*
index 9094919179d5cbd252c422057491d153485d645c..fb9912b1b3bda42684c9bbe3732fcce502c88d86 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * util.h: x86 inline asm
  *****************************************************************************
- * Copyright (C) 2008-2012 x264 project
+ * Copyright (C) 2008-2013 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
index 30eea44ebd7f1763a51e7e30e4a25a55a8ac0715..42a8181b738f78932ae521a9cc81f9b201d5a1a7 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* x86inc.asm: x264asm abstraction layer
 ;*****************************************************************************
-;* Copyright (C) 2005-2012 x264 project
+;* Copyright (C) 2005-2013 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Anton Mitrofanov <BugMaster@narod.ru>
index cb8c0216decd0e6a0d538691dc95ea547d36643d..4b88863bc735ddedbdbc0b5e99851be8d8b68e92 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* x86util.asm: x86 utility macros
 ;*****************************************************************************
-;* Copyright (C) 2008-2012 x264 project
+;* Copyright (C) 2008-2013 x264 project
 ;*
 ;* Authors: Holger Lubitz <holger@lubitz.org>
 ;*          Loren Merritt <lorenm@u.washington.edu>
index 2a1bb43c2fcbc2b7cbe2ee4bb16d7e909156916f..39bb6b19a4e4565ab2bfe2757f7a49d9febb0133 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * analyse.c: macroblock analysis
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index c5919c4cf4b9f2b3dce004f91cf11f751bd2526f..8aa318d4154c1e4ebe196c78f658e5d4294d8d6f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * analyse.h: macroblock analysis
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 35cc8f5cad0f657aa2c8600cfb2e7647f177c0dc..5b1c153abba91965c192f6546c5c58515cdb5c63 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.c: cabac bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index cfc3f26f45900be146bb463fe86144eb7adacf35..d1dd0311650bade48fc80a0ff1ea2e6e7fa556ff 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cavlc.c: cavlc bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 396894203ba2056c5292d59a2a695e02bc47d9fe..4989611582afbfc5d81969d35528022f779347eb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * encoder.c: top-level encoder functions
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index c4169d3af3cf0e0379e1a484bc57399148195dec..c99f117927faf118da6c8b6ac85b4d8aa256bf09 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * lookahead.c: high-level lookahead functions
  *****************************************************************************
- * Copyright (C) 2010-2012 Avail Media and x264 project
+ * Copyright (C) 2010-2013 Avail Media and x264 project
  *
  * Authors: Michael Kazmier <mkazmier@availmedia.com>
  *          Alex Giladi <agiladi@availmedia.com>
index cc006db788045de13af923692a39b74b3ee6508c..1a9c7781b38249f968d906dd9633baf00532d659 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.c: macroblock encoding
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 45ce19de9ddf8b69b4358aa2f48f247acd39798e..fda609d8148b6f8b452bbd4e72d819b26db2cb77 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.h: macroblock encoding
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 3a86370e5688cdf325ed3b341eb5d17bb23118a8..ad8d7e60928d1352c1f1cbd99fec77775323c21c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * me.c: motion estimation
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 64ce3186c7520a404d5419708960266fe3d4337f..5857bad6ae0a60a42cfa21169820692e9a207569 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * me.h: motion estimation
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 99011b69bc87889ec0f090661913acedbdc09b84..8f24ccc8ae72b40374705f4b88f9afb1c780ddde 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ratecontrol.c: ratecontrol
  *****************************************************************************
- * Copyright (C) 2005-2012 x264 project
+ * Copyright (C) 2005-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Michael Niedermayer <michaelni@gmx.at>
index 19d4197f6ab1bb941a065a828645b8ebf95a4031..02d30d607307c4a6c60dabf24bbd51343a712a71 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ratecontrol.h: ratecontrol
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 0067bb075f725e623f8f7e43e78a283287ec7ac9..6c8c2c5ed6ea39e1398e8458e4a6362c284618e5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rdo.c: rate-distortion optimization
  *****************************************************************************
- * Copyright (C) 2005-2012 x264 project
+ * Copyright (C) 2005-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 6041ecd9a1660865a2fee18998cac85db1e496ee..fdedf983b7cd2db5b383df5288509ed76cbf7db2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set: header writing
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
@@ -575,7 +575,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-2012 - http://www.videolan.org/x264.html - options: %s",
+             "Copy%s 2003-2013 - http://www.videolan.org/x264.html - options: %s",
              X264_BUILD, X264_VERSION, HAVE_GPL?"left":"right", opts );
     length = strlen(payload)+1;
 
index cb8a03c708195e98f2a974913aea190d4c525dd0..11f0c48303519a5d18e887e1b2b38e8cd95e6cd5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.h: header writing
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index e471b8cde3584eb0f369533649c79e36d8451603..f829f44ecf03de391c48211a58b15470bffea3a5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * slicetype.c: lookahead analysis
  *****************************************************************************
- * Copyright (C) 2005-2012 x264 project
+ * Copyright (C) 2005-2013 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
index dbfdf0432e734943eb5ef0087e49d0c3a10cf8f1..bf3dad45563429fb35d7f13b519efc534fd85594 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * filters.c: common filter functions
  *****************************************************************************
- * Copyright (C) 2010-2012 x264 project
+ * Copyright (C) 2010-2013 x264 project
  *
  * Authors: Diogo Franco <diogomfranco@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index 30b4500ecbfbfcac82ee911fc65cd80c522aa4d0..b75f3f16a6435483cb59b8eb907b38d493c0a485 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * filters.h: common filter functions
  *****************************************************************************
- * Copyright (C) 2010-2012 x264 project
+ * Copyright (C) 2010-2013 x264 project
  *
  * Authors: Diogo Franco <diogomfranco@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index b76de0394b7f6e60894223a4d708ffbac34ddfba..cc2cef0e5226900c237e8b39a5693c3972414d80 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cache.c: cache video filter
  *****************************************************************************
- * Copyright (C) 2010-2012 x264 project
+ * Copyright (C) 2010-2013 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index b4e2b905f3b7f96be7535e501fe88de8bf384acd..a58813b77d3789c44aea1c7c7bd0f5fad4140f9c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * crop.c: crop video filter
  *****************************************************************************
- * Copyright (C) 2010-2012 x264 project
+ * Copyright (C) 2010-2013 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          James Darnley <james.darnley@gmail.com>
index 9465f177daef38ec07a17358979f1206ed866a8b..a20f3b3f0c3c749915b75c3a921ea153fa1bdc54 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * depth.c: bit-depth conversion video filter
  *****************************************************************************
- * Copyright (C) 2010-2012 x264 project
+ * Copyright (C) 2010-2013 x264 project
  *
  * Authors: Oskar Arvidsson <oskar@irock.se>
  *
index ab0031b6467035c3f3b2683b193e04acb7ccf85a..80138f17c6dfba043b7cbcfe75ad6b0c26be55ca 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * fix_vfr_pts.c: vfr pts fixing video filter
  *****************************************************************************
- * Copyright (C) 2010-2012 x264 project
+ * Copyright (C) 2010-2013 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index bf48f7c37c49fecbd412a91df6eb43df2f4f26a2..c146064c55f1a943ce64cbb13728167dbebccba8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * internal.c: video filter utilities
  *****************************************************************************
- * Copyright (C) 2010-2012 x264 project
+ * Copyright (C) 2010-2013 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 7e8c1b23bcd63ddf05d5821943fa6df263dda613..7d112a0f9984e5d6e052d54ca2ad9acf8188ebc7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * internal.h: video filter utilities
  *****************************************************************************
- * Copyright (C) 2010-2012 x264 project
+ * Copyright (C) 2010-2013 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 6d8c3e616d068cd02fd38111226ad775832080d6..197a0e385c3f0d42e54f667db5ce9e9196186bd5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * resize.c: resize video filter
  *****************************************************************************
- * Copyright (C) 2010-2012 x264 project
+ * Copyright (C) 2010-2013 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index d560ebef4ac8c16c902480cc8b47a7e125bfafe0..e7c70cee8516db74eea0a1e92e8810fbcf998539 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * select_every.c: select-every video filter
  *****************************************************************************
- * Copyright (C) 2010-2012 x264 project
+ * Copyright (C) 2010-2013 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index c129c0d4711b2b9a4cf17e413a007273be706038..754b9d0a054f173af119b1e9b2421b07fe03ead4 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * source.c: source video filter
  *****************************************************************************
- * Copyright (C) 2010-2012 x264 project
+ * Copyright (C) 2010-2013 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 35b351e42d6fe47ce9c348bc54b3e0fa35f7d3f8..c6f9e2244097d44dbf550e2269cf0497a465ff59 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * video.c: video filters
  *****************************************************************************
- * Copyright (C) 2010-2012 x264 project
+ * Copyright (C) 2010-2013 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 6913c5a4592817da41de8f5562261495e658e319..41bf277d7f56f2d483b42fa4fc12c5b515638922 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * video.h: video filters
  *****************************************************************************
- * Copyright (C) 2010-2012 x264 project
+ * Copyright (C) 2010-2013 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index bf4d39ad0baa02f520241eb992f25f6b01c856c2..32bad2849ecb6ddabaa9861b1202be419bddeb00 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * avs.c: avisynth input
  *****************************************************************************
- * Copyright (C) 2009-2012 x264 project
+ * Copyright (C) 2009-2013 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 03d786ea8ac0c085c9ea67321df87e34100e9650..1a0677805e108203873e4e6fe5aab092775310ea 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ffms.c: ffmpegsource input
  *****************************************************************************
- * Copyright (C) 2009-2012 x264 project
+ * Copyright (C) 2009-2013 x264 project
  *
  * Authors: Mike Gurlitz <mike.gurlitz@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index 4cac01c29a4420bfeaddb28cdfbdb41573a5ce57..9c6763d23f1947e4b1ef380b65e50be8d7dc0ccb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * input.c: common input functions
  *****************************************************************************
- * Copyright (C) 2010-2012 x264 project
+ * Copyright (C) 2010-2013 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index f281d7e9ac7adca47f6beacb8f9a43b3c6770b7e..5137be31602a1b1722088e17a0dd6ffbda0b9c5d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * input.h: file input
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 91b2e98559d654b736fb749fa4f84d91f5e582c7..e36632dfc16cfcc1dc114891bb8f2f9b932d0c02 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * lavf.c: libavformat input
  *****************************************************************************
- * Copyright (C) 2009-2012 x264 project
+ * Copyright (C) 2009-2013 x264 project
  *
  * Authors: Mike Gurlitz <mike.gurlitz@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index a9b2de1aeef5a9f59251520f5164707428ff23f3..e853dd0a211c3e8254600995274fd5f44d383128 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * raw.c: raw input
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 7447489276023793de14ac08c258d893ad7569f6..9cb422a149254856cac5b2803ea482212901ec55 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * thread.c: threaded input
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index f7da8fb572b3f47f8e87178a0d5383fae10e12ba..a476e5d4622bd8d2eca48b5b54246a9e5c759f77 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * timecode.c: timecode file input
  *****************************************************************************
- * Copyright (C) 2010-2012 x264 project
+ * Copyright (C) 2010-2013 x264 project
  *
  * Authors: Yusuke Nakamura <muken.the.vfrmaniac@gmail.com>
  *
index e60b27a6b4ff98fc8b54bf6086f339147f943f83..009afa6d7604f1ff2ab32ee924175402e490c2f6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * y4m.c: y4m input
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index e9f2276a78f585709c36cdac2e0bb3aaba89a6e2..6f972f748eaff742de9c3f0305c77147544dc3d1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv.c: flv muxer
  *****************************************************************************
- * Copyright (C) 2009-2012 x264 project
+ * Copyright (C) 2009-2013 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
index 57d40daee2ba0c34de2d858d0fad043a0d7fe097..44c19238d55002644c9cbbf1cfbfb10b9fbda7dc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv_bytestream.c: flv muxer utilities
  *****************************************************************************
- * Copyright (C) 2009-2012 x264 project
+ * Copyright (C) 2009-2013 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
index 9b5da3c1025afe5daa62c574b978ca51f90cc286..325abb61270d8ff659919aeeb393e518c63006c8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv_bytestream.h: flv muxer utilities
  *****************************************************************************
- * Copyright (C) 2009-2012 x264 project
+ * Copyright (C) 2009-2013 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
index 94a4b0f83108b0a8056942b4966aa4b7d5168290..9b8328450e25a1ed178089f63ac4c76894ef4fac 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska.c: matroska muxer
  *****************************************************************************
- * Copyright (C) 2005-2012 x264 project
+ * Copyright (C) 2005-2013 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
index f58d47de2b3e55e6b09a50c07fc824240d6e9e7f..2f41a2d15f43fef08f65c7241bbf5bf7bc45cf16 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska_ebml.c: matroska muxer utilities
  *****************************************************************************
- * Copyright (C) 2005-2012 x264 project
+ * Copyright (C) 2005-2013 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
index f3d43c01f99a2af1d3324de543650aa7e8f30374..fa61eded5ce65f7de07be9f2fc0e69dff2dc2da0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska_ebml.h: matroska muxer utilities
  *****************************************************************************
- * Copyright (C) 2005-2012 x264 project
+ * Copyright (C) 2005-2013 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
index 188561d220d1cb21a323ff7f93114dbea3332f69..ee54e66f939e226b9686e8deeec20e2457487856 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mp4.c: mp4 muxer
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index d48f45ccc6fdc34cf8ef629295f55f85c8dec576..e32dbbead416e65ede2455554db81aebf066cc2f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * output.h: x264 file output modules
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index ed3174cdad99748184a9d2f35ce229a7ecda58a3..d8ed3a98a821bf491e290637b635015b5faee1bc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * raw.c: raw muxer
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 001eec828e285aacdef7bcba087fa3d775b81536..7b39d93c484d37050eeb89ef2ba193e65029bc50 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* checkasm-a.asm: assembly check tool
 ;*****************************************************************************
-;* Copyright (C) 2008-2012 x264 project
+;* Copyright (C) 2008-2013 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Henrik Gramner <hengar-6@student.ltu.se>
index 8834865a19fc85bfeb8dcc4f2d9636d4bb858e1a..2086641234710309d2e364086b0545ffae851ed2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * checkasm.c: assembly check tool
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/x264.c b/x264.c
index bcea87774bf3504eb4585cfb7fbf0e2e207813d4..4e9ca33bcff92fb0c542f29c9182af58213dbe73 100644 (file)
--- a/x264.c
+++ b/x264.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264: top-level x264cli functions
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/x264.h b/x264.h
index 9529ef89b152a273acb354707342add6fff11cd4..767eb197257b47592a2217daffe93e26a9972c10 100644 (file)
--- a/x264.h
+++ b/x264.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264.h: x264 public header
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index a5c103970edf5d8a4b7be722db01d128ce96ac32..7437602519ca6093208ec29a21983b863d29574c 100644 (file)
--- a/x264cli.h
+++ b/x264cli.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264cli.h: x264cli common
  *****************************************************************************
- * Copyright (C) 2003-2012 x264 project
+ * Copyright (C) 2003-2013 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index acf4bd6b00adabf0c23a4fc0bb088299fd1fe2fc..cc0d4d39a77c409168c08ee10d6b73e6b81ea6ca 100644 (file)
--- a/x264dll.c
+++ b/x264dll.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264dll: x264 DLLMain for win32
  *****************************************************************************
- * Copyright (C) 2009-2012 x264 project
+ * Copyright (C) 2009-2013 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *
index 4762be5b9a8a02706f65f8f729ec8deca916cfda..73c82ef94e4ca5de14f99adb306100b1f34dd77d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264res.rc: windows resource file
  *****************************************************************************
- * Copyright (C) 2012 x264 project
+ * Copyright (C) 2012-2013 x264 project
  *
  * Authors: Henrik Gramner <hengar-6@student.ltu.se>
  *
@@ -60,7 +60,7 @@ BEGIN
 #endif
             VALUE "FileVersion",      X264_POINTVER
             VALUE "InternalName",     "x264"
-            VALUE "LegalCopyright",   "Copyright (C) 2003-2012 x264 project"
+            VALUE "LegalCopyright",   "Copyright (C) 2003-2013 x264 project"
 #ifdef DLL
             VALUE "OriginalFilename", "libx264-" xstr(X264_BUILD) ".dll"
 #else