Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
936ac469
Commit
936ac469
authored
Dec 22, 2008
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed patch
parent
0dce54d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
+12
-12
No files found.
extras/contrib/src/Patches/ffmpeg-macosx-intel-mmx.patch
View file @
936ac469
Index: libavcodec/
i3
86/motion_est_mmx.c
Index: libavcodec/
x
86/motion_est_mmx.c
===================================================================
--- libavcodec/
i3
86/motion_est_mmx.c (revision 16251)
+++ libavcodec/
i3
86/motion_est_mmx.c (working copy)
--- libavcodec/
x
86/motion_est_mmx.c (revision 16251)
+++ libavcodec/
x
86/motion_est_mmx.c (working copy)
@@ -168,7 +168,7 @@
static inline void sad8_4_mmx2(uint8_t *blk1, uint8_t *blk2, int stride, int h)
{
...
...
@@ -38,10 +38,10 @@ Index: libavcodec/i386/motion_est_mmx.c
);
}
Index: libavcodec/
i3
86/simple_idct_mmx.c
Index: libavcodec/
x
86/simple_idct_mmx.c
===================================================================
--- libavcodec/
i3
86/simple_idct_mmx.c (revision 16251)
+++ libavcodec/
i3
86/simple_idct_mmx.c (working copy)
--- libavcodec/
x
86/simple_idct_mmx.c (revision 16251)
+++ libavcodec/
x
86/simple_idct_mmx.c (working copy)
@@ -363,7 +363,7 @@
"movq " #src4 ", %%mm1 \n\t" /* R6 R2 r6 r2 */\
"movq " #src1 ", %%mm2 \n\t" /* R3 R1 r3 r1 */\
...
...
@@ -87,10 +87,10 @@ Index: libavcodec/i386/simple_idct_mmx.c
: "%eax"
);
}
Index: libavcodec/
i3
86/cavsdsp_mmx.c
Index: libavcodec/
x
86/cavsdsp_mmx.c
===================================================================
--- libavcodec/
i3
86/cavsdsp_mmx.c (revision 16251)
+++ libavcodec/
i3
86/cavsdsp_mmx.c (working copy)
--- libavcodec/
x
86/cavsdsp_mmx.c (revision 16251)
+++ libavcodec/
x
86/cavsdsp_mmx.c (working copy)
@@ -25,8 +25,30 @@
#include "libavutil/common.h"
#include "libavutil/x86_cpu.h"
...
...
@@ -123,10 +123,10 @@ Index: libavcodec/i386/cavsdsp_mmx.c
/*****************************************************************************
*
* inverse transform
Index: libavcodec/
i3
86/flacdsp_mmx.c
Index: libavcodec/
x
86/flacdsp_mmx.c
===================================================================
--- libavcodec/
i3
86/flacdsp_mmx.c (revision 16251)
+++ libavcodec/
i3
86/flacdsp_mmx.c (working copy)
--- libavcodec/
x
86/flacdsp_mmx.c (revision 16251)
+++ libavcodec/
x
86/flacdsp_mmx.c (working copy)
@@ -27,7 +27,6 @@
double c = 2.0 / (len-1.0);
int n2 = len>>1;
...
...
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