Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
x264
Commits
19ebada1
Commit
19ebada1
authored
Nov 29, 2008
by
Fiona Glaser
Browse files
Cosmetic: update various file headers.
parent
85c21795
Changes
15
Hide whitespace changes
Inline
Side-by-side
common/cpu.c
View file @
19ebada1
...
...
@@ -5,6 +5,7 @@
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
* Laurent Aimar <fenrir@via.ecp.fr>
* Fiona Glaser <fiona@x264.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
common/frame.c
View file @
19ebada1
...
...
@@ -5,6 +5,7 @@
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Loren Merritt <lorenm@u.washington.edu>
* Fiona Glaser <fiona@x264.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
common/x86/cpu-a.asm
View file @
19ebada1
;*****************************************************************************
;* cpu-
32
.asm: h264 encoder library
;* cpu-
a
.asm: h264 encoder library
;*****************************************************************************
;* Copyright (C) 2003-2008 x264 project
;*
;* Authors: Laurent Aimar <fenrir@via.ecp.fr>
;* Loren Merritt <lorenm@u.washington.edu>
;* Fiona Glaser <fiona@x264.com>
;*
;* This program is free software; you can redistribute it and/or modify
;* it under the terms of the GNU General Public License as published by
...
...
common/x86/dct-a.asm
View file @
19ebada1
...
...
@@ -5,6 +5,7 @@
;*
;* Authors: Laurent Aimar <fenrir@via.ecp.fr>
;* Loren Merritt <lorenm@u.washington.edu>
;* Holger Lubitz <hal@duncan.ol.sub.de>
;* Min Chen <chenm001.163.com>
;*
;* This program is free software; you can redistribute it and/or modify
...
...
common/x86/mc-a.asm
View file @
19ebada1
...
...
@@ -4,8 +4,8 @@
;* Copyright (C) 2003-2008 x264 project
;*
;* Authors: Loren Merritt <lorenm@u.washington.edu>
;* Laurent Aimar <fenrir@via.ecp.fr>
;* Fiona Glaser <fiona@x264.com>
;* Laurent Aimar <fenrir@via.ecp.fr>
;* Min Chen <chenm001.163.com>
;*
;* This program is free software; you can redistribute it and/or modify
...
...
common/x86/mc-a2.asm
View file @
19ebada1
...
...
@@ -5,6 +5,7 @@
;*
;* Authors: Loren Merritt <lorenm@u.washington.edu>
;* Fiona Glaser <fiona@x264.com>
;* Holger Lubitz <hal@duncan.ol.sub.de>
;* Mathieu Monnier <manao@melix.net>
;*
;* This program is free software; you can redistribute it and/or modify
...
...
common/x86/pixel-a.asm
View file @
19ebada1
...
...
@@ -6,6 +6,7 @@
;* Authors: Loren Merritt <lorenm@u.washington.edu>
;* Laurent Aimar <fenrir@via.ecp.fr>
;* Alex Izvorski <aizvorksi@gmail.com>
;* Fiona Glaser <fiona@x264.com>
;*
;* This program is free software; you can redistribute it and/or modify
;* it under the terms of the GNU General Public License as published by
...
...
common/x86/quant-a.asm
View file @
19ebada1
...
...
@@ -4,6 +4,7 @@
;* Copyright (C) 2005-2008 x264 project
;*
;* Authors: Loren Merritt <lorenm@u.washington.edu>
;* Fiona Glaser <fiona@x264.com>
;* Christian Heine <sennindemokrit@gmx.net>
;*
;* This program is free software; you can redistribute it and/or modify
...
...
common/x86/sad-a.asm
View file @
19ebada1
...
...
@@ -5,6 +5,7 @@
;*
;* Authors: Loren Merritt <lorenm@u.washington.edu>
;* Laurent Aimar <fenrir@via.ecp.fr>
;* Fiona Glaser <fiona@x264.com>
;* Alex Izvorski <aizvorksi@gmail.com>
;*
;* This program is free software; you can redistribute it and/or modify
...
...
encoder/analyse.c
View file @
19ebada1
...
...
@@ -5,6 +5,7 @@
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Loren Merritt <lorenm@u.washington.edu>
* Fiona Glaser <fiona@x264.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
encoder/cabac.c
View file @
19ebada1
...
...
@@ -5,6 +5,7 @@
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Loren Merritt <lorenm@u.washington.edu>
* Fiona Glaser <fiona@x264.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
encoder/cavlc.c
View file @
19ebada1
...
...
@@ -5,6 +5,7 @@
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Loren Merritt <lorenm@u.washington.edu>
* Fiona Glaser <fiona@x264.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
encoder/encoder.c
View file @
19ebada1
...
...
@@ -5,6 +5,7 @@
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
* Loren Merritt <lorenm@u.washington.edu>
* Fiona Glaser <fiona@x264.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
encoder/rdo.c
View file @
19ebada1
/*****************************************************************************
* rdo.c: h264 encoder library (rate-distortion optimization)
*****************************************************************************
* Copyright (C) 2005-2008 Loren Merritt <lorenm@u.washington.edu>
* Copyright (C) 2005-2008 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
* Fiona Glaser <fiona@x264.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
encoder/slicetype.c
View file @
19ebada1
/*****************************************************************************
* slicetype.c: h264 encoder library
*****************************************************************************
* Copyright (C) 2005-2008 Loren Merritt <lorenm@u.washington.edu>
* Copyright (C) 2005-2008 x264 project
*
* Authors: Loren Merritt <lorenm@u.washington.edu>
* Fiona Glaser <fiona@x264.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment