Bump dates to 2025

This commit is contained in:
Anton Mitrofanov
2025-01-03 16:48:30 +03:00
parent 52f7694ddd
commit 373697b467
224 changed files with 226 additions and 226 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* autocomplete: x264cli shell autocomplete * autocomplete: x264cli shell autocomplete
***************************************************************************** *****************************************************************************
* Copyright (C) 2018-2024 x264 project * Copyright (C) 2018-2025 x264 project
* *
* Authors: Henrik Gramner <henrik@gramner.com> * Authors: Henrik Gramner <henrik@gramner.com>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* asm-offsets.c: check asm offsets for aarch64 * asm-offsets.c: check asm offsets for aarch64
***************************************************************************** *****************************************************************************
* Copyright (C) 2014-2024 x264 project * Copyright (C) 2014-2025 x264 project
* *
* Authors: Janne Grunau <janne-x264@jannau.net> * Authors: Janne Grunau <janne-x264@jannau.net>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* asm-offsets.h: asm offsets for aarch64 * asm-offsets.h: asm offsets for aarch64
***************************************************************************** *****************************************************************************
* Copyright (C) 2014-2024 x264 project * Copyright (C) 2014-2025 x264 project
* *
* Authors: Janne Grunau <janne-x264@jannau.net> * Authors: Janne Grunau <janne-x264@jannau.net>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* asm.S: AArch64 utility macros * asm.S: AArch64 utility macros
***************************************************************************** *****************************************************************************
* Copyright (C) 2008-2024 x264 project * Copyright (C) 2008-2025 x264 project
* *
* Authors: Mans Rullgard <mans@mansr.com> * Authors: Mans Rullgard <mans@mansr.com>
* David Conrad <lessen42@gmail.com> * David Conrad <lessen42@gmail.com>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* bitstream-a.S: aarch64 bitstream functions * bitstream-a.S: aarch64 bitstream functions
***************************************************************************** *****************************************************************************
* Copyright (C) 2014-2024 x264 project * Copyright (C) 2014-2025 x264 project
* *
* Authors: Janne Grunau <janne-x264@jannau.net> * Authors: Janne Grunau <janne-x264@jannau.net>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* bitstream.h: aarch64 bitstream functions * bitstream.h: aarch64 bitstream functions
***************************************************************************** *****************************************************************************
* Copyright (C) 2017-2024 x264 project * Copyright (C) 2017-2025 x264 project
* *
* Authors: Anton Mitrofanov <BugMaster@narod.ru> * Authors: Anton Mitrofanov <BugMaster@narod.ru>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* cabac-a.S: aarch64 cabac * cabac-a.S: aarch64 cabac
***************************************************************************** *****************************************************************************
* Copyright (C) 2014-2024 x264 project * Copyright (C) 2014-2025 x264 project
* *
* Authors: Janne Grunau <janne-x264@jannau.net> * Authors: Janne Grunau <janne-x264@jannau.net>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/**************************************************************************** /****************************************************************************
* dct-a-common.S: aarch64 transform and zigzag * dct-a-common.S: aarch64 transform and zigzag
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/**************************************************************************** /****************************************************************************
* dct-a-sve.S: aarch64 transform and zigzag * dct-a-sve.S: aarch64 transform and zigzag
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Chen <david.chen@myais.com.cn> * Authors: David Chen <david.chen@myais.com.cn>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/**************************************************************************** /****************************************************************************
* dct-a-sve2.S: aarch64 transform and zigzag * dct-a-sve2.S: aarch64 transform and zigzag
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Chen <david.chen@myais.com.cn> * Authors: David Chen <david.chen@myais.com.cn>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/**************************************************************************** /****************************************************************************
* dct-a.S: aarch64 transform and zigzag * dct-a.S: aarch64 transform and zigzag
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* dct.h: aarch64 transform and zigzag * dct.h: aarch64 transform and zigzag
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* deblock-a-common.S: aarch64 deblocking * deblock-a-common.S: aarch64 deblocking
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: Mans Rullgard <mans@mansr.com> * Authors: Mans Rullgard <mans@mansr.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* deblock-a-sve.S: aarch64 deblocking * deblock-a-sve.S: aarch64 deblocking
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Chen <david.chen@myais.com.cn> * Authors: David Chen <david.chen@myais.com.cn>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* deblock.S: aarch64 deblocking * deblock.S: aarch64 deblocking
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: Mans Rullgard <mans@mansr.com> * Authors: Mans Rullgard <mans@mansr.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* deblock.h: aarch64 deblocking * deblock.h: aarch64 deblocking
***************************************************************************** *****************************************************************************
* Copyright (C) 2017-2024 x264 project * Copyright (C) 2017-2025 x264 project
* *
* Authors: Anton Mitrofanov <BugMaster@narod.ru> * Authors: Anton Mitrofanov <BugMaster@narod.ru>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/**************************************************************************** /****************************************************************************
* mc-a-common.S: aarch64 motion compensation * mc-a-common.S: aarch64 motion compensation
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* mc-a-sve.S: aarch64 motion compensation * mc-a-sve.S: aarch64 motion compensation
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Chen <david.chen@myais.com.cn> * Authors: David Chen <david.chen@myais.com.cn>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* mc.S: aarch64 motion compensation * mc.S: aarch64 motion compensation
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* mc-c.c: aarch64 motion compensation * mc-c.c: aarch64 motion compensation
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* mc.h: aarch64 motion compensation * mc.h: aarch64 motion compensation
***************************************************************************** *****************************************************************************
* Copyright (C) 2014-2024 x264 project * Copyright (C) 2014-2025 x264 project
* *
* Authors: Janne Grunau <janne-x264@jannau.net> * Authors: Janne Grunau <janne-x264@jannau.net>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/**************************************************************************** /****************************************************************************
* pixel-a-common.S: aarch64 pixel metrics * pixel-a-common.S: aarch64 pixel metrics
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* pixel-a-sve.S: aarch64 pixel metrics * pixel-a-sve.S: aarch64 pixel metrics
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Chen <david.chen@myais.com.cn> * Authors: David Chen <david.chen@myais.com.cn>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* pixel.S: aarch64 pixel metrics * pixel.S: aarch64 pixel metrics
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* pixel.h: aarch64 pixel metrics * pixel.h: aarch64 pixel metrics
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* predict.S: aarch64 intra prediction * predict.S: aarch64 intra prediction
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Mans Rullgard <mans@mansr.com> * Mans Rullgard <mans@mansr.com>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* predict.c: aarch64 intra prediction * predict.c: aarch64 intra prediction
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* predict.h: aarch64 intra prediction * predict.h: aarch64 intra prediction
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/**************************************************************************** /****************************************************************************
* quant.S: arm quantization and level-run * quant.S: arm quantization and level-run
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* quant.h: arm quantization and level-run * quant.h: arm quantization and level-run
***************************************************************************** *****************************************************************************
* Copyright (C) 2005-2024 x264 project * Copyright (C) 2005-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* asm.S: arm utility macros * asm.S: arm utility macros
***************************************************************************** *****************************************************************************
* Copyright (C) 2008-2024 x264 project * Copyright (C) 2008-2025 x264 project
* *
* Authors: Mans Rullgard <mans@mansr.com> * Authors: Mans Rullgard <mans@mansr.com>
* David Conrad <lessen42@gmail.com> * David Conrad <lessen42@gmail.com>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* bitstream-a.S: arm bitstream functions * bitstream-a.S: arm bitstream functions
***************************************************************************** *****************************************************************************
* Copyright (C) 2014-2024 x264 project * Copyright (C) 2014-2025 x264 project
* *
* Authors: Janne Grunau <janne-x264@jannau.net> * Authors: Janne Grunau <janne-x264@jannau.net>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* bitstream.h: arm bitstream functions * bitstream.h: arm bitstream functions
***************************************************************************** *****************************************************************************
* Copyright (C) 2017-2024 x264 project * Copyright (C) 2017-2025 x264 project
* *
* Authors: Anton Mitrofanov <BugMaster@narod.ru> * Authors: Anton Mitrofanov <BugMaster@narod.ru>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* cpu-a.S: arm cpu detection * cpu-a.S: arm cpu detection
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/**************************************************************************** /****************************************************************************
* dct-a.S: arm transform and zigzag * dct-a.S: arm transform and zigzag
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Martin Storsjo <martin@martin.st> * Martin Storsjo <martin@martin.st>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* dct.h: arm transform and zigzag * dct.h: arm transform and zigzag
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* deblock.S: arm deblocking * deblock.S: arm deblocking
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: Mans Rullgard <mans@mansr.com> * Authors: Mans Rullgard <mans@mansr.com>
* Martin Storsjo <martin@martin.st> * Martin Storsjo <martin@martin.st>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* deblock.h: arm deblocking * deblock.h: arm deblocking
***************************************************************************** *****************************************************************************
* Copyright (C) 2017-2024 x264 project * Copyright (C) 2017-2025 x264 project
* *
* Authors: Anton Mitrofanov <BugMaster@narod.ru> * Authors: Anton Mitrofanov <BugMaster@narod.ru>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* mc.S: arm motion compensation * mc.S: arm motion compensation
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Mans Rullgard <mans@mansr.com> * Mans Rullgard <mans@mansr.com>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* mc-c.c: arm motion compensation * mc-c.c: arm motion compensation
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* mc.h: arm motion compensation * mc.h: arm motion compensation
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* pixel.S: arm pixel metrics * pixel.S: arm pixel metrics
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* pixel.h: arm pixel metrics * pixel.h: arm pixel metrics
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* predict.S: arm intra prediction * predict.S: arm intra prediction
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Mans Rullgard <mans@mansr.com> * Mans Rullgard <mans@mansr.com>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* predict.c: arm intra prediction * predict.c: arm intra prediction
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* predict.h: arm intra prediction * predict.h: arm intra prediction
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/**************************************************************************** /****************************************************************************
* quant.S: arm quantization and level-run * quant.S: arm quantization and level-run
***************************************************************************** *****************************************************************************
* Copyright (C) 2009-2024 x264 project * Copyright (C) 2009-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* Janne Grunau <janne-x264@jannau.net> * Janne Grunau <janne-x264@jannau.net>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* quant.h: arm quantization and level-run * quant.h: arm quantization and level-run
***************************************************************************** *****************************************************************************
* Copyright (C) 2005-2024 x264 project * Copyright (C) 2005-2025 x264 project
* *
* Authors: David Conrad <lessen42@gmail.com> * Authors: David Conrad <lessen42@gmail.com>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* base.c: misc common functions (bit depth independent) * base.c: misc common functions (bit depth independent)
***************************************************************************** *****************************************************************************
* Copyright (C) 2003-2024 x264 project * Copyright (C) 2003-2025 x264 project
* *
* Authors: Loren Merritt <lorenm@u.washington.edu> * Authors: Loren Merritt <lorenm@u.washington.edu>
* Laurent Aimar <fenrir@via.ecp.fr> * Laurent Aimar <fenrir@via.ecp.fr>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* base.h: misc common functions (bit depth independent) * base.h: misc common functions (bit depth independent)
***************************************************************************** *****************************************************************************
* Copyright (C) 2003-2024 x264 project * Copyright (C) 2003-2025 x264 project
* *
* Authors: Laurent Aimar <fenrir@via.ecp.fr> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Loren Merritt <lorenm@u.washington.edu> * Loren Merritt <lorenm@u.washington.edu>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* bitstream.c: bitstream writing * bitstream.c: bitstream writing
***************************************************************************** *****************************************************************************
* Copyright (C) 2003-2024 x264 project * Copyright (C) 2003-2025 x264 project
* *
* Authors: Laurent Aimar <fenrir@via.ecp.fr> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Fiona Glaser <fiona@x264.com> * Fiona Glaser <fiona@x264.com>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* bitstream.h: bitstream writing * bitstream.h: bitstream writing
***************************************************************************** *****************************************************************************
* Copyright (C) 2003-2024 x264 project * Copyright (C) 2003-2025 x264 project
* *
* Authors: Loren Merritt <lorenm@u.washington.edu> * Authors: Loren Merritt <lorenm@u.washington.edu>
* Fiona Glaser <fiona@x264.com> * Fiona Glaser <fiona@x264.com>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* cabac.c: arithmetic coder * cabac.c: arithmetic coder
***************************************************************************** *****************************************************************************
* Copyright (C) 2003-2024 x264 project * Copyright (C) 2003-2025 x264 project
* *
* Authors: Laurent Aimar <fenrir@via.ecp.fr> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Loren Merritt <lorenm@u.washington.edu> * Loren Merritt <lorenm@u.washington.edu>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* cabac.h: arithmetic coder * cabac.h: arithmetic coder
***************************************************************************** *****************************************************************************
* Copyright (C) 2003-2024 x264 project * Copyright (C) 2003-2025 x264 project
* *
* Authors: Loren Merritt <lorenm@u.washington.edu> * Authors: Loren Merritt <lorenm@u.washington.edu>
* Laurent Aimar <fenrir@via.ecp.fr> * Laurent Aimar <fenrir@via.ecp.fr>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* common.c: misc common functions * common.c: misc common functions
***************************************************************************** *****************************************************************************
* Copyright (C) 2003-2024 x264 project * Copyright (C) 2003-2025 x264 project
* *
* Authors: Loren Merritt <lorenm@u.washington.edu> * Authors: Loren Merritt <lorenm@u.washington.edu>
* Laurent Aimar <fenrir@via.ecp.fr> * Laurent Aimar <fenrir@via.ecp.fr>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* common.h: misc common functions * common.h: misc common functions
***************************************************************************** *****************************************************************************
* Copyright (C) 2003-2024 x264 project * Copyright (C) 2003-2025 x264 project
* *
* Authors: Laurent Aimar <fenrir@via.ecp.fr> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Loren Merritt <lorenm@u.washington.edu> * Loren Merritt <lorenm@u.washington.edu>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* cpu.c: cpu detection * cpu.c: cpu detection
***************************************************************************** *****************************************************************************
* Copyright (C) 2003-2024 x264 project * Copyright (C) 2003-2025 x264 project
* *
* Authors: Loren Merritt <lorenm@u.washington.edu> * Authors: Loren Merritt <lorenm@u.washington.edu>
* Laurent Aimar <fenrir@via.ecp.fr> * Laurent Aimar <fenrir@via.ecp.fr>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* cpu.h: cpu detection * cpu.h: cpu detection
***************************************************************************** *****************************************************************************
* Copyright (C) 2004-2024 x264 project * Copyright (C) 2004-2025 x264 project
* *
* Authors: Loren Merritt <lorenm@u.washington.edu> * Authors: Loren Merritt <lorenm@u.washington.edu>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* dct.c: transform and zigzag * dct.c: transform and zigzag
***************************************************************************** *****************************************************************************
* Copyright (C) 2003-2024 x264 project * Copyright (C) 2003-2025 x264 project
* *
* Authors: Loren Merritt <lorenm@u.washington.edu> * Authors: Loren Merritt <lorenm@u.washington.edu>
* Laurent Aimar <fenrir@via.ecp.fr> * Laurent Aimar <fenrir@via.ecp.fr>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* dct.h: transform and zigzag * dct.h: transform and zigzag
***************************************************************************** *****************************************************************************
* Copyright (C) 2004-2024 x264 project * Copyright (C) 2004-2025 x264 project
* *
* Authors: Loren Merritt <lorenm@u.washington.edu> * Authors: Loren Merritt <lorenm@u.washington.edu>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* deblock.c: deblocking * deblock.c: deblocking
***************************************************************************** *****************************************************************************
* Copyright (C) 2003-2024 x264 project * Copyright (C) 2003-2025 x264 project
* *
* Authors: Laurent Aimar <fenrir@via.ecp.fr> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Loren Merritt <lorenm@u.washington.edu> * Loren Merritt <lorenm@u.washington.edu>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* frame.c: frame handling * frame.c: frame handling
***************************************************************************** *****************************************************************************
* Copyright (C) 2003-2024 x264 project * Copyright (C) 2003-2025 x264 project
* *
* Authors: Laurent Aimar <fenrir@via.ecp.fr> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Loren Merritt <lorenm@u.washington.edu> * Loren Merritt <lorenm@u.washington.edu>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* frame.h: frame handling * frame.h: frame handling
***************************************************************************** *****************************************************************************
* Copyright (C) 2003-2024 x264 project * Copyright (C) 2003-2025 x264 project
* *
* Authors: Laurent Aimar <fenrir@via.ecp.fr> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Loren Merritt <lorenm@u.washington.edu> * Loren Merritt <lorenm@u.washington.edu>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* dct-a.S: LoongArch transform and zigzag * dct-a.S: LoongArch transform and zigzag
***************************************************************************** *****************************************************************************
* Copyright (C) 2023-2024 x264 project * Copyright (C) 2023-2025 x264 project
* *
* Authors: Peng Zhou <zhoupeng@loongson.cn> * Authors: Peng Zhou <zhoupeng@loongson.cn>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* dct.h: loongarch transform and zigzag * dct.h: loongarch transform and zigzag
***************************************************************************** *****************************************************************************
* Copyright (C) 2023-2024 x264 project * Copyright (C) 2023-2025 x264 project
* *
* Authors: Peng Zhou <zhoupeng@loongson.cn> * Authors: Peng Zhou <zhoupeng@loongson.cn>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* deblock-a.S: loongarch deblock functions * deblock-a.S: loongarch deblock functions
***************************************************************************** *****************************************************************************
* Copyright (C) 2023-2024 x264 project * Copyright (C) 2023-2025 x264 project
* *
* Authors: Hao Chen <chenhao@loongson.cn> * Authors: Hao Chen <chenhao@loongson.cn>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* deblock.h: loongarch deblock * deblock.h: loongarch deblock
***************************************************************************** *****************************************************************************
* Copyright (C) 2023-2024 x264 project * Copyright (C) 2023-2025 x264 project
* *
* Authors: Hao Chen <chenhao@loongson.cn> * Authors: Hao Chen <chenhao@loongson.cn>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* loongson_util.S: loongson utility macros * loongson_util.S: loongson utility macros
***************************************************************************** *****************************************************************************
* Copyright (C) 2023-2024 x264 project * Copyright (C) 2023-2025 x264 project
* *
* Authors: Shiyou Yin <yinshiyou-hf@loongson.cn> * Authors: Shiyou Yin <yinshiyou-hf@loongson.cn>
* Xiwei Gu <guxiwei-hf@loongson.cn> * Xiwei Gu <guxiwei-hf@loongson.cn>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* mc-a.S: LoongArch motion compensation * mc-a.S: LoongArch motion compensation
***************************************************************************** *****************************************************************************
* Copyright (C) 2023-2024 x264 project * Copyright (C) 2023-2025 x264 project
* *
* Authors: Xiwei Gu <guxiwei-hf@loongson.cn> * Authors: Xiwei Gu <guxiwei-hf@loongson.cn>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* mc-c.c: loongarch motion compensation * mc-c.c: loongarch motion compensation
***************************************************************************** *****************************************************************************
* Copyright (C) 2023-2024 x264 project * Copyright (C) 2023-2025 x264 project
* *
* Authors: Xiwei Gu <guxiwei-hf@loongson.cn> * Authors: Xiwei Gu <guxiwei-hf@loongson.cn>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* mc.h: loongarch motion compensation * mc.h: loongarch motion compensation
***************************************************************************** *****************************************************************************
* Copyright (C) 2023-2024 x264 project * Copyright (C) 2023-2025 x264 project
* *
* Authors: Xiwei Gu <guxiwei-hf@loongson.cn> * Authors: Xiwei Gu <guxiwei-hf@loongson.cn>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* pixel-a.S: LoongArch pixel metrics * pixel-a.S: LoongArch pixel metrics
***************************************************************************** *****************************************************************************
* Copyright (C) 2023-2024 x264 project * Copyright (C) 2023-2025 x264 project
* *
* Authors: Hecai Yuan <yuanhecai@loongson.cn> * Authors: Hecai Yuan <yuanhecai@loongson.cn>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* pixel-c.c: loongarch pixel metrics * pixel-c.c: loongarch pixel metrics
***************************************************************************** *****************************************************************************
* Copyright (C) 2023-2024 x264 project * Copyright (C) 2023-2025 x264 project
* *
* Authors: Hecai Yuan <yuanhecai@loongson.cn> * Authors: Hecai Yuan <yuanhecai@loongson.cn>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* pixel.h: loongarch pixel metrics * pixel.h: loongarch pixel metrics
***************************************************************************** *****************************************************************************
* Copyright (C) 2023-2024 x264 project * Copyright (C) 2023-2025 x264 project
* *
* Authors: Lu Wang <wanglu@loongson.cn> * Authors: Lu Wang <wanglu@loongson.cn>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* predict-a.S: loongarch predict functions * predict-a.S: loongarch predict functions
***************************************************************************** *****************************************************************************
* Copyright (C) 2023-2024 x264 project * Copyright (C) 2023-2025 x264 project
* *
* Authors: Xiwei Gu <guxiwei-hf@loongson.cn> * Authors: Xiwei Gu <guxiwei-hf@loongson.cn>
* Lu Wang <wanglu@loongson.cn> * Lu Wang <wanglu@loongson.cn>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* predict-c.c: loongarch intra prediction * predict-c.c: loongarch intra prediction
***************************************************************************** *****************************************************************************
* Copyright (C) 2023-2024 x264 project * Copyright (C) 2023-2025 x264 project
* *
* Authors: Xiwei Gu <guxiwei-hf@loongson.cn> * Authors: Xiwei Gu <guxiwei-hf@loongson.cn>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* predict.h: loongarch intra prediction * predict.h: loongarch intra prediction
***************************************************************************** *****************************************************************************
* Copyright (C) 2023-2024 x264 project * Copyright (C) 2023-2025 x264 project
* *
* Authors: Xiwei Gu <guxiwei-hf@loongson.cn> * Authors: Xiwei Gu <guxiwei-hf@loongson.cn>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* quant-a.S: LoongArch quantization and level-run * quant-a.S: LoongArch quantization and level-run
***************************************************************************** *****************************************************************************
* Copyright (C) 2023-2024 x264 project * Copyright (C) 2023-2025 x264 project
* *
* Authors: Shiyou Yin <yinshiyou-hf@loongson.cn> * Authors: Shiyou Yin <yinshiyou-hf@loongson.cn>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* quant.h: loongarch quantization and level-run * quant.h: loongarch quantization and level-run
***************************************************************************** *****************************************************************************
* Copyright (C) 2023-2024 x264 project * Copyright (C) 2023-2025 x264 project
* *
* Authors: Shiyou Yin <yinshiyou-hf@loongson.cn> * Authors: Shiyou Yin <yinshiyou-hf@loongson.cn>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* sad-a.S: loongarch sad functions * sad-a.S: loongarch sad functions
***************************************************************************** *****************************************************************************
* Copyright (C) 2023-2024 x264 project * Copyright (C) 2023-2025 x264 project
* *
* Authors: Lu Wang <wanglu@loongson.cn> * Authors: Lu Wang <wanglu@loongson.cn>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* macroblock.c: macroblock common functions * macroblock.c: macroblock common functions
***************************************************************************** *****************************************************************************
* Copyright (C) 2003-2024 x264 project * Copyright (C) 2003-2025 x264 project
* *
* Authors: Fiona Glaser <fiona@x264.com> * Authors: Fiona Glaser <fiona@x264.com>
* Laurent Aimar <fenrir@via.ecp.fr> * Laurent Aimar <fenrir@via.ecp.fr>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* macroblock.h: macroblock common functions * macroblock.h: macroblock common functions
***************************************************************************** *****************************************************************************
* Copyright (C) 2005-2024 x264 project * Copyright (C) 2005-2025 x264 project
* *
* Authors: Loren Merritt <lorenm@u.washington.edu> * Authors: Loren Merritt <lorenm@u.washington.edu>
* Laurent Aimar <fenrir@via.ecp.fr> * Laurent Aimar <fenrir@via.ecp.fr>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* mc.c: motion compensation * mc.c: motion compensation
***************************************************************************** *****************************************************************************
* Copyright (C) 2003-2024 x264 project * Copyright (C) 2003-2025 x264 project
* *
* Authors: Laurent Aimar <fenrir@via.ecp.fr> * Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Loren Merritt <lorenm@u.washington.edu> * Loren Merritt <lorenm@u.washington.edu>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* mc.h: motion compensation * mc.h: motion compensation
***************************************************************************** *****************************************************************************
* Copyright (C) 2004-2024 x264 project * Copyright (C) 2004-2025 x264 project
* *
* Authors: Loren Merritt <lorenm@u.washington.edu> * Authors: Loren Merritt <lorenm@u.washington.edu>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* dct-c.c: msa transform and zigzag * dct-c.c: msa transform and zigzag
***************************************************************************** *****************************************************************************
* Copyright (C) 2015-2024 x264 project * Copyright (C) 2015-2025 x264 project
* *
* Authors: Rishikesh More <rishikesh.more@imgtec.com> * Authors: Rishikesh More <rishikesh.more@imgtec.com>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* dct.h: msa transform and zigzag * dct.h: msa transform and zigzag
***************************************************************************** *****************************************************************************
* Copyright (C) 2015-2024 x264 project * Copyright (C) 2015-2025 x264 project
* *
* Authors: Rishikesh More <rishikesh.more@imgtec.com> * Authors: Rishikesh More <rishikesh.more@imgtec.com>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* deblock-c.c: msa deblocking * deblock-c.c: msa deblocking
***************************************************************************** *****************************************************************************
* Copyright (C) 2015-2024 x264 project * Copyright (C) 2015-2025 x264 project
* *
* Authors: Neha Rana <neha.rana@imgtec.com> * Authors: Neha Rana <neha.rana@imgtec.com>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* deblock.h: msa deblocking * deblock.h: msa deblocking
***************************************************************************** *****************************************************************************
* Copyright (C) 2017-2024 x264 project * Copyright (C) 2017-2025 x264 project
* *
* Authors: Anton Mitrofanov <BugMaster@narod.ru> * Authors: Anton Mitrofanov <BugMaster@narod.ru>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* macros.h: msa macros * macros.h: msa macros
***************************************************************************** *****************************************************************************
* Copyright (C) 2015-2024 x264 project * Copyright (C) 2015-2025 x264 project
* *
* Authors: Rishikesh More <rishikesh.more@imgtec.com> * Authors: Rishikesh More <rishikesh.more@imgtec.com>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* mc-c.c: msa motion compensation * mc-c.c: msa motion compensation
***************************************************************************** *****************************************************************************
* Copyright (C) 2015-2024 x264 project * Copyright (C) 2015-2025 x264 project
* *
* Authors: Neha Rana <neha.rana@imgtec.com> * Authors: Neha Rana <neha.rana@imgtec.com>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* mc.h: msa motion compensation * mc.h: msa motion compensation
***************************************************************************** *****************************************************************************
* Copyright (C) 2015-2024 x264 project * Copyright (C) 2015-2025 x264 project
* *
* Authors: Neha Rana <neha.rana@imgtec.com> * Authors: Neha Rana <neha.rana@imgtec.com>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* pixel-c.c: msa pixel metrics * pixel-c.c: msa pixel metrics
***************************************************************************** *****************************************************************************
* Copyright (C) 2015-2024 x264 project * Copyright (C) 2015-2025 x264 project
* *
* Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com> * Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* pixel.h: msa pixel metrics * pixel.h: msa pixel metrics
***************************************************************************** *****************************************************************************
* Copyright (C) 2015-2024 x264 project * Copyright (C) 2015-2025 x264 project
* *
* Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com> * Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* predict-c.c: msa intra prediction * predict-c.c: msa intra prediction
***************************************************************************** *****************************************************************************
* Copyright (C) 2015-2024 x264 project * Copyright (C) 2015-2025 x264 project
* *
* Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com> * Authors: Mandar Sahastrabuddhe <mandar.sahastrabuddhe@imgtec.com>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* predict.h: msa intra prediction * predict.h: msa intra prediction
***************************************************************************** *****************************************************************************
* Copyright (C) 2015-2024 x264 project * Copyright (C) 2015-2025 x264 project
* *
* Authors: Rishikesh More <rishikesh.more@imgtec.com> * Authors: Rishikesh More <rishikesh.more@imgtec.com>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* quant-c.c: msa quantization and level-run * quant-c.c: msa quantization and level-run
***************************************************************************** *****************************************************************************
* Copyright (C) 2015-2024 x264 project * Copyright (C) 2015-2025 x264 project
* *
* Authors: Rishikesh More <rishikesh.more@imgtec.com> * Authors: Rishikesh More <rishikesh.more@imgtec.com>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* quant.h: msa quantization and level-run * quant.h: msa quantization and level-run
***************************************************************************** *****************************************************************************
* Copyright (C) 2015-2024 x264 project * Copyright (C) 2015-2025 x264 project
* *
* Authors: Rishikesh More <rishikesh.more@imgtec.com> * Authors: Rishikesh More <rishikesh.more@imgtec.com>
* *
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* mvpred.c: motion vector prediction * mvpred.c: motion vector prediction
***************************************************************************** *****************************************************************************
* Copyright (C) 2003-2024 x264 project * Copyright (C) 2003-2025 x264 project
* *
* Authors: Loren Merritt <lorenm@u.washington.edu> * Authors: Loren Merritt <lorenm@u.washington.edu>
* Fiona Glaser <fiona@x264.com> * Fiona Glaser <fiona@x264.com>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* opencl.c: OpenCL initialization and kernel compilation * opencl.c: OpenCL initialization and kernel compilation
***************************************************************************** *****************************************************************************
* Copyright (C) 2012-2024 x264 project * Copyright (C) 2012-2025 x264 project
* *
* Authors: Steve Borho <sborho@multicorewareinc.com> * Authors: Steve Borho <sborho@multicorewareinc.com>
* Anton Mitrofanov <BugMaster@narod.ru> * Anton Mitrofanov <BugMaster@narod.ru>
+1 -1
View File
@@ -1,7 +1,7 @@
/***************************************************************************** /*****************************************************************************
* opencl.h: OpenCL structures and defines * opencl.h: OpenCL structures and defines
***************************************************************************** *****************************************************************************
* Copyright (C) 2012-2024 x264 project * Copyright (C) 2012-2025 x264 project
* *
* Authors: Steve Borho <sborho@multicorewareinc.com> * Authors: Steve Borho <sborho@multicorewareinc.com>
* Anton Mitrofanov <BugMaster@narod.ru> * Anton Mitrofanov <BugMaster@narod.ru>

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