Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
888fa31e
Commit
888fa31e
authored
May 14, 2011
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix FSF address copy paste error in some license headers.
parent
08e434b0
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
17 additions
and
17 deletions
+17
-17
ac3dsp.asm
libavcodec/x86/ac3dsp.asm
+1
-1
deinterlace.asm
libavcodec/x86/deinterlace.asm
+1
-1
dsputil_yasm.asm
libavcodec/x86/dsputil_yasm.asm
+1
-1
dsputilenc_yasm.asm
libavcodec/x86/dsputilenc_yasm.asm
+1
-1
fft_mmx.asm
libavcodec/x86/fft_mmx.asm
+1
-1
fmtconvert.asm
libavcodec/x86/fmtconvert.asm
+1
-1
h264_chromamc.asm
libavcodec/x86/h264_chromamc.asm
+1
-1
h264_deblock.asm
libavcodec/x86/h264_deblock.asm
+1
-1
h264_deblock_10bit.asm
libavcodec/x86/h264_deblock_10bit.asm
+1
-1
h264_idct.asm
libavcodec/x86/h264_idct.asm
+1
-1
h264_intrapred.asm
libavcodec/x86/h264_intrapred.asm
+1
-1
h264_weight.asm
libavcodec/x86/h264_weight.asm
+1
-1
vc1dsp_yasm.asm
libavcodec/x86/vc1dsp_yasm.asm
+1
-1
vp3dsp.asm
libavcodec/x86/vp3dsp.asm
+1
-1
vp56dsp.asm
libavcodec/x86/vp56dsp.asm
+1
-1
vp8dsp.asm
libavcodec/x86/vp8dsp.asm
+1
-1
x86util.asm
libavcodec/x86/x86util.asm
+1
-1
No files found.
libavcodec/x86/ac3dsp.asm
View file @
888fa31e
...
...
@@ -16,7 +16,7 @@
;*
;* You should have received a copy of the GNU Lesser General Public
;* License along with Libav; if not, write to the Free Software
;*
51, Inc., Foundation
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;*
Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include
"x86inc.asm"
...
...
libavcodec/x86/deinterlace.asm
View file @
888fa31e
...
...
@@ -17,7 +17,7 @@
;*
;* You should have received a copy of the GNU Lesser General Public
;* License along with Libav; if not, write to the Free Software
;*
51, Inc., Foundation
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;*
Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include
"x86inc.asm"
...
...
libavcodec/x86/dsputil_yasm.asm
View file @
888fa31e
...
...
@@ -16,7 +16,7 @@
;*
;* You should have received a copy of the GNU Lesser General Public
;* License along with Libav; if not, write to the Free Software
;*
51, Inc., Foundation
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;*
Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include
"x86inc.asm"
...
...
libavcodec/x86/dsputilenc_yasm.asm
View file @
888fa31e
...
...
@@ -18,7 +18,7 @@
;*
;* You should have received a copy of the GNU Lesser General Public
;* License along with Libav; if not, write to the Free Software
;*
51, Inc., Foundation
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;*
Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;*****************************************************************************
%include
"x86inc.asm"
...
...
libavcodec/x86/fft_mmx.asm
View file @
888fa31e
...
...
@@ -20,7 +20,7 @@
;*
;* You should have received a copy of the GNU Lesser General Public
;* License along with Libav; if not, write to the Free Software
;*
51, Inc., Foundation
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;*
Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
; These functions are not individually interchangeable with the C versions.
...
...
libavcodec/x86/fmtconvert.asm
View file @
888fa31e
...
...
@@ -16,7 +16,7 @@
;*
;* You should have received a copy of the GNU Lesser General Public
;* License along with Libav; if not, write to the Free Software
;*
51, Inc., Foundation
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;*
Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include
"x86inc.asm"
...
...
libavcodec/x86/h264_chromamc.asm
View file @
888fa31e
...
...
@@ -17,7 +17,7 @@
;*
;* You should have received a copy of the GNU Lesser General Public
;* License along with Libav; if not, write to the Free Software
;*
51, Inc., Foundation
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;*
Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include
"x86inc.asm"
...
...
libavcodec/x86/h264_deblock.asm
View file @
888fa31e
...
...
@@ -21,7 +21,7 @@
;*
;* You should have received a copy of the GNU Lesser General Public
;* License along with Libav; if not, write to the Free Software
;*
51, Inc., Foundation
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;*
Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include
"x86inc.asm"
...
...
libavcodec/x86/h264_deblock_10bit.asm
View file @
888fa31e
...
...
@@ -21,7 +21,7 @@
;*
;* You should have received a copy of the GNU Lesser General Public
;* License along with Libav; if not, write to the Free Software
;*
51, Inc., Foundation
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;*
Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include
"x86inc.asm"
...
...
libavcodec/x86/h264_idct.asm
View file @
888fa31e
...
...
@@ -23,7 +23,7 @@
;*
;* You should have received a copy of the GNU Lesser General Public
;* License along with Libav; if not, write to the Free Software
;*
51, Inc., Foundation
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;*
Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;*****************************************************************************
%include
"x86inc.asm"
...
...
libavcodec/x86/h264_intrapred.asm
View file @
888fa31e
...
...
@@ -19,7 +19,7 @@
;*
;* You should have received a copy of the GNU Lesser General Public
;* License along with Libav; if not, write to the Free Software
;*
51, Inc., Foundation
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;*
Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include
"x86inc.asm"
...
...
libavcodec/x86/h264_weight.asm
View file @
888fa31e
...
...
@@ -18,7 +18,7 @@
;*
;* You should have received a copy of the GNU Lesser General Public
;* License along with Libav; if not, write to the Free Software
;*
51, Inc., Foundation
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;*
Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include
"x86inc.asm"
...
...
libavcodec/x86/vc1dsp_yasm.asm
View file @
888fa31e
...
...
@@ -16,7 +16,7 @@
;*
;* You should have received a copy of the GNU Lesser General Public
;* License along with Libav; if not, write to the Free Software
;*
51, Inc., Foundation
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;*
Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include
"x86inc.asm"
...
...
libavcodec/x86/vp3dsp.asm
View file @
888fa31e
...
...
@@ -16,7 +16,7 @@
;*
;* You should have received a copy of the GNU Lesser General Public
;* License along with Libav; if not, write to the Free Software
;*
51, Inc., Foundation
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;*
Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include
"x86inc.asm"
...
...
libavcodec/x86/vp56dsp.asm
View file @
888fa31e
...
...
@@ -17,7 +17,7 @@
;*
;* You should have received a copy of the GNU Lesser General Public
;* License along with Libav; if not, write to the Free Software
;*
51, Inc., Foundation
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;*
Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include
"x86inc.asm"
...
...
libavcodec/x86/vp8dsp.asm
View file @
888fa31e
...
...
@@ -17,7 +17,7 @@
;*
;* You should have received a copy of the GNU Lesser General Public
;* License along with Libav; if not, write to the Free Software
;*
51, Inc., Foundation
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;*
Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%include
"x86inc.asm"
...
...
libavcodec/x86/x86util.asm
View file @
888fa31e
...
...
@@ -20,7 +20,7 @@
;*
;* You should have received a copy of the GNU Lesser General Public
;* License along with Libav; if not, write to the Free Software
;*
51, Inc., Foundation
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;*
Foundation, Inc., 51
Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
;******************************************************************************
%macro
SBUTTERFLY
4
...
...
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