~siretart/x264/trunk

« back to all changes in this revision

Viewing changes to common/x86/bitstream-a.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
 
;* bitstream-a.asm: h264 encoder library
 
2
;* bitstream-a.asm: x86 bitstream functions
3
3
;*****************************************************************************
4
4
;* Copyright (C) 2010 x264 project
5
5
;*
6
6
;* Authors: Fiona Glaser <fiona@x264.com>
 
7
;*          Henrik Gramner <hengar-6@student.ltu.se>
7
8
;*
8
9
;* This program is free software; you can redistribute it and/or modify
9
10
;* it under the terms of the GNU General Public License as published by
18
19
;* You should have received a copy of the GNU General Public License
19
20
;* along with this program; if not, write to the Free Software
20
21
;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111, USA.
 
22
;*
 
23
;* This program is also available under a commercial proprietary license.
 
24
;* For more information, contact us at licensing@x264.com.
21
25
;*****************************************************************************
22
26
 
23
27
%include "x86inc.asm"