comparison x86/h264_idct_sse2.asm @ 12480:14896fa76003 libavcodec

LGPL SSE2 H.264 iDCT This leaves no more GPL-only H.264 decoding asm code. Approved by Loren.
author darkshikari
date Fri, 10 Sep 2010 02:25:12 +0000
parents 980030a3e315
children
comparison
equal deleted inserted replaced
12479:ca1896830b44 12480:14896fa76003
6 ;* Authors: Laurent Aimar <fenrir@via.ecp.fr> 6 ;* Authors: Laurent Aimar <fenrir@via.ecp.fr>
7 ;* Loren Merritt <lorenm@u.washington.edu> 7 ;* Loren Merritt <lorenm@u.washington.edu>
8 ;* Holger Lubitz <hal@duncan.ol.sub.de> 8 ;* Holger Lubitz <hal@duncan.ol.sub.de>
9 ;* Min Chen <chenm001.163.com> 9 ;* Min Chen <chenm001.163.com>
10 ;* 10 ;*
11 ;* This program is free software; you can redistribute it and/or modify 11 ;* This file is part of FFmpeg.
12 ;* it under the terms of the GNU General Public License as published by
13 ;* the Free Software Foundation; either version 2 of the License, or
14 ;* (at your option) any later version.
15 ;* 12 ;*
16 ;* This program is distributed in the hope that it will be useful, 13 ;* FFmpeg is free software; you can redistribute it and/or
14 ;* modify it under the terms of the GNU Lesser General Public
15 ;* License as published by the Free Software Foundation; either
16 ;* version 2.1 of the License, or (at your option) any later version.
17 ;*
18 ;* FFmpeg is distributed in the hope that it will be useful,
17 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of 19 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 ;* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 ;* GNU General Public License for more details. 21 ;* Lesser General Public License for more details.
20 ;* 22 ;*
21 ;* You should have received a copy of the GNU General Public License 23 ;* You should have received a copy of the GNU Lesser General Public
22 ;* along with this program; if not, write to the Free Software 24 ;* License along with FFmpeg; if not, write to the Free Software
23 ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111, USA. 25 ;* 51, Inc., Foundation Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
24 ;***************************************************************************** 26 ;*****************************************************************************
25 27
26 %include "x86inc.asm" 28 %include "x86inc.asm"
27 %include "x86util.asm" 29 %include "x86util.asm"
28 30