Mercurial > mplayer.hg
changeset 14732:1385ec491ffb
Mark locally modified files as such to comply more closely with GPL 2a.
author | diego |
---|---|
date | Sat, 19 Feb 2005 02:32:12 +0000 |
parents | 0cf5722252f8 |
children | 04cd0fc0a425 |
files | libmpeg2/attributes.h libmpeg2/cpu_accel.c libmpeg2/cpu_state.c libmpeg2/decode.c libmpeg2/header.c libmpeg2/idct.c libmpeg2/idct_alpha.c libmpeg2/idct_mmx.c libmpeg2/motion_comp.c libmpeg2/motion_comp_mmx.c libmpeg2/mpeg2.h libmpeg2/mpeg2_internal.h libmpeg2/slice.c |
diffstat | 13 files changed, 52 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpeg2/attributes.h Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/attributes.h Sat Feb 19 02:32:12 2005 +0000 @@ -19,6 +19,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ /* use gcc attribs to align critical data structures */
--- a/libmpeg2/cpu_accel.c Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/cpu_accel.c Sat Feb 19 02:32:12 2005 +0000 @@ -19,6 +19,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #include "config.h"
--- a/libmpeg2/cpu_state.c Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/cpu_state.c Sat Feb 19 02:32:12 2005 +0000 @@ -19,6 +19,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #include "config.h"
--- a/libmpeg2/decode.c Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/decode.c Sat Feb 19 02:32:12 2005 +0000 @@ -19,6 +19,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #include "config.h"
--- a/libmpeg2/header.c Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/header.c Sat Feb 19 02:32:12 2005 +0000 @@ -20,6 +20,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #include "config.h"
--- a/libmpeg2/idct.c Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/idct.c Sat Feb 19 02:32:12 2005 +0000 @@ -19,6 +19,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #include "config.h"
--- a/libmpeg2/idct_alpha.c Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/idct_alpha.c Sat Feb 19 02:32:12 2005 +0000 @@ -20,6 +20,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #include "config.h"
--- a/libmpeg2/idct_mmx.c Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/idct_mmx.c Sat Feb 19 02:32:12 2005 +0000 @@ -19,6 +19,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #include "config.h"
--- a/libmpeg2/motion_comp.c Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/motion_comp.c Sat Feb 19 02:32:12 2005 +0000 @@ -19,6 +19,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #include "config.h"
--- a/libmpeg2/motion_comp_mmx.c Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/motion_comp_mmx.c Sat Feb 19 02:32:12 2005 +0000 @@ -19,6 +19,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #include "config.h"
--- a/libmpeg2/mpeg2.h Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/mpeg2.h Sat Feb 19 02:32:12 2005 +0000 @@ -19,6 +19,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #ifndef MPEG2_H
--- a/libmpeg2/mpeg2_internal.h Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/mpeg2_internal.h Sat Feb 19 02:32:12 2005 +0000 @@ -19,6 +19,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ /* macroblock modes */
--- a/libmpeg2/slice.c Sat Feb 19 02:19:21 2005 +0000 +++ b/libmpeg2/slice.c Sat Feb 19 02:32:12 2005 +0000 @@ -20,6 +20,10 @@ * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Modified for use with MPlayer, see libmpeg-0.4.0.diff for the exact changes. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #include "config.h"