Change license headers to say 'FFmpeg' instead of 'this program'.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20100 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-10-07 15:33:14 +00:00
parent 68ee0842b6
commit 3ace93a9a6
11 changed files with 175 additions and 152 deletions

View File

@ -1,19 +1,21 @@
/* /*
Copyright (C) 2002 Michael Niedermayer <michaelni@gmx.at> * Copyright (C) 2002 Michael Niedermayer <michaelni@gmx.at>
*
This program is free software; you can redistribute it and/or modify * This file is part of FFmpeg.
it under the terms of the GNU General Public License as published by *
the Free Software Foundation; either version 2 of the License, or * FFmpeg is free software; you can redistribute it and/or modify
(at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * FFmpeg is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * You should have received a copy of the GNU General Public License
* along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#include <stdio.h> #include <stdio.h>

View File

@ -7,18 +7,20 @@
* Written by Nick Kurshev. * Written by Nick Kurshev.
* palette & YUV & runtime CPU stuff by Michael (michaelni@gmx.at) * palette & YUV & runtime CPU stuff by Michael (michaelni@gmx.at)
* *
* This program is free software; you can redistribute it and/or modify * This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * FFmpeg is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#include <inttypes.h> #include <inttypes.h>

View File

@ -7,18 +7,20 @@
* Written by Nick Kurshev. * Written by Nick Kurshev.
* palette & YUV & runtime CPU stuff by Michael (michaelni@gmx.at) * palette & YUV & runtime CPU stuff by Michael (michaelni@gmx.at)
* *
* This program is free software; you can redistribute it and/or modify * This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * FFmpeg is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */

View File

@ -8,18 +8,20 @@
* palette & YUV & runtime CPU stuff by Michael (michaelni@gmx.at) * palette & YUV & runtime CPU stuff by Michael (michaelni@gmx.at)
* lot of big-endian byteorder fixes by Alex Beregszaszi * lot of big-endian byteorder fixes by Alex Beregszaszi
* *
* This program is free software; you can redistribute it and/or modify * This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version. * (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * FFmpeg is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */

View File

@ -1,19 +1,21 @@
/* /*
Copyright (C) 2003 Michael Niedermayer <michaelni@gmx.at> * Copyright (C) 2003 Michael Niedermayer <michaelni@gmx.at>
*
This program is free software; you can redistribute it and/or modify * This file is part of FFmpeg.
it under the terms of the GNU General Public License as published by *
the Free Software Foundation; either version 2 of the License, or * FFmpeg is free software; you can redistribute it and/or modify
(at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * FFmpeg is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * You should have received a copy of the GNU General Public License
* along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#include <stdio.h> #include <stdio.h>

View File

@ -1,22 +1,24 @@
/* /*
Copyright (C) 2001-2003 Michael Niedermayer <michaelni@gmx.at> * Copyright (C) 2001-2003 Michael Niedermayer <michaelni@gmx.at>
*
This program is free software; you can redistribute it and/or modify * This file is part of FFmpeg.
it under the terms of the GNU General Public License as published by *
the Free Software Foundation; either version 2 of the License, or * FFmpeg is free software; you can redistribute it and/or modify
(at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * FFmpeg is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * You should have received a copy of the GNU General Public License
* along with FFmpeg; if not, write to the Free Software
the C code (not assembly, mmx, ...) of the swscaler which has been written * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
by Michael Niedermayer can be used under the LGPL license too *
* the C code (not assembly, mmx, ...) of the swscaler which has been written
* by Michael Niedermayer can be used under the LGPL license too
*/ */
/* /*

View File

@ -1,22 +1,24 @@
/* /*
Copyright (C) 2001-2003 Michael Niedermayer <michaelni@gmx.at> * Copyright (C) 2001-2003 Michael Niedermayer <michaelni@gmx.at>
*
This program is free software; you can redistribute it and/or modify * This file is part of FFmpeg.
it under the terms of the GNU General Public License as published by *
the Free Software Foundation; either version 2 of the License, or * FFmpeg is free software; you can redistribute it and/or modify
(at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * FFmpeg is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * You should have received a copy of the GNU General Public License
* along with FFmpeg; if not, write to the Free Software
the C code (not assembly, mmx, ...) of the swscaler which has been written * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
by Michael Niedermayer can be used under the LGPL license too *
* the C code (not assembly, mmx, ...) of the swscaler which has been written
* by Michael Niedermayer can be used under the LGPL license too
*/ */
#ifndef SWSCALE_H #ifndef SWSCALE_H

View File

@ -1,23 +1,24 @@
/* /*
AltiVec-enhanced yuv2yuvX * AltiVec-enhanced yuv2yuvX
*
Copyright (C) 2004 Romain Dolbeau <romain@dolbeau.org> * Copyright (C) 2004 Romain Dolbeau <romain@dolbeau.org>
based on the equivalent C code in "postproc/swscale.c" * based on the equivalent C code in "postproc/swscale.c"
*
* This file is part of FFmpeg.
This program is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by * FFmpeg is free software; you can redistribute it and/or modify
the Free Software Foundation; either version 2 of the License, or * it under the terms of the GNU General Public License as published by
(at your option) any later version. * the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
This program is distributed in the hope that it will be useful, *
but WITHOUT ANY WARRANTY; without even the implied warranty of * FFmpeg is distributed in the hope that it will be useful,
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * but WITHOUT ANY WARRANTY; without even the implied warranty of
GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
You should have received a copy of the GNU General Public License *
along with this program; if not, write to the Free Software * You should have received a copy of the GNU General Public License
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifdef CONFIG_DARWIN #ifdef CONFIG_DARWIN

View File

@ -1,22 +1,24 @@
/* /*
Copyright (C) 2001-2003 Michael Niedermayer <michaelni@gmx.at> * Copyright (C) 2001-2003 Michael Niedermayer <michaelni@gmx.at>
*
This program is free software; you can redistribute it and/or modify * This file is part of FFmpeg.
it under the terms of the GNU General Public License as published by *
the Free Software Foundation; either version 2 of the License, or * FFmpeg is free software; you can redistribute it and/or modify
(at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * FFmpeg is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * You should have received a copy of the GNU General Public License
* along with FFmpeg; if not, write to the Free Software
the C code (not assembly, mmx, ...) of the swscaler which has been written * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
by Michael Niedermayer can be used under the LGPL license too *
* the C code (not assembly, mmx, ...) of the swscaler which has been written
* by Michael Niedermayer can be used under the LGPL license too
*/ */
#ifndef SWSCALE_INTERNAL_H #ifndef SWSCALE_INTERNAL_H

View File

@ -1,22 +1,24 @@
/* /*
Copyright (C) 2001-2003 Michael Niedermayer <michaelni@gmx.at> * Copyright (C) 2001-2003 Michael Niedermayer <michaelni@gmx.at>
*
This program is free software; you can redistribute it and/or modify * This file is part of FFmpeg.
it under the terms of the GNU General Public License as published by *
the Free Software Foundation; either version 2 of the License, or * FFmpeg is free software; you can redistribute it and/or modify
(at your option) any later version. * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
This program is distributed in the hope that it will be useful, * (at your option) any later version.
but WITHOUT ANY WARRANTY; without even the implied warranty of *
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * FFmpeg is distributed in the hope that it will be useful,
GNU General Public License for more details. * but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
You should have received a copy of the GNU General Public License * GNU General Public License for more details.
along with this program; if not, write to the Free Software *
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * You should have received a copy of the GNU General Public License
* along with FFmpeg; if not, write to the Free Software
the C code (not assembly, mmx, ...) of the swscaler which has been written * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
by Michael Niedermayer can be used under the LGPL license too *
* the C code (not assembly, mmx, ...) of the swscaler which has been written
* by Michael Niedermayer can be used under the LGPL license too
*/ */
#undef REAL_MOVNTQ #undef REAL_MOVNTQ

View File

@ -60,22 +60,26 @@
NOTE quartz vo driver ARGB32_to_RGB24 consumes 30% of the processor NOTE quartz vo driver ARGB32_to_RGB24 consumes 30% of the processor
Integrated luma prescaling adjustment for saturation/contrast/brightness adjustment. Integrated luma prescaling adjustment for saturation/contrast/brightness adjustment.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
/*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* FFmpeg is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>