comparison x86/h264_deblock_sse2.asm @ 12213:c6509c205922 libavcodec

relicense h264 deblock sse2 to lgpl
author lorenm
date Thu, 22 Jul 2010 00:39:49 +0000
parents 980030a3e315
children
comparison
equal deleted inserted replaced
12212:bc13f76ecfbf 12213:c6509c205922
3 ;***************************************************************************** 3 ;*****************************************************************************
4 ;* Copyright (C) 2005-2008 x264 project 4 ;* Copyright (C) 2005-2008 x264 project
5 ;* 5 ;*
6 ;* Authors: Loren Merritt <lorenm@u.washington.edu> 6 ;* Authors: Loren Merritt <lorenm@u.washington.edu>
7 ;* 7 ;*
8 ;* This program is free software; you can redistribute it and/or modify 8 ;* This file is part of FFmpeg.
9 ;* it under the terms of the GNU General Public License as published by
10 ;* the Free Software Foundation; either version 2 of the License, or
11 ;* (at your option) any later version.
12 ;* 9 ;*
13 ;* This program is distributed in the hope that it will be useful, 10 ;* FFmpeg is free software; you can redistribute it and/or
11 ;* modify it under the terms of the GNU Lesser General Public
12 ;* License as published by the Free Software Foundation; either
13 ;* version 2.1 of the License, or (at your option) any later version.
14 ;*
15 ;* FFmpeg is distributed in the hope that it will be useful,
14 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of 16 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ;* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 ;* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 ;* GNU General Public License for more details. 18 ;* Lesser General Public License for more details.
17 ;* 19 ;*
18 ;* You should have received a copy of the GNU General Public License 20 ;* You should have received a copy of the GNU Lesser General Public
19 ;* along with this program; if not, write to the Free Software 21 ;* License along with FFmpeg; if not, write to the Free Software
20 ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111, USA. 22 ;* 51, Inc., Foundation Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 ;***************************************************************************** 23 ;******************************************************************************
22 24
23 %include "x86inc.asm" 25 %include "x86inc.asm"
24 26
25 SECTION_RODATA 27 SECTION_RODATA
26 pb_00: times 16 db 0x00 28 pb_00: times 16 db 0x00