Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
74b29057
Commit
74b29057
authored
Oct 01, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Fixed license blurb; these files have always been *GPL*ed.
parent
a1b3ffae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
24 deletions
+22
-24
modules/video_chroma/i420_rgb_c.h
modules/video_chroma/i420_rgb_c.h
+11
-12
modules/video_chroma/i420_rgb_mmx.h
modules/video_chroma/i420_rgb_mmx.h
+11
-12
No files found.
modules/video_chroma/i420_rgb_c.h
View file @
74b29057
...
@@ -5,24 +5,23 @@
...
@@ -5,24 +5,23 @@
* case by optimized functions.
* case by optimized functions.
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
* $Id: i420_rgb_c.h,v 1.
1 2002/08/04 17:23:4
3 sam Exp $
* $Id: i420_rgb_c.h,v 1.
2 2003/10/01 03:38:2
3 sam Exp $
*
*
* Authors: Vincent Seguin <seguin@via.ecp.fr>
* Authors: Vincent Seguin <seguin@via.ecp.fr>
*
*
* This
library is free software; you can redistribute it and/or
* This
program is free software; you can redistribute it and/or modify
*
modify it under the terms of the GNU Library General Public
*
it under the terms of the GNU General Public License as published by
*
License as published by the Free Software Foundation; eithe
r
*
the Free Software Foundation; either version 2 of the License, o
r
*
version 2 of the License, or
(at your option) any later version.
* (at your option) any later version.
*
*
* This
library
is distributed in the hope that it will be useful,
* This
program
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
GNU
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
Library
General Public License for more details.
*
GNU
General Public License for more details.
*
*
* You should have received a copy of the GNU Library General Public
* You should have received a copy of the GNU General Public License
* License along with this library; if not, write to the
* along with this program; if not, write to the Free Software
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
* Boston, MA 02111-1307, USA.
*****************************************************************************/
*****************************************************************************/
/*****************************************************************************
/*****************************************************************************
...
...
modules/video_chroma/i420_rgb_mmx.h
View file @
74b29057
...
@@ -2,26 +2,25 @@
...
@@ -2,26 +2,25 @@
* transforms_yuvmmx.h: MMX YUV transformation assembly
* transforms_yuvmmx.h: MMX YUV transformation assembly
*****************************************************************************
*****************************************************************************
* Copyright (C) 1999, 2000 VideoLAN
* Copyright (C) 1999, 2000 VideoLAN
* $Id: i420_rgb_mmx.h,v 1.
3 2003/08/29 18:58:05 fenrir
Exp $
* $Id: i420_rgb_mmx.h,v 1.
4 2003/10/01 03:38:24 sam
Exp $
*
*
* Authors: Olie Lho <ollie@sis.com.tw>
* Authors: Olie Lho <ollie@sis.com.tw>
* Gal Hendryckx <jimmy@via.ecp.fr>
* Gal Hendryckx <jimmy@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
* Samuel Hocevar <sam@zoy.org>
*
*
* This
library is free software; you can redistribute it and/or
* This
program is free software; you can redistribute it and/or modify
*
modify it under the terms of the GNU Library General Public
*
it under the terms of the GNU General Public License as published by
*
License as published by the Free Software Foundation; eithe
r
*
the Free Software Foundation; either version 2 of the License, o
r
*
version 2 of the License, or
(at your option) any later version.
* (at your option) any later version.
*
*
* This
library
is distributed in the hope that it will be useful,
* This
program
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
GNU
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
Library
General Public License for more details.
*
GNU
General Public License for more details.
*
*
* You should have received a copy of the GNU Library General Public
* You should have received a copy of the GNU General Public License
* License along with this library; if not, write to the
* along with this program; if not, write to the Free Software
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
* Boston, MA 02111-1307, USA.
*****************************************************************************/
*****************************************************************************/
/* hope these constant values are cache line aligned */
/* hope these constant values are cache line aligned */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment