]> git.sesse.net Git - ffmpeg/commitdiff
cosmetics: Delete empty lines at end of file.
authorDiego Biurrun <diego@biurrun.de>
Wed, 8 Feb 2012 09:39:18 +0000 (10:39 +0100)
committerDiego Biurrun <diego@biurrun.de>
Thu, 9 Feb 2012 11:26:45 +0000 (12:26 +0100)
27 files changed:
COPYING.LGPLv2.1
doc/avserver.conf
doc/build_system.txt
doc/fate.texi
doc/filters.texi
doc/swscale.txt
doc/viterbi.txt
libavcodec/bfin/dsputil_bfin.c
libavcodec/bfin/fdct_bfin.S
libavcodec/bfin/idct_bfin.S
libavcodec/bfin/mpegvideo_bfin.c
libavcodec/bfin/pixels_bfin.S
libavcodec/bfin/vp3_bfin.c
libavcodec/bfin/vp3_idct_bfin.S
libavcodec/ppc/idct_altivec.c
libavcodec/ps2/dsputil_mmi.c
libavcodec/ps2/idct_mmi.c
libavcodec/ps2/mpegvideo_mmi.c
libavcodec/x86/fdct_mmx.c
libavcodec/x86/fft.c
libavcodec/x86/fft_3dn2.c
libavcodec/x86/fft_sse.c
libavcodec/x86/idct_mmx.c
libavcodec/x86/idct_mmx_xvid.c
libavfilter/x86/yadif_template.c
tests/fate/audio.mak
tests/fate/prores.mak

index 00b4fedfe7e7ef42b420a770eb1e537737a82e9a..58af0d3787aec7d6f8d833535d64879156e7ec23 100644 (file)
@@ -500,5 +500,3 @@ necessary.  Here is a sample; alter the names:
   Ty Coon, President of Vice
 
 That's all there is to it!
-
-
index 1f21f4d0029794809e0d39eccf6440b466279fb6..e9724bbf99a2448b55eda0a7a400583ebeeef53b 100644 (file)
@@ -373,5 +373,3 @@ ACL allow 192.168.0.0 192.168.255.255
 <Redirect index.html>
 URL http://www.libav.org/
 </Redirect>
-
-
index 1011f57f66c4d1d6aaef41b2ff9f14024c9e3a04..c3dede7cde803ed513a59aceb22f9a6df6f8044e 100644 (file)
@@ -27,4 +27,3 @@ libavcodec/api-example
 
 libswscale/swscale-test
     Build the swscale self-test (useful also as example).
-
index 9141eeb543c41bf00197de3b2d124e0bfcb89ee8..b4f520fef9cf3694a389668cf081ab127ce08001 100644 (file)
@@ -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}
-
index 16059fd41d650983f4e6060e26fd7cbafc4229c9..2a089bef847e2d20e995dbc0a82907e1962a1c89 100644 (file)
@@ -2067,4 +2067,3 @@ mainly useful as a template and to be employed in analysis / debugging
 tools.
 
 @c man end VIDEO SINKS
-
index 4c62e67321727c67b3f8aa56ba2a837897b4d1b5..0dc4b8a5af59560ccea18419823652bd3e350a3a 100644 (file)
@@ -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, ...
-
index d9d924f62195a222bb2027a9057d43b069f4792f..5362a0b76564e38ba22ad12a0e0c393e08a0dc8c 100644 (file)
@@ -107,4 +107,3 @@ one with score 3)
 
 Author: Michael niedermayer
 Copyright LGPL
-
index 58ec394d7b418b0c9213cbac9b262428e3a53239..af76a0fc2c4a1279a8e493fb9c1f5c4c27ea58f2 100644 (file)
@@ -270,6 +270,3 @@ void dsputil_init_bfin( DSPContext* c, AVCodecContext *avctx )
         }
     }
 }
-
-
-
index 47ec381bf88101c5d40a68228a324cce75410b43..8ca490d040d21bfed7c540ae537b81e7afd96b42 100644 (file)
@@ -328,4 +328,3 @@ DEFUN(fdct,mL1,
         (r7:4,p5:3) = [sp++];
         RTS;
 DEFUN_END(fdct)
-
index 36d50a7007d47e4e19c7bffb0cb069fb7dae3259..b384840fba7e55f69be895ac9ebf1b5615d2917c 100644 (file)
@@ -302,5 +302,3 @@ DEFUN(idct,mL1,
     unlink;
     RTS;
 DEFUN_END(idct)
-
-
index ad68876149cba102d3b7942aa1da1c7b443e3c7a..4697a5d89380020a78e84bdc4b1e56c94916c119 100644 (file)
@@ -145,4 +145,3 @@ void MPV_common_init_bfin (MpegEncContext *s)
 {
 /*     s->dct_quantize= dct_quantize_bfin; */
 }
-
index 085ff461479fc714eb745cca9c5cfc63467cde21..45a3ab626cf6e4724f6f3af4a799f626eb9f7b1f 100644 (file)
@@ -737,5 +737,3 @@ DEFUN(sse16,mL1,
         unlink;
         rts;
 DEFUN_END(sse16)
-
-
index 4b08042ff35173cfd52802cb619b5554f87d8488..bec25a0c35ed46b88ca8fcf62c02737a52bfd48a 100644 (file)
@@ -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);
 }
-
-
index 4c678f1bc6ac0ac06131853e3cfafe6c1fa51aa3..2e18f91090e0699285186d8a0be2153d58dc63e4 100644 (file)
@@ -278,5 +278,3 @@ DEFUN(vp3_idct,mL1,
     unlink;
     RTS;
 DEFUN_END(vp3_idct)
-
-
index cc3adcb5261240008efdf51b9365e9fe7153502d..068cf42396b5ef50504898e9bc04adb84d7a0ee9 100644 (file)
@@ -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)
 }
-
index 77755b0d4c92ea663d8104a731173905401c0352..43f0363669a1832f34892258f50ef38c1f3c2d1b 100644 (file)
@@ -164,4 +164,3 @@ void dsputil_init_mmi(DSPContext* c, AVCodecContext *avctx)
         c->idct_permutation_type= FF_LIBMPEG2_IDCT_PERM;
     }
 }
-
index 86df09207514d11d1d1da2a2a0b120ca569f8fa3..9b9033ae44827e6e0d9a6996952e5d1fca0a6407 100644 (file)
@@ -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");
 }
-
index ed568938774c9be922fdf169c7ecb84d4549d09b..623e35af33a2c13240698bc3448767573217bbb7 100644 (file)
@@ -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;
 }
-
-
index f35a0591c67a1246d1011382330efb8c25b5864e..cc3036bc331a63b44e5434e1fb16a702cc87a8b4 100644 (file)
@@ -579,4 +579,3 @@ void ff_fdct_sse2(int16_t *block)
     fdct_col_sse2(block, block1, 0);
     fdct_row_sse2(block1, block);
 }
-
index f7308cca32a8fa57d499c91d2fbb736a0bd64a40..3e0c42fb1e5f5769561d5ec8a0ca81af81f339d8 100644 (file)
@@ -67,4 +67,3 @@ av_cold void ff_dct_init_mmx(DCTContext *s)
 #endif
 }
 #endif
-
index a724398aff1493e862c9f35dfd85551ac8fc075e..ce3c9daddb96e7ac0c6416185781ab57a64c3fab 100644 (file)
@@ -171,4 +171,3 @@ void ff_imdct_calc_3dn2(FFTContext *s, FFTSample *output, const FFTSample *input
     );
     __asm__ volatile("femms");
 }
-
index 6be5be9611d2e81c88b043c263b5eae805f6b00c..13b992f47a71706ed1af1fb79fddda0db9557a79 100644 (file)
@@ -108,4 +108,3 @@ void ff_imdct_calc_sse(FFTContext *s, FFTSample *output, const FFTSample *input)
         XMM_CLOBBERS_ONLY("%xmm0", "%xmm1", "%xmm7")
     );
 }
-
index ed2d3217e55476a181119333975633c2cb65acf6..f199941f55fa79e7a4f0184b95277037dd3b1831 100644 (file)
@@ -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)
-
index 3055205c8170870201d32338cc59ac03e51d2a22..139798e44b02b89adee2a530f9fef31d15a74529 100644 (file)
@@ -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));
 }
-
index 962a7c777d48e668e13bdc0c104adf6abee23b22..e77de615cde8642de73492b402e3f3d9a0b23a37 100644 (file)
@@ -265,4 +265,3 @@ void RENAME(ff_yadif_filter_line)(uint8_t *dst,
 #undef CHECK1
 #undef CHECK2
 #undef FILTER
-
index fcaad147c961fe8e41a2be57a5e32928cb3022d3..32bf75774bf93f711d71589d9adac9113fa500e2 100644 (file)
@@ -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
-
index 0200c6f6228deff1b3e37fce914db0a359c10fbd..63682bca983576bc711706a7c028fbea04cf702d 100644 (file)
@@ -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
-