Bump dates to 2021

This commit is contained in:
Anton Mitrofanov
2021-01-24 16:28:24 +03:00
parent c17d152d7b
commit 8e5e8340f0
197 changed files with 200 additions and 200 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* autocomplete: x264cli shell autocomplete
*****************************************************************************
* Copyright (C) 2018-2020 x264 project
* Copyright (C) 2018-2021 x264 project
*
* Authors: Henrik Gramner <henrik@gramner.com>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* asm-offsets.c: check asm offsets for aarch64
*****************************************************************************
* Copyright (C) 2014-2020 x264 project
* Copyright (C) 2014-2021 x264 project
*
* Authors: Janne Grunau <janne-x264@jannau.net>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* asm-offsets.h: asm offsets for aarch64
*****************************************************************************
* Copyright (C) 2014-2020 x264 project
* Copyright (C) 2014-2021 x264 project
*
* Authors: Janne Grunau <janne-x264@jannau.net>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* asm.S: AArch64 utility macros
*****************************************************************************
* Copyright (C) 2008-2020 x264 project
* Copyright (C) 2008-2021 x264 project
*
* Authors: Mans Rullgard <mans@mansr.com>
* David Conrad <lessen42@gmail.com>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* bitstream-a.S: aarch64 bitstream functions
*****************************************************************************
* Copyright (C) 2014-2020 x264 project
* Copyright (C) 2014-2021 x264 project
*
* Authors: Janne Grunau <janne-x264@jannau.net>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* bitstream.h: aarch64 bitstream functions
*****************************************************************************
* Copyright (C) 2017-2020 x264 project
* Copyright (C) 2017-2021 x264 project
*
* Authors: Anton Mitrofanov <BugMaster@narod.ru>
*
+2 -2
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* cabac-a.S: aarch64 cabac
*****************************************************************************
* Copyright (C) 2014-2020 x264 project
* Copyright (C) 2014-2021 x264 project
*
* Authors: Janne Grunau <janne-x264@jannau.net>
*
@@ -41,7 +41,7 @@ function cabac_encode_decision_asm, export=1
orr w14, w2, w3, lsl #1
ldrb w4, [x8, w5, uxtw] // i_range_lps
ldr w11, [x0, #CABAC_I_LOW]
eor w6, w2, w3 // b ^ i_state
eor w6, w2, w3 // b ^ i_state
ldrb w9, [x9, w14, uxtw]
sub w12, w12, w4
add w7, w11, w12
+1 -1
View File
@@ -1,7 +1,7 @@
/****************************************************************************
* dct-a.S: aarch64 transform and zigzag
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* dct.h: aarch64 transform and zigzag
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* deblock.S: aarch64 deblocking
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: Mans Rullgard <mans@mansr.com>
* Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* deblock.h: aarch64 deblocking
*****************************************************************************
* Copyright (C) 2017-2020 x264 project
* Copyright (C) 2017-2021 x264 project
*
* Authors: Anton Mitrofanov <BugMaster@narod.ru>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* mc.S: aarch64 motion compensation
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* mc-c.c: aarch64 motion compensation
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* mc.h: aarch64 motion compensation
*****************************************************************************
* Copyright (C) 2014-2020 x264 project
* Copyright (C) 2014-2021 x264 project
*
* Authors: Janne Grunau <janne-x264@jannau.net>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* pixel.S: aarch64 pixel metrics
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* pixel.h: aarch64 pixel metrics
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* predict.S: aarch64 intra prediction
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
* Mans Rullgard <mans@mansr.com>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* predict.c: aarch64 intra prediction
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* predict.h: aarch64 intra prediction
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/****************************************************************************
* quant.S: arm quantization and level-run
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* quant.h: arm quantization and level-run
*****************************************************************************
* Copyright (C) 2005-2020 x264 project
* Copyright (C) 2005-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* asm.S: arm utility macros
*****************************************************************************
* Copyright (C) 2008-2020 x264 project
* Copyright (C) 2008-2021 x264 project
*
* Authors: Mans Rullgard <mans@mansr.com>
* David Conrad <lessen42@gmail.com>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* bitstream-a.S: arm bitstream functions
*****************************************************************************
* Copyright (C) 2014-2020 x264 project
* Copyright (C) 2014-2021 x264 project
*
* Authors: Janne Grunau <janne-x264@jannau.net>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* bitstream.h: arm bitstream functions
*****************************************************************************
* Copyright (C) 2017-2020 x264 project
* Copyright (C) 2017-2021 x264 project
*
* Authors: Anton Mitrofanov <BugMaster@narod.ru>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* cpu-a.S: arm cpu detection
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/****************************************************************************
* dct-a.S: arm transform and zigzag
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
* Martin Storsjo <martin@martin.st>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* dct.h: arm transform and zigzag
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* deblock.S: arm deblocking
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: Mans Rullgard <mans@mansr.com>
* Martin Storsjo <martin@martin.st>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* deblock.h: arm deblocking
*****************************************************************************
* Copyright (C) 2017-2020 x264 project
* Copyright (C) 2017-2021 x264 project
*
* Authors: Anton Mitrofanov <BugMaster@narod.ru>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* mc.S: arm motion compensation
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
* Mans Rullgard <mans@mansr.com>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* mc-c.c: arm motion compensation
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* mc.h: arm motion compensation
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* pixel.S: arm pixel metrics
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* pixel.h: arm pixel metrics
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* predict.S: arm intra prediction
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
* Mans Rullgard <mans@mansr.com>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* predict.c: arm intra prediction
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* predict.h: arm intra prediction
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/****************************************************************************
* quant.S: arm quantization and level-run
*****************************************************************************
* Copyright (C) 2009-2020 x264 project
* Copyright (C) 2009-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* quant.h: arm quantization and level-run
*****************************************************************************
* Copyright (C) 2005-2020 x264 project
* Copyright (C) 2005-2021 x264 project
*
* Authors: David Conrad <lessen42@gmail.com>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* base.c: misc common functions (bit depth independent)
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
* Laurent Aimar <fenrir@via.ecp.fr>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* base.h: misc common functions (bit depth independent)
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Loren Merritt <lorenm@u.washington.edu>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* bitstream.c: bitstream writing
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Fiona Glaser <fiona@x264.com>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* bitstream.h: bitstream writing
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
* Fiona Glaser <fiona@x264.com>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* cabac.c: arithmetic coder
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Loren Merritt <lorenm@u.washington.edu>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* cabac.h: arithmetic coder
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
* Laurent Aimar <fenrir@via.ecp.fr>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* common.c: misc common functions
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
* Laurent Aimar <fenrir@via.ecp.fr>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* common.h: misc common functions
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Loren Merritt <lorenm@u.washington.edu>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* cpu.c: cpu detection
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
* Laurent Aimar <fenrir@via.ecp.fr>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* cpu.h: cpu detection
*****************************************************************************
* Copyright (C) 2004-2020 x264 project
* Copyright (C) 2004-2021 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* dct.c: transform and zigzag
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
* Laurent Aimar <fenrir@via.ecp.fr>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* dct.h: transform and zigzag
*****************************************************************************
* Copyright (C) 2004-2020 x264 project
* Copyright (C) 2004-2021 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* deblock.c: deblocking
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Loren Merritt <lorenm@u.washington.edu>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* frame.c: frame handling
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Loren Merritt <lorenm@u.washington.edu>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* frame.h: frame handling
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Loren Merritt <lorenm@u.washington.edu>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* macroblock.c: macroblock common functions
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Fiona Glaser <fiona@x264.com>
* Laurent Aimar <fenrir@via.ecp.fr>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* macroblock.h: macroblock common functions
*****************************************************************************
* Copyright (C) 2005-2020 x264 project
* Copyright (C) 2005-2021 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
* Laurent Aimar <fenrir@via.ecp.fr>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* mc.c: motion compensation
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Loren Merritt <lorenm@u.washington.edu>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* mc.h: motion compensation
*****************************************************************************
* Copyright (C) 2004-2020 x264 project
* Copyright (C) 2004-2021 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* dct-c.c: msa transform and zigzag
*****************************************************************************
* Copyright (C) 2015-2020 x264 project
* Copyright (C) 2015-2021 x264 project
*
* Authors: Rishikesh More <rishikesh.more@imgtec.com>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* dct.h: msa transform and zigzag
*****************************************************************************
* Copyright (C) 2015-2020 x264 project
* Copyright (C) 2015-2021 x264 project
*
* Authors: Rishikesh More <rishikesh.more@imgtec.com>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* deblock-c.c: msa deblocking
*****************************************************************************
* Copyright (C) 2015-2020 x264 project
* Copyright (C) 2015-2021 x264 project
*
* Authors: Neha Rana <neha.rana@imgtec.com>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* deblock.h: msa deblocking
*****************************************************************************
* Copyright (C) 2017-2020 x264 project
* Copyright (C) 2017-2021 x264 project
*
* Authors: Anton Mitrofanov <BugMaster@narod.ru>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* macros.h: msa macros
*****************************************************************************
* Copyright (C) 2015-2020 x264 project
* Copyright (C) 2015-2021 x264 project
*
* Authors: Rishikesh More <rishikesh.more@imgtec.com>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* mc-c.c: msa motion compensation
*****************************************************************************
* Copyright (C) 2015-2020 x264 project
* Copyright (C) 2015-2021 x264 project
*
* Authors: Neha Rana <neha.rana@imgtec.com>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* mc.h: msa motion compensation
*****************************************************************************
* Copyright (C) 2015-2020 x264 project
* Copyright (C) 2015-2021 x264 project
*
* Authors: Neha Rana <neha.rana@imgtec.com>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* pixel-c.c: msa pixel metrics
*****************************************************************************
* Copyright (C) 2015-2020 x264 project
* Copyright (C) 2015-2021 x264 project
*
* Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* pixel.h: msa pixel metrics
*****************************************************************************
* Copyright (C) 2015-2020 x264 project
* Copyright (C) 2015-2021 x264 project
*
* Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* predict-c.c: msa intra prediction
*****************************************************************************
* Copyright (C) 2015-2020 x264 project
* Copyright (C) 2015-2021 x264 project
*
* Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* predict.h: msa intra prediction
*****************************************************************************
* Copyright (C) 2015-2020 x264 project
* Copyright (C) 2015-2021 x264 project
*
* Authors: Rishikesh More <rishikesh.more@imgtec.com>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* quant-c.c: msa quantization and level-run
*****************************************************************************
* Copyright (C) 2015-2020 x264 project
* Copyright (C) 2015-2021 x264 project
*
* Authors: Rishikesh More <rishikesh.more@imgtec.com>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* quant.h: msa quantization and level-run
*****************************************************************************
* Copyright (C) 2015-2020 x264 project
* Copyright (C) 2015-2021 x264 project
*
* Authors: Rishikesh More <rishikesh.more@imgtec.com>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* mvpred.c: motion vector prediction
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
* Fiona Glaser <fiona@x264.com>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* opencl.c: OpenCL initialization and kernel compilation
*****************************************************************************
* Copyright (C) 2012-2020 x264 project
* Copyright (C) 2012-2021 x264 project
*
* Authors: Steve Borho <sborho@multicorewareinc.com>
* Anton Mitrofanov <BugMaster@narod.ru>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* opencl.h: OpenCL structures and defines
*****************************************************************************
* Copyright (C) 2012-2020 x264 project
* Copyright (C) 2012-2021 x264 project
*
* Authors: Steve Borho <sborho@multicorewareinc.com>
* Anton Mitrofanov <BugMaster@narod.ru>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* osdep.c: platform-specific code
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Steven Walters <kemuri9@gmail.com>
* Laurent Aimar <fenrir@via.ecp.fr>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* osdep.h: platform-specific code
*****************************************************************************
* Copyright (C) 2007-2020 x264 project
* Copyright (C) 2007-2021 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
* Laurent Aimar <fenrir@via.ecp.fr>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* pixel.c: pixel metrics
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
* Laurent Aimar <fenrir@via.ecp.fr>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* pixel.c: pixel metrics
*****************************************************************************
* Copyright (C) 2004-2020 x264 project
* Copyright (C) 2004-2021 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
* Fiona Glaser <fiona@x264.com>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* dct.c: ppc transform and zigzag
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
* Eric Petit <eric.petit@lapsus.org>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* dct.h: ppc transform and zigzag
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Eric Petit <eric.petit@lapsus.org>
* Guillaume Poirier <gpoirier@mplayerhq.hu>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* deblock.c: ppc deblocking
*****************************************************************************
* Copyright (C) 2007-2020 x264 project
* Copyright (C) 2007-2021 x264 project
*
* Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* deblock.h: ppc deblocking
*****************************************************************************
* Copyright (C) 2017-2020 x264 project
* Copyright (C) 2017-2021 x264 project
*
* Authors: Anton Mitrofanov <BugMaster@narod.ru>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* mc.c: ppc motion compensation
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Eric Petit <eric.petit@lapsus.org>
* Guillaume Poirier <gpoirier@mplayerhq.hu>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* mc.h: ppc motion compensation
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Eric Petit <eric.petit@lapsus.org>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* pixel.c: ppc pixel metrics
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Eric Petit <eric.petit@lapsus.org>
* Guillaume Poirier <gpoirier@mplayerhq.hu>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* pixel.h: ppc pixel metrics
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Eric Petit <eric.petit@lapsus.org>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* ppccommon.h: ppc utility macros
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Eric Petit <eric.petit@lapsus.org>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* predict.c: ppc intra prediction
*****************************************************************************
* Copyright (C) 2007-2020 x264 project
* Copyright (C) 2007-2021 x264 project
*
* Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* predict.h: ppc intra prediction
*****************************************************************************
* Copyright (C) 2007-2020 x264 project
* Copyright (C) 2007-2021 x264 project
*
* Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* quant.c: ppc quantization
*****************************************************************************
* Copyright (C) 2007-2020 x264 project
* Copyright (C) 2007-2021 x264 project
*
* Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* quant.h: ppc quantization
*****************************************************************************
* Copyright (C) 2007-2020 x264 project
* Copyright (C) 2007-2021 x264 project
*
* Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* predict.c: intra prediction
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Loren Merritt <lorenm@u.washington.edu>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* predict.h: intra prediction
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
* Laurent Aimar <fenrir@via.ecp.fr>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* quant.c: quantization and level-run
*****************************************************************************
* Copyright (C) 2005-2020 x264 project
* Copyright (C) 2005-2021 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
* Fiona Glaser <fiona@x264.com>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* quant.h: quantization and level-run
*****************************************************************************
* Copyright (C) 2005-2020 x264 project
* Copyright (C) 2005-2021 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
* Fiona Glaser <fiona@x264.com>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* rectangle.c: rectangle filling
*****************************************************************************
* Copyright (C) 2010-2020 x264 project
* Copyright (C) 2010-2021 x264 project
*
* Authors: Fiona Glaser <fiona@x264.com>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* rectangle.h: rectangle filling
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Fiona Glaser <fiona@x264.com>
* Loren Merritt <lorenm@u.washington.edu>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* set.c: quantization init
*****************************************************************************
* Copyright (C) 2005-2020 x264 project
* Copyright (C) 2005-2021 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
*
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* set.h: quantization init
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
* Laurent Aimar <fenrir@via.ecp.fr>
+1 -1
View File
@@ -1,7 +1,7 @@
/*****************************************************************************
* tables.c: const tables
*****************************************************************************
* Copyright (C) 2003-2020 x264 project
* Copyright (C) 2003-2021 x264 project
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Loren Merritt <lorenm@u.washington.edu>

Some files were not shown because too many files have changed in this diff Show More