~siretart/x264/trunk

« back to all changes in this revision

Viewing changes to common/x86/dct-64.asm

  • Committer: Fiona Glaser
  • Date: 2010-09-18 08:30:37 UTC
  • Revision ID: git-v1:213a99d070ebd4f9aeffe7cb3ed9bd7fe755ec7f
Update source file headers
Update dates, improve file descriptions, make things more consistent.
Also add information about commercial licensing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
;*****************************************************************************
2
 
;* dct-64.asm: h264 encoder library
 
2
;* dct-64.asm: x86_64 transform and zigzag
3
3
;*****************************************************************************
4
 
;* Copyright (C) 2003-2008 x264 project
 
4
;* Copyright (C) 2003-2010 x264 project
5
5
;*
6
6
;* Authors: Loren Merritt <lorenm@u.washington.edu>
7
7
;*          Holger Lubitz <holger@lubitz.org>
21
21
;* You should have received a copy of the GNU General Public License
22
22
;* along with this program; if not, write to the Free Software
23
23
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111, USA.
 
24
;*
 
25
;* This program is also available under a commercial proprietary license.
 
26
;* For more information, contact us at licensing@x264.com.
24
27
;*****************************************************************************
25
28
 
26
29
%include "x86inc.asm"