~siretart/x264/trunk

« back to all changes in this revision

Viewing changes to common/pixel.c

  • 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
 
 * pixel.c: h264 encoder
 
2
 * pixel.c: pixel metrics
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
 *          Laurent Aimar <fenrir@via.ecp.fr>
 
8
 *          Fiona Glaser <fiona@x264.com>
8
9
 *
9
10
 * This program is free software; you can redistribute it and/or modify
10
11
 * it under the terms of the GNU General Public License as published by
19
20
 * You should have received a copy of the GNU General Public License
20
21
 * along with this program; if not, write to the Free Software
21
22
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111, USA.
 
23
 *
 
24
 * This program is also available under a commercial proprietary license.
 
25
 * For more information, contact us at licensing@x264.com.
22
26
 *****************************************************************************/
23
27
 
24
28
#include "common.h"