]> git.sesse.net Git - x264/commitdiff
Bump dates to 2012
authorHii <hiiragikei@gmail.com>
Wed, 25 Jan 2012 08:29:22 +0000 (16:29 +0800)
committerFiona Glaser <fiona@x264.com>
Sat, 4 Feb 2012 15:18:13 +0000 (07:18 -0800)
146 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/util.h
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

index 42206637e709158e3d110d4eb36c0a41a9d1c3fb..310c981355e5ddd52e51df46c12172dc833eead0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * asm.S: arm utility macros
  *****************************************************************************
- * Copyright (C) 2008-2011 x264 project
+ * Copyright (C) 2008-2012 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *          David Conrad <lessen42@gmail.com>
index 4db7e6b7a6b8736628b10a94078437b4d08ce22e..a45955309aceb44d3be927ad77d240604899989d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu-a.S: arm cpu detection
  *****************************************************************************
- * Copyright (C) 2009-2011 x264 project
+ * Copyright (C) 2009-2012 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index c71d43054efcf506c3a3ade1b9680d73510d9bad..86cc2ed3e2fd3461f025fa35aa5930e405768165 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * dct-a.S: arm transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2011 x264 project
+ * Copyright (C) 2009-2012 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index c61ce8cfb1e58eb56808eb576cd21ac1604286e7..912e32b89412a0d15d7d4a63db53e1e2350af42f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: arm transform and zigzag
  *****************************************************************************
- * Copyright (C) 2009-2011 x264 project
+ * Copyright (C) 2009-2012 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 7b2ac9f80662a3014e809e852810a563652a92c2..9c505f69131ebd22aac6e18169d1a5e08b0825d7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.S: arm deblocking
  *****************************************************************************
- * Copyright (C) 2009-2011 x264 project
+ * Copyright (C) 2009-2012 x264 project
  *
  * Authors: Mans Rullgard <mans@mansr.com>
  *
index 08daa4a3835dd396f7b85fb868003797b3f3bd16..8ed0a2279ce2e7bd96eae0030c0f975081d65fd3 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.S: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2011 x264 project
+ * Copyright (C) 2009-2012 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Mans Rullgard <mans@mansr.com>
index c1fc05c0cf592a39c5098a51458e613d0ccddfdb..de4aec4e8f68249534876e4cc1321ce0d4928f85 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2011 x264 project
+ * Copyright (C) 2009-2012 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index a4dd50a0a9e6786e0304591d1da8074ffa3e0d90..b988bc1be49808fd36d4047af8bbf326f6c991ec 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: arm motion compensation
  *****************************************************************************
- * Copyright (C) 2009-2011 x264 project
+ * Copyright (C) 2009-2012 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 217356e044b6bffad52fc5fb4e39fbe71a0abcdf..8bce3b68c1230d5bce42c6982d6aa1387fe24b1d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.S: arm pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2011 x264 project
+ * Copyright (C) 2009-2012 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 4af4bb05ad64bf37056f62a9df74d3e947bf0843..d0c90daef8ab445aa14511a9ebbd5406da0cb4dd 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: arm pixel metrics
  *****************************************************************************
- * Copyright (C) 2009-2011 x264 project
+ * Copyright (C) 2009-2012 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 3e9ed61ca75b5e7914a1b9cc9a53f03b78613466..af65bd7b07c2922b256aa3b03f517533b38154a7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.S: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2011 x264 project
+ * Copyright (C) 2009-2012 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *          Mans Rullgard <mans@mansr.com>
index bf8fd38a131036aaa86ef0a6b587066c9a1d2303..95d081587ab3e1dd135c2c4cf0dfc727cb9692bb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2011 x264 project
+ * Copyright (C) 2009-2012 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 2e57c8b101502381d97b638b5d3748c8f4b687e8..c6425f6f9b0efa0062944397db136e5ea414c6bc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: arm intra prediction
  *****************************************************************************
- * Copyright (C) 2009-2011 x264 project
+ * Copyright (C) 2009-2012 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index 8e675bdfcdfd97b2b5147e0d8708d3c3ad551afa..e851562c2d45eb6b47a0f05219ad6c637b855566 100644 (file)
@@ -1,7 +1,7 @@
 /****************************************************************************
  * quant.S: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2009-2011 x264 project
+ * Copyright (C) 2009-2012 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index e6fc343bc0044bfe7ff9b7d46c11756a64aabd45..05a708e22d8608ed41a325dd951b9084680ee789 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: arm quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2011 x264 project
+ * Copyright (C) 2005-2012 x264 project
  *
  * Authors: David Conrad <lessen42@gmail.com>
  *
index c8c04023355ae56b0545c228388462a8660879cc..20d0cc87597b554142cf4c89d152fcb600d970e2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.c: bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Fiona Glaser <fiona@x264.com>
index b836eec2c5c3d4708d3e127eeab7a1128f5964a1..7abe333b349a5cbbb411b0a03395f5605f4f36f9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * bitstream.h: bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index eb6ab06a8bb93b33c0e124a9c59096af4724995d..553b01b4dbe5fe2a31bf86f04d437b267ae4e0d7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.c: arithmetic coder
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 9e67395181439d8d7e05f17cf5724e08dae2f36d..d638ff11a28b03c3eba062004ecc016f8e3abca7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.h: arithmetic coder
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 5c9a72dd82eb889e8cc1eabe4417cdd9e1267be6..d03201d8f1ea2fcf3f8aa48b0757ecf382decd1a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * common.c: misc common functions
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index b6cec651d9e76dafbe560c34558e91e8c536b9ca..b76ad959551ac4b060a0af6331e5c736c2364789 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * common.h: misc common functions
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 8dbbea81b422ad3c26210850fe4ad5b0424dcc80..26c262d0f89a131a2239345b417ac36a4569f9d7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu.c: cpu detection
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index d539de22d3c1700e25564f22cbf77af62f6894b9..c92f93eaf083c9a402edd55ab23f6122be349e69 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cpu.h: cpu detection
  *****************************************************************************
- * Copyright (C) 2004-2011 x264 project
+ * Copyright (C) 2004-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index ac078a12c9ac5af8f4ba8be5df0a7950150258e4..7be3ba8fe7da4677d5620a9e39e3206891bc2916 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.c: transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 55c0624c4694fd821aa27d7232d203eb93e1279b..a8fa18ea72ef40bff31468c1450246dfd1877a63 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: transform and zigzag
  *****************************************************************************
- * Copyright (C) 2004-2011 x264 project
+ * Copyright (C) 2004-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index 2f85ae2847f3831971cc069b7fd54e90e01661a1..922b076d2d68b411386b74887e1fa1b046a43581 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.c: deblocking
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 5387d4ffb30201b20b522c6fa314f4c3acc6ea74..b17926538c2921303f5e99e68a884e356b6e8406 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * display-x11.c: x11 interface
  *****************************************************************************
- * Copyright (C) 2005-2011 x264 project
+ * Copyright (C) 2005-2012 x264 project
  *
  * Authors: Tuukka Toivonen <tuukkat@ee.oulu.fi>
  *
index bf4499e0b945af469793ba0936c215db9d938b12..77dca6a1d6296ca38387efcb3602b98a76e1aa78 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * display.h: x11 visualization interface
  *****************************************************************************
- * Copyright (C) 2005-2011 x264 project
+ * Copyright (C) 2005-2012 x264 project
  *
  * Authors: Tuukka Toivonen <tuukkat@ee.oulu.fi>
  *
index 2c38b660eee3ec81f940a3c1fba76edf150136c1..820e09d084557e47e554d65380b70721d383d3e7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * frame.c: frame handling
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 2781a717eb6bf6c6a5bab2271fba1864c68ebfce..94e875d2597499e8dd76f2a11860887295465439 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * frame.h: frame handling
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 3f91073868330bdd6208fb44cbbd6422f3e65f0b..d600f82ddfab5282539a18bb2ca2377909ce2478 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.c: macroblock common functions
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 4bf383d162f5f3407136ae00a44859e68a8ffac3..df2f8d93235378a1485614b0cc6c5c95b18ba3c5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.h: macroblock common functions
  *****************************************************************************
- * Copyright (C) 2005-2011 x264 project
+ * Copyright (C) 2005-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 314c6f962884ad17f949ba39eec9a9ddfeaee468..88ed6ea8e98f755dbb6b06fdfbd0c340efb1a30b 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.c: motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 40fb5918ee083a4bbb62bbef2546de662e322b77..424bcee3fc0cb8dfae02e914c008fca7b0fea82d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: motion compensation
  *****************************************************************************
- * Copyright (C) 2004-2011 x264 project
+ * Copyright (C) 2004-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index 256c0c7483189dce7512a629710b6d64890c050a..edf555caf7ef56e8e434ded18abdfdba5e1fb139 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mvpred.c: motion vector prediction
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 75936151c28a4694415cab844d31b634fc4e48e3..0a97bc713102e38480b86e5df18364a2b178abf2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * osdep.c: platform-specific code
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index a55b69d133bbb3ae897462b2233d34708210cdc0..f7cad575958353f0d1c93d49276d8341c86b6c05 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * osdep.h: platform-specific code
  *****************************************************************************
- * Copyright (C) 2007-2011 x264 project
+ * Copyright (C) 2007-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index ca937086ae8c8c782ab93969acb20876cb47a536..2946ddcf67a3ba893d18b0673c8fbf05f807222c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 8448a07e565331f18dea52d1f3d3a98ebddabf11..b39357268971c9193a6be55b51f84d9e8b54695f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: pixel metrics
  *****************************************************************************
- * Copyright (C) 2004-2011 x264 project
+ * Copyright (C) 2004-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index edc35373fe421782ec530bb34746bf83c4347bc2..37a077d6707a7e7c7a55bf81f52845c9a17dda07 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.c: ppc transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *          Eric Petit <eric.petit@lapsus.org>
index 3ee4d70de6b6397874e80683ddedd17871217a30..f7684bea5bfd6973ddfb70714a4a2fe05f676352 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: ppc transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
index 6ba321422696e2bb7db9d120cbc9713206528951..a9e862e3b6f76b3e2c73d4660a692a1cf8b2f60a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * deblock.c: ppc deblocking
  *****************************************************************************
- * Copyright (C) 2007-2011 x264 project
+ * Copyright (C) 2007-2012 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 5a51ea5100a2357c944f7fe299138994acdafcf6..0fc735c20171146c4e2c4409974ac3c3f9b711d1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.c: ppc motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
index 7564b6b528846777d339a244bd301786ee6a46f5..fafe56bca34b6efa341a3b9b99bffb2b2f4d5d72 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: ppc motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
index c708aa4c3b4933f58ab16be804b2877899cdc74d..b60bfaf086da0d1bcd6bde0b132783f1519ca92d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.c: ppc pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *          Guillaume Poirier <gpoirier@mplayerhq.hu>
index 8776396a0f49249d16d2dce0a1f6d8503877abfa..87a43c1814b5869a3a67de790341446a3025602a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: ppc pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
index 5771cc5e2832dfb358fc54ee4349fac9cfd1af63..52af6c50d91eae60ceec860c6e9ba9c8c9b54661 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ppccommon.h: ppc utility macros
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Eric Petit <eric.petit@lapsus.org>
  *
index 70ac0eeb6422afb474786c7b914619ad159ab661..4a1904c887261831dbb38699b12523c3264f5e28 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: ppc intra prediction
  *****************************************************************************
- * Copyright (C) 2007-2011 x264 project
+ * Copyright (C) 2007-2012 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index e424595e788b547370e5f9e8983ee8cebeec7964..ccc230ea92216e0a6b63c8c7ca5815947296adc9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: ppc intra prediction
  *****************************************************************************
- * Copyright (C) 2007-2011 x264 project
+ * Copyright (C) 2007-2012 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 7223dd0d5dfc2a23bc41fbbeabdeff3750b1211a..9fa0ee94dfefbb2914babeed6335215e3490c730 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.c: ppc quantization
  *****************************************************************************
- * Copyright (C) 2007-2011 x264 project
+ * Copyright (C) 2007-2012 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 6511ea0cb21d1f54a7514016cb917bae8b378b45..59c29f9ae6c8e3ed7850a109b7931e0078f251b0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.c: ppc quantization
  *****************************************************************************
- * Copyright (C) 2007-2011 x264 project
+ * Copyright (C) 2007-2012 x264 project
  *
  * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
  *
index 5d8094f79e0cca892a22c86f9de305aba98f833e..7bb9ab6f2dea02949352fb878ca61b752568cfdb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.c: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 8ceb5773596a622b1ba0746ebc22c53028d47284..33b953661999bac88d00cefa5115070bc0b6f5a8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 26c4b0cd314e346d3bce9b4efc2465c3f9e3a383..e4c3b42489772b556a7ba2c4bc9e2a1b2078f4bb 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.c: quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2011 x264 project
+ * Copyright (C) 2005-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index b5d04e8ad0055563ec0d3140ecb5ded61584bea2..0e9c3b0f3575924fabd3a0bad4f7b3c21657c9b5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2011 x264 project
+ * Copyright (C) 2005-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 1c9aa2bbac931d96de528800a59aae197c8c1213..618608f43a6a1c8940ff8f603a12ac1537ba7aee 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rectangle.c: rectangle filling
  *****************************************************************************
- * Copyright (C) 2010-2011 x264 project
+ * Copyright (C) 2010-2012 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *
index 5db91e8cac2a1dc5d5e28b36882a44fdddc4e1a4..a74db66f1ea6a2ff64f8c16fe2c510f74cbd4879 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rectangle.h: rectangle filling
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
index c8261e45d771cd98c232bc58b657dce51a433652..56da025f920ef18dd3fd3186db6d544d8da5502e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.c: quantization init
  *****************************************************************************
- * Copyright (C) 2005-2011 x264 project
+ * Copyright (C) 2005-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *
index 038dbd4cf92aa257fa6545a6be5a62d2fdb73b77..d68e8bf8821910eb9a319caf90bbb0ea6d216985 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.h: quantization init
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 09207e00ba2e1b777763f26b50aca452d7a4df56..b3e4a36d29555e64c96d5309b20f5ec31f002bf1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.asm: sparc pixel metrics
  *****************************************************************************
- * Copyright (C) 2005-2011 x264 project
+ * Copyright (C) 2005-2012 x264 project
  *
  * Authors: Phil Jensen <philj@csufresno.edu>
  *
index 8e5afbdd90194b7d926bf24cd70972abca8b761f..32498db43b371e06715a6ad2e12321d048c98c87 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: sparc pixel metrics
  *****************************************************************************
- * Copyright (C) 2005-2011 x264 project
+ * Copyright (C) 2005-2012 x264 project
  *
  * Authors: Phil Jensen <philj@csufresno.edu>
  *
index a1e5c95a3755b134d63a137b16f33df652ceac02..f7a95fcce34ebd57d6342499c6f6a84827b1e4b7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * threadpool.c: thread pooling
  *****************************************************************************
- * Copyright (C) 2010-2011 x264 project
+ * Copyright (C) 2010-2012 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index bb306e8a11679d035667eb05ed9c1467cd5d2f88..92a77e83473a5a975b9e208532e75490e1e5affc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * threadpool.h: thread pooling
  *****************************************************************************
- * Copyright (C) 2010-2011 x264 project
+ * Copyright (C) 2010-2012 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 77ec82dbcc60b54713fd61cdea944d48fe8f3cd7..8f9e571feb6a5c0b3d0e2c33364ceab50b6f16d8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * visualize.c: visualization
  *****************************************************************************
- * Copyright (C) 2005-2011 x264 project
+ * Copyright (C) 2005-2012 x264 project
  *
  * Authors: Tuukka Toivonen <tuukkat@ee.oulu.fi>
  *
index 6eb67a468d9660c894194267019f1b0629f0a74c..d07e2d65e78f23ff38c10a75152ce1c5d97a5dc0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * visualize.h: visualization
  *****************************************************************************
- * Copyright (C) 2005-2011 x264 project
+ * Copyright (C) 2005-2012 x264 project
  *
  * Authors: Tuukka Toivonen <tuukkat@ee.oulu.fi>
  *
index e6dc77a1abd30b79ae0b5e1779b37c8273b93039..d96c12ce504aeededc2d89fdf147fda02391d799 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * vlc.c : vlc tables
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Fiona Glaser <fiona@x264.com>
index 14fb200b462da3a5baccb9c133c869981a3868e0..a81cd6cf1d99ecc7ea41c3400fa96c7b82c2928f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * win32thread.c: windows threading
  *****************************************************************************
- * Copyright (C) 2010-2011 x264 project
+ * Copyright (C) 2010-2012 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          Pegasys Inc. <http://www.pegasys-inc.com>
index aa55e0fc126af40b8fea70e159b95d52182471fb..d6370a77fe8dee1152be977f383d1ce4dfd94816 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * win32thread.h: windows threading
  *****************************************************************************
- * Copyright (C) 2010-2011 x264 project
+ * Copyright (C) 2010-2012 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index f13cb848d66fa972d34b71247ef838fb3205cc9d..b3eb8920d09c5cef3ac622fbd111de14aa4c2845 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* bitstream-a.asm: x86 bitstream functions
 ;*****************************************************************************
-;* Copyright (C) 2010-2011 x264 project
+;* Copyright (C) 2010-2012 x264 project
 ;*
 ;* Authors: Fiona Glaser <fiona@x264.com>
 ;*          Henrik Gramner <hengar-6@student.ltu.se>
index 9f3d39ce9ad059726819fc78a0e48f6c0ad8aefb..ac42a83c7ed7ead0e378ae9db13fb22f42a6dca6 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* cabac-a.asm: x86 cabac
 ;*****************************************************************************
-;* Copyright (C) 2008-2011 x264 project
+;* Copyright (C) 2008-2012 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index eaec531b051abafecf4b1706957b35439bdb0c19..2a25d93bc93a69bd644de3e96d8e6692f93450ab 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* const-a.asm: x86 global constants
 ;*****************************************************************************
-;* Copyright (C) 2010-2011 x264 project
+;* Copyright (C) 2010-2012 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 75a2bc493959bff8c23c492e4ba1d7e3365e982d..8ea7db16c065497da858978ad53a5b4763600240 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* cpu-a.asm: x86 cpu utilities
 ;*****************************************************************************
-;* Copyright (C) 2003-2011 x264 project
+;* Copyright (C) 2003-2012 x264 project
 ;*
 ;* Authors: Laurent Aimar <fenrir@via.ecp.fr>
 ;*          Loren Merritt <lorenm@u.washington.edu>
index 88b0311278088bba6aa85f880f72805ee8ac4ba4..3b3c3623d852184d32435b6596fb61e6ab816216 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-32.asm: x86_32 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2011 x264 project
+;* Copyright (C) 2003-2012 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index b036a7591bea3eb29206f8ead3d624faf32aa6e4..174e58e9145ff01551e1aa87cb09bca2054acba0 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-64.asm: x86_64 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2011 x264 project
+;* Copyright (C) 2003-2012 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index 0f92e760c8a0145b5ffddb4fd3138c7bd70a0e18..36ea4ec7b0afe4a4bbbbc37b894142859f2f7a8a 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* dct-a.asm: x86 transform and zigzag
 ;*****************************************************************************
-;* Copyright (C) 2003-2011 x264 project
+;* Copyright (C) 2003-2012 x264 project
 ;*
 ;* Authors: Holger Lubitz <holger@lubitz.org>
 ;*          Loren Merritt <lorenm@u.washington.edu>
index 0f8e317bb70b590a86854f4471484fbd97948f3b..33ac881ea57e6a62d6faf0a22e568227fc34b66a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * dct.h: x86 transform and zigzag
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 3ad115639ae3c718901a518aad828095c1c0c205..5379c357ac737f0cde4238d7c7f7bc8437a23f15 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* deblock-a.asm: x86 deblocking
 ;*****************************************************************************
-;* Copyright (C) 2005-2011 x264 project
+;* Copyright (C) 2005-2012 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index ddb19a7d43ff1afc17984d4aafc44b8c54ff62e1..f224f0c8af7c2efc216ed8513f101074d17bcc98 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* mc-a.asm: x86 motion compensation
 ;*****************************************************************************
-;* Copyright (C) 2003-2011 x264 project
+;* Copyright (C) 2003-2012 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 4deba6cbcae9abb41355c636613f598b71ddf618..56f5ba2729bedb2d85e3aa348aae0b194ecb1df5 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* mc-a2.asm: x86 motion compensation
 ;*****************************************************************************
-;* Copyright (C) 2005-2011 x264 project
+;* Copyright (C) 2005-2012 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index b64f5f5f81c2f65a908236adde0321b5a3a8abd0..97302608bdd358c5a298087ed8d3c2dc3a182c92 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc-c.c: x86 motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 66c6cf92a4d0c193f910109e5ab03974d02b1885..82e2b5a726c73cb2f4394b3824947786824ca6e1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mc.h: x86 motion compensation
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 316c0fe88ca75c3fa14533df99abfd95b19ff936..b3dcdbabd6b973acf09bbe40be572e91b1926f2e 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* pixel-32.asm: x86_32 pixel metrics
 ;*****************************************************************************
-;* Copyright (C) 2003-2011 x264 project
+;* Copyright (C) 2003-2012 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Laurent Aimar <fenrir@via.ecp.fr>
index 497b4a202cf5a956040d5fa0d85dc588335cb89e..74fc7e26a06a9cc576d36bd233e1b9e30da0f7af 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* pixel.asm: x86 pixel metrics
 ;*****************************************************************************
-;* Copyright (C) 2003-2011 x264 project
+;* Copyright (C) 2003-2012 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index 44f33b7f3a43649b7c4155dcd57d60e1366648fa..11823f0855c23108d17194017ade9a7b209d5a88 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * pixel.h: x86 pixel metrics
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index e45cbf94a81163fab417e6f98fecbc0abcd551e7..a58e99944ab71356851aad95342164f27970f69c 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* predict-a.asm: x86 intra prediction
 ;*****************************************************************************
-;* Copyright (C) 2005-2011 x264 project
+;* Copyright (C) 2005-2012 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Holger Lubitz <holger@lubitz.org>
index 0ab14088e85ef0c0631bd2ad89da6bb85a9c4a2c..8ad17253af870480c096b33e019646e431512748 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict-c.c: intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index dda1e5d5cbd46403c2f94064fafe96b0f6b0c767..5884de60292ea388db295245ca101d5d5c459314 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * predict.h: x86 intra prediction
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 31e5e92ce1fd964f946a208714042898b99fb368..550776e5a90c39a3bf33f8160fea0f9a51025cdf 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* quant-a.asm: x86 quantization and level-run
 ;*****************************************************************************
-;* Copyright (C) 2005-2011 x264 project
+;* Copyright (C) 2005-2012 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index 3265b70986feb5af1b9ebc490ff498f014874010..33bed302ac1cd06a749cfb802056034442e378ba 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: x86 quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2011 x264 project
+ * Copyright (C) 2005-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 3f2439b98ad08a5af96cbe1bfebff5cc07bb7532..15309eaf520222a4f3652e44d94e98066df984ca 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* sad-a.asm: x86 sad functions
 ;*****************************************************************************
-;* Copyright (C) 2003-2011 x264 project
+;* Copyright (C) 2003-2012 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*          Fiona Glaser <fiona@x264.com>
index ee35bbbb21a74b41c769de5e539b5ec9446873a6..dffe2a913c5b3a4415e285d4258844d79313f427 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* sad16-a.asm: x86 high depth sad functions
 ;*****************************************************************************
-;* Copyright (C) 2010-2011 x264 project
+;* Copyright (C) 2010-2012 x264 project
 ;*
 ;* Authors: Oskar Arvidsson <oskar@irock.se>
 ;*
index 5693d8180a100262ad8fe38fe3e00852f0ee995c..9094919179d5cbd252c422057491d153485d645c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * util.h: x86 inline asm
  *****************************************************************************
- * Copyright (C) 2008-2011 x264 project
+ * Copyright (C) 2008-2012 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
index b6c0f2da1ea6eef9622f6f10dc6228efd504ecde..c9848afa72e2610e840bc5ccc6d01f6f89c687f9 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* x86util.asm: x86 utility macros
 ;*****************************************************************************
-;* Copyright (C) 2008-2011 x264 project
+;* Copyright (C) 2008-2012 x264 project
 ;*
 ;* Authors: Holger Lubitz <holger@lubitz.org>
 ;*          Loren Merritt <lorenm@u.washington.edu>
index 8381ad3bcaaa729a0e46891a5dbfb10211e325bb..51691c93d893b430a9ce897a1d5c3d6172619f02 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * analyse.c: macroblock analysis
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 0d1c6803d418506f5b7aab8898551f543fa03aab..c5919c4cf4b9f2b3dce004f91cf11f751bd2526f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * analyse.h: macroblock analysis
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 985546f903c3f12b6bb78cf6b4f7bbd11403658e..35cc8f5cad0f657aa2c8600cfb2e7647f177c0dc 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cabac.c: cabac bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index d7489439272df37c895871a8bcfb531839f159a8..cfc3f26f45900be146bb463fe86144eb7adacf35 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cavlc.c: cavlc bitstream writing
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index aa30142b32bd6b18e19023c7d3b321489c878875..3078d3500dabf0373abf8c67b2c3aa4caa4aa448 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * encoder.c: top-level encoder functions
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 7e0486451005541e61ed85e0c39c04b2b12c3041..fda59ab004eeca0efdce53df4e7708b2961b401d 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * lookahead.c: high-level lookahead functions
  *****************************************************************************
- * Copyright (C) 2010-2011 Avail Media and x264 project
+ * Copyright (C) 2010-2012 Avail Media and x264 project
  *
  * Authors: Michael Kazmier <mkazmier@availmedia.com>
  *          Alex Giladi <agiladi@availmedia.com>
index f8eb45fdff5a40da62a3a12de46e7b6b7aa774da..cc006db788045de13af923692a39b74b3ee6508c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.c: macroblock encoding
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index f8c21496012a547016e1af992756cbf581cea3f5..45ce19de9ddf8b69b4358aa2f48f247acd39798e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * macroblock.h: macroblock encoding
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 8313e224aa08d53ed200efc9ddf29663368924e2..ccc7ad40ade5a38e120c0f15b60f2777c6c49244 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * me.c: motion estimation
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 8b5baa01373fec649f4c2456257fc90f2e5aa24f..64ce3186c7520a404d5419708960266fe3d4337f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * me.h: motion estimation
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index 7e77accf9774ec8c0317b1c8a73a77f4ac9d359d..218f3f9ce344f852447a67796e34b7331ceb7812 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ratecontrol.c: ratecontrol
  *****************************************************************************
- * Copyright (C) 2005-2011 x264 project
+ * Copyright (C) 2005-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Michael Niedermayer <michaelni@gmx.at>
index f5aa9a83fe029073544dabcd0d5e7582b68970c7..a10bf3e8acfc67017ccb0d87c8115bf53406b42c 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ratecontrol.h: ratecontrol
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
index f0fe16320b88667ffe75dcf73a06bf753a72ffe2..0067bb075f725e623f8f7e43e78a283287ec7ac9 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * rdo.c: rate-distortion optimization
  *****************************************************************************
- * Copyright (C) 2005-2011 x264 project
+ * Copyright (C) 2005-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
index 876176af52638e7cb062dd2818513c87b3a3d27e..e752a52e19bdac3ed23fc0b8d4a07202acd30915 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set: header writing
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 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-2011 - http://www.videolan.org/x264.html - options: %s",
+             "Copy%s 2003-2012 - http://www.videolan.org/x264.html - options: %s",
              X264_BUILD, X264_VERSION, HAVE_GPL?"left":"right", opts );
     length = strlen(payload)+1;
 
index 5bd289f85f0f8bb1fcf5f275bf6e8f0b2438064d..cb8a03c708195e98f2a974913aea190d4c525dd0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * set.h: header writing
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 35f4b1ad17772f64ca4090aff3edc0fa3baa293b..c693b3f4d5ff9059d1b3f63894ed5a02edda9644 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * slicetype.c: lookahead analysis
  *****************************************************************************
- * Copyright (C) 2005-2011 x264 project
+ * Copyright (C) 2005-2012 x264 project
  *
  * Authors: Fiona Glaser <fiona@x264.com>
  *          Loren Merritt <lorenm@u.washington.edu>
index 5dd32dcea8a4ff00b1a7703b649c2f0e100acf59..dbfdf0432e734943eb5ef0087e49d0c3a10cf8f1 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * filters.c: common filter functions
  *****************************************************************************
- * Copyright (C) 2010-2011 x264 project
+ * Copyright (C) 2010-2012 x264 project
  *
  * Authors: Diogo Franco <diogomfranco@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index 9f15e203899a31753f66158b2f19a4143a944ac2..30b4500ecbfbfcac82ee911fc65cd80c522aa4d0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * filters.h: common filter functions
  *****************************************************************************
- * Copyright (C) 2010-2011 x264 project
+ * Copyright (C) 2010-2012 x264 project
  *
  * Authors: Diogo Franco <diogomfranco@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index 2097a5019eead945a0d4de2965d437f52bb57bfc..b76de0394b7f6e60894223a4d708ffbac34ddfba 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * cache.c: cache video filter
  *****************************************************************************
- * Copyright (C) 2010-2011 x264 project
+ * Copyright (C) 2010-2012 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 5d5f3a7109268b8568f70e2f515815c3e5b4059a..b4e2b905f3b7f96be7535e501fe88de8bf384acd 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * crop.c: crop video filter
  *****************************************************************************
- * Copyright (C) 2010-2011 x264 project
+ * Copyright (C) 2010-2012 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *          James Darnley <james.darnley@gmail.com>
index 9ea2cbcf86ae701884b933ec1eeeddf038d00876..43b84db91ce378f143a76c3687c3032e079ab891 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * depth.c: bit-depth conversion video filter
  *****************************************************************************
- * Copyright (C) 2010-2011 x264 project
+ * Copyright (C) 2010-2012 x264 project
  *
  * Authors: Oskar Arvidsson <oskar@irock.se>
  *
index be7596caa1e3abbd0c0e937c66d2c0a366bbf75d..ab0031b6467035c3f3b2683b193e04acb7ccf85a 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * fix_vfr_pts.c: vfr pts fixing video filter
  *****************************************************************************
- * Copyright (C) 2010-2011 x264 project
+ * Copyright (C) 2010-2012 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 1ce610f2fce966f3bb409e114a2411e0ccaca8ac..bf48f7c37c49fecbd412a91df6eb43df2f4f26a2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * internal.c: video filter utilities
  *****************************************************************************
- * Copyright (C) 2010-2011 x264 project
+ * Copyright (C) 2010-2012 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 1ebaab45fff3268a7e491a0317a1617c6e39cd0d..7e8c1b23bcd63ddf05d5821943fa6df263dda613 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * internal.h: video filter utilities
  *****************************************************************************
- * Copyright (C) 2010-2011 x264 project
+ * Copyright (C) 2010-2012 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index fd16cfdaad69d61d05e9eea39a6a5683fd0ea4ec..6d8c3e616d068cd02fd38111226ad775832080d6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * resize.c: resize video filter
  *****************************************************************************
- * Copyright (C) 2010-2011 x264 project
+ * Copyright (C) 2010-2012 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 8abfe4d790cd4f92bbf16b5aa2bac78cf6e310a7..d560ebef4ac8c16c902480cc8b47a7e125bfafe0 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * select_every.c: select-every video filter
  *****************************************************************************
- * Copyright (C) 2010-2011 x264 project
+ * Copyright (C) 2010-2012 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index c04b45c5a2d22a77ce43968ddf26231ce2d8b0aa..c129c0d4711b2b9a4cf17e413a007273be706038 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * source.c: source video filter
  *****************************************************************************
- * Copyright (C) 2010-2011 x264 project
+ * Copyright (C) 2010-2012 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 5a809f27a043c9b74f7246194d5287867860ebed..35b351e42d6fe47ce9c348bc54b3e0fa35f7d3f8 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * video.c: video filters
  *****************************************************************************
- * Copyright (C) 2010-2011 x264 project
+ * Copyright (C) 2010-2012 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index aaff3a7aa4109eb4f0d8a43567be3a3f61115966..6913c5a4592817da41de8f5562261495e658e319 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * video.h: video filters
  *****************************************************************************
- * Copyright (C) 2010-2011 x264 project
+ * Copyright (C) 2010-2012 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 5fc3006ba6af4f0777769c517187a81c4a2d6e62..bf4d39ad0baa02f520241eb992f25f6b01c856c2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * avs.c: avisynth input
  *****************************************************************************
- * Copyright (C) 2009-2011 x264 project
+ * Copyright (C) 2009-2012 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index 626b783d58c3257b9c1c4bbf4a34b5c8e8262a39..03d786ea8ac0c085c9ea67321df87e34100e9650 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * ffms.c: ffmpegsource input
  *****************************************************************************
- * Copyright (C) 2009-2011 x264 project
+ * Copyright (C) 2009-2012 x264 project
  *
  * Authors: Mike Gurlitz <mike.gurlitz@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index 27c2c3df91d2b72c3352ddf8def49d5428901601..4cac01c29a4420bfeaddb28cdfbdb41573a5ce57 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * input.c: common input functions
  *****************************************************************************
- * Copyright (C) 2010-2011 x264 project
+ * Copyright (C) 2010-2012 x264 project
  *
  * Authors: Steven Walters <kemuri9@gmail.com>
  *
index ecd1f3808ab399d003287ced209fd3bfcbb2673f..f281d7e9ac7adca47f6beacb8f9a43b3c6770b7e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * input.h: file input
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 4b35422a37666269b76b83733b1171a47732c66d..b3b7fc6f05d5697949bb77f0797e34977b588df5 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * lavf.c: libavformat input
  *****************************************************************************
- * Copyright (C) 2009-2011 x264 project
+ * Copyright (C) 2009-2012 x264 project
  *
  * Authors: Mike Gurlitz <mike.gurlitz@gmail.com>
  *          Steven Walters <kemuri9@gmail.com>
index 6d4bb28c0f3c304557f6f27b72f25e11157ce711..53a9ca2a78d2104be1c2eff1ea99176bc73c5b44 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * raw.c: raw input
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 7d0373776290df1ae6ec27b566591422b54fd3bf..7447489276023793de14ac08c258d893ad7569f6 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * thread.c: threaded input
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 143304e5ce1b94e1eb979bbfcb2f4e68fe8bdea3..f7da8fb572b3f47f8e87178a0d5383fae10e12ba 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * timecode.c: timecode file input
  *****************************************************************************
- * Copyright (C) 2010-2011 x264 project
+ * Copyright (C) 2010-2012 x264 project
  *
  * Authors: Yusuke Nakamura <muken.the.vfrmaniac@gmail.com>
  *
index 462643eff131b38479eae4e7707cd6b266b5c2f3..6f37b0e8393dd49b8396692454c25e8dc567554e 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * y4m.c: y4m input
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 0637c380d0c68cfa86d70abbdfb955c5b41681ab..e9f2276a78f585709c36cdac2e0bb3aaba89a6e2 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv.c: flv muxer
  *****************************************************************************
- * Copyright (C) 2009-2011 x264 project
+ * Copyright (C) 2009-2012 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
index ca99db7bb6ca6b66fea1c877e439f92831dca699..57d40daee2ba0c34de2d858d0fad043a0d7fe097 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv_bytestream.c: flv muxer utilities
  *****************************************************************************
- * Copyright (C) 2009-2011 x264 project
+ * Copyright (C) 2009-2012 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
index f961dd9b971518fa9019b5f010c432c3e4382f71..9b5da3c1025afe5daa62c574b978ca51f90cc286 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * flv_bytestream.h: flv muxer utilities
  *****************************************************************************
- * Copyright (C) 2009-2011 x264 project
+ * Copyright (C) 2009-2012 x264 project
  *
  * Authors: Kieran Kunhya <kieran@kunhya.com>
  *
index 0d8666cb4a1d433d8d094068d1e2dee9f3fb61c5..94a4b0f83108b0a8056942b4966aa4b7d5168290 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska.c: matroska muxer
  *****************************************************************************
- * Copyright (C) 2005-2011 x264 project
+ * Copyright (C) 2005-2012 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
index 90b920c87ac6f3a58468edccf862812acd42fa85..f58d47de2b3e55e6b09a50c07fc824240d6e9e7f 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska_ebml.c: matroska muxer utilities
  *****************************************************************************
- * Copyright (C) 2005-2011 x264 project
+ * Copyright (C) 2005-2012 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
index 103b667a304b2f210215908a64810c70dc7ab819..f3d43c01f99a2af1d3324de543650aa7e8f30374 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * matroska_ebml.h: matroska muxer utilities
  *****************************************************************************
- * Copyright (C) 2005-2011 x264 project
+ * Copyright (C) 2005-2012 x264 project
  *
  * Authors: Mike Matsnev <mike@haali.su>
  *
index c0fb685548b964b7921c151f759b3d2396286cbd..7f123657de16dc93c65b68c21141cd9a15b2a7da 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * mp4.c: mp4 muxer
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index c7fa758ce510953ef7d9e691c9dd288b3d23dfcb..d48f45ccc6fdc34cf8ef629295f55f85c8dec576 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * output.h: x264 file output modules
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index d098419cd2d723321bd064cf8e40cc6aaddca1a3..ed3174cdad99748184a9d2f35ce229a7ecda58a3 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * raw.c: raw muxer
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index a8788571761ff1b0e1bd21c2e4b512e2764b96c6..9c6e4ebcc3110954c847366a77d01cfe42f64c48 100644 (file)
@@ -1,7 +1,7 @@
 ;*****************************************************************************
 ;* checkasm-a.asm: assembly check tool
 ;*****************************************************************************
-;* Copyright (C) 2008-2011 x264 project
+;* Copyright (C) 2008-2012 x264 project
 ;*
 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
 ;*
index be581f51d4ed5afc6b3a993faa3fddc937de35f9..3e8946eedd8e95dcc10623d56c2d3b04b7149bb7 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * checkasm.c: assembly check tool
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/x264.c b/x264.c
index dea17ceb74361b2e6062b88893220fc71b1720df..886ba370784cebb51c19403ca62cba7101fa5c56 100644 (file)
--- a/x264.c
+++ b/x264.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264: top-level x264cli functions
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Laurent Aimar <fenrir@via.ecp.fr>
diff --git a/x264.h b/x264.h
index afe4c403384a9ee5a14a06741d3060f5139c95c5..f2a80ded2fac95268990809d78e10ab271ee9318 100644 (file)
--- a/x264.h
+++ b/x264.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264.h: x264 public header
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index cc44a1aa4d06c35c7533ef5ba78577d652a1f02f..a5c103970edf5d8a4b7be722db01d128ce96ac32 100644 (file)
--- a/x264cli.h
+++ b/x264cli.h
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264cli.h: x264cli common
  *****************************************************************************
- * Copyright (C) 2003-2011 x264 project
+ * Copyright (C) 2003-2012 x264 project
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Loren Merritt <lorenm@u.washington.edu>
index 7974d4a9f7fb3f568c45cd5c19f96e90d298a78f..acf4bd6b00adabf0c23a4fc0bb088299fd1fe2fc 100644 (file)
--- a/x264dll.c
+++ b/x264dll.c
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * x264dll: x264 DLLMain for win32
  *****************************************************************************
- * Copyright (C) 2009-2011 x264 project
+ * Copyright (C) 2009-2012 x264 project
  *
  * Authors: Anton Mitrofanov <BugMaster@narod.ru>
  *