[Ffmpeg-cvslog] CVS: ffmpeg README, 1.7, 1.8 clean-diff, 1.3, 1.4 unwrap-diff, 1.1, 1.2
Diego Biurrun CVS
diego
Sat Apr 29 18:17:53 CEST 2006
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv30269
Modified Files:
README clean-diff unwrap-diff
Log Message:
Add missing newlines at end of file.
Index: README
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/README,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- README 17 Dec 2005 18:14:25 -0000 1.7
+++ README 29 Apr 2006 16:17:50 -0000 1.8
@@ -16,4 +16,4 @@
* liba52 and libpostproc are distributed under the GNU General Public
License and their compilation and use is optional in ffmpeg.
-Fabrice Bellard.
\ No newline at end of file
+Fabrice Bellard.
Index: clean-diff
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/clean-diff,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- clean-diff 3 Jun 2005 11:38:49 -0000 1.3
+++ clean-diff 29 Apr 2006 16:17:50 -0000 1.4
@@ -8,4 +8,4 @@
sed 's/\(@@[^@]*@@?[^@]*\)/\n\1/g' |\
egrep -v '@@[^@]*@@?(( [^?]*?)|([+-][[:space:]]*?)|(-[[:space:]]*([^?]*)?\+[[:space:]]*\5?))*$' |\
tr -d '\n' |\
- tr '?' '\n'
\ No newline at end of file
+ tr '?' '\n'
Index: unwrap-diff
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/unwrap-diff,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- unwrap-diff 10 Aug 2005 23:48:25 -0000 1.1
+++ unwrap-diff 29 Apr 2006 16:17:50 -0000 1.2
@@ -1,2 +1,2 @@
#!/bin/sh
-tr '\n' '\001' | sed 's/\x01\x01/\x01 \x01/g' | sed 's/\x01\([^-+ @]\)/ \1/g' | tr '\001' '\n'
\ No newline at end of file
+tr '\n' '\001' | sed 's/\x01\x01/\x01 \x01/g' | sed 's/\x01\([^-+ @]\)/ \1/g' | tr '\001' '\n'
More information about the ffmpeg-cvslog
mailing list