summaryrefslogtreecommitdiffstats
path: root/libmpeg2
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-19 02:32:12 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-19 02:32:12 +0000
commit1270185b0ffe4e2870708f63cd31caf220897ae2 (patch)
tree7890ab3106cfb73dd5e513044bc85ae61204be72 /libmpeg2
parentf091555b080739dd09ce795827219667d225902a (diff)
downloadmpv-1270185b0ffe4e2870708f63cd31caf220897ae2.tar.bz2
mpv-1270185b0ffe4e2870708f63cd31caf220897ae2.tar.xz
Mark locally modified files as such to comply more closely with GPL 2a.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14733 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpeg2')
-rw-r--r--libmpeg2/attributes.h4
-rw-r--r--libmpeg2/cpu_accel.c4
-rw-r--r--libmpeg2/cpu_state.c4
-rw-r--r--libmpeg2/decode.c4
-rw-r--r--libmpeg2/header.c4
-rw-r--r--libmpeg2/idct.c4
-rw-r--r--libmpeg2/idct_alpha.c4
-rw-r--r--libmpeg2/idct_mmx.c4
-rw-r--r--libmpeg2/motion_comp.c4
-rw-r--r--libmpeg2/motion_comp_mmx.c4
-rw-r--r--libmpeg2/mpeg2.h4
-rw-r--r--libmpeg2/mpeg2_internal.h4
-rw-r--r--libmpeg2/slice.c4
13 files changed, 52 insertions, 0 deletions
diff --git a/libmpeg2/attributes.h b/libmpeg2/attributes.h
index 0a416c8fc3..edd44776d4 100644
--- a/libmpeg2/attributes.h
+++ b/libmpeg2/attributes.h
@@ -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 */
diff --git a/libmpeg2/cpu_accel.c b/libmpeg2/cpu_accel.c
index 6c3c65c972..62fa7b8dc5 100644
--- a/libmpeg2/cpu_accel.c
+++ b/libmpeg2/cpu_accel.c
@@ -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"
diff --git a/libmpeg2/cpu_state.c b/libmpeg2/cpu_state.c
index b542404b93..1e5ecdc26a 100644
--- a/libmpeg2/cpu_state.c
+++ b/libmpeg2/cpu_state.c
@@ -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"
diff --git a/libmpeg2/decode.c b/libmpeg2/decode.c
index bba2af4954..f0f1601380 100644
--- a/libmpeg2/decode.c
+++ b/libmpeg2/decode.c
@@ -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"
diff --git a/libmpeg2/header.c b/libmpeg2/header.c
index e351af5a6f..8424b220a2 100644
--- a/libmpeg2/header.c
+++ b/libmpeg2/header.c
@@ -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"
diff --git a/libmpeg2/idct.c b/libmpeg2/idct.c
index 886f0d7112..464515cbdc 100644
--- a/libmpeg2/idct.c
+++ b/libmpeg2/idct.c
@@ -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"
diff --git a/libmpeg2/idct_alpha.c b/libmpeg2/idct_alpha.c
index bc8bd7b673..209af865f9 100644
--- a/libmpeg2/idct_alpha.c
+++ b/libmpeg2/idct_alpha.c
@@ -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"
diff --git a/libmpeg2/idct_mmx.c b/libmpeg2/idct_mmx.c
index aa71e20439..8e929a4882 100644
--- a/libmpeg2/idct_mmx.c
+++ b/libmpeg2/idct_mmx.c
@@ -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"
diff --git a/libmpeg2/motion_comp.c b/libmpeg2/motion_comp.c
index 5d53110f9f..10390b1568 100644
--- a/libmpeg2/motion_comp.c
+++ b/libmpeg2/motion_comp.c
@@ -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"
diff --git a/libmpeg2/motion_comp_mmx.c b/libmpeg2/motion_comp_mmx.c
index e773ad17b0..9b73015d9b 100644
--- a/libmpeg2/motion_comp_mmx.c
+++ b/libmpeg2/motion_comp_mmx.c
@@ -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"
diff --git a/libmpeg2/mpeg2.h b/libmpeg2/mpeg2.h
index 3987ced1fd..388d885a85 100644
--- a/libmpeg2/mpeg2.h
+++ b/libmpeg2/mpeg2.h
@@ -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
diff --git a/libmpeg2/mpeg2_internal.h b/libmpeg2/mpeg2_internal.h
index cdc7ee1e0c..2f835ea040 100644
--- a/libmpeg2/mpeg2_internal.h
+++ b/libmpeg2/mpeg2_internal.h
@@ -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 */
diff --git a/libmpeg2/slice.c b/libmpeg2/slice.c
index a58487f57c..df3038885c 100644
--- a/libmpeg2/slice.c
+++ b/libmpeg2/slice.c
@@ -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"