This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Remove (incorrect) filenames from x264 asm files, add descriptions.
Originally committed as revision 17523 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Jason Garrett-Glaser
16 years ago
parent
3a636b6fd7
commit
9bd5f59b33
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/x86/h264_deblock_sse2.asm
+1
-1
libavcodec/x86/h264_idct_sse2.asm
+ 1
- 1
libavcodec/x86/h264_deblock_sse2.asm
View File
@@ -1,5 +1,5 @@
;*****************************************************************************
;*
deblock-a.asm: h264 encoder library
;*
MMX/SSE2-optimized H.264 deblocking code
;*****************************************************************************
;* Copyright (C) 2005-2008 x264 project
;*
+ 1
- 1
libavcodec/x86/h264_idct_sse2.asm
View File
@@ -1,5 +1,5 @@
;*****************************************************************************
;*
dct-a.asm: h264 encoder library
;*
SSE2-optimized H.264 iDCT
;*****************************************************************************
;* Copyright (C) 2003-2008 x264 project
;*
Write
Preview
Loading…
Cancel
Save