Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-01-08 20:08:36 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-01-08 20:10:54 +0400
commit79245553d2f54afe824044711f5ca253ced5ece1 (patch)
tree690159c79d33e10654ec6a5aae7fe6b32200aec9 /contrib/astyle.ini
parent06f96bd387db088b48345350e3be5a3f37021803 (diff)
create a contrib folder and put there the scripts and stuff
Diffstat (limited to 'contrib/astyle.ini')
-rw-r--r--contrib/astyle.ini47
1 files changed, 47 insertions, 0 deletions
diff --git a/contrib/astyle.ini b/contrib/astyle.ini
new file mode 100644
index 000000000..ed47e668c
--- /dev/null
+++ b/contrib/astyle.ini
@@ -0,0 +1,47 @@
+# http://astyle.sourceforge.net/astyle.html
+--indent=spaces=4 --style=kr
+--indent-switches --indent-namespaces --indent-col1-comments
+--pad-header --pad-oper --unpad-paren
+--align-pointer=type --align-reference=type
+--add-brackets
+--keep-one-line-blocks
+--convert-tabs
+--lineend=windows --preserve-date
+--suffix=none
+--recursive
+--ignore-exclude-errors --ignore-exclude-errors-x
+--formatted
+
+# directories
+--exclude=bin
+--exclude=DeCSS
+--exclude=thirdparty
+
+# common files
+--exclude=resource.h
+
+# include dir
+--exclude=atl --exclude=avisynth --exclude=detours --exclude=dx --exclude=lglcd
+--exclude=qt --exclude=realmedia --exclude=vd2 --exclude=winddk --exclude=inttypes.h
+--exclude=MediaInfoDLL.h --exclude=unrar.h --exclude=Utf8.h --exclude=Version_rev.h
+
+# src/DSUtil
+--exclude=deinterlace.cpp --exclude=simd.h --exclude=simd_common.h --exclude=simd_instructions.h
+--exclude=vd_asm.cpp --exclude=vd_asm.h --exclude=vd.cpp --exclude=vd.h
+
+# src/filters/source/D2VSource
+--exclude=idctfpu.cpp --exclude=idctref.cpp --exclude=MPEG2Dec.h --exclude=MPEG2Dec.cpp
+
+# src/filters/transform/MPCVideoDec
+--exclude=ffImgfmt.cpp --exclude=ffImgfmt.h --exclude=H264RandomAccess.cpp
+--exclude=H264RandomAccess.h --exclude=array_allocator.h --exclude=char_t.h
+--exclude=PODtypes.h
+
+# src/filters/transform/Mpeg2DecFilter
+--exclude=attributes.h --exclude=libmpeg2.cpp --exclude=libmpeg2.h
+
+# src/mpc-hc dir
+--exclude=LineNumberEdit.cpp --exclude=LineNumberEdit.h --exclude=Struct.h
+
+# src/MPCTestAPI
+--exclude=HScrollListBox.cpp --exclude=HScrollListBox.h