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
0bba2646
Commit
0bba2646
authored
Feb 08, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: Delete empty lines at end of file.
parent
ab9ae401
Hide whitespace changes
Inline
Side-by-side
Showing
27 changed files
with
0 additions
and
36 deletions
+0
-36
COPYING.LGPLv2.1
COPYING.LGPLv2.1
+0
-2
avserver.conf
doc/avserver.conf
+0
-2
build_system.txt
doc/build_system.txt
+0
-1
fate.texi
doc/fate.texi
+0
-1
filters.texi
doc/filters.texi
+0
-1
swscale.txt
doc/swscale.txt
+0
-1
viterbi.txt
doc/viterbi.txt
+0
-1
dsputil_bfin.c
libavcodec/bfin/dsputil_bfin.c
+0
-3
fdct_bfin.S
libavcodec/bfin/fdct_bfin.S
+0
-1
idct_bfin.S
libavcodec/bfin/idct_bfin.S
+0
-2
mpegvideo_bfin.c
libavcodec/bfin/mpegvideo_bfin.c
+0
-1
pixels_bfin.S
libavcodec/bfin/pixels_bfin.S
+0
-2
vp3_bfin.c
libavcodec/bfin/vp3_bfin.c
+0
-2
vp3_idct_bfin.S
libavcodec/bfin/vp3_idct_bfin.S
+0
-2
idct_altivec.c
libavcodec/ppc/idct_altivec.c
+0
-1
dsputil_mmi.c
libavcodec/ps2/dsputil_mmi.c
+0
-1
idct_mmi.c
libavcodec/ps2/idct_mmi.c
+0
-1
mpegvideo_mmi.c
libavcodec/ps2/mpegvideo_mmi.c
+0
-2
fdct_mmx.c
libavcodec/x86/fdct_mmx.c
+0
-1
fft.c
libavcodec/x86/fft.c
+0
-1
fft_3dn2.c
libavcodec/x86/fft_3dn2.c
+0
-1
fft_sse.c
libavcodec/x86/fft_sse.c
+0
-1
idct_mmx.c
libavcodec/x86/idct_mmx.c
+0
-1
idct_mmx_xvid.c
libavcodec/x86/idct_mmx_xvid.c
+0
-1
yadif_template.c
libavfilter/x86/yadif_template.c
+0
-1
audio.mak
tests/fate/audio.mak
+0
-1
prores.mak
tests/fate/prores.mak
+0
-1
No files found.
COPYING.LGPLv2.1
View file @
0bba2646
...
...
@@ -500,5 +500,3 @@ necessary. Here is a sample; alter the names:
Ty Coon, President of Vice
That's all there is to it!
doc/avserver.conf
View file @
0bba2646
...
...
@@ -373,5 +373,3 @@ ACL allow 192.168.0.0 192.168.255.255
<
Redirect
index
.
html
>
URL
http
://
www
.
libav
.
org
/
</
Redirect
>
doc/build_system.txt
View file @
0bba2646
...
...
@@ -27,4 +27,3 @@ libavcodec/api-example
libswscale/swscale-test
Build the swscale self-test (useful also as example).
doc/fate.texi
View file @
0bba2646
...
...
@@ -132,4 +132,3 @@ makeopts= # extra options passed to 'make'
In order to send reports you need to create an @command
{
ssh
}
key and send it
to @email
{
root@@libav.org
}
.
The current server fingerprint is @var
{
a4:99:d7:d3:1c:92:0d:56:d6:d5:61:be:01:ae:7d:e6
}
doc/filters.texi
View file @
0bba2646
...
...
@@ -2067,4 +2067,3 @@ mainly useful as a template and to be employed in analysis / debugging
tools.
@c man end VIDEO SINKS
doc/swscale.txt
View file @
0bba2646
...
...
@@ -96,4 +96,3 @@ would benefit from it.
Also, as already hinted at, initFilter() accepts an optional convolutional
filter as input that can be used for contrast, saturation, blur, sharpening
shift, chroma vs. luma shift, ...
doc/viterbi.txt
View file @
0bba2646
...
...
@@ -107,4 +107,3 @@ one with score 3)
Author: Michael niedermayer
Copyright LGPL
libavcodec/bfin/dsputil_bfin.c
View file @
0bba2646
...
...
@@ -270,6 +270,3 @@ void dsputil_init_bfin( DSPContext* c, AVCodecContext *avctx )
}
}
}
libavcodec/bfin/fdct_bfin.S
View file @
0bba2646
...
...
@@ -328,4 +328,3 @@ DEFUN(fdct,mL1,
(r7:4,p5:3) = [sp++];
RTS;
DEFUN_END(fdct)
libavcodec/bfin/idct_bfin.S
View file @
0bba2646
...
...
@@ -302,5 +302,3 @@ DEFUN(idct,mL1,
unlink;
RTS;
DEFUN_END(idct)
libavcodec/bfin/mpegvideo_bfin.c
View file @
0bba2646
...
...
@@ -145,4 +145,3 @@ void MPV_common_init_bfin (MpegEncContext *s)
{
/* s->dct_quantize= dct_quantize_bfin; */
}
libavcodec/bfin/pixels_bfin.S
View file @
0bba2646
...
...
@@ -737,5 +737,3 @@ DEFUN(sse16,mL1,
unlink;
rts;
DEFUN_END(sse16)
libavcodec/bfin/vp3_bfin.c
View file @
0bba2646
...
...
@@ -41,5 +41,3 @@ void ff_bfin_vp3_idct_add (uint8_t *dest, int line_size, DCTELEM *block)
ff_bfin_vp3_idct
(
block
);
ff_bfin_add_pixels_clamped
(
block
,
dest
,
line_size
);
}
libavcodec/bfin/vp3_idct_bfin.S
View file @
0bba2646
...
...
@@ -278,5 +278,3 @@ DEFUN(vp3_idct,mL1,
unlink;
RTS;
DEFUN_END(vp3_idct)
libavcodec/ppc/idct_altivec.c
View file @
0bba2646
...
...
@@ -215,4 +215,3 @@ void idct_add_altivec(uint8_t* dest, int stride, int16_t *blk)
ADD
(
dest
,
vx6
,
perm0
)
dest
+=
stride
;
ADD
(
dest
,
vx7
,
perm1
)
}
libavcodec/ps2/dsputil_mmi.c
View file @
0bba2646
...
...
@@ -164,4 +164,3 @@ void dsputil_init_mmi(DSPContext* c, AVCodecContext *avctx)
c
->
idct_permutation_type
=
FF_LIBMPEG2_IDCT_PERM
;
}
}
libavcodec/ps2/idct_mmi.c
View file @
0bba2646
...
...
@@ -359,4 +359,3 @@ void ff_mmi_idct_add(uint8_t *dest, int line_size, DCTELEM *block)
//let savedtemp regs be saved
__asm__
volatile
(
" "
:::
"$16"
,
"$17"
,
"$18"
,
"$19"
,
"$20"
,
"$21"
,
"$22"
,
"$23"
);
}
libavcodec/ps2/mpegvideo_mmi.c
View file @
0bba2646
...
...
@@ -85,5 +85,3 @@ void MPV_common_init_mmi(MpegEncContext *s)
s
->
dct_unquantize_h263_intra
=
s
->
dct_unquantize_h263_inter
=
dct_unquantize_h263_mmi
;
}
libavcodec/x86/fdct_mmx.c
View file @
0bba2646
...
...
@@ -579,4 +579,3 @@ void ff_fdct_sse2(int16_t *block)
fdct_col_sse2
(
block
,
block1
,
0
);
fdct_row_sse2
(
block1
,
block
);
}
libavcodec/x86/fft.c
View file @
0bba2646
...
...
@@ -67,4 +67,3 @@ av_cold void ff_dct_init_mmx(DCTContext *s)
#endif
}
#endif
libavcodec/x86/fft_3dn2.c
View file @
0bba2646
...
...
@@ -171,4 +171,3 @@ void ff_imdct_calc_3dn2(FFTContext *s, FFTSample *output, const FFTSample *input
);
__asm__
volatile
(
"femms"
);
}
libavcodec/x86/fft_sse.c
View file @
0bba2646
...
...
@@ -108,4 +108,3 @@ void ff_imdct_calc_sse(FFTContext *s, FFTSample *output, const FFTSample *input)
XMM_CLOBBERS_ONLY
(
"%xmm0"
,
"%xmm1"
,
"%xmm7"
)
);
}
libavcodec/x86/idct_mmx.c
View file @
0bba2646
...
...
@@ -626,4 +626,3 @@ declare_idct (ff_mmxext_idct, mmxext_table,
declare_idct
(
ff_mmx_idct
,
mmx_table
,
mmx_row_head
,
mmx_row
,
mmx_row_tail
,
mmx_row_mid
)
libavcodec/x86/idct_mmx_xvid.c
View file @
0bba2646
...
...
@@ -523,4 +523,3 @@ __asm__ volatile(
DCT_8_INV_COL
(
8
(
%
0
),
8
(
%
0
))
::
"r"
(
block
),
"r"
(
rounder_0
),
"r"
(
tab_i_04_xmm
),
"r"
(
tg_1_16
));
}
libavfilter/x86/yadif_template.c
View file @
0bba2646
...
...
@@ -265,4 +265,3 @@ void RENAME(ff_yadif_filter_line)(uint8_t *dst,
#undef CHECK1
#undef CHECK2
#undef FILTER
tests/fate/audio.mak
View file @
0bba2646
...
...
@@ -30,4 +30,3 @@ fate-nellymoser: REF = $(SAMPLES)/nellymoser/nellymoser.pcm
FATE_TESTS += fate-ws_snd
fate-ws_snd: CMD = md5 -i $(SAMPLES)/vqa/ws_snd.vqa -f s16le
tests/fate/prores.mak
View file @
0bba2646
...
...
@@ -12,4 +12,3 @@ fate-prores-422_hq: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-A
fate-prores-422_lt: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_LT.mov -pix_fmt yuv422p10le
fate-prores-422_proxy: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_Proxy.mov -pix_fmt yuv422p10le
fate-prores-alpha: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_with_Alpha.mov -pix_fmt yuv444p10le
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