[PATCH 1/4] add ffmpeg test script
2012-05-15 19:36:06 GMT
This script enables automatic testing of the cmus ffmpeg plugin against thousands of (relevant) revisions of FFmpeg. Only for (devoted) developers(Continue reading). --- scripts/ffmpeg_test.sh | 220 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 220 insertions(+) create mode 100755 scripts/ffmpeg_test.sh diff --git a/scripts/ffmpeg_test.sh b/scripts/ffmpeg_test.sh new file mode 100755 index 0000000..927b213 --- /dev/null +++ b/scripts/ffmpeg_test.sh @@ -0,0 +1,220 @@ +#!/bin/bash +# vim: set expandtab shiftwidth=4: +# +# Copyright 2010-2012 Various Authors +# Copyright 2012 Johannes Weißl +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License as +# published by the Free Software Foundation; either version 2 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +#
.
---
scripts/ffmpeg_test.sh | 220 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 220 insertions(+)
create mode 100755 scripts/ffmpeg_test.sh
diff --git a/scripts/ffmpeg_test.sh b/scripts/ffmpeg_test.sh
new file mode 100755
index 0000000..927b213
--- /dev/null
+++ b/scripts/ffmpeg_test.sh
@@ -0,0 +1,220 @@
+#!/bin/bash
+# vim: set expandtab shiftwidth=4:
+#
+# Copyright 2010-2012 Various Authors
+# Copyright 2012 Johannes Weißl
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of the
+# License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
RSS Feed